From 8d9a1784289d8b9c60503a2768200b4e84aff6ed Mon Sep 17 00:00:00 2001
From: renovate <29139614+renovate@users.noreply.github.com>
Date: Tue, 28 May 2024 05:00:56 +0000
Subject: [PATCH] chore: bump up all non-major dependencies (#7084)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`8.4.0` -> `8.5.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.4.0/8.5.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`14.11.0` -> `14.11.1`](https://renovatebot.com/diffs/npm/happy-dom/14.11.0/14.11.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [jotai](https://togithub.com/pmndrs/jotai) | [`2.8.1` -> `2.8.2`](https://renovatebot.com/diffs/npm/jotai/2.8.1/2.8.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
getsentry/sentry-javascript (@sentry/react)
### [`v8.5.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#850)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.4.0...8.5.0)
##### Important Changes
- **feat(react): Add React 19 to peer deps ([#12207](https://togithub.com/getsentry/sentry-javascript/issues/12207))**
This release adds support for React 19 in the `@sentry/react` SDK package.
- **feat(node): Add `@sentry/node/preload` hook ([#12213](https://togithub.com/getsentry/sentry-javascript/issues/12213))**
This release adds a new way to initialize `@sentry/node`, which allows you to use the SDK with performance
instrumentation even if you cannot call `Sentry.init()` at the very start of your app.
First, run the SDK like this:
```bash
node --require @sentry/node/preload ./app.js
```
Now, you can initialize and import the rest of the SDK later or asynchronously:
```js
const express = require('express');
const Sentry = require('@sentry/node');
const dsn = await getSentryDsn();
Sentry.init({ dsn });
```
For more details, head over to the
[PR Description of the new feature](https://togithub.com/getsentry/sentry-javascript/pull/12213). Our docs will be updated
soon with a new guide.
##### Other Changes
- feat(browser): Do not include metrics in base CDN bundle ([#12230](https://togithub.com/getsentry/sentry-javascript/issues/12230))
- feat(core): Add `startNewTrace` API ([#12138](https://togithub.com/getsentry/sentry-javascript/issues/12138))
- feat(core): Allow to pass custom scope to `captureFeedback()` ([#12216](https://togithub.com/getsentry/sentry-javascript/issues/12216))
- feat(core): Only allow `SerializedSession` in session envelope items ([#11979](https://togithub.com/getsentry/sentry-javascript/issues/11979))
- feat(nextjs): Use Vercel's `waitUntil` to defer freezing of Vercel Lambdas ([#12133](https://togithub.com/getsentry/sentry-javascript/issues/12133))
- feat(node): Ensure manual OTEL setup works ([#12214](https://togithub.com/getsentry/sentry-javascript/issues/12214))
- fix(aws-serverless): Avoid minifying `Module._resolveFilename` in Lambda layer bundle ([#12232](https://togithub.com/getsentry/sentry-javascript/issues/12232))
- fix(aws-serverless): Ensure lambda layer uses default export from `ImportInTheMiddle` ([#12233](https://togithub.com/getsentry/sentry-javascript/issues/12233))
- fix(browser): Improve browser extension error message check ([#12146](https://togithub.com/getsentry/sentry-javascript/issues/12146))
- fix(browser): Remove optional chaining in INP code ([#12196](https://togithub.com/getsentry/sentry-javascript/issues/12196))
- fix(nextjs): Don't report React postpone errors ([#12194](https://togithub.com/getsentry/sentry-javascript/issues/12194))
- fix(nextjs): Use global scope for generic event filters ([#12205](https://togithub.com/getsentry/sentry-javascript/issues/12205))
- fix(node): Add origin to redis span ([#12201](https://togithub.com/getsentry/sentry-javascript/issues/12201))
- fix(node): Change import of `@prisma/instrumentation` to use default import ([#12185](https://togithub.com/getsentry/sentry-javascript/issues/12185))
- fix(node): Only import `inspector` asynchronously ([#12231](https://togithub.com/getsentry/sentry-javascript/issues/12231))
- fix(replay): Update matcher for hydration error detection to new React docs ([#12209](https://togithub.com/getsentry/sentry-javascript/issues/12209))
- ref(profiling-node): Add warning when using non-LTS node ([#12211](https://togithub.com/getsentry/sentry-javascript/issues/12211))
capricorn86/happy-dom (happy-dom)
### [`v14.11.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.0...6ada81698021c35f074e575ec232d1bb7bafb4bc)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.0...v14.11.1)
pmndrs/jotai (jotai)
### [`v2.8.2`](https://togithub.com/pmndrs/jotai/compare/v2.8.1...v2.8.2)
[Compare Source](https://togithub.com/pmndrs/jotai/compare/v2.8.1...v2.8.2)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
---
yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index 045427ef6f..02a26ee4fe 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -25808,8 +25808,8 @@ __metadata:
linkType: hard
"jotai@npm:^2.8.0":
- version: 2.8.1
- resolution: "jotai@npm:2.8.1"
+ version: 2.8.2
+ resolution: "jotai@npm:2.8.2"
peerDependencies:
"@types/react": ">=17.0.0"
react: ">=17.0.0"
@@ -25818,7 +25818,7 @@ __metadata:
optional: true
react:
optional: true
- checksum: 10/74d3b4976136c3578eb2d8966fc23f47f0ca009ce316c6416290af329d4088c326dd187bf9eed6cafa66ff507fd259ba16841184450878a41d2b03b4489e122b
+ checksum: 10/5dd3df79e18c49bbc21b8c886723d79529cce69664090246deabe8cac1aeb89477b3a2ae08597fc01cae2648774fb3f039468d93dbe0d183e20aaa2346ff0a7b
languageName: node
linkType: hard