Build(deps): bump @nuxtjs/sentry from 5.1.7 to 6.0.0 #566

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-nuxtjs-sentry-6.0.0 into master 2022-08-27 08:29:57 +00:00
argoyle commented 2022-08-27 04:37:58 +00:00 (Migrated from gitlab.com)

Bumps @nuxtjs/sentry from 5.1.7 to 6.0.0.

Release notes

Sourced from @​nuxtjs/sentry's releases.

6.0.0

⚠ BREAKING CHANGES

  • The server-side process.sentry will be created slightly later than before WHEN running the "build" action. It will be created before the pages are built (on build:compile hook) while before it was available a bit earlier on ready hook (with an issue that it was not always able to pass the project version to Sentry).
  • options: Remove deprecated webpackConfig option. Configure through the publishRelease option instead.
  • options: Remove deprecated attachCommits and repo options. Those can now be set through the publishRelease option.
  • deps: Don't ship with @sentry/webpack-plugin as a dependency. To use the "publishRelease" option, it's now necessary to manually install that package as a dev dependency.

Features

  • support for registering external integrations (#276) (2cf56ef)

Bug Fixes

  • deps: update devdependency @​sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)
  • deps: update sentry dependencies (#405) (a465f39)
  • throw error instead of logging when @​sentry/webpack-plugin missing (d437a37)
  • use different hook for initializing server-side Sentry instance (#403) (20734fa)
  • deps: Don't ship with @sentry/webpack-plugin as a dependency (#390) (b042a46)
  • deps: update dependency @​sentry/webpack-plugin to ^1.18.7 (#392) (f72147f)
  • deps: update sentry dependencies (#388) (5251cb6)
  • deps: update sentry dependencies (#396) (7fec526)

Code Refactoring

  • options: remove deprecated "attachCommits" and "repo" (#393) (1efcd28)
  • options: remove deprecated "webpackConfig" (#394) (859101e)

6.0.0-beta.4

⚠ BREAKING CHANGES

  • The server-side process.sentry will be created slightly later than before WHEN running the "build" action. It will be created before the pages are built (on build:compile hook) while before it was available a bit earlier on ready hook (with an issue that it was not always able to pass the project version to Sentry).
  • options: Remove deprecated webpackConfig option. Configure through the publishRelease option instead.
  • options: Remove deprecated attachCommits and repo options. Those can now be set through the publishRelease option.
  • deps: Don't ship with @sentry/webpack-plugin as a dependency. To use the "publishRelease" option, it's now necessary to manually install that package as a dev dependency.

Features

  • support for registering external integrations (#276) (2cf56ef)

Bug Fixes

  • deps: Don't ship with @sentry/webpack-plugin as a dependency (#390) (b042a46)
  • deps: update devdependency @​sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)
  • deps: update sentry dependencies (#396) (7fec526)

... (truncated)

Changelog

Sourced from @​nuxtjs/sentry's changelog.

6.0.0 (2022-08-26)

⚠ BREAKING CHANGES

  • The server-side process.sentry will be created slightly later than before WHEN running the "build" action. It will be created before the pages are built (on build:compile hook) while before it was available a bit earlier on ready hook (with an issue that it was not always able to pass the project version to Sentry).
  • options: Remove deprecated webpackConfig option. Configure through the publishRelease option instead.
  • options: Remove deprecated attachCommits and repo options. Those can now be set through the publishRelease option.
  • deps: Don't ship with @sentry/webpack-plugin as a dependency. To use the "publishRelease" option, it's now necessary to manually install that package as a dev dependency.

Features

  • support for registering external integrations (#276) (2cf56ef)

Bug Fixes

  • deps: update devdependency @​sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)
  • deps: update sentry dependencies (#405) (a465f39)
  • throw error instead of logging when @​sentry/webpack-plugin missing (d437a37)
  • use different hook for initializing server-side Sentry instance (#403) (20734fa)
  • deps: Don't ship with @sentry/webpack-plugin as a dependency (#390) (b042a46)
  • deps: update dependency @​sentry/webpack-plugin to ^1.18.7 (#392) (f72147f)
  • deps: update sentry dependencies (#388) (5251cb6)
  • deps: update sentry dependencies (#396) (7fec526)

Code Refactoring

  • options: remove deprecated "attachCommits" and "repo" (#393) (1efcd28)
  • options: remove deprecated "webpackConfig" (#394) (859101e)
Commits
  • a7d9470 chore: release 6.0.0
  • 5c87071 chore(ci): switch to main branch
  • dff537c chore(deps): update devdependency sentry-testkit to v4 (#436)
  • 136871c chore(deps): update all non-major dependencies (#424)
  • 0c9e863 chore(deps): update devdependency @​types/jest to v28 (#426)
  • 694ba04 fix(deps): update devdependency @​sentry/webpack-plugin to ^1.19.0 (#434)
  • 2cf56ef feat: support for registering external integrations (#276)
  • 0f8242d chore(docs): specify that version 6 of tracing package needs to be used
  • 1da607c chore(deps): refresh lock file
  • 04706bb chore(deps): update all non-major dependencies (#421)
  • 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 5.1.7 to 6.0.0. <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>6.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>The server-side <code>process.sentry</code> will be created slightly later than before WHEN running the &quot;build&quot; action. It will be created before the pages are built (on <code>build:compile</code> hook) while before it was available a bit earlier on <code>ready</code> hook (with an issue that it was not always able to pass the project version to Sentry).</li> <li><strong>options:</strong> Remove deprecated <code>webpackConfig</code> option. Configure through the <code>publishRelease</code> option instead.</li> <li><strong>options:</strong> Remove deprecated <code>attachCommits</code> and <code>repo</code> options. Those can now be set through the <code>publishRelease</code> option.</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency. To use the &quot;publishRelease&quot; option, it's now necessary to manually install that package as a dev dependency.</li> </ul> <h3>Features</h3> <ul> <li>support for registering external integrations (<a href="https://github.com/nuxt-community/sentry-module/issues/276">#276</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/2cf56ef81344bf5350eca530dc21d9b9044d1419">2cf56ef</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update devdependency <code>@​sentry/webpack-plugin</code> to ^1.19.0 (<a href="https://github.com/nuxt-community/sentry-module/issues/434">#434</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/694ba041203e10eb2c72679874d897dacaa1cc61">694ba04</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/405">#405</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/a465f39aa2ae1eff13969fb27fda28c01c316685">a465f39</a>)</li> <li>throw error instead of logging when <code>@​sentry/webpack-plugin</code> missing (<a href="https://github.com/nuxt-community/sentry-module/commit/d437a379472e98d4dd660cd9920bb2c1bc578599">d437a37</a>)</li> <li>use different hook for initializing server-side Sentry instance (<a href="https://github.com/nuxt-community/sentry-module/issues/403">#403</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/20734fabd9cd9aff5cd4eaa9ad3d69c96b85f6ae">20734fa</a>)</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency (<a href="https://github.com/nuxt-community/sentry-module/issues/390">#390</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b042a469e3effc6f849839c652e404c807e07d8e">b042a46</a>)</li> <li><strong>deps:</strong> update dependency <code>@​sentry/webpack-plugin</code> to ^1.18.7 (<a href="https://github.com/nuxt-community/sentry-module/issues/392">#392</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/f72147f4ce22836580e6bcac72a5314bd38c24e2">f72147f</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/388">#388</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/5251cb64985c84dbed9841ea70bf5e6cf39ab5e9">5251cb6</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/396">#396</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/7fec526df4afd9b28b61c57d52091bfadc70694f">7fec526</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li><strong>options:</strong> remove deprecated &quot;attachCommits&quot; and &quot;repo&quot; (<a href="https://github.com/nuxt-community/sentry-module/issues/393">#393</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/1efcd2850a117afd5c775b3864912e8552b971a5">1efcd28</a>)</li> <li><strong>options:</strong> remove deprecated &quot;webpackConfig&quot; (<a href="https://github.com/nuxt-community/sentry-module/issues/394">#394</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/859101ec0a17e50ff7c56551a47e9e0fa5b39992">859101e</a>)</li> </ul> <h2>6.0.0-beta.4</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>The server-side <code>process.sentry</code> will be created slightly later than before WHEN running the &quot;build&quot; action. It will be created before the pages are built (on <code>build:compile</code> hook) while before it was available a bit earlier on <code>ready</code> hook (with an issue that it was not always able to pass the project version to Sentry).</li> <li><strong>options:</strong> Remove deprecated <code>webpackConfig</code> option. Configure through the <code>publishRelease</code> option instead.</li> <li><strong>options:</strong> Remove deprecated <code>attachCommits</code> and <code>repo</code> options. Those can now be set through the <code>publishRelease</code> option.</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency. To use the &quot;publishRelease&quot; option, it's now necessary to manually install that package as a dev dependency.</li> </ul> <h3>Features</h3> <ul> <li>support for registering external integrations (<a href="https://github.com/nuxt-community/sentry-module/issues/276">#276</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/2cf56ef81344bf5350eca530dc21d9b9044d1419">2cf56ef</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency (<a href="https://github.com/nuxt-community/sentry-module/issues/390">#390</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b042a469e3effc6f849839c652e404c807e07d8e">b042a46</a>)</li> <li><strong>deps:</strong> update devdependency <code>@​sentry/webpack-plugin</code> to ^1.19.0 (<a href="https://github.com/nuxt-community/sentry-module/issues/434">#434</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/694ba041203e10eb2c72679874d897dacaa1cc61">694ba04</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/396">#396</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/7fec526df4afd9b28b61c57d52091bfadc70694f">7fec526</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> <h2><a href="https://github.com/nuxt-community/sentry-module/compare/v5.1.7...v6.0.0">6.0.0</a> (2022-08-26)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>The server-side <code>process.sentry</code> will be created slightly later than before WHEN running the &quot;build&quot; action. It will be created before the pages are built (on <code>build:compile</code> hook) while before it was available a bit earlier on <code>ready</code> hook (with an issue that it was not always able to pass the project version to Sentry).</li> <li><strong>options:</strong> Remove deprecated <code>webpackConfig</code> option. Configure through the <code>publishRelease</code> option instead.</li> <li><strong>options:</strong> Remove deprecated <code>attachCommits</code> and <code>repo</code> options. Those can now be set through the <code>publishRelease</code> option.</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency. To use the &quot;publishRelease&quot; option, it's now necessary to manually install that package as a dev dependency.</li> </ul> <h3>Features</h3> <ul> <li>support for registering external integrations (<a href="https://github.com/nuxt-community/sentry-module/issues/276">#276</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/2cf56ef81344bf5350eca530dc21d9b9044d1419">2cf56ef</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update devdependency <code>@​sentry/webpack-plugin</code> to ^1.19.0 (<a href="https://github.com/nuxt-community/sentry-module/issues/434">#434</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/694ba041203e10eb2c72679874d897dacaa1cc61">694ba04</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/405">#405</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/a465f39aa2ae1eff13969fb27fda28c01c316685">a465f39</a>)</li> <li>throw error instead of logging when <code>@​sentry/webpack-plugin</code> missing (<a href="https://github.com/nuxt-community/sentry-module/commit/d437a379472e98d4dd660cd9920bb2c1bc578599">d437a37</a>)</li> <li>use different hook for initializing server-side Sentry instance (<a href="https://github.com/nuxt-community/sentry-module/issues/403">#403</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/20734fabd9cd9aff5cd4eaa9ad3d69c96b85f6ae">20734fa</a>)</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency (<a href="https://github.com/nuxt-community/sentry-module/issues/390">#390</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b042a469e3effc6f849839c652e404c807e07d8e">b042a46</a>)</li> <li><strong>deps:</strong> update dependency <code>@​sentry/webpack-plugin</code> to ^1.18.7 (<a href="https://github.com/nuxt-community/sentry-module/issues/392">#392</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/f72147f4ce22836580e6bcac72a5314bd38c24e2">f72147f</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/388">#388</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/5251cb64985c84dbed9841ea70bf5e6cf39ab5e9">5251cb6</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/396">#396</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/7fec526df4afd9b28b61c57d52091bfadc70694f">7fec526</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li><strong>options:</strong> remove deprecated &quot;attachCommits&quot; and &quot;repo&quot; (<a href="https://github.com/nuxt-community/sentry-module/issues/393">#393</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/1efcd2850a117afd5c775b3864912e8552b971a5">1efcd28</a>)</li> <li><strong>options:</strong> remove deprecated &quot;webpackConfig&quot; (<a href="https://github.com/nuxt-community/sentry-module/issues/394">#394</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/859101ec0a17e50ff7c56551a47e9e0fa5b39992">859101e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/sentry-module/commit/a7d9470bacb4b96e8cb0f5bc53673e9f17f431cf"><code>a7d9470</code></a> chore: release 6.0.0</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/5c8707162a3d6d334c81e9c068c8cc397ff6ca5d"><code>5c87071</code></a> chore(ci): switch to main branch</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/dff537ce59639c625f0a10a95f7471001ccb16a5"><code>dff537c</code></a> chore(deps): update devdependency sentry-testkit to v4 (<a href="https://github.com/nuxt-community/sentry-module/issues/436">#436</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/136871c4a2d12876249fa125a1f7357b87ff9ef9"><code>136871c</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/424">#424</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/0c9e8634657ebe51607651fea1dcac0b8fd3782e"><code>0c9e863</code></a> chore(deps): update devdependency <code>@​types/jest</code> to v28 (<a href="https://github.com/nuxt-community/sentry-module/issues/426">#426</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/694ba041203e10eb2c72679874d897dacaa1cc61"><code>694ba04</code></a> fix(deps): update devdependency <code>@​sentry/webpack-plugin</code> to ^1.19.0 (<a href="https://github.com/nuxt-community/sentry-module/issues/434">#434</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/2cf56ef81344bf5350eca530dc21d9b9044d1419"><code>2cf56ef</code></a> feat: support for registering external integrations (<a href="https://github.com/nuxt-community/sentry-module/issues/276">#276</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/0f8242d61823ba9a1b162f1539537778f66fc8a1"><code>0f8242d</code></a> chore(docs): specify that version 6 of tracing package needs to be used</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/1da607cd04f03d9bb6240828a68f15c527087822"><code>1da607c</code></a> chore(deps): refresh lock file</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/04706bbdf2b71f433f2bd014c5ab4294b988a4b9"><code>04706bb</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/421">#421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/sentry-module/compare/v5.1.7...v6.0.0">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 (Migrated from gitlab.com) merged commit into master 2022-08-27 08:29:57 +00:00
Sign in to join this conversation.