bitwave-tv / bitwave

Front end for [bitwave.tv] - an open platform live video streaming service
https://bitwave.tv
GNU General Public License v3.0
142 stars 32 forks source link

Bump @nuxtjs/sentry from 5.1.3 to 7.0.1 #997

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nuxtjs/sentry from 5.1.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)

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

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)

... (truncated)

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)

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)
  • deps: update devdependency @​sentry/webpack-plugin to ^1.20.0 (#451) (e1fef90)

6.0.2 (2022-12-12)

Bug Fixes

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

6.0.1 (2022-09-28)

Bug Fixes

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

... (truncated)

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 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)
dependabot[bot] commented 1 year ago

Superseded by #1001.