Build(deps): bump @nuxtjs/sentry from 5.1.6 to 5.1.7 #237

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-nuxtjs-sentry-5.1.7 into master 2022-02-04 08:20:43 +00:00
argoyle commented 2022-02-03 04:39:11 +00:00 (Migrated from gitlab.com)

Bumps @nuxtjs/sentry from 5.1.6 to 5.1.7.

Release notes

Sourced from @​nuxtjs/sentry's releases.

5.1.7

Bug Fixes

  • deps: update sentry dependencies (#379) (e7db004)
  • don't pass empty object to integrations constructor (#387) (b4b9415)
Changelog

Sourced from @​nuxtjs/sentry's changelog.

5.1.7 (2022-02-02)

Bug Fixes

  • deps: update sentry dependencies (#379) (e7db004)
  • don't pass empty object to integrations constructor (#387) (b4b9415)
Commits
  • c01893f chore: release 5.1.7
  • 0587a39 chore(deps): update devdependency eslint to v8
  • 7b794fc chore(deps): update all non-major dependencies (#377)
  • be7a136 chore(deps): update devdependency @​release-it/conventional-changelog to v4 (#...
  • e7db004 fix(deps): update sentry dependencies (#379)
  • b4b9415 fix: don't pass empty object to integrations constructor (#387)
  • 7c0e699 chore(deps): update dependency nuxt to ^2.15.8 (#299)
  • 19ed0c2 chore(docs): improve code blocks indentation
  • e348f6b chore(deps): update docs dependencies
  • 1b74032 docs: add info on how to disable default integrations (#381)
  • See full diff 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.6 to 5.1.7. <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>5.1.7</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/379">#379</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/e7db004716e3eeef3e990cd9410cdf68c6575408">e7db004</a>)</li> <li>don't pass empty object to integrations constructor (<a href="https://github.com/nuxt-community/sentry-module/issues/387">#387</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b4b94151f13d46697efadab80e20574eba3ac968">b4b9415</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/sentry-module/blob/master/CHANGELOG.md"><code>@​nuxtjs/sentry</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v5.1.6...v5.1.7">5.1.7</a> (2022-02-02)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/379">#379</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/e7db004716e3eeef3e990cd9410cdf68c6575408">e7db004</a>)</li> <li>don't pass empty object to integrations constructor (<a href="https://github.com/nuxt-community/sentry-module/issues/387">#387</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b4b94151f13d46697efadab80e20574eba3ac968">b4b9415</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/sentry-module/commit/c01893fb51243e42df15c7ef35bd9fb8aadc3a01"><code>c01893f</code></a> chore: release 5.1.7</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/0587a390f7d98f8e78791fdb8466f96167be4ef4"><code>0587a39</code></a> chore(deps): update devdependency eslint to v8</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/7b794fcabdae6579fbd25fbec9eafeccf4f9e47a"><code>7b794fc</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/377">#377</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/be7a1365dae0349d89e927fa74585550cfc3b10d"><code>be7a136</code></a> chore(deps): update devdependency <code>@​release-it/conventional-changelog</code> to v4 (#...</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/e7db004716e3eeef3e990cd9410cdf68c6575408"><code>e7db004</code></a> fix(deps): update sentry dependencies (<a href="https://github.com/nuxt-community/sentry-module/issues/379">#379</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/b4b94151f13d46697efadab80e20574eba3ac968"><code>b4b9415</code></a> fix: don't pass empty object to integrations constructor (<a href="https://github.com/nuxt-community/sentry-module/issues/387">#387</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/7c0e699056a89c21f5c9eef381fb323390bfb7bc"><code>7c0e699</code></a> chore(deps): update dependency nuxt to ^2.15.8 (<a href="https://github.com/nuxt-community/sentry-module/issues/299">#299</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/19ed0c2972cab48ff5b435bc28ddb510939dee5e"><code>19ed0c2</code></a> chore(docs): improve code blocks indentation</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/e348f6b9394f8a3fbf29b4573426481286d2e1b5"><code>e348f6b</code></a> chore(deps): update docs dependencies</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/1b74032ed93ad0c301c40e2541948ff528260f0a"><code>1b74032</code></a> docs: add info on how to disable default integrations (<a href="https://github.com/nuxt-community/sentry-module/issues/381">#381</a>)</li> <li>See full diff in <a href="https://github.com/nuxt-community/sentry-module/compare/v5.1.6...v5.1.7">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 2022-02-04 08:20:44 +00:00 (Migrated from gitlab.com)

mentioned in commit 7722566e62

mentioned in commit 7722566e62f70c8ead66acfa2df4dc110aeb076c
argoyle (Migrated from gitlab.com) merged commit 7722566e62 into master 2022-02-04 08:20:44 +00:00
Sign in to join this conversation.