Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2282ed3

Browse files
feat(deps): bump @sentry/webpack-plugin from 4.1.0 to 4.1.1 (#17467)
Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 4.1.0 to 4.1.1. <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>4.1.1</h2> <ul> <li>fix(react-native): Enhance fragment detection for indirect references (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/pull/767">#767</a>)</li> </ul> </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>4.1.1</h2> <ul> <li>fix(react-native): Enhance fragment detection for indirect references (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/pull/767">#767</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/27dff6603b40540335c6b18f5ece2e4fc9cee6d0"><code>27dff66</code></a> release: 4.1.1</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/80e5ea34df3eb9a73afc03906d7ade4e9ab774d8"><code>80e5ea3</code></a> meta: Changelog entry for 4.1.1 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/790">#790</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/36b1baf3c45d4d44c00d546eca38274c8ca718de"><code>36b1baf</code></a> docs: Fix changelog links (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/788">#788</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/1d1b4a0052d4fafa5a26cbd680d5b60dcb0999b9"><code>1d1b4a0</code></a> fix(react-native): Enhance fragment detection for indirect references (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/767">#767</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a5ab3a6b63988a3c57d317f81381ed2f8572922f"><code>a5ab3a6</code></a> Merge branch 'release/4.1.0'</li> <li>See full diff in <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.1.0...4.1.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=4.1.0&new-version=4.1.1)](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 a7acc8f commit 2282ed3

File tree

3 files changed

+48
-29
lines changed

3 files changed

+48
-29
lines changed

‎packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@sentry/core": "10.6.0",
4949
"@sentry/react": "10.6.0",
50-
"@sentry/webpack-plugin": "^4.1.0"
50+
"@sentry/webpack-plugin": "^4.1.1"
5151
},
5252
"peerDependencies": {
5353
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",

‎packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@sentry/opentelemetry": "10.6.0",
8686
"@sentry/react": "10.6.0",
8787
"@sentry/vercel-edge": "10.6.0",
88-
"@sentry/webpack-plugin": "^4.1.0",
88+
"@sentry/webpack-plugin": "^4.1.1",
8989
"chalk": "3.0.0",
9090
"resolve": "1.22.8",
9191
"rollup": "^4.35.0",

‎yarn.lock

Lines changed: 46 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6853,22 +6853,22 @@
68536853
dependencies:
68546854
"@sentry-internal/rrweb-snapshot" "2.34.0"
68556855

6856-
"@sentry-internal/rrdom@2.35.0":
6857-
version "2.35.0"
6858-
resolved "https://registry.yarnpkg.com/@sentry-internal/rrdom/-/rrdom-2.35.0.tgz#27dbdfe3249afb65a31f3b680cd0cc92ed2001dd"
6859-
integrity sha512-sWZjJpv7/Fu1po5ibzGUojWLMGn/GgqsayE8dqbwI6F2x5gMVYL0/yIk+9Qii0ei3Su3BybWHfftZs+5r2Bong==
6856+
"@sentry-internal/rrdom@2.37.0":
6857+
version "2.37.0"
6858+
resolved "https://registry.yarnpkg.com/@sentry-internal/rrdom/-/rrdom-2.37.0.tgz#1aaf382eb7b543d7c256d31b73868e81e6649fbb"
6859+
integrity sha512-Wj6W4HP6kVYL1oenYq+Ec7QKtsq1Btk/acFLfZ/O7fygLVeAM0KZ4JZirPWdJmpeNNIk1YN7a8C7CfCiM014Ag==
68606860
dependencies:
6861-
"@sentry-internal/rrweb-snapshot" "2.35.0"
6861+
"@sentry-internal/rrweb-snapshot" "2.37.0"
68626862

68636863
"@sentry-internal/rrweb-snapshot@2.34.0":
68646864
version "2.34.0"
68656865
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-snapshot/-/rrweb-snapshot-2.34.0.tgz#79c2049b6c887e3c128d5fa80d6f745a61dd0e68"
68666866
integrity sha512-9Tb8jwVufn5GLV0d/CTuoZWo2O06ZB+xWeTJdEkbtJ6PAmO/Q7GQI3uNIx0pfFEnXP+0Km8CKKxpwkEM0z2m6w==
68676867

6868-
"@sentry-internal/rrweb-snapshot@2.35.0":
6869-
version "2.35.0"
6870-
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-snapshot/-/rrweb-snapshot-2.35.0.tgz#656f4716e3bdda151f122868f6f92d5f4224967c"
6871-
integrity sha512-CyERHnGWIkuCtw4xYJMoyDUv+5vj38HBd0upeEhKyYzjZ8rOttwsFjfZUBdotsP8O0/RVt9KIPRbSRESC1qSJw==
6868+
"@sentry-internal/rrweb-snapshot@2.37.0":
6869+
version "2.37.0"
6870+
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-snapshot/-/rrweb-snapshot-2.37.0.tgz#2081d1827a108a08cab219234952744e6e79c06b"
6871+
integrity sha512-fu2/Fd5J5gJrAgQgl9WykVPQkMjo+9MVFy4Y88STTP3WWsLu1u75YAQM6Lr1/tLEykoQ4NecmNDdcz/DiB/nNg==
68726872

68736873
"@sentry-internal/rrweb-types@2.34.0":
68746874
version "2.34.0"
@@ -6878,12 +6878,12 @@
68786878
"@sentry-internal/rrweb-snapshot" "2.34.0"
68796879
"@types/css-font-loading-module" "0.0.7"
68806880

6881-
"@sentry-internal/rrweb-types@2.35.0":
6882-
version "2.35.0"
6883-
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-types/-/rrweb-types-2.35.0.tgz#b2e63879a23593505fc3e28aa811e718de71f15f"
6884-
integrity sha512-D0mu2bgtvYD8MGijZDSD+q3FC8fDVRvNJD4canKvI3Wy9/LHTPbJ6F4U544vp5VrdBGCYIf/cxuJwmyZDfl5RQ==
6881+
"@sentry-internal/rrweb-types@2.37.0":
6882+
version "2.37.0"
6883+
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-types/-/rrweb-types-2.37.0.tgz#edc91ee032896788fa9a6f96c76f1f6dd7c9f538"
6884+
integrity sha512-ydtHzfGFO6Tyw4n7yOLUrdaNKmRdyaVfqNgObEbEgO/qobzxBV5zf8eNApTayy6SOji3NrF8PpJzm55OX/ChNA==
68856885
dependencies:
6886-
"@sentry-internal/rrweb-snapshot" "2.35.0"
6886+
"@sentry-internal/rrweb-snapshot" "2.37.0"
68876887
"@types/css-font-loading-module" "0.0.7"
68886888

68896889
"@sentry-internal/rrweb@2.34.0":
@@ -6900,22 +6900,22 @@
69006900
fflate "^0.4.4"
69016901
mitt "^3.0.0"
69026902

6903-
"@sentry-internal/rrweb@2.35.0":
6904-
version "2.35.0"
6905-
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb/-/rrweb-2.35.0.tgz#ae10b9aaf3ee379164ec52f1186ee053d369b0a3"
6906-
integrity sha512-Zy3bnzL9GY6SFTZ5x5YNxtkmIUiaLSppLA41xn6zc4UWSYI4DcA+M8OGxI4TiHkQVJhhjwBG1CevrLyrBxyEgA==
6903+
"@sentry-internal/rrweb@2.37.0":
6904+
version "2.37.0"
6905+
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb/-/rrweb-2.37.0.tgz#8ea0eb906e194060c60f4a6af4a0d3a16d52cdec"
6906+
integrity sha512-erN53M1WSPGpsMw+iVX6qWhI4id41+2AXcnALoB2JIyL/Q1W8f2loq/a4PxWkhaaq7mtGiHTmNTbks8Qgrsl9g==
69076907
dependencies:
6908-
"@sentry-internal/rrdom" "2.35.0"
6909-
"@sentry-internal/rrweb-snapshot" "2.35.0"
6910-
"@sentry-internal/rrweb-types" "2.35.0"
6908+
"@sentry-internal/rrdom" "2.37.0"
6909+
"@sentry-internal/rrweb-snapshot" "2.37.0"
6910+
"@sentry-internal/rrweb-types" "2.37.0"
69116911
"@types/css-font-loading-module" "0.0.7"
69126912
"@xstate/fsm" "^1.4.0"
69136913
base64-arraybuffer "^1.0.1"
69146914
fflate "^0.4.4"
69156915
mitt "^3.0.0"
69166916

69176917
"@sentry-internal/test-utils@link:dev-packages/test-utils":
6918-
version "10.5.0"
6918+
version "10.6.0"
69196919
dependencies:
69206920
express "^4.21.1"
69216921

@@ -6924,6 +6924,11 @@
69246924
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.1.0.tgz#6e7168f5fa59f53ac4b68e3f79c5fd54adc13f2e"
69256925
integrity sha512-UkcnqC7Bp9ODyoBN7BKcRotd1jz/I2vyruE/qjNfRC7UnP+jIRItUWYaXxQPON1fTw+N+egKdByk0M1y2OPv/Q==
69266926

6927+
"@sentry/babel-plugin-component-annotate@4.1.1":
6928+
version "4.1.1"
6929+
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.1.1.tgz#371415afc602f6b2ba0987b51123bd34d1603193"
6930+
integrity sha512-HUpqrCK7zDVojTV6KL6BO9ZZiYrEYQqvYQrscyMsq04z+WCupXaH6YEliiNRvreR8DBJgdsG3lBRpebhUGmvfA==
6931+
69276932
"@sentry/bundler-plugin-core@4.1.0":
69286933
version "4.1.0"
69296934
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.1.0.tgz#c1b2f7a890a44e5ac5decc984a133aacf6147dd4"
@@ -6938,6 +6943,20 @@
69386943
magic-string "0.30.8"
69396944
unplugin "1.0.1"
69406945

6946+
"@sentry/bundler-plugin-core@4.1.1":
6947+
version "4.1.1"
6948+
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.1.1.tgz#7e273b83cc8b44f4067f05ab9ed5a7ec7ac6d625"
6949+
integrity sha512-Hx9RgXaD1HEYmL5aYoWwCKkVvPp4iklwfD9mvmdpQtcwLg6b6oLnPVDQaOry1ak6Pxt8smlrWcKy4IiKASlvig==
6950+
dependencies:
6951+
"@babel/core" "^7.18.5"
6952+
"@sentry/babel-plugin-component-annotate" "4.1.1"
6953+
"@sentry/cli" "^2.51.0"
6954+
dotenv "^16.3.1"
6955+
find-up "^5.0.0"
6956+
glob "^9.3.2"
6957+
magic-string "0.30.8"
6958+
unplugin "1.0.1"
6959+
69416960
"@sentry/cli-darwin@2.52.0":
69426961
version "2.52.0"
69436962
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.52.0.tgz#05178cd819c2a33eb22a6e90bf7bb8f853f1b476"
@@ -7014,12 +7033,12 @@
70147033
"@sentry/bundler-plugin-core" "4.1.0"
70157034
unplugin "1.0.1"
70167035

7017-
"@sentry/webpack-plugin@^4.1.0":
7018-
version "4.1.0"
7019-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-4.1.0.tgz#e95e2dcd10e71dc8c3a16ba5cad9153f5e78c3bc"
7020-
integrity sha512-YqfDfyGAuT/9YW1kgAPfD7kGUKQCh1E5co+qMdToxi/Mz4xsWJY02rFS5GrJixYktYJfSMze8NiRr89yJMxYHw==
7036+
"@sentry/webpack-plugin@^4.1.1":
7037+
version "4.1.1"
7038+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-4.1.1.tgz#638c6b65cbc19b5027ffbb6bcd68094e0b0f82c6"
7039+
integrity sha512-2gFWcQMW1HdJDo/7rADeFs9crkH02l+mW4O1ORbxSjuegauyp1W8SBe7EfPoXbUmLdA3zwnpIxEXjjQpP5Etzg==
70217040
dependencies:
7022-
"@sentry/bundler-plugin-core" "4.1.0"
7041+
"@sentry/bundler-plugin-core" "4.1.1"
70237042
unplugin "1.0.1"
70247043
uuid "^9.0.0"
70257044

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /