Skip to content

Commit a307905

Browse files
committed
Auto merge of #3879 - rust-lang:renovate/sentry-javascript-monorepo, r=Turbo87
Update sentry-javascript monorepo to v6.12.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [`@sentry/browser](https://togithub.com/getsentry/sentry-javascript)` | [`6.11.0` -> `6.12.0`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.11.0/6.12.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.12.0/compatibility-slim/6.11.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.12.0/confidence-slim/6.11.0)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`6.11.0` -> `6.12.0`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.11.0/6.12.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.12.0/compatibility-slim/6.11.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.12.0/confidence-slim/6.11.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.12.0`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;6120) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.11.0...6.12.0) - fix(nextjs): Differentiate between webpack 4 and 5 in server builds ([#&#8203;3878](https://togithub.com/getsentry/sentry-javascript/issues/3878)) - fix(core): Skip native frames while searching frame URLs. ([#&#8203;3897](https://togithub.com/getsentry/sentry-javascript/issues/3897)) - fix(vue): Attach props only if VM is available ([#&#8203;3902](https://togithub.com/getsentry/sentry-javascript/issues/3902)) - feat(tracing): Add pg-native support to Postgres integration. ([#&#8203;3894](https://togithub.com/getsentry/sentry-javascript/issues/3894)) - ref(ember): Update addon to support Ember 4.0.0 (beta) ([#&#8203;3915](https://togithub.com/getsentry/sentry-javascript/issues/3915)) - feat(react): Make Profiler \_mountSpan attribute protected ([#&#8203;3904](https://togithub.com/getsentry/sentry-javascript/issues/3904)) - fix(ember): allow ember-beta to fail ([#&#8203;3910](https://togithub.com/getsentry/sentry-javascript/issues/3910)) - fix(tracing): Prevent metrics erroring module load in web workers ([#&#8203;3941](https://togithub.com/getsentry/sentry-javascript/issues/3941)) - misc(browser): Log when event is dropped by Dedupe integration ([#&#8203;3943](https://togithub.com/getsentry/sentry-javascript/issues/3943)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 319b258 + f2c8adc commit a307905

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"trailingComma": "all"
3838
},
3939
"dependencies": {
40-
"@sentry/browser": "6.11.0",
41-
"@sentry/integrations": "6.11.0",
40+
"@sentry/browser": "6.12.0",
41+
"@sentry/integrations": "6.12.0",
4242
"chart.js": "3.5.1",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.23.0",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,66 +1962,66 @@
19621962
errorhandler "^1.5.1"
19631963
fs-extra "^10.0.0"
19641964

1965-
"@sentry/browser@6.11.0":
1966-
version "6.11.0"
1967-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.11.0.tgz#9e90bbc0488ebcdd1e67937d8d5b4f13c3f6dee0"
1968-
integrity sha512-Qr2QRA0t5/S9QQqxzYKvM9W8prvmiWuldfwRX4hubovXzcXLgUi4WK0/H612wSbYZ4dNAEcQbtlxFWJNN4wxdg==
1969-
dependencies:
1970-
"@sentry/core" "6.11.0"
1971-
"@sentry/types" "6.11.0"
1972-
"@sentry/utils" "6.11.0"
1965+
"@sentry/browser@6.12.0":
1966+
version "6.12.0"
1967+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.12.0.tgz#970cd68fa117a1e1336fdb373e3b1fa76cd63e2d"
1968+
integrity sha512-wsJi1NLOmfwtPNYxEC50dpDcVY7sdYckzwfqz1/zHrede1mtxpqSw+7iP4bHADOJXuF+ObYYTHND0v38GSXznQ==
1969+
dependencies:
1970+
"@sentry/core" "6.12.0"
1971+
"@sentry/types" "6.12.0"
1972+
"@sentry/utils" "6.12.0"
19731973
tslib "^1.9.3"
19741974

1975-
"@sentry/core@6.11.0":
1976-
version "6.11.0"
1977-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.11.0.tgz#40e94043afcf6407a109be26655c77832c64e740"
1978-
integrity sha512-09TB+f3pqEq8LFahFWHO6I/4DxHo+NcS52OkbWMDqEi6oNZRD7PhPn3i14LfjsYVv3u3AESU8oxSEGbFrr2UjQ==
1975+
"@sentry/core@6.12.0":
1976+
version "6.12.0"
1977+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.12.0.tgz#bc7c5f0785b6a392d9ad47bd9b1fae3f5389996c"
1978+
integrity sha512-mU/zdjlzFHzdXDZCPZm8OeCw7c9xsbL49Mq0TrY0KJjLt4CJBkiq5SDTGfRsenBLgTedYhe5Z/J8Z+xVVq+MfQ==
19791979
dependencies:
1980-
"@sentry/hub" "6.11.0"
1981-
"@sentry/minimal" "6.11.0"
1982-
"@sentry/types" "6.11.0"
1983-
"@sentry/utils" "6.11.0"
1980+
"@sentry/hub" "6.12.0"
1981+
"@sentry/minimal" "6.12.0"
1982+
"@sentry/types" "6.12.0"
1983+
"@sentry/utils" "6.12.0"
19841984
tslib "^1.9.3"
19851985

1986-
"@sentry/hub@6.11.0":
1987-
version "6.11.0"
1988-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.11.0.tgz#ddf9ddb0577d1c8290dc02c0242d274fe84d6c16"
1989-
integrity sha512-pT9hf+ZJfVFpoZopoC+yJmFNclr4NPqPcl2cgguqCHb69DklD1NxgBNWK8D6X05qjnNFDF991U6t1mxP9HrGuw==
1986+
"@sentry/hub@6.12.0":
1987+
version "6.12.0"
1988+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.12.0.tgz#29e323ab6a95e178fb14fffb684aa0e09707197f"
1989+
integrity sha512-yR/UQVU+ukr42bSYpeqvb989SowIXlKBanU0cqLFDmv5LPCnaQB8PGeXwJAwWhQgx44PARhmB82S6Xor8gYNxg==
19901990
dependencies:
1991-
"@sentry/types" "6.11.0"
1992-
"@sentry/utils" "6.11.0"
1991+
"@sentry/types" "6.12.0"
1992+
"@sentry/utils" "6.12.0"
19931993
tslib "^1.9.3"
19941994

1995-
"@sentry/integrations@6.11.0":
1996-
version "6.11.0"
1997-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.11.0.tgz#da0706306b5ff13eaae5771095d7fc82c9f4c68b"
1998-
integrity sha512-CtSMW+PJlw+EunDJ+9LCWxRcXQIsUDlcUZOhFyAdmM5YIbg2V0IqHtnYg8X2sSGRO3aTEc7lOG5nF4lqr3R0yg==
1995+
"@sentry/integrations@6.12.0":
1996+
version "6.12.0"
1997+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.12.0.tgz#d900e89c588fbe6ce1b89ce74c042574daf638bb"
1998+
integrity sha512-M9gsVdWZp5fAFFpTjK2IBuWzW4SBxGAI3tVbYZvVx16S/BY0GsPC1dYpjJx9OTBS/8CmCWdGxnUmjACo/8w1LA==
19991999
dependencies:
2000-
"@sentry/types" "6.11.0"
2001-
"@sentry/utils" "6.11.0"
2000+
"@sentry/types" "6.12.0"
2001+
"@sentry/utils" "6.12.0"
20022002
localforage "^1.8.1"
20032003
tslib "^1.9.3"
20042004

2005-
"@sentry/minimal@6.11.0":
2006-
version "6.11.0"
2007-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.11.0.tgz#806d5512658370e40827b3e3663061db708fff33"
2008-
integrity sha512-XkZ7qrdlGp4IM/gjGxf1Q575yIbl5RvPbg+WFeekpo16Ufvzx37Mr8c2xsZaWosISVyE6eyFpooORjUlzy8EDw==
2005+
"@sentry/minimal@6.12.0":
2006+
version "6.12.0"
2007+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.12.0.tgz#cbe20e95056cedb9709d7d5b2119ef95206a9f8c"
2008+
integrity sha512-r3C54Q1KN+xIqUvcgX9DlcoWE7ezWvFk2pSu1Ojx9De81hVqR9u5T3sdSAP2Xma+um0zr6coOtDJG4WtYlOtsw==
20092009
dependencies:
2010-
"@sentry/hub" "6.11.0"
2011-
"@sentry/types" "6.11.0"
2010+
"@sentry/hub" "6.12.0"
2011+
"@sentry/types" "6.12.0"
20122012
tslib "^1.9.3"
20132013

2014-
"@sentry/types@6.11.0":
2015-
version "6.11.0"
2016-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.11.0.tgz#5122685478d32ddacd3a891cbcf550012df85f7c"
2017-
integrity sha512-gm5H9eZhL6bsIy/h3T+/Fzzz2vINhHhqd92CjHle3w7uXdTdFV98i2pDpErBGNTSNzbntqOMifYEB5ENtZAvcg==
2014+
"@sentry/types@6.12.0":
2015+
version "6.12.0"
2016+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.12.0.tgz#b7395688a79403c6df8d8bb8d81deb8222519853"
2017+
integrity sha512-urtgLzE4EDMAYQHYdkgC0Ei9QvLajodK1ntg71bGn0Pm84QUpaqpPDfHRU+i6jLeteyC7kWwa5O5W1m/jrjGXA==
20182018

2019-
"@sentry/utils@6.11.0":
2020-
version "6.11.0"
2021-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.11.0.tgz#d1dee4faf4d9c42c54bba88d5a66fb96b902a14c"
2022-
integrity sha512-IOvyFHcnbRQxa++jO+ZUzRvFHEJ1cZjrBIQaNVc0IYF0twUOB5PTP6joTcix38ldaLeapaPZ9LGfudbvYvxkdg==
2019+
"@sentry/utils@6.12.0":
2020+
version "6.12.0"
2021+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.12.0.tgz#3de261e8d11bdfdc7add64a3065d43517802e975"
2022+
integrity sha512-oRHQ7TH5TSsJqoP9Gqq25Jvn9LKexXfAh/OoKwjMhYCGKGhqpDNUIZVgl9DWsGw5A5N5xnQyLOxDfyRV5RshdA==
20232023
dependencies:
2024-
"@sentry/types" "6.11.0"
2024+
"@sentry/types" "6.12.0"
20252025
tslib "^1.9.3"
20262026

20272027
"@simple-dom/document@^1.4.0":

0 commit comments

Comments
 (0)