[PR #346] [CLOSED] fix(deps): bump @nuxtjs/sentry from 5.1.7 to 7.0.3 #367

Closed
opened 2025-12-01 17:07:01 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/346
Author: @dependabot[bot]
Created: 1/26/2023
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/sentry-7.0.3


📝 Commits (1)

  • d9b172a fix(deps): bump @nuxtjs/sentry from 5.1.7 to 7.0.3

📊 Changes

2 files changed (+108 additions, -191 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+107 -190)

📄 Description

Bumps @nuxtjs/sentry from 5.1.7 to 7.0.3.

Release notes

Sourced from @​nuxtjs/sentry's releases.

7.0.3

Bug Fixes

  • deps: update sentry dependencies to ^7.33.0 (#487) (23fc7c1)
  • don't require webpack dependency at runtime (#492) (db79dd0)

7.0.2

Bug Fixes

  • deps: update sentry dependencies to ^7.29.0 (#482) (96d7a8c)
  • not able to resolve un-hoisted client-side dependencies (#486) (82071ce)

7.0.1

Bug Fixes

7.0.0

⚠ BREAKING CHANGES

Features

  • enable tree shaking of Sentry SDK debug code (#481) (c38f666)
  • support plugin path for clientConfig and serverConfig (#477) (63e698a)
  • tracing: enable Vue Router instrumentation by default (#476) (acb2aaf)
  • update Sentry SDK from v6 to v7 (#461) (53bbeec)

Bug Fixes

  • deps: update sentry dependencies to ^7.28.0 (#478) (877dce5)
  • gracefully handle Nuxt versions without Runtime Config (#472) (08d7e6c)

6.0.2

Bug Fixes

  • tracing: merge user's tracing configuration (#463) (a567f82)

6.0.1

Bug Fixes

  • tracing: set tracesSampleRate when tracing enabled (#448) (fe6d511), closes #447

... (truncated)

Changelog

Sourced from @​nuxtjs/sentry's changelog.

7.0.3 (2023-01-25)

Bug Fixes

  • deps: update sentry dependencies to ^7.33.0 (#487) (23fc7c1)
  • don't require webpack dependency at runtime (#492) (db79dd0)

7.0.2 (2023-01-09)

Bug Fixes

  • deps: update sentry dependencies to ^7.29.0 (#482) (96d7a8c)
  • not able to resolve un-hoisted client-side dependencies (#486) (82071ce)

7.0.1 (2023-01-03)

Bug Fixes

  • more accurate type for serverConfig option (#484) (95f9f4f)

7.0.0 (2022-12-21)

⚠ BREAKING CHANGES

Features

  • enable tree shaking of Sentry SDK debug code (#481) (c38f666)
  • support plugin path for clientConfig and serverConfig (#477) (63e698a)
  • tracing: enable Vue Router instrumentation by default (#476) (acb2aaf)
  • update Sentry SDK from v6 to v7 (#461) (53bbeec)

Bug Fixes

  • deps: update sentry dependencies to ^7.28.0 (#478) (877dce5)
  • gracefully handle Nuxt versions without Runtime Config (#472) (08d7e6c)

6.0.3 (2022-12-13)

Bug Fixes

  • tracing: autoSessionTracking not working on the server-side (#466) (67851ba)
  • incorrect option name in the warning message (#467) (b81b2cf)

... (truncated)

Commits
  • f81e542 chore: release 7.0.3
  • 23fc7c1 fix(deps): update sentry dependencies to ^7.33.0 (#487)
  • db79dd0 fix: don't require webpack dependency at runtime (#492)
  • 404ed93 chore: release 7.0.2
  • 96d7a8c fix(deps): update sentry dependencies to ^7.29.0 (#482)
  • 1c37bb4 chore(deps): update all non-major dependencies
  • 82071ce fix: not able to resolve un-hoisted client-side dependencies (#486)
  • c9894da chore: release 7.0.1
  • 95f9f4f fix: more accurate type for serverConfig option (#484)
  • cc05555 chore: remove dead badge from the readme
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/346 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/26/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/sentry-7.0.3` --- ### 📝 Commits (1) - [`d9b172a`](https://github.com/ArthurDanjou/website-old/commit/d9b172a62ffbb08314ea0d1bd4bf33ad09e0cd07) fix(deps): bump @nuxtjs/sentry from 5.1.7 to 7.0.3 ### 📊 Changes **2 files changed** (+108 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+107 -190) </details> ### 📄 Description Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) from 5.1.7 to 7.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/sentry-module/releases"><code>@​nuxtjs/sentry</code>'s releases</a>.</em></p> <blockquote> <h2>7.0.3</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry dependencies to ^7.33.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/487">#487</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/23fc7c1c38230a92044b68fc9154c264335283da">23fc7c1</a>)</li> <li>don't require webpack dependency at runtime (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/492">#492</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/db79dd032e929b7953d7bd621fccc24b9e364a5f">db79dd0</a>)</li> </ul> <h2>7.0.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry dependencies to ^7.29.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/482">#482</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/96d7a8c257be6f3dd625c80544704d91324f958f">96d7a8c</a>)</li> <li>not able to resolve un-hoisted client-side dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/486">#486</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/82071cef777de3d92d145c54aa01febb6a07cb9d">82071ce</a>)</li> </ul> <h2>7.0.1</h2> <h3>Bug Fixes</h3> <ul> <li>more accurate type for option (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/484">#484</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/95f9f4fcb81d56298d9827add9edee112a814fd8">95f9f4f</a>)</li> </ul> <h2>7.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Refer to <a href="https://sentry.nuxtjs.org/guide/migration">https://sentry.nuxtjs.org/guide/migration</a> for migration guide.</li> </ul> <h3>Features</h3> <ul> <li>enable tree shaking of Sentry SDK debug code (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/481">#481</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/c38f66673203d784c1f65a762772fafc5e4bc4be">c38f666</a>)</li> <li>support plugin path for clientConfig and serverConfig (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/477">#477</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/63e698aea18d453fae733bc2551d1f185f892860">63e698a</a>)</li> <li><strong>tracing:</strong> enable Vue Router instrumentation by default (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/476">#476</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/acb2aaff6fa99cb35875ae61fe6df13154f99454">acb2aaf</a>)</li> <li>update Sentry SDK from v6 to v7 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/461">#461</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/53bbeecb74ca11b8228769b7b2f1b02e35db5a3e">53bbeec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry dependencies to ^7.28.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/478">#478</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/877dce58190d3b63142e42308934702338541b86">877dce5</a>)</li> <li>gracefully handle Nuxt versions without Runtime Config (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/472">#472</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/08d7e6c8c1f38c519b4ed71bc46b5c39cdb4d89c">08d7e6c</a>)</li> </ul> <h2>6.0.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>tracing:</strong> merge user's tracing configuration (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/463">#463</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/a567f82ace5a22425c63a807a9736408727227f2">a567f82</a>)</li> </ul> <h2>6.0.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>tracing:</strong> set <code>tracesSampleRate</code> when <code>tracing</code> enabled (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/448">#448</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/fe6d5111726ac8acc250f83de8a0155fea6bff83">fe6d511</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/447">#447</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/sentry-module/blob/main/CHANGELOG.md"><code>@​nuxtjs/sentry</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v7.0.2...v7.0.3">7.0.3</a> (2023-01-25)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry dependencies to ^7.33.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/487">#487</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/23fc7c1c38230a92044b68fc9154c264335283da">23fc7c1</a>)</li> <li>don't require webpack dependency at runtime (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/492">#492</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/db79dd032e929b7953d7bd621fccc24b9e364a5f">db79dd0</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v7.0.1...v7.0.2">7.0.2</a> (2023-01-09)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry dependencies to ^7.29.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/482">#482</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/96d7a8c257be6f3dd625c80544704d91324f958f">96d7a8c</a>)</li> <li>not able to resolve un-hoisted client-side dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/486">#486</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/82071cef777de3d92d145c54aa01febb6a07cb9d">82071ce</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v7.0.0...v7.0.1">7.0.1</a> (2023-01-03)</h3> <h3>Bug Fixes</h3> <ul> <li>more accurate type for <code>serverConfig</code> option (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/484">#484</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/95f9f4fcb81d56298d9827add9edee112a814fd8">95f9f4f</a>)</li> </ul> <h2><a href="https://github.com/nuxt-community/sentry-module/compare/v6.0.3...v7.0.0">7.0.0</a> (2022-12-21)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Refer to <a href="https://sentry.nuxtjs.org/guide/migration">https://sentry.nuxtjs.org/guide/migration</a> for migration guide.</li> </ul> <h3>Features</h3> <ul> <li>enable tree shaking of Sentry SDK debug code (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/481">#481</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/c38f66673203d784c1f65a762772fafc5e4bc4be">c38f666</a>)</li> <li>support plugin path for clientConfig and serverConfig (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/477">#477</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/63e698aea18d453fae733bc2551d1f185f892860">63e698a</a>)</li> <li><strong>tracing:</strong> enable Vue Router instrumentation by default (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/476">#476</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/acb2aaff6fa99cb35875ae61fe6df13154f99454">acb2aaf</a>)</li> <li>update Sentry SDK from v6 to v7 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/461">#461</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/53bbeecb74ca11b8228769b7b2f1b02e35db5a3e">53bbeec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry dependencies to ^7.28.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/478">#478</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/877dce58190d3b63142e42308934702338541b86">877dce5</a>)</li> <li>gracefully handle Nuxt versions without Runtime Config (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/472">#472</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/08d7e6c8c1f38c519b4ed71bc46b5c39cdb4d89c">08d7e6c</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v6.0.2...v6.0.3">6.0.3</a> (2022-12-13)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>tracing:</strong> autoSessionTracking not working on the server-side (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/466">#466</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/67851ba55df38ecdf60c8f7a3da57893e6acfc58">67851ba</a>)</li> <li>incorrect option name in the warning message (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/467">#467</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b81b2cfb5cbc2055499f5601525f0576b0ff5216">b81b2cf</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/sentry-module/commit/f81e5425ceb2b51358696d0173d1ea6cd0b6c8cd"><code>f81e542</code></a> chore: release 7.0.3</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/23fc7c1c38230a92044b68fc9154c264335283da"><code>23fc7c1</code></a> fix(deps): update sentry dependencies to ^7.33.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/487">#487</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/db79dd032e929b7953d7bd621fccc24b9e364a5f"><code>db79dd0</code></a> fix: don't require webpack dependency at runtime (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/492">#492</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/404ed93a5ce4120fdedbbe8ea9b20706f31284cb"><code>404ed93</code></a> chore: release 7.0.2</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/96d7a8c257be6f3dd625c80544704d91324f958f"><code>96d7a8c</code></a> fix(deps): update sentry dependencies to ^7.29.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/482">#482</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/1c37bb42180e5dd41679aecddb5dded7864d33d6"><code>1c37bb4</code></a> chore(deps): update all non-major dependencies</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/82071cef777de3d92d145c54aa01febb6a07cb9d"><code>82071ce</code></a> fix: not able to resolve un-hoisted client-side dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/486">#486</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/c9894da27846f4e3807cf9f1c9fa33cb41c89bab"><code>c9894da</code></a> chore: release 7.0.1</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/95f9f4fcb81d56298d9827add9edee112a814fd8"><code>95f9f4f</code></a> fix: more accurate type for <code>serverConfig</code> option (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/484">#484</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/cc055559f8034695c878ee792f65edf0d6f47d0b"><code>cc05555</code></a> chore: remove dead badge from the readme</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/sentry-module/compare/v5.1.7...v7.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/sentry&package-manager=npm_and_yarn&previous-version=5.1.7&new-version=7.0.3)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:07:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#367