Skip to content

Commit

Permalink
[skip ci]: Bump @sentry/nextjs from 7.69.0 to 7.77.0 (#39)
Browse files Browse the repository at this point in the history
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript)
from 7.69.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/nextjs</code>'s
releases</a>.</em></p>
<blockquote>
<h2>7.77.0</h2>
<h2>Security Fixes</h2>
<ul>
<li>fix(nextjs): Match only numbers as orgid in tunnelRoute (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/9416">#9416</a>)
(CVE-2023-46729)</li>
<li>fix(nextjs): Strictly validate tunnel target parameters (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/9415">#9415</a>)
(CVE-2023-46729)</li>
</ul>
<h2>Other Changes</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(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>
<h2>7.76.0</h2>
<h3>Important Changes</h3>
<ul>
<li><strong>feat(core): Add cron monitor wrapper helper (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/9395">#9395</a>)</strong></li>
</ul>
<p>This release adds <code>Sentry.withMonitor()</code>, a wrapping
function that wraps a callback with a cron monitor that will
automatically report completions and failures:</p>
<pre lang="ts"><code>import * as Sentry from '@sentry/node';
<p>// withMonitor() will send checkin when callback is started/finished
// works with async and sync callbacks.
const result = Sentry.withMonitor(
'dailyEmail',
() =&gt; {
&lt;/tr&gt;&lt;/table&gt;
</code></pre></p>
</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/nextjs</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.77.0</h2>
<h3>Security Fixes</h3>
<ul>
<li>fix(nextjs): Match only numbers as orgid in tunnelRoute (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/9416">#9416</a>)
(CVE-2023-46729)</li>
<li>fix(nextjs): Strictly validate tunnel target parameters (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/9415">#9415</a>)
(CVE-2023-46729)</li>
</ul>
<h3>Other Changes</h3>
<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(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>7.76.0</h2>
<h3>Important Changes</h3>
<ul>
<li><strong>feat(core): Add cron monitor wrapper helper (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/9395">#9395</a>)</strong></li>
</ul>
<p>This release adds <code>Sentry.withMonitor()</code>, a wrapping
function that wraps a callback with a cron monitor that will
automatically report completions and failures:</p>
<pre lang="ts"><code>import * as Sentry from '@sentry/node';
<p>// withMonitor() will send checkin when callback is started/finished
// works with async and sync callbacks.
const result = Sentry.withMonitor(
'dailyEmail',
() =&gt; {
// withCheckIn return value is same return value here
return sendEmail();
},
// Optional upsert options
{
schedule: {
type: 'crontab',
value: '0 * * * *',
},
// 🇨🇦🫡
timezone: 'Canada/Eastern',
},
);
</code></pre></p>
<h3>Other Changes</h3>
<ul>
<li>chore(angular-ivy): Allow Angular 17 in peer dependencies (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/9386">#9386</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.69.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/nextjs&package-manager=npm_and_yarn&previous-version=7.69.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/saleor/saleor-app-payment-klarna/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 10, 2023
1 parent 0c8fb73 commit a640bad
Show file tree
Hide file tree
Showing 2 changed files with 6,092 additions and 9,038 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@radix-ui/react-alert-dialog": "1.0.4",
"@saleor/app-sdk": "0.43.1",
"@saleor/macaw-ui": "0.8.0-pre.132",
"@sentry/nextjs": "7.69.0",
"@sentry/nextjs": "7.77.0",
"@t3-oss/env-nextjs": "0.6.1",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query-devtools": "4.35.3",
Expand Down
Loading

0 comments on commit a640bad

Please sign in to comment.