Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump @sentry/webpack-plugin from 1.18.0 to 1.18.1 (#757)
Browse files Browse the repository at this point in the history
Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-webpack-plugin) from 1.18.0 to 1.18.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/getsentry/sentry-webpack-plugin/releases"><code>@​sentry/webpack-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.18.1</h2>
<ul>
<li>fix: Reexport <code>SourceMapsPathDescriptor</code> type (<a href="https://github-redirect.dependabot.com/getsentry/sentry-webpack-plugin/issues/323">#323</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/getsentry/sentry-webpack-plugin/blob/master/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v1.18.1</h2>
<ul>
<li>fix: Reexport <code>SourceMapsPathDescriptor</code> type (<a href="https://github-redirect.dependabot.com/getsentry/sentry-webpack-plugin/issues/323">#323</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/getsentry/sentry-webpack-plugin/commit/ce10dc002374e16f2b3c92bcff5d5f71e927b025"><code>ce10dc0</code></a> release: 1.18.1</li>
<li><a href="https://github.com/getsentry/sentry-webpack-plugin/commit/8d66cf1317ac718ded0eccc0014bdee2e38f497c"><code>8d66cf1</code></a> meta: Update changelog</li>
<li><a href="https://github.com/getsentry/sentry-webpack-plugin/commit/1b6357b1bedf193cc415589475c7a9b9faa8843b"><code>1b6357b</code></a> chore(types): Reexport <code>SourceMapsPathDescriptor</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-webpack-plugin/issues/323">#323</a>)</li>
<li><a href="https://github.com/getsentry/sentry-webpack-plugin/commit/3856fb9a2506f87509bc530d13f9e3b416bf8edb"><code>3856fb9</code></a> misc: Ignore no-console eslint warning</li>
<li><a href="https://github.com/getsentry/sentry-webpack-plugin/commit/e46992872c0460e5d0003ad6453d6cc76e11bd18"><code>e469928</code></a> Merge branch 'release/1.18.0'</li>
<li>See full diff in <a href="https://github.com/getsentry/sentry-webpack-plugin/compare/v1.18.0...v1.18.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=1.18.0&new-version=1.18.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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>
  • Loading branch information
dependabot[bot] authored Oct 13, 2021
1 parent b1cfd3a commit 3865243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2804,9 +2804,9 @@
tslib "^1.9.3"

"@sentry/webpack-plugin@^1.17.1":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.0.tgz#45bc0c2afe1bbabac777f51af6a634c557ea4888"
integrity sha512-wO6QECiRkvh66TQh1/qUgxCwi8WSB4XF8o5fGTZS+jzOye4TKOGHwnzNQ3ZkIW14U6yTq2cr1e8nRfcGXm+EyA==
version "1.18.1"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.1.tgz#0fa24297043305057111d85a7154d4b8b24d43a6"
integrity sha512-maEnHC0nxRnVgAz0qvKvhTGy+SxneR8MFjpgNMvh9CyAB6GEM9VQI1hzxTcAd7Qk90qGW8W4eUmB+ZX8nMrM1w==
dependencies:
"@sentry/cli" "^1.68.0"

Expand Down

0 comments on commit 3865243

Please sign in to comment.