Skip to content

Commit 9744a25

Browse files
committed
Auto merge of #4539 - rust-lang:renovate/sentry-javascript-monorepo, r=Turbo87
Update sentry-javascript monorepo to v6.17.5 [![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.17.4` -> `6.17.5`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.17.4/6.17.5)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.17.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.17.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.17.5/compatibility-slim/6.17.4)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.17.5/confidence-slim/6.17.4)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://github.com/getsentry/sentry-javascript)` | [`6.17.4` -> `6.17.5`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.17.4/6.17.5)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.17.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.17.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.17.5/compatibility-slim/6.17.4)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.17.5/confidence-slim/6.17.4)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.17.5`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;6175) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/6.17.4...6.17.5) This release deprecates the `Severity` enum, the `SeverityLevel` type, and the internal `SeverityLevels` array, all from ``@sentry/types`.` In v7, `Severity` will disappear (in favor of `SeverityLevel`) and `SeverityLevel` and `SeverityLevels` will live in ``@sentry/utils`.` If you are using any of the three, we encourage you to migrate your usage now, using our [migration guide](./MIGRATION.md#upgrading-from-6.x-to-6.17.x). - ref: Export Session class from core/browser/node ([#&#8203;4508](https://github.com/getsentry/sentry-javascript/issues/4508)) - chore(nextjs): Bump``@sentry/webpack-plugin`` to 1.18.5 ([#&#8203;4501](https://github.com/getsentry/sentry-javascript/issues/4501)) - ref(types): Move SeverityLevel and SeverityLevels to ``@sentry/utils`` ([#&#8203;4492](https://github.com/getsentry/sentry-javascript/issues/4492)) - fix(vue): Cast name parameter to string ([#&#8203;4483](https://github.com/getsentry/sentry-javascript/issues/4483)) Work in this release contributed by [`@&#8203;Bobakanoosh](https://github.com/Bobakanoosh)` and [`@&#8203;ssnielsen](https://github.com/ssnielsen).` Thank you for your contributions! </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 d907f42 + 4ed4390 commit 9744a25

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
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.17.4",
42-
"@sentry/integrations": "6.17.4",
41+
"@sentry/browser": "6.17.5",
42+
"@sentry/integrations": "6.17.5",
4343
"chart.js": "3.7.0",
4444
"copy-text-to-clipboard": "3.0.1",
4545
"date-fns": "2.28.0",

yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,66 +1801,66 @@
18011801
errorhandler "^1.5.1"
18021802
fs-extra "^10.0.0"
18031803

1804-
"@sentry/[email protected].4":
1805-
version "6.17.4"
1806-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.17.4.tgz#c2711a12e89dab4abecd9a04716c07c86712fa5a"
1807-
integrity sha512-ezLZ/FP2ZJPPemzGKMiu8RCHvuRYfDYXbkQb9KhUbpylJokL4GSRZHy8EYkcHugnvAiov7p8cdj7QgOZQPDAgw==
1808-
dependencies:
1809-
"@sentry/core" "6.17.4"
1810-
"@sentry/types" "6.17.4"
1811-
"@sentry/utils" "6.17.4"
1804+
"@sentry/[email protected].5":
1805+
version "6.17.5"
1806+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.17.5.tgz#939c2c45f2b9ff7b449eaae270b6d4313b77a6c1"
1807+
integrity sha512-3xZ+6HgEnnQpXEk+3YJyfHlsJzMbOBEnjs3ImAiJvKJLdPnRjhixbQwsiV9Fm2SG43o2bFABpGSE337rvy4JuA==
1808+
dependencies:
1809+
"@sentry/core" "6.17.5"
1810+
"@sentry/types" "6.17.5"
1811+
"@sentry/utils" "6.17.5"
18121812
tslib "^1.9.3"
18131813

1814-
"@sentry/[email protected].4":
1815-
version "6.17.4"
1816-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.17.4.tgz#ac23c2a9896b27fe4c532c2013c58c01f39adcdb"
1817-
integrity sha512-7QFgw+I9YK/X1Gie0c7phwT5pHMow66UCXHzDzHR2aK/0X3Lhn8OWlcGjIt5zmiBK/LHwNfQBNMskbktbYHgdA==
1814+
"@sentry/[email protected].5":
1815+
version "6.17.5"
1816+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.17.5.tgz#8455e8b4ba36fc50c0d95b25eba06286389663ee"
1817+
integrity sha512-G1bYvZsWM5n0QYbnv89a24HCXex3rMWUnHWFysNqcWmw2YfiQ9RX5SakGbesewBj2Br2XpaDH0pED3QBUrC7yA==
18181818
dependencies:
1819-
"@sentry/hub" "6.17.4"
1820-
"@sentry/minimal" "6.17.4"
1821-
"@sentry/types" "6.17.4"
1822-
"@sentry/utils" "6.17.4"
1819+
"@sentry/hub" "6.17.5"
1820+
"@sentry/minimal" "6.17.5"
1821+
"@sentry/types" "6.17.5"
1822+
"@sentry/utils" "6.17.5"
18231823
tslib "^1.9.3"
18241824

1825-
"@sentry/[email protected].4":
1826-
version "6.17.4"
1827-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.17.4.tgz#af4f5f745340d676be023dc3038690b557111f4d"
1828-
integrity sha512-6+EvPcrPCwUmayeieIpm1ZrRNWriqMHWZFyw+MzunFLgG8IH8G45cJU1zNnTY9Jwwg4sFIS9xrHy3AOkctnIGw==
1825+
"@sentry/[email protected].5":
1826+
version "6.17.5"
1827+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.17.5.tgz#9985ad61ac71003315ccaca2a2d42eed0e35bf6e"
1828+
integrity sha512-jBRrG0v3nHrymyj13Dv28aRS6xgQjWup45E0rljeksCxDL9frc734C0QGzGjE2MG7vZWtvd2CgP8uNbgYpwlTw==
18291829
dependencies:
1830-
"@sentry/types" "6.17.4"
1831-
"@sentry/utils" "6.17.4"
1830+
"@sentry/types" "6.17.5"
1831+
"@sentry/utils" "6.17.5"
18321832
tslib "^1.9.3"
18331833

1834-
"@sentry/[email protected].4":
1835-
version "6.17.4"
1836-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.17.4.tgz#a894526ce25020aea1dc9b2f2a4aa584c7de9b3a"
1837-
integrity sha512-NmFbv9w4AK1d4NYi0beTuJgn6t81bdiGZmkNZ9VKVI0mBfoZfwxIo7fGNrla3HMkeTwLHntXuzUu4v+w1EARqA==
1834+
"@sentry/[email protected].5":
1835+
version "6.17.5"
1836+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.17.5.tgz#74e75e957de8816961e7ac5ce4ab0af2546fd2aa"
1837+
integrity sha512-TL/D9r01fvSe75OpWXYzF0mINjbrDpHFFryIAxZpg6VFjvffK2f5HXkCXAXdA19TuLbxNYf/4lJjao3A4OhcRg==
18381838
dependencies:
1839-
"@sentry/types" "6.17.4"
1840-
"@sentry/utils" "6.17.4"
1839+
"@sentry/types" "6.17.5"
1840+
"@sentry/utils" "6.17.5"
18411841
localforage "^1.8.1"
18421842
tslib "^1.9.3"
18431843

1844-
"@sentry/[email protected].4":
1845-
version "6.17.4"
1846-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.17.4.tgz#6a35dbdb22a1c532d1eb7b4c0d9223618cb67ccd"
1847-
integrity sha512-p1A8UTtRt7bhV4ygu7yDNCannFr9E9dmqgeZWC7HrrTfygcnhNRFvTXTj92wEb0bFKuZr67wPSKnoXlkqkGxsw==
1844+
"@sentry/[email protected].5":
1845+
version "6.17.5"
1846+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.17.5.tgz#8116de3a4e8619242f4970ccbb7eea303ef88c52"
1847+
integrity sha512-WY/IQh2tb4XDkvr/2/8LB0mO8W3cgL6S2Uv+YfVRqogGJRdg5wD67aQ9zypNMq+D84cPwRuR/+51Npj6daox4w==
18481848
dependencies:
1849-
"@sentry/hub" "6.17.4"
1850-
"@sentry/types" "6.17.4"
1849+
"@sentry/hub" "6.17.5"
1850+
"@sentry/types" "6.17.5"
18511851
tslib "^1.9.3"
18521852

1853-
"@sentry/[email protected].4":
1854-
version "6.17.4"
1855-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.17.4.tgz#36b78d7c4a6de19b2bbc631bb34893bcad30c0ba"
1856-
integrity sha512-RUyiXCKf61k2GIMP7FQX0naoSew4zLxe+UrtbjwVcWU4AFPZfH7tLNtTpVE85zAKbxsaiq3OD2FPtTZarHcwxQ==
1853+
"@sentry/[email protected].5":
1854+
version "6.17.5"
1855+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.17.5.tgz#3b6a591c8059d577b51ba2e71f4717aadbea923f"
1856+
integrity sha512-mn7qKuOvmZRTomJ7BiJEw6DM8femAVQcuHa8hdvK1F6ldMfFVLen5Z2LYGE7iY36GEa1Ba/AGGEKyF8D29y2/Q==
18571857

1858-
"@sentry/[email protected].4":
1859-
version "6.17.4"
1860-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.17.4.tgz#4f109629d2e7f16c5595b4367445ef47bfe96b61"
1861-
integrity sha512-+ENzZbrlVL1JJ+FoK2EOS27nbA/yToeaJPFlyVOnbthUxVyN3TTi9Uzn9F05fIE/2BTkOEk89wPtgcHafgrD6A==
1858+
"@sentry/[email protected].5":
1859+
version "6.17.5"
1860+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.17.5.tgz#8034ac309d5f59ec919c748c6f35d6d831546523"
1861+
integrity sha512-MMCFCNWW73HRnqPVRGGSaMfSxtvvlNDgu1JFAOT2vnNkuf0mXvH301lyrh4pFJfntrtXOOk4bnGMhyWRlPADdA==
18621862
dependencies:
1863-
"@sentry/types" "6.17.4"
1863+
"@sentry/types" "6.17.5"
18641864
tslib "^1.9.3"
18651865

18661866
"@simple-dom/document@^1.4.0":
@@ -12581,12 +12581,12 @@ rxjs@^6.4.0, rxjs@^6.6.0:
1258112581
dependencies:
1258212582
tslib "^1.9.0"
1258312583

12584-
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
12584+
[email protected], safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
1258512585
version "5.1.2"
1258612586
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
1258712587
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
1258812588

12589-
[email protected], safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0:
12589+
[email protected], safe-buffer@^5.2.0:
1259012590
version "5.2.1"
1259112591
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
1259212592
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

0 commit comments

Comments
 (0)