Skip to content

Commit ac1c7e3

Browse files
committed
Auto merge of #4253 - rust-lang:renovate/sentry-javascript-monorepo, r=Turbo87
Update sentry-javascript monorepo to v6.16.1 [![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://github.com/getsentry/sentry-javascript)` | [`6.16.0` -> `6.16.1`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.16.0/6.16.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.16.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.16.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.16.1/compatibility-slim/6.16.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.16.1/confidence-slim/6.16.0)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://github.com/getsentry/sentry-javascript)` | [`6.16.0` -> `6.16.1`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.16.0/6.16.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.16.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.16.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.16.1/compatibility-slim/6.16.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.16.1/confidence-slim/6.16.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (`@&#8203;sentry/browser)</summary>` ### [`v6.16.1`](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;6161) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/6.16.0...6.16.1) - feat(nextjs): Support Next.js v12 ([#&#8203;4093](https://github.com/getsentry/sentry-javascript/issues/4093)) - fix(nextjs): Disable server instrumentation on Vercel ([#&#8203;4255](https://github.com/getsentry/sentry-javascript/issues/4255)) - feat(tracing): Add metadata around idleTimeout ([#&#8203;4251](https://github.com/getsentry/sentry-javascript/issues/4251)) Work in this release contributed by [`@&#8203;KATT](https://github.com/KATT).` Thank you for your contribution! </details> <details> <summary>getsentry/sentry-javascript (`@&#8203;sentry/integrations)</summary>` </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, click this checkbox. --- 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 825f065 + 7f6b548 commit ac1c7e3

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
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@juggle/resize-observer": "3.3.1",
41-
"@sentry/browser": "6.16.0",
42-
"@sentry/integrations": "6.16.0",
41+
"@sentry/browser": "6.16.1",
42+
"@sentry/integrations": "6.16.1",
4343
"chart.js": "3.6.2",
4444
"copy-text-to-clipboard": "3.0.1",
4545
"date-fns": "2.27.0",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,66 +1931,66 @@
19311931
errorhandler "^1.5.1"
19321932
fs-extra "^10.0.0"
19331933

1934-
"@sentry/[email protected].0":
1935-
version "6.16.0"
1936-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.16.0.tgz#aa2207ea4d8e30a10bce0255798323c3b8e9c282"
1937-
integrity sha512-rpFrS/DPKH9NAWfEhrgpVmqJtfUIGvl9y6KQv0QsNv7X0ZISNtsoHIUe2jVrbjysjWXrJCryCxcSxNgqsa4Www==
1938-
dependencies:
1939-
"@sentry/core" "6.16.0"
1940-
"@sentry/types" "6.16.0"
1941-
"@sentry/utils" "6.16.0"
1934+
"@sentry/[email protected].1":
1935+
version "6.16.1"
1936+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.16.1.tgz#4270ab0fbd1de425e339b3e7a364feb09f470a87"
1937+
integrity sha512-F2I5RL7RTLQF9CccMrqt73GRdK3FdqaChED3RulGQX5lH6U3exHGFxwyZxSrY4x6FedfBFYlfXWWCJXpLnFkow==
1938+
dependencies:
1939+
"@sentry/core" "6.16.1"
1940+
"@sentry/types" "6.16.1"
1941+
"@sentry/utils" "6.16.1"
19421942
tslib "^1.9.3"
19431943

1944-
"@sentry/[email protected].0":
1945-
version "6.16.0"
1946-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.16.0.tgz#3312e38c6ab66c9d9c4704db696194676c25d001"
1947-
integrity sha512-XqIlMjefuJmwQSAzv9J1PtV6+sXiz1dgBbtRr6e+QGIYZ+BDkuyDQv/HsGPfxxMHxgJBxBzi71FFLjEJsF6CBg==
1944+
"@sentry/[email protected].1":
1945+
version "6.16.1"
1946+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.16.1.tgz#d9f7a75f641acaddf21b6aafa7a32e142f68f17c"
1947+
integrity sha512-UFI0264CPUc5cR1zJH+S2UPOANpm6dLJOnsvnIGTjsrwzR0h8Hdl6rC2R/GPq+WNbnipo9hkiIwDlqbqvIU5vw==
19481948
dependencies:
1949-
"@sentry/hub" "6.16.0"
1950-
"@sentry/minimal" "6.16.0"
1951-
"@sentry/types" "6.16.0"
1952-
"@sentry/utils" "6.16.0"
1949+
"@sentry/hub" "6.16.1"
1950+
"@sentry/minimal" "6.16.1"
1951+
"@sentry/types" "6.16.1"
1952+
"@sentry/utils" "6.16.1"
19531953
tslib "^1.9.3"
19541954

1955-
"@sentry/[email protected].0":
1956-
version "6.16.0"
1957-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.16.0.tgz#98b3b68abfe8ec85065a883f92a04a9953f92c16"
1958-
integrity sha512-NBkcgGjnYsoXyIJwi2TGCxGnxbDJc/t++0ukFoBRy6RL/pw2YnryCu8PWNFsDkZdlb1zt5SIC6Kui+q1ViNS/A==
1955+
"@sentry/[email protected].1":
1956+
version "6.16.1"
1957+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.16.1.tgz#526e19db51f4412da8634734044c605b936a7b80"
1958+
integrity sha512-4PGtg6AfpqMkreTpL7ymDeQ/U1uXv03bKUuFdtsSTn/FRf9TLS4JB0KuTZCxfp1IRgAA+iFg6B784dDkT8R9eg==
19591959
dependencies:
1960-
"@sentry/types" "6.16.0"
1961-
"@sentry/utils" "6.16.0"
1960+
"@sentry/types" "6.16.1"
1961+
"@sentry/utils" "6.16.1"
19621962
tslib "^1.9.3"
19631963

1964-
"@sentry/[email protected].0":
1965-
version "6.16.0"
1966-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.16.0.tgz#0b299c6aac9a7b5ec7eda41ee7c03f526b2a59dc"
1967-
integrity sha512-jvITEyIfSpwUJ5RD9USMqQ534J5tfXeLc36ISOV7a1jBcRCaJHzm121Ho1/PXPvifJOA/s0uGFEEi6CmOzY2lQ==
1964+
"@sentry/[email protected].1":
1965+
version "6.16.1"
1966+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.16.1.tgz#ef29e47e3b920126b31c332d381c5a1ca43b0185"
1967+
integrity sha512-YobbH3jWMRJxCeFzr8USlju1Up0EJoxaAT4y+LQQ0ZLfyfOdPX0d0iFnWMCar8gwR1nRujFS0HM0BBKY3an0LA==
19681968
dependencies:
1969-
"@sentry/types" "6.16.0"
1970-
"@sentry/utils" "6.16.0"
1969+
"@sentry/types" "6.16.1"
1970+
"@sentry/utils" "6.16.1"
19711971
localforage "^1.8.1"
19721972
tslib "^1.9.3"
19731973

1974-
"@sentry/[email protected].0":
1975-
version "6.16.0"
1976-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.16.0.tgz#0f41337be90470fbdccc390aaac6a22cb250ed7f"
1977-
integrity sha512-9/h0J9BDDY5W/dKILGEq3ewECspNoxcXuly/WOWQdt2SQpIcoh8l/dF8iTXle+icndin0EiMEyHOzaCPWG24oQ==
1974+
"@sentry/[email protected].1":
1975+
version "6.16.1"
1976+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.16.1.tgz#6a9506a92623d2ff1fc17d60989688323326772e"
1977+
integrity sha512-dq+mI1EQIvUM+zJtGCVgH3/B3Sbx4hKlGf2Usovm9KoqWYA+QpfVBholYDe/H2RXgO7LFEefDLvOdHDkqeJoyA==
19781978
dependencies:
1979-
"@sentry/hub" "6.16.0"
1980-
"@sentry/types" "6.16.0"
1979+
"@sentry/hub" "6.16.1"
1980+
"@sentry/types" "6.16.1"
19811981
tslib "^1.9.3"
19821982

1983-
"@sentry/[email protected].0":
1984-
version "6.16.0"
1985-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.16.0.tgz#05a8daea73ac9faac8036ae5f84b89f27ffb0ec8"
1986-
integrity sha512-ZgIyLYlQS4SPi+d68XD8n9FzoObrNQLWxBuMYMnG3uJSuFeYAJrVYkDRtW4OW0D3awuajYGiHJZC2O5qTRGflA==
1983+
"@sentry/[email protected].1":
1984+
version "6.16.1"
1985+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.16.1.tgz#4917607115b30315757c2cf84f80bac5100b8ac0"
1986+
integrity sha512-Wh354g30UsJ5kYJbercektGX4ZMc9MHU++1NjeN2bTMnbofEcpUDWIiKeulZEY65IC1iU+1zRQQgtYO+/hgCUQ==
19871987

1988-
"@sentry/[email protected].0":
1989-
version "6.16.0"
1990-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.16.0.tgz#f04f1a46fea95662dbb26dc2cde02962fe18acb9"
1991-
integrity sha512-FJl1AyUVAIzxfEXufWsgX7KxIvOrQawxhAhLXO4vU5xrFrJOteicxAIFJO+GG0QDELgr9siP0Qgeb8LoINWcrw==
1988+
"@sentry/[email protected].1":
1989+
version "6.16.1"
1990+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.16.1.tgz#1b9e14c2831b6e8b816f7021b9876133bf2be008"
1991+
integrity sha512-7ngq/i4R8JZitJo9Sl8PDnjSbDehOxgr1vsoMmerIsyRZ651C/8B+jVkMhaAPgSdyJ0AlE3O7DKKTP1FXFw9qw==
19921992
dependencies:
1993-
"@sentry/types" "6.16.0"
1993+
"@sentry/types" "6.16.1"
19941994
tslib "^1.9.3"
19951995

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

0 commit comments

Comments
 (0)