Skip to content

Commit fb10f80

Browse files
feat(deps): bump @sentry/rollup-plugin from 2.22.7 to 3.1.0
Bumps [@sentry/rollup-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 2.22.7 to 3.1.0. - [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases) - [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-javascript-bundler-plugins@2.22.7...3.1.0) --- updated-dependencies: - dependency-name: "@sentry/rollup-plugin" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ce5365 commit fb10f80

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@sentry/core": "9.0.0-alpha.0",
4848
"@sentry/node": "9.0.0-alpha.0",
4949
"@sentry/opentelemetry": "9.0.0-alpha.0",
50-
"@sentry/rollup-plugin": "2.22.7",
50+
"@sentry/rollup-plugin": "3.1.0",
5151
"@sentry/vite-plugin": "2.22.6",
5252
"@sentry/vue": "9.0.0-alpha.0"
5353
},

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6579,6 +6579,11 @@
65796579
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.7.tgz#604c7e33d48528a13477e7af597c4d5fca51b8bd"
65806580
integrity sha512-aa7XKgZMVl6l04NY+3X7BP7yvQ/s8scn8KzQfTLrGRarziTlMGrsCOBQtCNWXOPEbtxAIHpZ9dsrAn5EJSivOQ==
65816581

6582+
6583+
version "3.1.0"
6584+
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-3.1.0.tgz#92c71ec74ee0950cfe67b9de426dab1e7735e709"
6585+
integrity sha512-G6DHlFVNPzUW8ox2YUADwJsXDgT0EF8HA68MpIcoO87eYC8aJLbDU4tHGs/ZLk7gvhNBFEJzaKjNKeLUQ9f36A==
6586+
65826587
65836588
version "2.22.6"
65846589
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.6.tgz#a1ea1fd43700a3ece9e7db016997e79a2782b87d"
@@ -6607,6 +6612,20 @@
66076612
magic-string "0.30.8"
66086613
unplugin "1.0.1"
66096614

6615+
6616+
version "3.1.0"
6617+
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-3.1.0.tgz#4a5e1801b40025b005e61f0f184ab7145274a4fb"
6618+
integrity sha512-4BmgU95tVjsiOvbHwVrtTV2P8M78N9zsWjSBHoRcjmTCp8HY+Q3Ok+/SJb+KaPuRpHe1A6zknl3qdjSUv0BXhA==
6619+
dependencies:
6620+
"@babel/core" "^7.18.5"
6621+
"@sentry/babel-plugin-component-annotate" "3.1.0"
6622+
"@sentry/cli" "2.39.1"
6623+
dotenv "^16.3.1"
6624+
find-up "^5.0.0"
6625+
glob "^9.3.2"
6626+
magic-string "0.30.8"
6627+
unplugin "1.0.1"
6628+
66106629
66116630
version "2.39.1"
66126631
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.39.1.tgz#75c338a53834b4cf72f57599f4c72ffb36cf0781"
@@ -6715,12 +6734,12 @@
67156734
"@sentry/cli-win32-i686" "2.41.1"
67166735
"@sentry/cli-win32-x64" "2.41.1"
67176736

6718-
"@sentry/rollup-plugin@2.22.7":
6719-
version "2.22.7"
6720-
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-2.22.7.tgz#994bb859437eb1e5fd34c485aaa79ba14354778f"
6721-
integrity sha512-7rgIsne8Ghb/CrfFJG5DMLcHyMqrUaw4yifq7sgYCdDyUBQ5Ox0eWVQ/autK/NYLDxDsT2r8FNttpM2hpEsUxg==
6737+
"@sentry/rollup-plugin@3.1.0":
6738+
version "3.1.0"
6739+
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-3.1.0.tgz#b6544e38e5b4598a935616fffa1a77e7663fe0c7"
6740+
integrity sha512-LN2oybiWY+37q23RFrjEGoUevhA1eIMVE8zCYpDvxE4ru9vFWw7fCAofJJG9ChT1jBGmSVWiGSZMKlfjX23IGg==
67226741
dependencies:
6723-
"@sentry/bundler-plugin-core" "2.22.7"
6742+
"@sentry/bundler-plugin-core" "3.1.0"
67246743
unplugin "1.0.1"
67256744

67266745
"@sentry/[email protected]", "@sentry/vite-plugin@^2.22.6":

0 commit comments

Comments
 (0)