1
0
Fork 0

chore(deps-dev): bump @sentry/types from 7.93.0 to 7.94.1 #91

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/sentry/types-7.94.1 into main
dependabot[bot] commented 2024-01-22 11:04:00 +08:00 (Migrated from github.com)

Bumps @sentry/types from 7.93.0 to 7.94.1.

Release notes

Sourced from @​sentry/types's releases.

7.94.1

This release fixes a publishing issue with 7.94.0.

These are the 7.94.0 release notes:

Important Changes

Deprecations

As we're moving closer to the next major version of the SDK, more public APIs were deprecated.

To get a head start on migrating to the replacement APIs, please take a look at our migration guide.

  • feat: Deprecate user segment field (#10210)
  • feat(core): Deprecate finish on Span interface in favour of end (#10161)
  • feat(core): Deprecate getCurrentHub() (#10200)
  • feat(core): Deprecate hub.bindClient() & makeMain() (#10188)
  • feat(core): Deprecate Span.instrumenter (#10139)
  • feat(core): Deprecate Span.isSuccess() in favor of reading span status (#10213)
  • feat(core): Deprecate Span.op in favor of op attribute (#10189)
  • feat(core): Deprecate Span.spanRecorder (#10199)
  • feat(core): Deprecate Span.status (#10208)
  • feat(core): Deprecate Span.transaction in favor of getRootSpan (#10134)
  • feat(core): Deprecate Transaction.instrumenter (#10162)
  • feat(core): Deprecate Transaction.setMeasurement in favor of setMeasurement (#10182)
  • feat(core): Deprecate integration classes & Integrations.X (#10198)
  • feat(core): Deprecate methods on Hub (#10124)
  • feat(core): Deprecate remaining setName declarations on Transaction and Span (#10164)
  • feat(core): Deprecate span startTimestamp & endTimestamp (#10192)
  • feat(core): Deprecate hub.bindClient() and makeMain() (#10118)
  • feat(types): Deprecate op on Span interface (#10217)
  • feat(integrations): Deprecate Transaction integration (#10178)
  • feat(integrations): Deprecate pluggable integration classes (#10211)

Replay & Canvas

We have added a new ReplayCanvas integration (#10112), which you can add to capture the contents of canvas elements with Replay.

Just add it in addition to the regular replay integration:

Sentry.init({
  integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()],
});

Other Changes

... (truncated)

Changelog

Sourced from @​sentry/types's changelog.

7.94.1

This release fixes a publishing issue.

7.94.0

Important Changes

Deprecations

As we're moving closer to the next major version of the SDK, more public APIs were deprecated.

To get a head start on migrating to the replacement APIs, please take a look at our migration guide.

  • feat: Deprecate user segment field (#10210)
  • feat(core): Deprecate finish on Span interface in favour of end (#10161)
  • feat(core): Deprecate getCurrentHub() (#10200)
  • feat(core): Deprecate hub.bindClient() & makeMain() (#10188)
  • feat(core): Deprecate Span.instrumenter (#10139)
  • feat(core): Deprecate Span.isSuccess() in favor of reading span status (#10213)
  • feat(core): Deprecate Span.op in favor of op attribute (#10189)
  • feat(core): Deprecate Span.spanRecorder (#10199)
  • feat(core): Deprecate Span.status (#10208)
  • feat(core): Deprecate Span.transaction in favor of getRootSpan (#10134)
  • feat(core): Deprecate Transaction.instrumenter (#10162)
  • feat(core): Deprecate Transaction.setMeasurement in favor of setMeasurement (#10182)
  • feat(core): Deprecate integration classes & Integrations.X (#10198)
  • feat(core): Deprecate methods on Hub (#10124)
  • feat(core): Deprecate remaining setName declarations on Transaction and Span (#10164)
  • feat(core): Deprecate span startTimestamp & endTimestamp (#10192)
  • feat(core): Deprecate hub.bindClient() and makeMain() (#10118)
  • feat(types): Deprecate op on Span interface (#10217)
  • feat(integrations): Deprecate Transaction integration (#10178)
  • feat(integrations): Deprecate pluggable integration classes (#10211)

Replay & Canvas

We have added a new ReplayCanvas integration (#10112), which you can add to capture the contents of canvas elements with Replay.

Just add it in addition to the regular replay integration:

Sentry.init({
  integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()],
});

Other Changes

... (truncated)

Commits
  • cf062ba release: 7.94.1
  • fb2ad6c build(replay): Ensure we can publish replay-canvas (#10262)
  • 0a65896 Merge pull request #10252 from getsentry/prepare-release/7.94.0
  • 484431a meta(changelog): Update changelog for 7.94.0
  • caad0bc Merge pull request #10205 from getsentry/DominikB2014/add-span-domain-to-span...
  • da68244 Merge remote-tracking branch 'origin/develop' into DominikB2014/add-span-doma...
  • 8962a5a fix lint
  • a69dc2e fix linting
  • acf58d3 feat(node): Update and vendor https-proxy-agent (#10088)
  • 7a371a6 fix linting
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.93.0 to 7.94.1. <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.94.1</h2> <p>This release fixes a publishing issue with <code>7.94.0</code>.</p> <p>These are the <code>7.94.0</code> release notes:</p> <h3>Important Changes</h3> <h4>Deprecations</h4> <p>As we're moving closer to the next major version of the SDK, more public APIs were deprecated.</p> <p>To get a head start on migrating to the replacement APIs, please take a look at our <a href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">migration guide</a>.</p> <ul> <li>feat: Deprecate user segment field (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10210">#10210</a>)</li> <li>feat(core): Deprecate <code>finish</code> on <code>Span</code> interface in favour of <code>end</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10161">#10161</a>)</li> <li>feat(core): Deprecate <code>getCurrentHub()</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10200">#10200</a>)</li> <li>feat(core): Deprecate <code>hub.bindClient()</code> &amp; <code>makeMain()</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10188">#10188</a>)</li> <li>feat(core): Deprecate <code>Span.instrumenter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10139">#10139</a>)</li> <li>feat(core): Deprecate <code>Span.isSuccess()</code> in favor of reading span status (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10213">#10213</a>)</li> <li>feat(core): Deprecate <code>Span.op</code> in favor of op attribute (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10189">#10189</a>)</li> <li>feat(core): Deprecate <code>Span.spanRecorder</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10199">#10199</a>)</li> <li>feat(core): Deprecate <code>Span.status</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10208">#10208</a>)</li> <li>feat(core): Deprecate <code>Span.transaction</code> in favor of <code>getRootSpan</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10134">#10134</a>)</li> <li>feat(core): Deprecate <code>Transaction.instrumenter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10162">#10162</a>)</li> <li>feat(core): Deprecate <code>Transaction.setMeasurement</code> in favor of <code>setMeasurement</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10182">#10182</a>)</li> <li>feat(core): Deprecate integration classes &amp; <code>Integrations.X</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10198">#10198</a>)</li> <li>feat(core): Deprecate methods on <code>Hub</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10124">#10124</a>)</li> <li>feat(core): Deprecate remaining <code>setName</code> declarations on <code>Transaction</code> and <code>Span</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10164">#10164</a>)</li> <li>feat(core): Deprecate span <code>startTimestamp</code> &amp; <code>endTimestamp</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10192">#10192</a>)</li> <li>feat(core): Deprecate <code>hub.bindClient()</code> and <code>makeMain()</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10118">#10118</a>)</li> <li>feat(types): Deprecate <code>op</code> on <code>Span</code> interface (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10217">#10217</a>)</li> <li>feat(integrations): Deprecate <code>Transaction</code> integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10178">#10178</a>)</li> <li>feat(integrations): Deprecate pluggable integration classes (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10211">#10211</a>)</li> </ul> <h4>Replay &amp; Canvas</h4> <p>We have added a new <code>ReplayCanvas</code> integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10112">#10112</a>), which you can add to capture the contents of canvas elements with Replay.</p> <p>Just add it <em>in addition</em> to the regular replay integration:</p> <pre lang="js"><code>Sentry.init({ integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()], }); </code></pre> <h3>Other Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/types</code>'s changelog</a>.</em></p> <blockquote> <h2>7.94.1</h2> <p>This release fixes a publishing issue.</p> <h2>7.94.0</h2> <h3>Important Changes</h3> <h4>Deprecations</h4> <p>As we're moving closer to the next major version of the SDK, more public APIs were deprecated.</p> <p>To get a head start on migrating to the replacement APIs, please take a look at our <a href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">migration guide</a>.</p> <ul> <li>feat: Deprecate user segment field (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10210">#10210</a>)</li> <li>feat(core): Deprecate <code>finish</code> on <code>Span</code> interface in favour of <code>end</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10161">#10161</a>)</li> <li>feat(core): Deprecate <code>getCurrentHub()</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10200">#10200</a>)</li> <li>feat(core): Deprecate <code>hub.bindClient()</code> &amp; <code>makeMain()</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10188">#10188</a>)</li> <li>feat(core): Deprecate <code>Span.instrumenter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10139">#10139</a>)</li> <li>feat(core): Deprecate <code>Span.isSuccess()</code> in favor of reading span status (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10213">#10213</a>)</li> <li>feat(core): Deprecate <code>Span.op</code> in favor of op attribute (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10189">#10189</a>)</li> <li>feat(core): Deprecate <code>Span.spanRecorder</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10199">#10199</a>)</li> <li>feat(core): Deprecate <code>Span.status</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10208">#10208</a>)</li> <li>feat(core): Deprecate <code>Span.transaction</code> in favor of <code>getRootSpan</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10134">#10134</a>)</li> <li>feat(core): Deprecate <code>Transaction.instrumenter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10162">#10162</a>)</li> <li>feat(core): Deprecate <code>Transaction.setMeasurement</code> in favor of <code>setMeasurement</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10182">#10182</a>)</li> <li>feat(core): Deprecate integration classes &amp; <code>Integrations.X</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10198">#10198</a>)</li> <li>feat(core): Deprecate methods on <code>Hub</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10124">#10124</a>)</li> <li>feat(core): Deprecate remaining <code>setName</code> declarations on <code>Transaction</code> and <code>Span</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10164">#10164</a>)</li> <li>feat(core): Deprecate span <code>startTimestamp</code> &amp; <code>endTimestamp</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10192">#10192</a>)</li> <li>feat(core): Deprecate <code>hub.bindClient()</code> and <code>makeMain()</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10118">#10118</a>)</li> <li>feat(types): Deprecate <code>op</code> on <code>Span</code> interface (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10217">#10217</a>)</li> <li>feat(integrations): Deprecate <code>Transaction</code> integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10178">#10178</a>)</li> <li>feat(integrations): Deprecate pluggable integration classes (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10211">#10211</a>)</li> </ul> <h4>Replay &amp; Canvas</h4> <p>We have added a new <code>ReplayCanvas</code> integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10112">#10112</a>), which you can add to capture the contents of canvas elements with Replay.</p> <p>Just add it <em>in addition</em> to the regular replay integration:</p> <pre lang="js"><code>Sentry.init({ integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()], }); </code></pre> <h3>Other Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cf062ba18da0028aa998a4c1f4a30417a3a1a04a"><code>cf062ba</code></a> release: 7.94.1</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fb2ad6cb028b7cec9faa1117d83a0d3be3439435"><code>fb2ad6c</code></a> build(replay): Ensure we can publish replay-canvas (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10262">#10262</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/0a65896ce269534ad8207c61a06d870adfe42042"><code>0a65896</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10252">#10252</a> from getsentry/prepare-release/7.94.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/484431a908a6339a55e421d937a2444fafad9713"><code>484431a</code></a> meta(changelog): Update changelog for 7.94.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/caad0bc0adcc3ec626cec36c5b4a158b1c2dcf19"><code>caad0bc</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10205">#10205</a> from getsentry/DominikB2014/add-span-domain-to-span...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/da68244fe1c77e4c0b8d692c29dd368099e12e73"><code>da68244</code></a> Merge remote-tracking branch 'origin/develop' into DominikB2014/add-span-doma...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8962a5a6c0c94dfd7299fea2afcfed41e04434e9"><code>8962a5a</code></a> fix lint</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a69dc2e6c056d42a144dc23ea77f0b8bf8485def"><code>a69dc2e</code></a> fix linting</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/acf58d35408dced31d9613c95261c9ce4bcd3d87"><code>acf58d3</code></a> feat(node): Update and vendor <code>https-proxy-agent</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10088">#10088</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7a371a627023bbc7607dc730df262cbf2bd5f067"><code>7a371a6</code></a> fix linting</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.93.0...7.94.1">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.93.0&new-version=7.94.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 2024-01-24 10:11:44 +08:00 (Migrated from github.com)

Superseded by #92.

Superseded by #92.
Commenting is not possible because the repository is archived.
No description provided.