-
Notifications
You must be signed in to change notification settings - Fork 8
Commit da887f2
authored
[Tech] Bump the npm_and_yarn group across 1 directory with 2 updates (#3804)
Bumps the npm_and_yarn group with 1 update in the /frontend directory:
[@sentry/react](https://github.com/getsentry/sentry-javascript).
Updates `@sentry/react` from 8.32.0 to 8.35.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/releases"><code>@sentry/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>8.35.0</h2>
<h3>Beta release of the official Nuxt Sentry SDK</h3>
<p>This release marks the beta release of the <code>@sentry/nuxt</code>
Sentry SDK. For details on how to use it, check out the
<a
href="https://github.com/getsentry/sentry-javascript/tree/develop/packages/nuxt">Sentry
Nuxt SDK README</a>. Please reach out on
<a
href="https://github.com/getsentry/sentry-javascript/issues/new/choose">GitHub</a>
if you have any feedback or concerns.</p>
<ul>
<li><strong>feat(nuxt): Make dynamic import() wrapping default (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13958">#13958</a>)</strong>
(BREAKING)</li>
<li><strong>feat(nuxt): Add Rollup plugin to wrap server entry with
<code>import()</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13945">#13945</a>)</strong></li>
</ul>
<p><strong>It is no longer required to add a Node <code>--import</code>
flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE).</strong> The SDK will now apply modifications
during the build of your application to allow for
patching of libraries during runtime. If run into issues with this
change, you can disable this behavior in your
<code>nuxt.config.ts</code> and use the <code>--import</code> flag
instead:</p>
<pre lang="js"><code>sentry: {
dynamicImportForServerEntry: false;
}
</code></pre>
<ul>
<li><strong>feat(nuxt): Respect user-provided source map generation
settings (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14020">#14020</a>)</strong></li>
</ul>
<p>We now require you to explicitly enable sourcemaps for the clientside
so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public.
Enable source maps on the client as follows:</p>
<pre lang="js"><code>export default defineNuxtConfig({
sourcemap: {
client: true,
},
});
</code></pre>
<ul>
<li>feat(nuxt): Log server instrumentation might not work in dev (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14021">#14021</a>)</li>
<li>feat(nuxt): Add Http <code>responseHook</code> with
<code>waitUntil</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13986">#13986</a>)</li>
</ul>
<h3>Important Changes</h3>
<ul>
<li><strong>feat(vue): Add Pinia plugin (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13841">#13841</a>)</strong></li>
</ul>
<p>Support for <a href="https://pinia.vuejs.org/">Pinia</a> is added in
this release for <code>@sentry/vue</code>. To capture Pinia state data,
add <code>createSentryPiniaPlugin()</code> to your Pinia store:</p>
<pre lang="javascript"><code>import { createPinia } from 'pinia';
import { createSentryPiniaPlugin } from '@sentry/vue';
<p>const pinia = createPinia();</p>
<p></tr></table><br />
</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/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.35.0</h2>
<h3>Beta release of the official Nuxt Sentry SDK</h3>
<p>This release marks the beta release of the <code>@sentry/nuxt</code>
Sentry SDK. For details on how to use it, check out the
<a
href="https://github.com/getsentry/sentry-javascript/tree/develop/packages/nuxt">Sentry
Nuxt SDK README</a>. Please reach out on
<a
href="https://github.com/getsentry/sentry-javascript/issues/new/choose">GitHub</a>
if you have any feedback or concerns.</p>
<ul>
<li><strong>feat(nuxt): Make dynamic import() wrapping default
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13958">#13958</a>)</strong>
(BREAKING)</li>
<li><strong>feat(nuxt): Add Rollup plugin to wrap server entry with
<code>import()</code>
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13945">#13945</a>)</strong></li>
</ul>
<p><strong>It is no longer required to add a Node <code>--import</code>
flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE).</strong> The SDK will now apply modifications
during the build of your application to allow for
patching of libraries during runtime. If run into issues with this
change, you can disable this behavior in your
<code>nuxt.config.ts</code> and use the <code>--import</code> flag
instead:</p>
<pre lang="js"><code>sentry: {
dynamicImportForServerEntry: false;
}
</code></pre>
<ul>
<li><strong>feat(nuxt): Respect user-provided source map generation
settings
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14020">#14020</a>)</strong></li>
</ul>
<p>We now require you to explicitly enable sourcemaps for the clientside
so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public.
Enable source maps on the client as follows:</p>
<pre lang="js"><code>export default defineNuxtConfig({
sourcemap: {
client: true,
},
});
</code></pre>
<ul>
<li>feat(nuxt): Log server instrumentation might not work in dev
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14021">#14021</a>)</li>
<li>feat(nuxt): Add Http <code>responseHook</code> with
<code>waitUntil</code>
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13986">#13986</a>)</li>
</ul>
<h3>Important Changes</h3>
<ul>
<li><strong>feat(vue): Add Pinia plugin (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13841">#13841</a>)</strong></li>
</ul>
<p>Support for <a href="https://pinia.vuejs.org/">Pinia</a> is added in
this release for <code>@sentry/vue</code>. To capture Pinia state data,
add <code>createSentryPiniaPlugin()</code> to your Pinia store:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/4e33b54469dab566113400032898d85dc861408a"><code>4e33b54</code></a>
release: 8.35.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/43a6afeb18e8f8c32412cdb2a357d7692ab98b9b"><code>43a6afe</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14022">#14022</a>
from getsentry/prepare-release/8.35.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/f4ba0391e0ef083ed9b0dd8eca4e56a94932230d"><code>f4ba039</code></a>
meta(changelog): Update changelog for 8.35.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/f358790964a55e6b0aa73c9d4b48deb04a666a12"><code>f358790</code></a>
test(e2e): Pin deps in Astro Cloudflare E2E test (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14030">#14030</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/2648ef63b71cbdfd03359c188470ae14cd481a4e"><code>2648ef6</code></a>
test(e2e): Add event proxy option to allow for event dumps (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13998">#13998</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/ab28544daa9ba2eae1cff41078f25c28e1bdcc4d"><code>ab28544</code></a>
feat(nuxt): Log server instrumentation might not work in dev (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14021">#14021</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/54d286b89694f857806e442727b97e6fab52fb48"><code>54d286b</code></a>
feat(nuxt): Respect user-provided source map generation settings (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14020">#14020</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/96526c2c5b22725623d47a3ec0b4f489b4b2d36e"><code>96526c2</code></a>
docs(nuxt): Add beta readme (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13979">#13979</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/d3847b482eb606c2cb2251748f0f8198f3cfda02"><code>d3847b4</code></a>
perf(node): Truncate breadcrumb messages created by console integration
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14006">#14006</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/77b3355b2f2327ce5b761855d877b2e88e9215d7"><code>77b3355</code></a>
fix(replay): Ignore older performance entries when starting manually (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13969">#13969</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/8.32.0...8.35.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@sentry/browser` from 8.32.0 to 8.35.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/releases"><code>@sentry/browser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>8.35.0</h2>
<h3>Beta release of the official Nuxt Sentry SDK</h3>
<p>This release marks the beta release of the <code>@sentry/nuxt</code>
Sentry SDK. For details on how to use it, check out the
<a
href="https://github.com/getsentry/sentry-javascript/tree/develop/packages/nuxt">Sentry
Nuxt SDK README</a>. Please reach out on
<a
href="https://github.com/getsentry/sentry-javascript/issues/new/choose">GitHub</a>
if you have any feedback or concerns.</p>
<ul>
<li><strong>feat(nuxt): Make dynamic import() wrapping default (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13958">#13958</a>)</strong>
(BREAKING)</li>
<li><strong>feat(nuxt): Add Rollup plugin to wrap server entry with
<code>import()</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13945">#13945</a>)</strong></li>
</ul>
<p><strong>It is no longer required to add a Node <code>--import</code>
flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE).</strong> The SDK will now apply modifications
during the build of your application to allow for
patching of libraries during runtime. If run into issues with this
change, you can disable this behavior in your
<code>nuxt.config.ts</code> and use the <code>--import</code> flag
instead:</p>
<pre lang="js"><code>sentry: {
dynamicImportForServerEntry: false;
}
</code></pre>
<ul>
<li><strong>feat(nuxt): Respect user-provided source map generation
settings (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14020">#14020</a>)</strong></li>
</ul>
<p>We now require you to explicitly enable sourcemaps for the clientside
so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public.
Enable source maps on the client as follows:</p>
<pre lang="js"><code>export default defineNuxtConfig({
sourcemap: {
client: true,
},
});
</code></pre>
<ul>
<li>feat(nuxt): Log server instrumentation might not work in dev (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14021">#14021</a>)</li>
<li>feat(nuxt): Add Http <code>responseHook</code> with
<code>waitUntil</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13986">#13986</a>)</li>
</ul>
<h3>Important Changes</h3>
<ul>
<li><strong>feat(vue): Add Pinia plugin (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13841">#13841</a>)</strong></li>
</ul>
<p>Support for <a href="https://pinia.vuejs.org/">Pinia</a> is added in
this release for <code>@sentry/vue</code>. To capture Pinia state data,
add <code>createSentryPiniaPlugin()</code> to your Pinia store:</p>
<pre lang="javascript"><code>import { createPinia } from 'pinia';
import { createSentryPiniaPlugin } from '@sentry/vue';
<p>const pinia = createPinia();</p>
<p></tr></table><br />
</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/browser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.35.0</h2>
<h3>Beta release of the official Nuxt Sentry SDK</h3>
<p>This release marks the beta release of the <code>@sentry/nuxt</code>
Sentry SDK. For details on how to use it, check out the
<a
href="https://github.com/getsentry/sentry-javascript/tree/develop/packages/nuxt">Sentry
Nuxt SDK README</a>. Please reach out on
<a
href="https://github.com/getsentry/sentry-javascript/issues/new/choose">GitHub</a>
if you have any feedback or concerns.</p>
<ul>
<li><strong>feat(nuxt): Make dynamic import() wrapping default
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13958">#13958</a>)</strong>
(BREAKING)</li>
<li><strong>feat(nuxt): Add Rollup plugin to wrap server entry with
<code>import()</code>
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13945">#13945</a>)</strong></li>
</ul>
<p><strong>It is no longer required to add a Node <code>--import</code>
flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE).</strong> The SDK will now apply modifications
during the build of your application to allow for
patching of libraries during runtime. If run into issues with this
change, you can disable this behavior in your
<code>nuxt.config.ts</code> and use the <code>--import</code> flag
instead:</p>
<pre lang="js"><code>sentry: {
dynamicImportForServerEntry: false;
}
</code></pre>
<ul>
<li><strong>feat(nuxt): Respect user-provided source map generation
settings
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14020">#14020</a>)</strong></li>
</ul>
<p>We now require you to explicitly enable sourcemaps for the clientside
so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public.
Enable source maps on the client as follows:</p>
<pre lang="js"><code>export default defineNuxtConfig({
sourcemap: {
client: true,
},
});
</code></pre>
<ul>
<li>feat(nuxt): Log server instrumentation might not work in dev
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/14021">#14021</a>)</li>
<li>feat(nuxt): Add Http <code>responseHook</code> with
<code>waitUntil</code>
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13986">#13986</a>)</li>
</ul>
<h3>Important Changes</h3>
<ul>
<li><strong>feat(vue): Add Pinia plugin (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13841">#13841</a>)</strong></li>
</ul>
<p>Support for <a href="https://pinia.vuejs.org/">Pinia</a> is added in
this release for <code>@sentry/vue</code>. To capture Pinia state data,
add <code>createSentryPiniaPlugin()</code> to your Pinia store:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/4e33b54469dab566113400032898d85dc861408a"><code>4e33b54</code></a>
release: 8.35.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/43a6afeb18e8f8c32412cdb2a357d7692ab98b9b"><code>43a6afe</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14022">#14022</a>
from getsentry/prepare-release/8.35.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/f4ba0391e0ef083ed9b0dd8eca4e56a94932230d"><code>f4ba039</code></a>
meta(changelog): Update changelog for 8.35.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/f358790964a55e6b0aa73c9d4b48deb04a666a12"><code>f358790</code></a>
test(e2e): Pin deps in Astro Cloudflare E2E test (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14030">#14030</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/2648ef63b71cbdfd03359c188470ae14cd481a4e"><code>2648ef6</code></a>
test(e2e): Add event proxy option to allow for event dumps (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13998">#13998</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/ab28544daa9ba2eae1cff41078f25c28e1bdcc4d"><code>ab28544</code></a>
feat(nuxt): Log server instrumentation might not work in dev (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14021">#14021</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/54d286b89694f857806e442727b97e6fab52fb48"><code>54d286b</code></a>
feat(nuxt): Respect user-provided source map generation settings (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14020">#14020</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/96526c2c5b22725623d47a3ec0b4f489b4b2d36e"><code>96526c2</code></a>
docs(nuxt): Add beta readme (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13979">#13979</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/d3847b482eb606c2cb2251748f0f8198f3cfda02"><code>d3847b4</code></a>
perf(node): Truncate breadcrumb messages created by console integration
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/14006">#14006</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/77b3355b2f2327ce5b761855d877b2e88e9215d7"><code>77b3355</code></a>
fix(replay): Ignore older performance entries when starting manually (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13969">#13969</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/8.32.0...8.35.0">compare
view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/MTES-MCT/monitorfish/network/alerts).
</details>File tree
Expand file treeCollapse file tree
2 files changed
+58
-58
lines changedFilter options
- frontend
Expand file treeCollapse file tree
2 files changed
+58
-58
lines changed+57-57Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
0 commit comments