Skip to content

Commit d0607b0

Browse files
committed
Auto merge of #3796 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v6.10.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.9.0` -> `6.10.0`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.9.0/6.10.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.10.0/compatibility-slim/6.9.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.10.0/confidence-slim/6.9.0)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`6.9.0` -> `6.10.0`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.9.0/6.10.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.10.0/compatibility-slim/6.9.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.10.0/confidence-slim/6.9.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.10.0`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;6100) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.9.0...6.10.0) - feat(vue): Rework tracing and add support for `Vue 3` ([#&#8203;3804](https://togithub.com/getsentry/sentry-javascript/issues/3804)) - feat(tracing): Upgrade to `web-vitals 2.1.0` ([#&#8203;3781](https://togithub.com/getsentry/sentry-javascript/issues/3781)) - fix(ember): Make argument to `InitSentryForEmber` optional ([#&#8203;3802](https://togithub.com/getsentry/sentry-javascript/issues/3802)) - fix(nextjs): Do not start a navigation if the from URL is the same ([#&#8203;3814](https://togithub.com/getsentry/sentry-javascript/issues/3814)) - fix(nextjs): Let `flush` finish in API routes ([#&#8203;3811](https://togithub.com/getsentry/sentry-javascript/issues/3811)) - fix(nextjs): Use `domains` to prevent scope bleed ([#&#8203;3788](https://togithub.com/getsentry/sentry-javascript/issues/3788)) - fix(react): Make `Route` typing more generic ([#&#8203;3809](https://togithub.com/getsentry/sentry-javascript/issues/3809)) - ref(tracing): Update span op for outgoing HTTP requests ([#&#8203;3821](https://togithub.com/getsentry/sentry-javascript/issues/3821)) - ref(tracing): Remove updated CLS from web-vitals ([#&#8203;3822](https://togithub.com/getsentry/sentry-javascript/issues/3822)) </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 02b0e17 + 170295a commit d0607b0

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.9.0",
41-
"@sentry/integrations": "6.9.0",
40+
"@sentry/browser": "6.10.0",
41+
"@sentry/integrations": "6.10.0",
4242
"chart.js": "3.4.1",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.22.1",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,66 +1943,66 @@
19431943
dependencies:
19441944
"@percy/logger" "^1.0.0-beta.56"
19451945

1946-
"@sentry/browser@6.9.0":
1947-
version "6.9.0"
1948-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.9.0.tgz#b75ac1a6ff8fe60d451b14aea94d66f9dcd5570f"
1949-
integrity sha512-4JnEPcwoNs6JqeEd4wscBq+hxpotEJ0DJ4eOIsaNZIMyqEHXBHTXCk/gfrSsiZFrkHM4PgvUHOxaC0HcZ92oBA==
1950-
dependencies:
1951-
"@sentry/core" "6.9.0"
1952-
"@sentry/types" "6.9.0"
1953-
"@sentry/utils" "6.9.0"
1946+
"@sentry/browser@6.10.0":
1947+
version "6.10.0"
1948+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.10.0.tgz#92e72edca584d940fba80cf6477d4a54c6dea573"
1949+
integrity sha512-H0Blgp8f8bomebkkGWIgxHVjabtQAlsKJDiFXBg7gIc75YcarRxwH0R3hMog1/h8mmv4CGGUsy5ljYW6jsNnvA==
1950+
dependencies:
1951+
"@sentry/core" "6.10.0"
1952+
"@sentry/types" "6.10.0"
1953+
"@sentry/utils" "6.10.0"
19541954
tslib "^1.9.3"
19551955

1956-
"@sentry/core@6.9.0":
1957-
version "6.9.0"
1958-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.9.0.tgz#43b25290f3b1eb2c23f665e1c0fcbadd06d06012"
1959-
integrity sha512-oFX2qQcMLujCeIuCQGlhpTUIOXiU5n6V2lqDnvMXUV8gKpplBPalwdlR9bgbSi+VO8u7LjHR1IKM0RAPWgNHWw==
1956+
"@sentry/core@6.10.0":
1957+
version "6.10.0"
1958+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.10.0.tgz#70af9dc72bb6a5b59062a31b7de023f7f1878357"
1959+
integrity sha512-5KlxHJlbD7AMo+b9pMGkjxUOfMILtsqCtGgI7DMvZNfEkdohO8QgUY+hPqr540kmwArFS91ipQYWhqzGaOhM3Q==
19601960
dependencies:
1961-
"@sentry/hub" "6.9.0"
1962-
"@sentry/minimal" "6.9.0"
1963-
"@sentry/types" "6.9.0"
1964-
"@sentry/utils" "6.9.0"
1961+
"@sentry/hub" "6.10.0"
1962+
"@sentry/minimal" "6.10.0"
1963+
"@sentry/types" "6.10.0"
1964+
"@sentry/utils" "6.10.0"
19651965
tslib "^1.9.3"
19661966

1967-
"@sentry/hub@6.9.0":
1968-
version "6.9.0"
1969-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.9.0.tgz#21068e12769cc745825e8d122c7e81858f609708"
1970-
integrity sha512-5mors7ojbo7G85ZmoVPQBgFBMONAJwyZfV0LNLy14GenoaVNuxTPyvAQiJb1FYq+x6YZ3CvqGX6r74KRKQU87w==
1967+
"@sentry/hub@6.10.0":
1968+
version "6.10.0"
1969+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.10.0.tgz#d59be18016426fd3a5e8d38712c2080466aafe3c"
1970+
integrity sha512-MV8wjhWiFAXZAhmj7Ef5QdBr2IF93u8xXiIo2J+dRZ7eVa4/ZszoUiDbhUcl/TPxczaw4oW2a6tINBNFLzXiig==
19711971
dependencies:
1972-
"@sentry/types" "6.9.0"
1973-
"@sentry/utils" "6.9.0"
1972+
"@sentry/types" "6.10.0"
1973+
"@sentry/utils" "6.10.0"
19741974
tslib "^1.9.3"
19751975

1976-
"@sentry/integrations@6.9.0":
1977-
version "6.9.0"
1978-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.9.0.tgz#40efd6dd933f7b9589da0c53ac19a52560f17a26"
1979-
integrity sha512-p4z+PsPhimoII1iiT55Favjd0wxeXVio/oHEGivaYd7Al4G2CYLVsDu25OAejxizwNn6rJE8A3WIhXC3DXN84g==
1976+
"@sentry/integrations@6.10.0":
1977+
version "6.10.0"
1978+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.10.0.tgz#f8f9e7efd55ec44d0408bd4493df1c9ceabaaa63"
1979+
integrity sha512-NMtB0jjFYFZRxyjYu2dWLThk9YPIwqhi4hYywmWkbv4/ILzi5Rwnh+aqNW6yrj8qG4b9itNMh3YvEzmf0aqauw==
19801980
dependencies:
1981-
"@sentry/types" "6.9.0"
1982-
"@sentry/utils" "6.9.0"
1981+
"@sentry/types" "6.10.0"
1982+
"@sentry/utils" "6.10.0"
19831983
localforage "^1.8.1"
19841984
tslib "^1.9.3"
19851985

1986-
"@sentry/minimal@6.9.0":
1987-
version "6.9.0"
1988-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.9.0.tgz#e6201eb237753994be83ec33866e3fdae9a79bf3"
1989-
integrity sha512-GBZ6wG2Rc1wInYEl2BZTZc/t57O1Da876ifLsSPpEQAEnGWbqZWb8RLjZskH09ZIL/K4XCIDDi5ySzN8kFUWJw==
1986+
"@sentry/minimal@6.10.0":
1987+
version "6.10.0"
1988+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.10.0.tgz#9404b93fae649b6c48e1da8f0991b87cf9999561"
1989+
integrity sha512-yarm046UgUFIBoxqnBan2+BEgaO9KZCrLzsIsmALiQvpfW92K1lHurSawl5W6SR7wCYBnNn7CPvPE/BHFdy4YA==
19901990
dependencies:
1991-
"@sentry/hub" "6.9.0"
1992-
"@sentry/types" "6.9.0"
1991+
"@sentry/hub" "6.10.0"
1992+
"@sentry/types" "6.10.0"
19931993
tslib "^1.9.3"
19941994

1995-
"@sentry/types@6.9.0":
1996-
version "6.9.0"
1997-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.9.0.tgz#ef1a541c4240df6a7c6f5f31d7cdddd7d92c15f1"
1998-
integrity sha512-v52HJqLoLapEnqS2NdVtUXPvT+aezQgNXQkp8hiQ3RUdTm5cffwBVG7wlbpE6OsOOIZxd6p1zKylFkwCypiIIA==
1995+
"@sentry/types@6.10.0":
1996+
version "6.10.0"
1997+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.10.0.tgz#6b1f44e5ed4dbc2710bead24d1b32fb08daf04e1"
1998+
integrity sha512-M7s0JFgG7/6/yNVYoPUbxzaXDhnzyIQYRRJJKRaTD77YO4MHvi4Ke8alBWqD5fer0cPIfcSkBqa9BLdqRqcMWw==
19991999

2000-
"@sentry/utils@6.9.0":
2001-
version "6.9.0"
2002-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.9.0.tgz#6bf0bf290a6d37a27078b7c1331a06d8a7e313c5"
2003-
integrity sha512-PimDr6KAi4cCp5hQZ8Az2/pDcdfhTu7WAU30Dd9MZwknpHSTmD4G6QvkdrB5er6kMMnNQOC7rMo6w/Do3m6X3w==
2000+
"@sentry/utils@6.10.0":
2001+
version "6.10.0"
2002+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.10.0.tgz#839a099fa0a1f0ca0893c7ce8c55ba0608c1d80f"
2003+
integrity sha512-F9OczOcZMFtazYVZ6LfRIe65/eOfQbiAedIKS0li4npuMz0jKYRbxrjd/U7oLiNQkPAp4/BujU4m1ZIwq6a+tg==
20042004
dependencies:
2005-
"@sentry/types" "6.9.0"
2005+
"@sentry/types" "6.10.0"
20062006
tslib "^1.9.3"
20072007

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

0 commit comments

Comments
 (0)