Bump @sentry/types from 7.12.1 to 7.13.0 #342

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/sentry/types-7.13.0 into master
dependabot[bot] commented 2022-09-16 12:22:46 +02:00 (Migrated from github.com)

Bumps @sentry/types from 7.12.1 to 7.13.0.

Release notes

Sourced from @​sentry/types's releases.

7.13.0

  • feat(browser): Use fetch keepalive flag (#5697)
  • feat(core): Set custom transaction source for event processors (#5722)
  • feat(nextjs): Trace navigation transactions (#5676)
  • feat(node): Add Modules integration to default integrations (#5706)
  • fix(browser): Use normalizeDepth option when creating an event from a plain object
  • fix(core): Fix integration deduping (#5696)
  • fix(node): Use normalizeDepth when creating an event from unknown input
  • fix(nextjs): Make NextApiHandler type version-agnostic (#5737)
  • fix(tracing): Set sample rate in transaction metadata and DSC (#5691)
  • ref: Make dynamic sampling context mutable (#5710)
  • ref(tracing): Record transaction name changes (#5723)
  • chore(nextjs): Remove obsolete dataFetchers loader (#5713)
Changelog

Sourced from @​sentry/types's changelog.

7.13.0

  • feat(browser): Use fetch keepalive flag (#5697)
  • feat(core): Set custom transaction source for event processors (#5722)
  • feat(nextjs): Trace navigation transactions (#5676)
  • feat(node): Add Modules integration to default integrations (#5706)
  • fix(browser): Use normalizeDepth option when creating an event from a plain object
  • fix(core): Fix integration deduping (#5696)
  • fix(node): Use normalizeDepth when creating an event from unknown input
  • fix(nextjs): Make NextApiHandler type version-agnostic (#5737)
  • fix(tracing): Set sample rate in transaction metadata and DSC (#5691)
  • ref: Make dynamic sampling context mutable (#5710)
  • ref(tracing): Record transaction name changes (#5723)
  • chore(nextjs): Remove obsolete dataFetchers loader (#5713)
Commits
  • 3ea3848 release: 7.13.0
  • 3c77f62 meta: CHANGELOG for 7.13.0 (#5748)
  • 51bc032 ref(tracing): Use previous source when logging name changes (#5733)
  • 347fbe4 ref: Make dynamic sampling context mutable (#5710)
  • e26e43a chore(deps): Add @types/rimraf (#5743)
  • 180f644 fix(nextjs): Make NextApiHandler type version-agnostic (#5737)
  • fbd4ef0 ref(core): Use timestamp of processed event in name change (#5735)
  • ff4f97f feat(core): Set custom transaction source for event processors (#5722)
  • 8cff038 ref(node): Add propagations to http integration (#5720)
  • 60b394a ref(tracing): Add propagations to tracing SDK (#5719)
  • 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)
Bumps [@sentry/types](https://github.com/getsentry/sentry-javascript) from 7.12.1 to 7.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/types</code>'s releases</a>.</em></p> <blockquote> <h2>7.13.0</h2> <ul> <li>feat(browser): Use fetch <code>keepalive</code> flag (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5697">#5697</a>)</li> <li>feat(core): Set custom transaction source for event processors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5722">#5722</a>)</li> <li>feat(nextjs): Trace navigation transactions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5676">#5676</a>)</li> <li>feat(node): Add Modules integration to default integrations (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5706">#5706</a>)</li> <li>fix(browser): Use <code>normalizeDepth</code> option when creating an event from a plain object</li> <li>fix(core): Fix integration deduping (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5696">#5696</a>)</li> <li>fix(node): Use <code>normalizeDepth</code> when creating an event from unknown input</li> <li>fix(nextjs): Make NextApiHandler type version-agnostic (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5737">#5737</a>)</li> <li>fix(tracing): Set sample rate in transaction metadata and DSC (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5691">#5691</a>)</li> <li>ref: Make dynamic sampling context mutable (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5710">#5710</a>)</li> <li>ref(tracing): Record transaction name changes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5723">#5723</a>)</li> <li>chore(nextjs): Remove obsolete dataFetchers loader (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5713">#5713</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md"><code>@​sentry/types</code>'s changelog</a>.</em></p> <blockquote> <h2>7.13.0</h2> <ul> <li>feat(browser): Use fetch <code>keepalive</code> flag (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5697">#5697</a>)</li> <li>feat(core): Set custom transaction source for event processors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5722">#5722</a>)</li> <li>feat(nextjs): Trace navigation transactions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5676">#5676</a>)</li> <li>feat(node): Add Modules integration to default integrations (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5706">#5706</a>)</li> <li>fix(browser): Use <code>normalizeDepth</code> option when creating an event from a plain object</li> <li>fix(core): Fix integration deduping (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5696">#5696</a>)</li> <li>fix(node): Use <code>normalizeDepth</code> when creating an event from unknown input</li> <li>fix(nextjs): Make NextApiHandler type version-agnostic (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5737">#5737</a>)</li> <li>fix(tracing): Set sample rate in transaction metadata and DSC (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5691">#5691</a>)</li> <li>ref: Make dynamic sampling context mutable (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5710">#5710</a>)</li> <li>ref(tracing): Record transaction name changes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5723">#5723</a>)</li> <li>chore(nextjs): Remove obsolete dataFetchers loader (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5713">#5713</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3ea3848d45dadd6598a1db287756db0cfb36b808"><code>3ea3848</code></a> release: 7.13.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3c77f6289d79455251172f123dd2650fee4c34df"><code>3c77f62</code></a> meta: CHANGELOG for 7.13.0 (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5748">#5748</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/51bc032d6afa0ddf361bf7b761bd1209d3064eac"><code>51bc032</code></a> ref(tracing): Use previous source when logging name changes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5733">#5733</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/347fbe4cc82b1e9398f7223227e0ff884662bdd3"><code>347fbe4</code></a> ref: Make dynamic sampling context mutable (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5710">#5710</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/e26e43aeeadacebdeac81aff15d97c82a297f396"><code>e26e43a</code></a> chore(deps): Add <code>@types/rimraf</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5743">#5743</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/180f6449ec463e013e702c633f0dcba75815006d"><code>180f644</code></a> fix(nextjs): Make <code>NextApiHandler</code> type version-agnostic (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5737">#5737</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fbd4ef07dd4248a1a9f8a80e0c220628a663f91c"><code>fbd4ef0</code></a> ref(core): Use timestamp of processed event in name change (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5735">#5735</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ff4f97f6206a602e0a5ff397dd6629b1f37dfc8b"><code>ff4f97f</code></a> feat(core): Set custom transaction source for event processors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5722">#5722</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8cff038f8d95d6149ac9805a0dcbbe23b0361c92"><code>8cff038</code></a> ref(node): Add propagations to http integration (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5720">#5720</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/60b394ac6856b5f2cfa32c19307b496b85305e63"><code>60b394a</code></a> ref(tracing): Add propagations to tracing SDK (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5719">#5719</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.12.1...7.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/types&package-manager=npm_and_yarn&previous-version=7.12.1&new-version=7.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2022-09-21 16:55:15 +02:00 (Migrated from github.com)

Looks like @sentry/types is no longer updatable, so this is no longer needed.

Looks like @sentry/types is no longer updatable, so this is no longer needed.
Commenting is not possible because the repository is archived.
No description provided.