fix(deps): update sentry-javascript monorepo to v7.17.1 #2585

Merged
konrad merged 1 commits from renovate/sentry-javascript-monorepo into main 2022-10-27 19:28:31 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@sentry/tracing (source) dependencies patch 7.17.0 -> 7.17.1
@sentry/vue (source) dependencies patch 7.17.0 -> 7.17.1

Release Notes

getsentry/sentry-javascript

v7.17.1

Compare Source

This release standardizes our SDKs to use the MIT License, which is our standard license for Sentry SDKs. We were previously using the BSD 3-Clause License in @sentry/browser,@sentry/core, @sentry/gatsby, @sentry/hub, @sentry/integrations, @sentry/node, @sentry/react, @sentry/types, @sentry/typescript, and @sentry/utils.

This release also updates the behaviour of tracingOrigins to no longer affect span creation. tracingOrigins will only affect if sentry-trace and baggage headers are attached to outgoing requests. To control span creation, use the shouldCreateSpanForRequest option.

  • chore: Standardize SDKs on MIT License (#​5993)
  • feat(nextjs): Add Next 13 to peer dependencies and integration tests (#​6042)
  • feat(remix): Enable RequestData integration for server-side requests (#​6007)
  • feat(tracing): Update to Web Vitals v3 (#​5987)
  • feat(tracing): Allow for spanId to be passed into startChild (#​6028)
  • fix(browser): Handle case where fetch can be undefined (#​5973)
  • fix(build): Prevent Rollup from adding [Symbol.toStringTag]: 'Module' to CJS files (#​6043)
  • fix(nextjs): Match loader files exactly (#​6013)
  • fix(react): Update types to match react router 6.4 updates (#​5992)
  • fix(tracing): Align missing express span operation names (#​6036)
  • fix(tracing): Don't consider tracingOrigins when creating spans (#​6039)
  • fix(utils): Remove WINDOW from utils (#​6024)
  • fix(vue): Fix vue3 render warning loop (#​6014)
  • fix(vue): Don't overwrite custom transaction names of pageload transactions (#​6060)
  • ref(node): Make RequestData integration default (#​5980)
  • ref(node): Use RequestData integration in express handlers (#​5990)
  • ref(serverless): Use RequestData integration in GCP wrapper (#​5991)

Work in this release contributed by @​philipatkinson, @​Rockergmail, @​ys-zhifu, and @​koenpunt. Thank you for your contributions!

Special shoutout to @​Tofandel who helped fix a bug in Jest that was affecting the Sentry JavaScript SDKs!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sentry/tracing](https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | patch | [`7.17.0` -> `7.17.1`](https://renovatebot.com/diffs/npm/@sentry%2ftracing/7.17.0/7.17.1) | | [@sentry/vue](https://github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | patch | [`7.17.0` -> `7.17.1`](https://renovatebot.com/diffs/npm/@sentry%2fvue/7.17.0/7.17.1) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v7.17.1`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;7171) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/7.17.0...7.17.1) This release standardizes our SDKs to use the MIT License, which is our [standard license for Sentry SDKs](https://open.sentry.io/licensing/). We were previously using the BSD 3-Clause License in `@sentry/browser`,`@sentry/core`, `@sentry/gatsby`, `@sentry/hub`, `@sentry/integrations`, `@sentry/node`, `@sentry/react`, `@sentry/types`, `@sentry/typescript`, and `@sentry/utils`. This release also updates the behaviour of [`tracingOrigins`](https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#tracingorigins) to no longer affect span creation. `tracingOrigins` will only affect if `sentry-trace` and `baggage` headers are attached to outgoing requests. To control span creation, use the [`shouldCreateSpanForRequest`](https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#shouldcreatespanforrequest) option. - chore: Standardize SDKs on MIT License ([#&#8203;5993](https://github.com/getsentry/sentry-javascript/issues/5993)) - feat(nextjs): Add Next 13 to peer dependencies and integration tests ([#&#8203;6042](https://github.com/getsentry/sentry-javascript/issues/6042)) - feat(remix): Enable `RequestData` integration for server-side requests ([#&#8203;6007](https://github.com/getsentry/sentry-javascript/issues/6007)) - feat(tracing): Update to Web Vitals v3 ([#&#8203;5987](https://github.com/getsentry/sentry-javascript/issues/5987)) - feat(tracing): Allow for spanId to be passed into startChild ([#&#8203;6028](https://github.com/getsentry/sentry-javascript/issues/6028)) - fix(browser): Handle case where fetch can be undefined ([#&#8203;5973](https://github.com/getsentry/sentry-javascript/issues/5973)) - fix(build): Prevent Rollup from adding `[Symbol.toStringTag]: 'Module'` to CJS files ([#&#8203;6043](https://github.com/getsentry/sentry-javascript/issues/6043)) - fix(nextjs): Match loader files exactly ([#&#8203;6013](https://github.com/getsentry/sentry-javascript/issues/6013)) - fix(react): Update types to match react router 6.4 updates ([#&#8203;5992](https://github.com/getsentry/sentry-javascript/issues/5992)) - fix(tracing): Align missing express span operation names ([#&#8203;6036](https://github.com/getsentry/sentry-javascript/issues/6036)) - fix(tracing): Don't consider `tracingOrigins` when creating spans ([#&#8203;6039](https://github.com/getsentry/sentry-javascript/issues/6039)) - fix(utils): Remove `WINDOW` from utils ([#&#8203;6024](https://github.com/getsentry/sentry-javascript/issues/6024)) - fix(vue): Fix vue3 render warning loop ([#&#8203;6014](https://github.com/getsentry/sentry-javascript/issues/6014)) - fix(vue): Don't overwrite custom transaction names of pageload transactions ([#&#8203;6060](https://github.com/getsentry/sentry-javascript/issues/6060)) - ref(node): Make `RequestData` integration default ([#&#8203;5980](https://github.com/getsentry/sentry-javascript/issues/5980)) - ref(node): Use `RequestData` integration in express handlers ([#&#8203;5990](https://github.com/getsentry/sentry-javascript/issues/5990)) - ref(serverless): Use RequestData integration in GCP wrapper ([#&#8203;5991](https://github.com/getsentry/sentry-javascript/issues/5991)) Work in this release contributed by [@&#8203;philipatkinson](https://github.com/philipatkinson), [@&#8203;Rockergmail](https://github.com/Rockergmail), [@&#8203;ys-zhifu](https://github.com/ys-zhifu), and [@&#8203;koenpunt](https://github.com/koenpunt). Thank you for your contributions! Special shoutout to [@&#8203;Tofandel](https://github.com/Tofandel) who helped [fix a bug in Jest](https://github.com/facebook/jest/pull/13513) that was affecting the Sentry JavaScript SDKs! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2022-10-27 16:04:08 +00:00
renovate added 1 commit 2022-10-27 16:04:09 +00:00
continuous-integration/drone/pr Build is passing Details
76843f4208
fix(deps): update sentry-javascript monorepo to v7.17.1
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2585-renovate-sentry-javascript-monor--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2585-renovate-sentry-javascript-monor--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit eccaeae9e9 into main 2022-10-27 19:28:31 +00:00
konrad deleted branch renovate/sentry-javascript-monorepo 2022-10-27 19:28:31 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.