From a87646cda25cb5ae5506401a4adc7eb239cd5796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:05:58 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 5 updates Updates the requirements on [@sentry/browser](https://github.com/getsentry/sentry-javascript), [caniuse-lite](https://github.com/browserslist/caniuse-lite), [@sentry/cli](https://github.com/getsentry/sentry-cli), [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) and [jsonc-eslint-parser](https://github.com/ota-meshi/jsonc-eslint-parser) to permit the latest version. Updates `@sentry/browser` to 10.39.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/10.38.0...10.39.0) Updates `caniuse-lite` to 1.0.30001774 - [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001769...1.0.30001774) Updates `@sentry/cli` to 3.2.2 - [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/3.2.0...3.2.2) Updates `@wordpress/eslint-plugin` to 24.2.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.2.0/packages/eslint-plugin) Updates `jsonc-eslint-parser` from 2.4.2 to 3.1.0 - [Release notes](https://github.com/ota-meshi/jsonc-eslint-parser/releases) - [Changelog](https://github.com/ota-meshi/jsonc-eslint-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/jsonc-eslint-parser/compare/v2.4.2...v3.1.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-version: 10.39.0 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: caniuse-lite dependency-version: 1.0.30001774 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: "@sentry/cli" dependency-version: 3.2.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: "@wordpress/eslint-plugin" dependency-version: 24.2.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: jsonc-eslint-parser dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0031d5b0..181056d7 100644 --- a/package.json +++ b/package.json @@ -56,13 +56,13 @@ }, "dependencies": { "@babel/runtime": "^7.28.6", - "@sentry/browser": "^10.38.0", - "caniuse-lite": "^1.0.30001769" + "@sentry/browser": "^10.39.0", + "caniuse-lite": "^1.0.30001774" }, "devDependencies": { - "@sentry/cli": "^3.2.0", + "@sentry/cli": "^3.2.2", "@sprout2000/esbuild-copy-plugin": "^1.1.19", - "@wordpress/eslint-plugin": "^24.1.0", + "@wordpress/eslint-plugin": "^24.2.0", "archiver": "^7.0.1", "chalk": "^5.6.2", "chrome-webstore-upload-cli": "^3.5.0", @@ -83,7 +83,7 @@ "eslint-plugin-unicorn": "^51.0.1", "fast-glob": "^3.3.3", "json-minify": "^1.0.0", - "jsonc-eslint-parser": "^2.4.2", + "jsonc-eslint-parser": "^3.1.0", "node-fetch": "^3.3.2", "ora": "^9.3.0", "prettier": "^3.8.1",