-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 2bcdf9c
authored
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 />
[](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 2bcdf9cCopy full SHA for 2bcdf9c
File tree
Expand file treeCollapse file tree
2 files changed
+7
-6
lines changedFilter options
- packages/nuxt
Expand file treeCollapse file tree
2 files changed
+7
-6
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6737 | 6737 |
| |
6738 | 6738 |
| |
6739 | 6739 |
| |
6740 |
| - | |
6741 |
| - | |
6742 |
| - | |
6743 |
| - | |
| 6740 | + | |
| 6741 | + | |
| 6742 | + | |
| 6743 | + | |
6744 | 6744 |
| |
6745 |
| - | |
| 6745 | + | |
6746 | 6746 |
| |
6747 | 6747 |
| |
6748 | 6748 |
| |
| |||
27774 | 27774 |
| |
27775 | 27775 |
| |
27776 | 27776 |
| |
| 27777 | + | |
27777 | 27778 |
| |
27778 | 27779 |
| |
27779 | 27780 |
| |
|
0 commit comments