Skip to content

Commit 71e4037

Browse files
authored
deps: Update all bundler plugin instances to latest & allow caret ranges (#16641)
If a version is released with a buggy bundler plugin dependency pinned, it can lead to problems. IMHO it should be fine to allow `^` ranges there to ensure bugfixes etc. are pulled in? Or is there a good reason not to do that here? API should be stable in this regard. Note: Astro& solidstart remain on `@sentry/vite-plugin` v2.x as that has more stuff exposed, did not want to get into that right now... something for v10?
1 parent 797ebd1 commit 71e4037

File tree

6 files changed

+13
-33
lines changed

6 files changed

+13
-33
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@sentry/core": "9.30.0",
4949
"@sentry/react": "9.30.0",
50-
"@sentry/webpack-plugin": "3.5.0"
50+
"@sentry/webpack-plugin": "^3.5.0"
5151
},
5252
"peerDependencies": {
5353
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@sentry/opentelemetry": "9.30.0",
8686
"@sentry/react": "9.30.0",
8787
"@sentry/vercel-edge": "9.30.0",
88-
"@sentry/webpack-plugin": "3.5.0",
88+
"@sentry/webpack-plugin": "^3.5.0",
8989
"chalk": "3.0.0",
9090
"resolve": "1.22.8",
9191
"rollup": "4.35.0",

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@sentry/core": "9.30.0",
4848
"@sentry/node": "9.30.0",
4949
"@sentry/opentelemetry": "9.30.0",
50-
"@sentry/rollup-plugin": "3.5.0",
51-
"@sentry/vite-plugin": "3.2.4",
50+
"@sentry/rollup-plugin": "^3.5.0",
51+
"@sentry/vite-plugin": "^3.5.0",
5252
"@sentry/vue": "9.30.0"
5353
},
5454
"devDependencies": {

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@sentry/core": "9.30.0",
4444
"@sentry/node": "9.30.0",
4545
"@sentry/react": "9.30.0",
46-
"@sentry/vite-plugin": "^3.2.4",
46+
"@sentry/vite-plugin": "^3.5.0",
4747
"glob": "11.0.1"
4848
},
4949
"devDependencies": {

packages/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@sentry/node": "9.30.0",
5454
"@sentry/opentelemetry": "9.30.0",
5555
"@sentry/svelte": "9.30.0",
56-
"@sentry/vite-plugin": "3.2.4",
56+
"@sentry/vite-plugin": "^3.5.0",
5757
"magic-string": "0.30.7",
5858
"recast": "0.23.11",
5959
"sorcery": "1.0.0"

yarn.lock

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6566,11 +6566,6 @@
65666566
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.6.tgz#829d6caf2c95c1c46108336de4e1049e6521435e"
65676567
integrity sha512-V2g1Y1I5eSe7dtUVMBvAJr8BaLRr4CLrgNgtPaZyMT4Rnps82SrZ5zqmEkLXPumlXhLUWR6qzoMNN2u+RXVXfQ==
65686568

6569-
6570-
version "3.2.4"
6571-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-3.2.4.tgz#c0877df6e5ce227bf51754bf27da2fa5227af847"
6572-
integrity sha512-yBzRn3GEUSv1RPtE4xB4LnuH74ZxtdoRJ5cmQ9i6mzlmGDxlrnKuvem5++AolZTE9oJqAD3Tx2rd1PqmpWnLoA==
6573-
65746569
65756570
version "3.5.0"
65766571
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-3.5.0.tgz#1b0d01f903b725da876117d551610085c3dd21c7"
@@ -6590,20 +6585,6 @@
65906585
magic-string "0.30.8"
65916586
unplugin "1.0.1"
65926587

6593-
6594-
version "3.2.4"
6595-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-3.2.4.tgz#4d892490be3cbb127c7c4ed00fcd1b525129fb1e"
6596-
integrity sha512-YMj9XW5W2JA89EeweE7CPKLDz245LBsI1JhCmqpt/bjSvmsSIAAPsLYnvIJBS3LQFm0OhtG8NB54PTi96dAcMA==
6597-
dependencies:
6598-
"@babel/core" "^7.18.5"
6599-
"@sentry/babel-plugin-component-annotate" "3.2.4"
6600-
"@sentry/cli" "2.42.2"
6601-
dotenv "^16.3.1"
6602-
find-up "^5.0.0"
6603-
glob "^9.3.2"
6604-
magic-string "0.30.8"
6605-
unplugin "1.0.1"
6606-
66076588
66086589
version "3.5.0"
66096590
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-3.5.0.tgz#b62af5be1b1a862e7062181655829c556c7d7c0b"
@@ -6732,7 +6713,7 @@
67326713
"@sentry/cli-win32-i686" "2.46.0"
67336714
"@sentry/cli-win32-x64" "2.46.0"
67346715

6735-
6716+
"@sentry/rollup-plugin@^3.5.0":
67366717
version "3.5.0"
67376718
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-3.5.0.tgz#9015c48e00257f8440597167498499804371329b"
67386719
integrity sha512-aMPCvdNMkv//LZYjYCJsEcNiNiaQFinBO75+9NJVEe1OrKNdGqDi3hky2ll7zuY+xozEtZCZcUKJJz/aAYAS8A==
@@ -6748,15 +6729,15 @@
67486729
"@sentry/bundler-plugin-core" "2.22.6"
67496730
unplugin "1.0.1"
67506731

6751-
"@sentry/vite-plugin@3.2.4", "@sentry/vite-plugin@^3.2.4":
6752-
version "3.2.4"
6753-
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-3.2.4.tgz#da87534d645c116ef579161d44636a34eee41a25"
6754-
integrity sha512-ZRn5TLlq5xtwKOqaWP+XqS1PYVfbBCgsbMk7wW2Ly6EgF9wYePvtLqKgYnE3hwPg2LpBnRPR2ti1ohlUkR+wXA==
6732+
"@sentry/vite-plugin@^3.5.0":
6733+
version "3.5.0"
6734+
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-3.5.0.tgz#138fc535c97e69eb8032d57c02aba9c161c7654a"
6735+
integrity sha512-jUnpTdpicG8wefamw7eNo2uO+Q3KCbOAiF76xH4gfNHSW6TN2hBfOtmLu7J+ive4c0Al3+NEHz19bIPR0lkwWg==
67556736
dependencies:
6756-
"@sentry/bundler-plugin-core" "3.2.4"
6737+
"@sentry/bundler-plugin-core" "3.5.0"
67576738
unplugin "1.0.1"
67586739

6759-
6740+
"@sentry/webpack-plugin@^3.5.0":
67606741
version "3.5.0"
67616742
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-3.5.0.tgz#cde95534f1e945a4002d47465aeda01d382cd279"
67626743
integrity sha512-xvclj0QY2HyU7uJLzOlHSrZQBDwfnGKJxp8mmlU4L7CwmK+8xMCqlO7tYZoqE4K/wU3c2xpXql70x8qmvNMxzQ==
@@ -27148,7 +27129,6 @@ [email protected], stylus@^0.59.0:
2714827129

2714927130
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2715027131
version "3.36.0"
27151-
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2715227132
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2715327133
dependencies:
2715427134
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)