rubiin / ultimate-nest

Starter template with blog clone as project
MIT License
338 stars 45 forks source link

chore(deps): update all non-major dependencies #456

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.19.0 -> ^2.19.1 age adoption passing confidence
@firebase/app-compat (source) ^0.2.34 -> ^0.2.35 age adoption passing confidence
@sentry/node (source) ^8.4.0 -> ^8.5.0 age adoption passing confidence
@sentry/types (source) ^8.4.0 -> ^8.5.0 age adoption passing confidence
preview-email ^3.0.19 -> ^3.0.20 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config) ### [`v2.19.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.19.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.19.0...v2.19.1) #####    🚀 Features - Add jsx support in react without config.  -  by [@​eastonzh](https://togithub.com/eastonzh) in [https://github.com/antfu/eslint-config/issues/481](https://togithub.com/antfu/eslint-config/issues/481) [(87af9)](https://togithub.com/antfu/eslint-config/commit/87af9a0) - **cli**: Add validation for CSS-related files  -  by [@​pudon](https://togithub.com/pudon) in [https://github.com/antfu/eslint-config/issues/478](https://togithub.com/antfu/eslint-config/issues/478) [(6ada3)](https://togithub.com/antfu/eslint-config/commit/6ada34e) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.19.0...v2.19.1)
firebase/firebase-js-sdk (@​firebase/app-compat) ### [`v0.2.35`](https://togithub.com/firebase/firebase-js-sdk/blob/HEAD/packages/app-compat/CHANGELOG.md#0235) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/@firebase/app-compat@0.2.34...@firebase/app-compat@0.2.35) ##### Patch Changes - Updated dependencies \[]: - [@​firebase/app](https://togithub.com/firebase/app)[@​0](https://togithub.com/0).10.5
getsentry/sentry-javascript (@​sentry/node) ### [`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))
forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript (preview-email) ### [`v3.0.20`](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/releases/tag/v3.0.20) [Compare Source](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/compare/v3.0.19...v3.0.20) - chore: bump deps [`c83a901`](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/commit/c83a901) - Merge pull request [#​39](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/issues/39) from felixmosh/master [`60ff9dc`](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/commit/60ff9dc) - Merge pull request [#​41](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/issues/41) from xmunoz/master [`bc9f947`](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/commit/bc9f947) - Merge pull request [#​43](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/issues/43) from Ash-5/master [`569073e`](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/commit/569073e) - Update PUG version to fix template names are valid identifiers [`4465eb3`](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/commit/4465eb3) - chore: bump nodemailer [`dac26e6`](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/commit/dac26e6) - allow to open links in email preview [`46437d4`](https://togithub.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/commit/46437d4)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.