Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1 #845

Merged
argoyle merged 2 commits from dependabot-npm_and_yarn-nuxtjs-sentry-7.0.1 into master 2023-01-04 15:06:28 +00:00
argoyle commented 2023-01-04 04:38:13 +00:00 (Migrated from gitlab.com)

Bumps @nuxtjs/sentry from 6.0.3 to 7.0.1.

Release notes

Sourced from @​nuxtjs/sentry's releases.

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

Sourced from @​nuxtjs/sentry's changelog.

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)
Commits
  • c9894da chore: release 7.0.1
  • 95f9f4f fix: more accurate type for serverConfig option (#484)
  • cc05555 chore: remove dead badge from the readme
  • cf15bfe chore(docs): build documentation on every change
  • b6ac6ae chore: release 7.0.0
  • c38f666 feat: enable tree shaking of Sentry SDK debug code (#481)
  • 4298bdb chore(lint): enable linting for more files within the repo
  • 48352a7 chore(deps): update lock file
  • 877dce5 fix(deps): update sentry dependencies to ^7.28.0 (#478)
  • e8e2e2a docs: minor updates about dependencies and lazy+tracing
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) from 6.0.3 to 7.0.1. <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.1</h2> <h3>Bug Fixes</h3> <ul> <li>more accurate type for option (<a href="https://github.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.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.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.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.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.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.com/nuxt-community/sentry-module/issues/472">#472</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/08d7e6c8c1f38c519b4ed71bc46b5c39cdb4d89c">08d7e6c</a>)</li> </ul> </blockquote> </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.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.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.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.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.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.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.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.com/nuxt-community/sentry-module/issues/472">#472</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/08d7e6c8c1f38c519b4ed71bc46b5c39cdb4d89c">08d7e6c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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.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><a href="https://github.com/nuxt-community/sentry-module/commit/cf15bfeade690d0b0f5231b7e75dbd063b825d40"><code>cf15bfe</code></a> chore(docs): build documentation on every change</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/b6ac6aed2adb17331d78b3e6178bbfe2ac4a6078"><code>b6ac6ae</code></a> chore: release 7.0.0</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/c38f66673203d784c1f65a762772fafc5e4bc4be"><code>c38f666</code></a> feat: enable tree shaking of Sentry SDK debug code (<a href="https://github.com/nuxt-community/sentry-module/issues/481">#481</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/4298bdb73a3bfb323de636a8ae7cd3da6ff41849"><code>4298bdb</code></a> chore(lint): enable linting for more files within the repo</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/48352a70b8ac3325e497ef54650c319862188e97"><code>48352a7</code></a> chore(deps): update lock file</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/877dce58190d3b63142e42308934702338541b86"><code>877dce5</code></a> fix(deps): update sentry dependencies to ^7.28.0 (<a href="https://github.com/nuxt-community/sentry-module/issues/478">#478</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/e8e2e2a17ebb1f5f7c9d070fc75224ce369f596f"><code>e8e2e2a</code></a> docs: minor updates about dependencies and lazy+tracing</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/sentry-module/compare/v6.0.3...v7.0.1">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-01-04 04:38:15 +00:00 (Migrated from gitlab.com)

mentioned in merge request !775

mentioned in merge request !775
argoyle commented 2023-01-04 08:52:20 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 18f491fb - 1 commit from branch master
  • 4710eacf - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1

Compare with previous version

added 2 commits <ul><li>18f491fb - 1 commit from branch <code>master</code></li><li>4710eacf - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/796/diffs?diff_id=569408529&start_sha=62d4dba7ec4dc54ab2b72aa1b0695835c8ff8b24)
argoyle commented 2023-01-04 09:02:35 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 30f7d11b - 1 commit from branch master
  • acc1af66 - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1

Compare with previous version

added 2 commits <ul><li>30f7d11b - 1 commit from branch <code>master</code></li><li>acc1af66 - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/796/diffs?diff_id=569417926&start_sha=4710eacf7f41a743ccf9e627614faa14424e4a92)
argoyle commented 2023-01-04 09:26:32 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 82e5e19d - 1 commit from branch master
  • 9ad8cd52 - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1

Compare with previous version

added 2 commits <ul><li>82e5e19d - 1 commit from branch <code>master</code></li><li>9ad8cd52 - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/796/diffs?diff_id=569445062&start_sha=acc1af665ec139a6d088616ab668247626f772b8)
argoyle commented 2023-01-04 09:37:40 +00:00 (Migrated from gitlab.com)

added 2 commits

  • f29df6f4 - 1 commit from branch master
  • 47c3c10a - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1

Compare with previous version

added 2 commits <ul><li>f29df6f4 - 1 commit from branch <code>master</code></li><li>47c3c10a - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/796/diffs?diff_id=569457800&start_sha=9ad8cd527733c6f87d912640d5b55b6f44523f10)
argoyle commented 2023-01-04 09:49:29 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 1a3ac80b - 1 commit from branch master
  • 0048990f - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1

Compare with previous version

added 2 commits <ul><li>1a3ac80b - 1 commit from branch <code>master</code></li><li>0048990f - Build(deps): bump @nuxtjs/sentry from 6.0.3 to 7.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/796/diffs?diff_id=569470049&start_sha=47c3c10a899c80897056b7cae1e7247a2ca9e92a)
argoyle commented 2023-01-04 15:01:05 +00:00 (Migrated from gitlab.com)

added 1 commit

  • fdf3b828 - chore: update to new Sentry DSN

Compare with previous version

added 1 commit <ul><li>fdf3b828 - chore: update to new Sentry DSN</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/796/diffs?diff_id=569785274&start_sha=0048990f44d0c869d359a629948e0720d8d3d6d8)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-01-04 15:01:59 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-01-04 15:06:29 +00:00
Sign in to join this conversation.