Commit 8fc56d8
authored
feat(deps): Bump @sentry/webpack-plugin from 2.22.7 to 3.1.2 (#15328)
Bumps
[@sentry/webpack-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/webpack-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/webpack-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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent da8ba8d commit 8fc56d8
2 files changed
+1
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6587 | 6587 | | |
6588 | 6588 | | |
6589 | 6589 | | |
6590 | | - | |
6591 | | - | |
6592 | | - | |
6593 | | - | |
6594 | | - | |
6595 | 6590 | | |
6596 | 6591 | | |
6597 | 6592 | | |
| |||
6611 | 6606 | | |
6612 | 6607 | | |
6613 | 6608 | | |
6614 | | - | |
6615 | | - | |
6616 | | - | |
6617 | | - | |
6618 | | - | |
6619 | | - | |
6620 | | - | |
6621 | | - | |
6622 | | - | |
6623 | | - | |
6624 | | - | |
6625 | | - | |
6626 | | - | |
6627 | | - | |
6628 | 6609 | | |
6629 | 6610 | | |
6630 | 6611 | | |
| |||
6639 | 6620 | | |
6640 | 6621 | | |
6641 | 6622 | | |
6642 | | - | |
6643 | | - | |
6644 | | - | |
6645 | | - | |
6646 | | - | |
6647 | 6623 | | |
6648 | 6624 | | |
6649 | 6625 | | |
6650 | 6626 | | |
6651 | 6627 | | |
6652 | | - | |
6653 | | - | |
6654 | | - | |
6655 | | - | |
6656 | | - | |
6657 | 6628 | | |
6658 | 6629 | | |
6659 | 6630 | | |
6660 | 6631 | | |
6661 | 6632 | | |
6662 | | - | |
6663 | | - | |
6664 | | - | |
6665 | | - | |
6666 | | - | |
6667 | 6633 | | |
6668 | 6634 | | |
6669 | 6635 | | |
6670 | 6636 | | |
6671 | 6637 | | |
6672 | | - | |
6673 | | - | |
6674 | | - | |
6675 | | - | |
6676 | | - | |
6677 | 6638 | | |
6678 | 6639 | | |
6679 | 6640 | | |
6680 | 6641 | | |
6681 | 6642 | | |
6682 | | - | |
6683 | | - | |
6684 | | - | |
6685 | | - | |
6686 | | - | |
6687 | 6643 | | |
6688 | 6644 | | |
6689 | 6645 | | |
6690 | 6646 | | |
6691 | 6647 | | |
6692 | | - | |
6693 | | - | |
6694 | | - | |
6695 | | - | |
6696 | | - | |
6697 | 6648 | | |
6698 | 6649 | | |
6699 | 6650 | | |
6700 | 6651 | | |
6701 | 6652 | | |
6702 | | - | |
6703 | | - | |
6704 | | - | |
6705 | | - | |
6706 | | - | |
6707 | 6653 | | |
6708 | 6654 | | |
6709 | 6655 | | |
6710 | 6656 | | |
6711 | 6657 | | |
6712 | | - | |
6713 | | - | |
6714 | | - | |
6715 | | - | |
6716 | | - | |
6717 | | - | |
6718 | | - | |
6719 | | - | |
6720 | | - | |
6721 | | - | |
6722 | | - | |
6723 | | - | |
6724 | | - | |
6725 | | - | |
6726 | | - | |
6727 | | - | |
6728 | | - | |
6729 | | - | |
6730 | | - | |
6731 | 6658 | | |
6732 | 6659 | | |
6733 | 6660 | | |
| |||
6763 | 6690 | | |
6764 | 6691 | | |
6765 | 6692 | | |
6766 | | - | |
6767 | | - | |
6768 | | - | |
6769 | | - | |
6770 | | - | |
6771 | | - | |
6772 | | - | |
6773 | | - | |
6774 | | - | |
6775 | 6693 | | |
6776 | 6694 | | |
6777 | 6695 | | |
| |||
0 commit comments