Skip to content

Commit 2bcdf9c

Browse files
feat(deps): Bump @sentry/rollup-plugin from 2.22.7 to 3.1.2 (#15329)
Bumps [@sentry/rollup-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 2.22.7 to 3.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/rollup-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>3.1.2</h2> <ul> <li>deps: Bump <code>@sentry/cli</code> to <code>2.41.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/671">#671</a>)</li> </ul> <h2>3.1.1</h2> <ul> <li> <p>fix(core): Disable release creation and source maps upload in dev mode (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/666">#666</a>)</p> <p>This fix disables any external calls to the Sentry API for managing releases or uploading source maps, when detecting that the plugin is running in dev-mode. While this rarely actually happened, it also polluted the dev server output with unnecessary logs about missing auth tokens, which shouldn't be required in dev mode.</p> </li> </ul> <h2>3.1.0</h2> <ul> <li>feat(webpack): Gate forced process exit behind experimental flag (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/663">#663</a>)</li> </ul> <h2>3.0.0</h2> <h3>Breaking Changes</h3> <ul> <li> <p>Injected code will now use <code>let</code>, which was added in ES6 (ES2015). This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.</p> </li> <li> <p>Deprecated options have been removed:</p> <ul> <li><code>deleteFilesAfterUpload</code> - Use <code>filesToDeleteAfterUpload</code> instead</li> <li><code>bundleSizeOptimizations.excludePerformanceMonitoring</code> - Use <code>bundleSizeOptimizations.excludeTracing</code> instead</li> <li><code>_experiments.moduleMetadata</code> - Use <code>moduleMetadata</code> instead</li> <li><code>cleanArtifacts</code> - Did not do anything</li> </ul> </li> </ul> <h3>List of Changes</h3> <ul> <li>fix!: Wrap injected code in block-statement to contain scope (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/646">#646</a>)</li> <li>chore!: Remove deprecated options (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/654">#654</a>)</li> <li>feat(logger): Use console methods respective to log level (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/652">#652</a>)</li> <li>fix(webpack): Ensure process exits when done (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/653">#653</a>)</li> <li>fix: Use correct replacement matcher for <code>bundleSizeOptimizations.excludeTracing</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/644">#644</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/jdelStrother"><code>@​jdelStrother</code></a>. Thank you for your contribution!</p> <h2>2.23.0</h2> <ul> <li>chore(deps): bump nanoid from 3.3.6 to 3.3.8 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/641">#641</a>)</li> <li>feat(core): Detect Railway release name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/639">#639</a>)</li> <li>feat(core): Write module injections to <code>globalThis</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/636">#636</a>)</li> <li>feat(react-component-annotate): Allow skipping annotations on specified components (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/617">#617</a>)</li> <li>ref(core): Rename release management plugin name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/647">#647</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/conor-ob"><code>@​conor-ob</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/rollup-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>3.1.2</h2> <ul> <li>deps: Bump <code>@sentry/cli</code> to <code>2.41.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/671">#671</a>)</li> </ul> <h2>3.1.1</h2> <ul> <li> <p>fix(core): Disable release creation and source maps upload in dev mode (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/666">#666</a>)</p> <p>This fix disables any external calls to the Sentry API for managing releases or uploading source maps, when detecting that the plugin is running in dev-mode. While this rarely actually happened, it also polluted the dev server output with unnecessary logs about missing auth tokens, which shouldn't be required in dev mode.</p> </li> </ul> <h2>3.1.0</h2> <ul> <li>feat(webpack): Gate forced process exit behind experimental flag (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/663">#663</a>)</li> </ul> <h2>3.0.0</h2> <h3>Breaking Changes</h3> <ul> <li> <p>Injected code will now use <code>let</code>, which was added in ES6 (ES2015). This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.</p> </li> <li> <p>Deprecated options have been removed:</p> <ul> <li><code>deleteFilesAfterUpload</code> - Use <code>filesToDeleteAfterUpload</code> instead</li> <li><code>bundleSizeOptimizations.excludePerformanceMonitoring</code> - Use <code>bundleSizeOptimizations.excludeTracing</code> instead</li> <li><code>_experiments.moduleMetadata</code> - Use <code>moduleMetadata</code> instead</li> <li><code>cleanArtifacts</code> - Did not do anything</li> </ul> </li> </ul> <h3>List of Changes</h3> <ul> <li>fix!: Wrap injected code in block-statement to contain scope (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/646">#646</a>)</li> <li>chore!: Remove deprecated options (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/654">#654</a>)</li> <li>feat(logger): Use console methods respective to log level (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/652">#652</a>)</li> <li>fix(webpack): Ensure process exits when done (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/653">#653</a>)</li> <li>fix: Use correct replacement matcher for <code>bundleSizeOptimizations.excludeTracing</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/644">#644</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/jdelStrother"><code>@​jdelStrother</code></a>. Thank you for your contribution!</p> <h2>2.23.0</h2> <ul> <li>chore(deps): bump nanoid from 3.3.6 to 3.3.8 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/641">#641</a>)</li> <li>feat(core): Detect Railway release name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/639">#639</a>)</li> <li>feat(core): Write module injections to <code>globalThis</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/636">#636</a>)</li> <li>feat(react-component-annotate): Allow skipping annotations on specified components (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/617">#617</a>)</li> <li>ref(core): Rename release management plugin name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/647">#647</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/conor-ob"><code>@​conor-ob</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/900341064e20483c1dd4fd58a194544f2d2da14a"><code>9003410</code></a> release: 3.1.2</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/1063e0a2cd1093a7a33446b3930e6e77a43d2c0c"><code>1063e0a</code></a> meta: Update changelog for <code>3.1.2</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/672">#672</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/cfb6fcc12b9900398c9f2c2643bf3ea6969fdcc9"><code>cfb6fcc</code></a> deps: Bump <code>@sentry/cli</code> to <code>2.41.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/671">#671</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/27626a3688c32d92b87583f89a6217ff55ed8f3f"><code>27626a3</code></a> Merge branch 'release/3.1.1'</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0db92f683ab0a4952e6d1b32e75a43d938c2d52b"><code>0db92f6</code></a> release: 3.1.1</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/8cdc739c168e66c1e85d6155ad15eb8516a44c0a"><code>8cdc739</code></a> meta: Add Changelog for 3.1.1 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/668">#668</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/d39f50ebbcb9f2ea8743ce5aa13acf9c4a2dbbc6"><code>d39f50e</code></a> fix(core): Check for dev mode via <code>process.env.NODE_ENV</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/666">#666</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/071fd5cc0b2d46c977df30b2d4fa08a52694415a"><code>071fd5c</code></a> Merge branch 'release/3.1.0'</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/b2f807b2192ab965747301a06b5ecf6948ee72ef"><code>b2f807b</code></a> release: 3.1.0</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/d57886dc724863669cb5c951cd055495b4cc5cb5"><code>d57886d</code></a> meta: Update changelog for 3.1.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/664">#664</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/2.22.7...3.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/rollup-plugin&package-manager=npm_and_yarn&previous-version=2.22.7&new-version=3.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd55860 commit 2bcdf9c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-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.2",
4848
"@sentry/node": "9.0.0-alpha.2",
4949
"@sentry/opentelemetry": "9.0.0-alpha.2",
50-
"@sentry/rollup-plugin": "2.22.7",
50+
"@sentry/rollup-plugin": "3.1.2",
5151
"@sentry/vite-plugin": "2.22.6",
5252
"@sentry/vue": "9.0.0-alpha.2"
5353
},

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6737,12 +6737,12 @@
67376737
"@sentry/cli-win32-i686" "2.41.1"
67386738
"@sentry/cli-win32-x64" "2.41.1"
67396739

6740-
"@sentry/rollup-plugin@2.22.7":
6741-
version "2.22.7"
6742-
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-2.22.7.tgz#994bb859437eb1e5fd34c485aaa79ba14354778f"
6743-
integrity sha512-7rgIsne8Ghb/CrfFJG5DMLcHyMqrUaw4yifq7sgYCdDyUBQ5Ox0eWVQ/autK/NYLDxDsT2r8FNttpM2hpEsUxg==
6740+
"@sentry/rollup-plugin@3.1.2":
6741+
version "3.1.2"
6742+
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-3.1.2.tgz#d1ed4eeb558e10260bf0e7f292f9ad6baf22a98c"
6743+
integrity sha512-CVUsfQkL8REOGuyaPX7BzccZoq+wce05gQW3dG4PcXNPQeKTPRpC89NLcCDJijJa08yvC0DF0wsWRhlFWM89kQ==
67446744
dependencies:
6745-
"@sentry/bundler-plugin-core" "2.22.7"
6745+
"@sentry/bundler-plugin-core" "3.1.2"
67466746
unplugin "1.0.1"
67476747

67486748
"@sentry/vite-plugin@2.22.6", "@sentry/vite-plugin@^2.22.6":
@@ -27774,6 +27774,7 @@ stylus@0.59.0, stylus@^0.59.0:
2777427774

2777527775
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2777627776
version "3.36.0"
27777+
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2777727778
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2777827779
dependencies:
2777927780
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)