Skip to content

Commit a87646c

Browse files
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](getsentry/sentry-javascript@10.38.0...10.39.0) Updates `caniuse-lite` to 1.0.30001774 - [Commits](browserslist/caniuse-lite@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](getsentry/sentry-cli@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](ota-meshi/jsonc-eslint-parser@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] <support@github.com>
1 parent db3574b commit a87646c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
},
5757
"dependencies": {
5858
"@babel/runtime": "^7.28.6",
59-
"@sentry/browser": "^10.38.0",
60-
"caniuse-lite": "^1.0.30001769"
59+
"@sentry/browser": "^10.39.0",
60+
"caniuse-lite": "^1.0.30001774"
6161
},
6262
"devDependencies": {
63-
"@sentry/cli": "^3.2.0",
63+
"@sentry/cli": "^3.2.2",
6464
"@sprout2000/esbuild-copy-plugin": "^1.1.19",
65-
"@wordpress/eslint-plugin": "^24.1.0",
65+
"@wordpress/eslint-plugin": "^24.2.0",
6666
"archiver": "^7.0.1",
6767
"chalk": "^5.6.2",
6868
"chrome-webstore-upload-cli": "^3.5.0",
@@ -83,7 +83,7 @@
8383
"eslint-plugin-unicorn": "^51.0.1",
8484
"fast-glob": "^3.3.3",
8585
"json-minify": "^1.0.0",
86-
"jsonc-eslint-parser": "^2.4.2",
86+
"jsonc-eslint-parser": "^3.1.0",
8787
"node-fetch": "^3.3.2",
8888
"ora": "^9.3.0",
8989
"prettier": "^3.8.1",

0 commit comments

Comments
 (0)