MineSkin / api.mineskin.org

Source of the MineSkin API
https://api.mineskin.org
MIT License
50 stars 5 forks source link

Bump @sentry/tracing from 5.30.0 to 6.10.0 #355

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @sentry/tracing from 5.30.0 to 6.10.0.

Release notes

Sourced from @​sentry/tracing's releases.

6.10.0

  • feat(vue): Rework tracing and add support for Vue 3 (#3804)
  • feat(tracing): Upgrade to web-vitals 2.1.0 (#3781)
  • fix(ember): Make argument to InitSentryForEmber optional (#3802)
  • fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing more generic (#3809)
  • ref(tracing): Update span op for outgoing HTTP requests (#3821)
  • ref(tracing): Remove updated CLS from web-vitals (#3822)

6.10.0-beta.3

  • ref(nextjs): Small changes to nextjs integration test runner (#3819)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix: Update span op for outgoing HTTP requests (#3821)
  • ref(tracing): Remove updated CLS from web-vitals (#3822) - CHERRY PICKED (NOT MERGED TO MASTER)

6.10.0-beta.2

  • fix(nextjs): Do not start a navigation if from url is the same (#3814)
  • fix(nextjs): Use local copies for all sentry packages when testing on vercel (#3812)
  • fix(web-vitals): Check for valid entry in updatedCLS (#3816)

6.10.0-beta

  • feat(tracing): Upgrade to web-vitals 2.1.0 (#3781)
  • feat(vue): Rework tracing and add support for Vue 3 (#3804)
  • fix(ember): Make argument to InitSentryForEmber optional (#3802)
  • fix(nextjs): Small integration test runner fixes (#3801)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing more generic (#3809)

6.9.0

  • feat(browser): Use scope data in report dialog (#3792)
  • feat(core): Add ensureNoCircularStructures experiment to help debug serialization bugs (#3776)
  • feat(nextjs): Add options to disable webpack plugin (#3771)
  • feat(react): Support render props in ErrorBoundary (#3793)
  • fix(ember): Correctly cache ember types from prepublish hook (#3749)
  • fix(ember): Fix runtime config options not being merged (#3791)
  • fix(metrics): Check for cls entry sources (#3775)
  • fix(nextjs): Make withSentryConfig return type match given config type (#3760)
  • fix(node): Check if captureRequestSession is available before its called (#3773)
  • fix(node): Enable autoSessionTracking correctly (#3758)
  • fix(react): allRoutes cannot triple equal a new array instance (#3779)
  • fix(tracing): Add check for document.scripts in metrics (#3766)
  • fix(types): Update ExtractedNodeRequestData to include valid query_params for tracesSampler (#3715)
  • ref(gatsby): Default release to empty string (#3759)
  • ref(nextjs): Inject init code in _app and API routes (#3786)
  • ref(nextjs): Pre-disable-plugin-option config cleanup (#3770)
  • ref(nextjs): Stop setting redundant productionBrowserSourceMaps in config (#3765)

... (truncated)

Changelog

Sourced from @​sentry/tracing's changelog.

6.10.0

  • feat(vue): Rework tracing and add support for Vue 3 (#3804)
  • feat(tracing): Upgrade to web-vitals 2.1.0 (#3781)
  • fix(ember): Make argument to InitSentryForEmber optional (#3802)
  • fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing more generic (#3809)
  • ref(tracing): Update span op for outgoing HTTP requests (#3821)
  • ref(tracing): Remove updated CLS from web-vitals (#3822)

6.9.0

  • feat(browser): Use scope data in report dialog (#3792)
  • feat(core): Add ensureNoCircularStructures experiment to help debug serialization bugs (#3776)
  • feat(nextjs): Add options to disable webpack plugin (#3771)
  • feat(react): Support render props in ErrorBoundary (#3793)
  • fix(ember): Correctly cache ember types from prepublish hook (#3749)
  • fix(ember): Fix runtime config options not being merged (#3791)
  • fix(metrics): Check for cls entry sources (#3775)
  • fix(nextjs): Make withSentryConfig return type match given config type (#3760)
  • fix(node): Check if captureRequestSession is available before its called (#3773)
  • fix(node): Enable autoSessionTracking correctly (#3758)
  • fix(react): allRoutes cannot triple equal a new array instance (#3779)
  • fix(tracing): Add check for document.scripts in metrics (#3766)
  • fix(types): Update ExtractedNodeRequestData to include valid query_params for tracesSampler (#3715)
  • ref(gatsby): Default release to empty string (#3759)
  • ref(nextjs): Inject init code in _app and API routes (#3786)
  • ref(nextjs): Pre-disable-plugin-option config cleanup (#3770)
  • ref(nextjs): Stop setting redundant productionBrowserSourceMaps in config (#3765)

6.8.0

  • [browser] feat: Enable serialization of multiple DOM attributes for breadcrumbs. (#3755)
  • [browser] feat: Make dedupe integration default for browser (#3730)
  • [core] fix: Correctly limit Buffer requests (#3736)
  • [ember] ref: Allow initing Ember without config entry (#3745)
  • [serverless] fix: wrapEventFunction does not await for async code (#3740)

6.7.2

  • [core] fix: Do not track sessions if not enabled (#3686)
  • [core] fix: Prevent sending terminal status session updates (#3701)
  • [core] ref: Make beforeSend more strict (#3713)
  • [browser] ref: Log which request type has been limited (#3687)
  • [nextjs] feat: Auto enable node http integration on server (#3675)
  • [nextjs] fix: Correctly handle functional next config in withSentryConfig (#3698)
  • [nextjs] fix: Fix conflict with other libraries modifying webpack entry property (#3703)
  • [nextjs] fix: Update @​sentry/webpack-plugin to 1.15.1 in @​sentry/nextjs to resolve build timeouts issue (#3708)

... (truncated)

Commits
  • 1713dd9 release: 6.10.0
  • 66092d6 misc: 6.10.0 changelog
  • 2989f73 ref(tracing): Remove updated CLS from web-vitals (#3822)
  • 316566e fix: Update span op for outgoing HTTP requests (#3821)
  • 75ae8c7 fix(nextjs): Let flush finish in API routes (#3811)
  • 50526a3 ref(nextjs): Small changes to nextjs integration test runner (#3819)
  • 61a22ec fix(nextjs): Use indexing to iterate in for-loops in vercel script (#3818)
  • f8a4d60 fix(web-vitals): Check for valid entry in updatedCLS (#3816)
  • d79b6a7 fix(nextjs): Use local copies for all sentry packages when testing on vercel ...
  • 4bec90f fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

dependabot-preview[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.