Skip to content

Commit 780992d

Browse files
authored
deps: Bump bundler plugins (#13515)
Includes a few fixes and stuff. Fixes #13504
1 parent 7d331fa commit 780992d

File tree

9 files changed

+30
-116
lines changed

9 files changed

+30
-116
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ updates:
1515
allow:
1616
- dependency-name: "@sentry/cli"
1717
- dependency-name: "@sentry/vite-plugin"
18+
- dependency-name: "@sentry/webpack-plugin"
19+
- dependency-name: "@sentry/rollup-plugin"
20+
- dependency-name: "@sentry/esbuild-plugin"
1821
- dependency-name: "@opentelemetry/*"
1922
- dependency-name: "@prisma/instrumentation"
2023
- dependency-name: "opentelemetry-instrumentation-fetch-node"

dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"rollup": "^4.0.2",
1717
"vitest": "^0.34.6",
18-
"@sentry/rollup-plugin": "2.14.2"
18+
"@sentry/rollup-plugin": "2.22.3"
1919
},
2020
"volta": {
2121
"extends": "../../package.json"

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@sentry/node": "8.27.0",
6262
"@sentry/types": "8.27.0",
6363
"@sentry/utils": "8.27.0",
64-
"@sentry/vite-plugin": "^2.20.1"
64+
"@sentry/vite-plugin": "^2.22.3"
6565
},
6666
"devDependencies": {
6767
"astro": "^3.5.0",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@sentry/react": "8.27.0",
5050
"@sentry/types": "8.27.0",
5151
"@sentry/utils": "8.27.0",
52-
"@sentry/webpack-plugin": "2.16.0"
52+
"@sentry/webpack-plugin": "2.22.3"
5353
},
5454
"peerDependencies": {
5555
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@sentry/types": "8.27.0",
7979
"@sentry/utils": "8.27.0",
8080
"@sentry/vercel-edge": "8.27.0",
81-
"@sentry/webpack-plugin": "2.20.1",
81+
"@sentry/webpack-plugin": "2.22.3",
8282
"chalk": "3.0.0",
8383
"resolve": "1.22.8",
8484
"rollup": "3.29.4",

packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@sentry/opentelemetry": "8.27.0",
5050
"@sentry/types": "8.27.0",
5151
"@sentry/utils": "8.27.0",
52-
"@sentry/vite-plugin": "2.20.1",
52+
"@sentry/vite-plugin": "2.22.3",
5353
"@sentry/vue": "8.27.0"
5454
},
5555
"devDependencies": {

packages/solidstart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@sentry/solid": "8.27.0",
7474
"@sentry/types": "8.27.0",
7575
"@sentry/utils": "8.27.0",
76-
"@sentry/vite-plugin": "2.19.0"
76+
"@sentry/vite-plugin": "2.22.3"
7777
},
7878
"devDependencies": {
7979
"@solidjs/router": "^0.13.4",

packages/sveltekit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@sentry/svelte": "8.27.0",
4747
"@sentry/types": "8.27.0",
4848
"@sentry/utils": "8.27.0",
49-
"@sentry/vite-plugin": "2.22.0",
49+
"@sentry/vite-plugin": "2.22.3",
5050
"magic-string": "0.30.7",
5151
"magicast": "0.2.8",
5252
"sorcery": "0.11.0"

yarn.lock

+20-109
Original file line numberDiff line numberDiff line change
@@ -8175,75 +8175,18 @@
81758175
fflate "^0.4.4"
81768176
mitt "^3.0.0"
81778177

8178-
"@sentry/babel-plugin-component-annotate@2.16.0":
8179-
version "2.16.0"
8180-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.16.0.tgz#c831713b85516fb3f9da2985836ddf444dc634e6"
8181-
integrity sha512-+uy1qPkA5MSNgJ0L9ur/vNTydfdHwHnBX2RQ+0thsvkqf90fU788YjkkXwUiBBNuqNyI69JiOW6frixAWy7oUg==
8178+
"@sentry/babel-plugin-component-annotate@2.22.3":
8179+
version "2.22.3"
8180+
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.3.tgz#de4970d51a54ef52b21f0d6ec49bd06bf37753c1"
8181+
integrity sha512-OlHA+i+vnQHRIdry4glpiS/xTOtgjmpXOt6IBOUqynx5Jd/iK1+fj+t8CckqOx9wRacO/hru2wfW/jFq0iViLg==
81828182

8183-
8184-
version "2.19.0"
8185-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.19.0.tgz#70dcccb336bcec24148e1c9cd4e37724cebf5673"
8186-
integrity sha512-N2k8cMYu/7X6mzAH5j6bMeNcXQBJLL0lVAF63TDS57hUiT1v2uEqbeYFdH2CZBHb2LepLbMRXmvErIwy76FLTw==
8187-
8188-
8189-
version "2.20.1"
8190-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.20.1.tgz#204c63ed006a048f48f633876e1b8bacf87a9722"
8191-
integrity sha512-4mhEwYTK00bIb5Y9UWIELVUfru587Vaeg0DQGswv4aIRHIiMKLyNqCEejaaybQ/fNChIZOKmvyqXk430YVd7Qg==
8192-
8193-
8194-
version "2.22.0"
8195-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.0.tgz#a7e1cc99d1a738d1eb17757341dff4db3a93c2dc"
8196-
integrity sha512-UzH+NNhgnOo6UFku3C4TEz+pO/yDcIA5FKTJvLbJ7lQwAjsqLs3DZWm4cCA08skICb8mULArF6S/dn5/butVCA==
8197-
8198-
8199-
version "2.16.0"
8200-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.16.0.tgz#0c33e7a054fb56e43bd160ac141f71dfebf6dda5"
8201-
integrity sha512-dhgIZsIR3L9KnE2OO5JJm6hPtStAjEPYKQsZzxRr69uVhd9xAvfXeXr0afKVNVEcIDksas6yMgHqwQ2wOXFIAg==
8202-
dependencies:
8203-
"@babel/core" "^7.18.5"
8204-
"@sentry/babel-plugin-component-annotate" "2.16.0"
8205-
"@sentry/cli" "^2.22.3"
8206-
dotenv "^16.3.1"
8207-
find-up "^5.0.0"
8208-
glob "^9.3.2"
8209-
magic-string "0.27.0"
8210-
unplugin "1.0.1"
8211-
8212-
8213-
version "2.19.0"
8214-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.19.0.tgz#c21935ff5aea9daccfa4c9e0db405aecdec292f6"
8215-
integrity sha512-PGTwpue2k4HnLlCuvLeg+cILPWHJorzheNq8KVlXed8mpb8kxKeY9EWQFxBqPS+XyktOMAxZmCMZfKdnHNaJVQ==
8216-
dependencies:
8217-
"@babel/core" "^7.18.5"
8218-
"@sentry/babel-plugin-component-annotate" "2.19.0"
8219-
"@sentry/cli" "^2.22.3"
8220-
dotenv "^16.3.1"
8221-
find-up "^5.0.0"
8222-
glob "^9.3.2"
8223-
magic-string "0.30.8"
8224-
unplugin "1.0.1"
8225-
8226-
8227-
version "2.20.1"
8228-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.20.1.tgz#c9dd35e2177a4c22ecf675558eb84fbc2607e465"
8229-
integrity sha512-6ipbmGzHekxeRCbp7eoefr6bdd/lW4cNA9eNnrmd9+PicubweGaZZbH2NjhFHsaxzgOezwipDHjrTaap2kTHgw==
8230-
dependencies:
8231-
"@babel/core" "^7.18.5"
8232-
"@sentry/babel-plugin-component-annotate" "2.20.1"
8233-
"@sentry/cli" "^2.22.3"
8234-
dotenv "^16.3.1"
8235-
find-up "^5.0.0"
8236-
glob "^9.3.2"
8237-
magic-string "0.30.8"
8238-
unplugin "1.0.1"
8239-
8240-
8241-
version "2.22.0"
8242-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.0.tgz#6a67761ff5bc0dc897e56acba0b12547bc623e14"
8243-
integrity sha512-/xXN8o7565WMsewBnQFfjm0E5wqhYsegg++HJ5RjrY/cTM4qcd/ven44GEMxqGFJitZizvkk3NHszaHylzcRUw==
8183+
8184+
version "2.22.3"
8185+
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.3.tgz#f8c0a25321216ae9777749c1a4b9d982ae1ec2e1"
8186+
integrity sha512-DeoUl0WffcqZZRl5Wy9aHvX4WfZbbWt0QbJ7NJrcEViq+dRAI2FQTYECFLwdZi5Gtb3oyqZICO+P7k8wDnzsjQ==
82448187
dependencies:
82458188
"@babel/core" "^7.18.5"
8246-
"@sentry/babel-plugin-component-annotate" "2.22.0"
8189+
"@sentry/babel-plugin-component-annotate" "2.22.3"
82478190
"@sentry/cli" "^2.33.1"
82488191
dotenv "^16.3.1"
82498192
find-up "^5.0.0"
@@ -8321,7 +8264,7 @@
83218264
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.33.1.tgz#2d00b38a2dd9f3355df91825582ada3ea0034e86"
83228265
integrity sha512-8VyRoJqtb2uQ8/bFRKNuACYZt7r+Xx0k2wXRGTyH05lCjAiVIXn7DiS2BxHFty7M1QEWUCMNsb/UC/x/Cu2wuA==
83238266

8324-
"@sentry/cli@^2.22.3", "@sentry/cli@^2.33.0":
8267+
"@sentry/cli@^2.33.0":
83258268
version "2.33.0"
83268269
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.33.0.tgz#5de59f829070ab20d360fae25924f39c55afd8ba"
83278270
integrity sha512-9MOzQy1UunVBhPOfEuO0JH2ofWAMmZVavTTR/Bo2CkJwI1qjyVF0UKLTXE3l4ujiJnFufOoBsVyKmYWXFerbCw==
@@ -8359,45 +8302,20 @@
83598302
"@sentry/cli-win32-i686" "2.33.1"
83608303
"@sentry/cli-win32-x64" "2.33.1"
83618304

8362-
8363-
version "2.19.0"
8364-
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.19.0.tgz#c7938fb13eee15036963b87d7b12c4fc851e488b"
8365-
integrity sha512-xmntz/bvRwhhU9q2thZas1vQQch9CLMyD8oCfYlNqN57t5XKhIs2dsCU/uS7HCnxIXuuUb/cZtIS7AXVg16fFA==
8366-
dependencies:
8367-
"@sentry/bundler-plugin-core" "2.19.0"
8368-
unplugin "1.0.1"
8369-
8370-
"@sentry/[email protected]", "@sentry/vite-plugin@^2.20.1":
8371-
version "2.20.1"
8372-
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.20.1.tgz#80d5639fca3f68fbf81c316883272ffb34dbc544"
8373-
integrity sha512-IOYAJRcV+Uqn0EL8rxcoCvE77PbtGzKjP+B6iIgDZ229AWbpfbpWY8zHCcufwdDzb5PtgOhWWHT74iAsNyij/A==
8305+
"@sentry/[email protected]", "@sentry/vite-plugin@^2.22.3":
8306+
version "2.22.3"
8307+
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.22.3.tgz#b52802412b6f3d8e3e56742afc9624d9babae5b6"
8308+
integrity sha512-+5bsLFRKOZzBp68XigoNE1pJ3tJ4gt2jXluApu54ui0N/yjfqGQ7LQTD7nL4tmJvB5Agwi0e7M7+fcxe9gSgBA==
83748309
dependencies:
8375-
"@sentry/bundler-plugin-core" "2.20.1"
8310+
"@sentry/bundler-plugin-core" "2.22.3"
83768311
unplugin "1.0.1"
83778312

8378-
"@sentry/vite[email protected].0":
8379-
version "2.22.0"
8380-
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.22.0.tgz#09743ac390cf8c1609f2fa6d5424548d0b6f7928"
8381-
integrity sha512-U1dWldo3gb1oDqERgiSM7zexMwAuqiXO/YUO3xVSpWmhoHz2AqxOcfIX1SygW02NF7Ss3ay4qMAta8PbvdsrnQ==
8313+
"@sentry/webpack[email protected].3":
8314+
version "2.22.3"
8315+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.22.3.tgz#a9eeb4689c062eb6dc50671c09f06ec6875b9b02"
8316+
integrity sha512-Sq1S6bL3nuoTP5typkj+HPjQ13dqftIE8kACAq4tKkXOpWO9bf6HtqcruEQCxMekbWDTdljsrknQ17ZBx2q66Q==
83828317
dependencies:
8383-
"@sentry/bundler-plugin-core" "2.22.0"
8384-
unplugin "1.0.1"
8385-
8386-
8387-
version "2.16.0"
8388-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.16.0.tgz#4764577edb10c9575a8b4ce03135493f995f56b9"
8389-
integrity sha512-BeKLmtK4OD9V3j92fm/lm6yp+++s2U5Uf17HwNFGt39PEOq+wUDISsx0dhXA5Qls2Bg3WhguDK71blCaVefMeg==
8390-
dependencies:
8391-
"@sentry/bundler-plugin-core" "2.16.0"
8392-
unplugin "1.0.1"
8393-
uuid "^9.0.0"
8394-
8395-
8396-
version "2.20.1"
8397-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.20.1.tgz#285d325a0a1bd0a534126b97e0190da9486ff7f6"
8398-
integrity sha512-U6LzoE09Ndt0OCWROoRaZqqIHGxyMRdKpBhbqoBqyyfVwXN/zGW3I/cWZ1e8rreiKFj+2+c7+X0kOS+NGMTUrg==
8399-
dependencies:
8400-
"@sentry/bundler-plugin-core" "2.20.1"
8318+
"@sentry/bundler-plugin-core" "2.22.3"
84018319
unplugin "1.0.1"
84028320
uuid "^9.0.0"
84038321

@@ -23508,13 +23426,6 @@ [email protected]:
2350823426
dependencies:
2350923427
sourcemap-codec "^1.4.8"
2351023428

23511-
23512-
version "0.27.0"
23513-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3"
23514-
integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==
23515-
dependencies:
23516-
"@jridgewell/sourcemap-codec" "^1.4.13"
23517-
2351823429
2351923430
version "0.30.7"
2352023431
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.7.tgz#0cecd0527d473298679da95a2d7aeb8c64048505"

0 commit comments

Comments
 (0)