Skip to content

Commit 14246fa

Browse files
authored
chore(nuxt): Bump Vite and Rollup plugins (#17671)
#17653 failed in CI because of a non-breaking plugin option change in 4.3.0. Because we use both Vite and Rollup plugins in Nuxt, the combined `getPluginOptions` function would throw a type error if the respective option types differed. This PR bumps both dependencies at once which should fix the type error.
1 parent 3410a08 commit 14246fa

File tree

2 files changed

+12
-50
lines changed

2 files changed

+12
-50
lines changed

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@sentry/cloudflare": "10.12.0",
5252
"@sentry/core": "10.12.0",
5353
"@sentry/node": "10.12.0",
54-
"@sentry/rollup-plugin": "^4.1.1",
55-
"@sentry/vite-plugin": "^4.1.0",
54+
"@sentry/rollup-plugin": "^4.3.0",
55+
"@sentry/vite-plugin": "^4.3.0",
5656
"@sentry/vue": "10.12.0"
5757
},
5858
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -6973,49 +6973,11 @@
69736973
fflate "^0.4.4"
69746974
mitt "^3.0.0"
69756975

6976-
"@sentry/babel-plugin-component-annotate@4.1.0":
6977-
version "4.1.0"
6978-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.1.0.tgz#6e7168f5fa59f53ac4b68e3f79c5fd54adc13f2e"
6979-
integrity sha512-UkcnqC7Bp9ODyoBN7BKcRotd1jz/I2vyruE/qjNfRC7UnP+jIRItUWYaXxQPON1fTw+N+egKdByk0M1y2OPv/Q==
6980-
6981-
"@sentry/babel-plugin-component-annotate@4.1.1":
6982-
version "4.1.1"
6983-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.1.1.tgz#371415afc602f6b2ba0987b51123bd34d1603193"
6984-
integrity sha512-HUpqrCK7zDVojTV6KL6BO9ZZiYrEYQqvYQrscyMsq04z+WCupXaH6YEliiNRvreR8DBJgdsG3lBRpebhUGmvfA==
6985-
69866976
"@sentry/babel-plugin-component-annotate@4.3.0":
69876977
version "4.3.0"
69886978
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.3.0.tgz#c5b6cbb986952596d3ad233540a90a1fd18bad80"
69896979
integrity sha512-OuxqBprXRyhe8Pkfyz/4yHQJc5c3lm+TmYWSSx8u48g5yKewSQDOxkiLU5pAk3WnbLPy8XwU/PN+2BG0YFU9Nw==
69906980

6991-
"@sentry/bundler-plugin-core@4.1.0":
6992-
version "4.1.0"
6993-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.1.0.tgz#c1b2f7a890a44e5ac5decc984a133aacf6147dd4"
6994-
integrity sha512-/5XBtCF6M+9frEXrrvfSWOdOC2q6I1L7oY7qbUVegNkp3kYVGihNZZnJIXGzo9rmwnA0IV7jI3o0pF/HDRqPeA==
6995-
dependencies:
6996-
"@babel/core" "^7.18.5"
6997-
"@sentry/babel-plugin-component-annotate" "4.1.0"
6998-
"@sentry/cli" "^2.51.0"
6999-
dotenv "^16.3.1"
7000-
find-up "^5.0.0"
7001-
glob "^9.3.2"
7002-
magic-string "0.30.8"
7003-
unplugin "1.0.1"
7004-
7005-
"@sentry/bundler-plugin-core@4.1.1":
7006-
version "4.1.1"
7007-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.1.1.tgz#7e273b83cc8b44f4067f05ab9ed5a7ec7ac6d625"
7008-
integrity sha512-Hx9RgXaD1HEYmL5aYoWwCKkVvPp4iklwfD9mvmdpQtcwLg6b6oLnPVDQaOry1ak6Pxt8smlrWcKy4IiKASlvig==
7009-
dependencies:
7010-
"@babel/core" "^7.18.5"
7011-
"@sentry/babel-plugin-component-annotate" "4.1.1"
7012-
"@sentry/cli" "^2.51.0"
7013-
dotenv "^16.3.1"
7014-
find-up "^5.0.0"
7015-
glob "^9.3.2"
7016-
magic-string "0.30.8"
7017-
unplugin "1.0.1"
7018-
70196981
"@sentry/bundler-plugin-core@4.3.0", "@sentry/bundler-plugin-core@^4.3.0":
70206982
version "4.3.0"
70216983
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.3.0.tgz#cf302522a3e5b8a3bf727635d0c6a7bece981460"
@@ -7090,20 +7052,20 @@
70907052
"@sentry/cli-win32-i686" "2.53.0"
70917053
"@sentry/cli-win32-x64" "2.53.0"
70927054

7093-
"@sentry/rollup-plugin@^4.1.1":
7094-
version "4.1.1"
7095-
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-4.1.1.tgz#ece90c337d1f78a2a445d3986b63321877fd4e41"
7096-
integrity sha512-AAZ9OzR2gsJRxgKN2k5jB+MxT13Uj2GJeSofi0EHbgu/yUdod8zTGX+4NRB90aXZIEOAc0Xrwnw1sm8nZYvaFw==
7055+
"@sentry/rollup-plugin@^4.3.0":
7056+
version "4.3.0"
7057+
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-4.3.0.tgz#d23fe49e48fa68dafa2b0933a8efabcc964b1df9"
7058+
integrity sha512-Ebk6cTGTNohnLEvHtwDKYlMRs8Qit/ybOflIKlQziBHjd51GtxG9TPIu9NYU0fJXa428aYNluto3BfgdMp+c+Q==
70977059
dependencies:
7098-
"@sentry/bundler-plugin-core" "4.1.1"
7060+
"@sentry/bundler-plugin-core" "4.3.0"
70997061
unplugin "1.0.1"
71007062

7101-
"@sentry/vite-plugin@^4.1.0":
7102-
version "4.1.0"
7103-
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-4.1.0.tgz#a94eaf2a294b9f16dec99b088cb05d37b364dcf5"
7104-
integrity sha512-uLZxOAW79sOQH77yWiQct8f3i+LUi36wn2fK62cejZfrGaHu5P+9R4f0Es1L70I3MrsPXOvJ0A6r5PkVS9562g==
7063+
"@sentry/vite-plugin@^4.1.0", "@sentry/vite-plugin@^4.3.0":
7064+
version "4.3.0"
7065+
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-4.3.0.tgz#ced993a1f59046404aa26fb57b12078d13680ffa"
7066+
integrity sha512-MeTAHMmTOgBPMAjeW7/ONyXwgScZdaFFtNiALKcAODnVqC7eoHdSRIWeH5mkLr2Dvs7nqtBaDpKxRjUBgfm9LQ==
71057067
dependencies:
7106-
"@sentry/bundler-plugin-core" "4.1.0"
7068+
"@sentry/bundler-plugin-core" "4.3.0"
71077069
unplugin "1.0.1"
71087070

71097071
"@sentry/webpack-plugin@^4.1.1", "@sentry/webpack-plugin@^4.3.0":

0 commit comments

Comments
 (0)