Bump @sentry/node from 7.76.0 to 7.77.0 #6

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/sentry/node-7.77.0 into main 2023-11-02 12:28:08 +08:00
dependabot[bot] commented 2023-10-31 21:55:51 +08:00 (Migrated from github.com)

Bumps @sentry/node from 7.76.0 to 7.77.0.

Release notes

Sourced from @​sentry/node's releases.

7.77.0

  • feat: Move LinkedErrors integration to @​sentry/core (#9404)
  • feat(remix): Update sentry-cli version to ^2.21.2 (#9401)
  • feat(replay): Allow to treeshake & configure compression worker URL (#9409)
  • fix(angular-ivy): Adjust package entry points to support Angular 17 with SSR config (#9412)
  • fix(feedback): Fixing feedback import (#9403)
  • fix(nextjs): Match only numbers as orgid in tunnelRoute (#9416)
  • fix(nextjs): Strictly validate tunnel target parameters (#9415)
  • fix(utils): Avoid keeping a reference of last used event (#9387)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 77.46 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 56.69 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 30.97 KB
@​sentry/browser - Webpack (gzipped) 21.29 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.83 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 29.09 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.23 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 216.89 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 88.28 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 63.28 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.8 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 77.84 KB
@​sentry/react - Webpack (gzipped) 21.34 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 94.18 KB
@​sentry/nextjs Client - Webpack (gzipped) 47.86 KB
Changelog

Sourced from @​sentry/node's changelog.

7.77.0

  • feat: Move LinkedErrors integration to @​sentry/core (#9404)
  • feat(remix): Update sentry-cli version to ^2.21.2 (#9401)
  • feat(replay): Allow to treeshake & configure compression worker URL (#9409)
  • fix(angular-ivy): Adjust package entry points to support Angular 17 with SSR config (#9412)
  • fix(feedback): Fixing feedback import (#9403)
  • fix(nextjs): Match only numbers as orgid in tunnelRoute (#9416)
  • fix(nextjs): Strictly validate tunnel target parameters (#9415)
  • fix(utils): Avoid keeping a reference of last used event (#9387)
Commits
  • a807adf release: 7.77.0
  • cf4df75 Merge pull request #9417 from getsentry/prepare-release/7.77.0
  • 3e619dc meta: Update CHANGELOG for 7.77.0
  • 8285f54 fix(nextjs): Match only numbers as orgid in tunnelRoute (#9416)
  • 2ec3582 feat(replay): Allow to treeshake & configure compression worker URL (#9409)
  • 1005925 fix(angular-ivy): Adjust package entry points to support Angular 17 with SSR ...
  • a8cf899 ref(replay): Streamline rrweb internal error check (#9391)
  • ddbda3c fix(nextjs): Strictly validate tunnel target parameters (#9415)
  • 4371b2c build: Clean ember and deno packages properly (#9411)
  • 89a4d42 feat: Move LinkedErrors integration to @​sentry/core (#9404)
  • 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/node](https://github.com/getsentry/sentry-javascript) from 7.76.0 to 7.77.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/node</code>'s releases</a>.</em></p> <blockquote> <h2>7.77.0</h2> <ul> <li>feat: Move LinkedErrors integration to <code>@​sentry/core</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9404">#9404</a>)</li> <li>feat(remix): Update sentry-cli version to ^2.21.2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9401">#9401</a>)</li> <li>feat(replay): Allow to treeshake &amp; configure compression worker URL (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9409">#9409</a>)</li> <li>fix(angular-ivy): Adjust package entry points to support Angular 17 with SSR config (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9412">#9412</a>)</li> <li>fix(feedback): Fixing feedback import (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9403">#9403</a>)</li> <li>fix(nextjs): Match only numbers as orgid in tunnelRoute (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9416">#9416</a>)</li> <li>fix(nextjs): Strictly validate tunnel target parameters (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9415">#9415</a>)</li> <li>fix(utils): Avoid keeping a reference of last used event (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9387">#9387</a>)</li> </ul> <h2>Bundle size 📦</h2> <table> <thead> <tr> <th>Path</th> <th>Size</th> </tr> </thead> <tbody> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>77.46 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)</td> <td>56.69 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - Webpack (gzipped)</td> <td>30.97 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - Webpack (gzipped)</td> <td>21.29 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)</td> <td>67.83 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES6 CDN Bundle (gzipped)</td> <td>29.09 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (gzipped)</td> <td>21.23 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>216.89 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>88.28 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>63.28 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES5 CDN Bundle (gzipped)</td> <td>31.8 KB</td> </tr> <tr> <td><code>@​sentry/react</code> (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>77.84 KB</td> </tr> <tr> <td><code>@​sentry/react</code> - Webpack (gzipped)</td> <td>21.34 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> Client (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>94.18 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> Client - Webpack (gzipped)</td> <td>47.86 KB</td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/node</code>'s changelog</a>.</em></p> <blockquote> <h2>7.77.0</h2> <ul> <li>feat: Move LinkedErrors integration to <code>@​sentry/core</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9404">#9404</a>)</li> <li>feat(remix): Update sentry-cli version to ^2.21.2 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9401">#9401</a>)</li> <li>feat(replay): Allow to treeshake &amp; configure compression worker URL (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9409">#9409</a>)</li> <li>fix(angular-ivy): Adjust package entry points to support Angular 17 with SSR config (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9412">#9412</a>)</li> <li>fix(feedback): Fixing feedback import (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9403">#9403</a>)</li> <li>fix(nextjs): Match only numbers as orgid in tunnelRoute (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9416">#9416</a>)</li> <li>fix(nextjs): Strictly validate tunnel target parameters (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9415">#9415</a>)</li> <li>fix(utils): Avoid keeping a reference of last used event (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9387">#9387</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a807adf87f510a370c35765bc3f631d49db8d001"><code>a807adf</code></a> release: 7.77.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cf4df75d5d5785bc5a7b3734842ff83a16aeca54"><code>cf4df75</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9417">#9417</a> from getsentry/prepare-release/7.77.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3e619dc8600f696401c1ed615864f0d6671e6ce6"><code>3e619dc</code></a> meta: Update CHANGELOG for 7.77.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8285f541a6f87124db203b0cb1fd85da89eb900a"><code>8285f54</code></a> fix(nextjs): Match only numbers as orgid in tunnelRoute (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9416">#9416</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/2ec3582cc1ee1042e3fd5639911050a9ea1a668e"><code>2ec3582</code></a> feat(replay): Allow to treeshake &amp; configure compression worker URL (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9409">#9409</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/10059253374217383238aae2409261a698ec87f2"><code>1005925</code></a> fix(angular-ivy): Adjust package entry points to support Angular 17 with SSR ...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a8cf899f0f9f613738da1068a55ec0cd152bcea7"><code>a8cf899</code></a> ref(replay): Streamline rrweb internal error check (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9391">#9391</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ddbda3c02c35aba8c5235e0cf07fc5bf656f81be"><code>ddbda3c</code></a> fix(nextjs): Strictly validate tunnel target parameters (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9415">#9415</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/4371b2c87f16f4f044847b7ebac49fff8a3ade21"><code>4371b2c</code></a> build: Clean ember and deno packages properly (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9411">#9411</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/89a4d4297374fef399238d31c88c80a8ab25b700"><code>89a4d42</code></a> feat: Move LinkedErrors integration to <code>@​sentry/core</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9404">#9404</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.76.0...7.77.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/node&package-manager=npm_and_yarn&previous-version=7.76.0&new-version=7.77.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 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>
wdhdev (Migrated from github.com) approved these changes 2023-11-02 12:28:04 +08:00
Commenting is not possible because the repository is archived.
No description provided.