From 9f10e6b12b35dac0bf530e9c389c983648cdc376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 05:27:19 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [@sentry/cli](https://github.com/getsentry/sentry-cli) and [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin). Updates `@sentry/cli` from 2.58.4 to 3.2.0 - [Release notes](https://github.com/getsentry/sentry-cli/releases) - [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-cli/compare/2.58.4...3.2.0) Updates `@wordpress/eslint-plugin` from 22.22.0 to 24.1.0 - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/eslint-plugin@24.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@sentry/cli" dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@wordpress/eslint-plugin" dependency-version: 24.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3264f4f..c3524d2e 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "caniuse-lite": "^1.0.30001769" }, "devDependencies": { - "@sentry/cli": "^2.58.4", + "@sentry/cli": "^3.2.0", "@sprout2000/esbuild-copy-plugin": "^1.1.19", - "@wordpress/eslint-plugin": "^22.22.0", + "@wordpress/eslint-plugin": "^24.1.0", "archiver": "^7.0.1", "chalk": "^5.6.2", "chrome-webstore-upload-cli": "^3.5.0",