[PR #19939] fix(deps): update typescript-projects #16366

Closed
opened 2026-02-05 16:04:16 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/19939

State: closed
Merged: Yes


This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.30.1 -> 9.31.0 age confidence
@nestjs/common (source) 11.1.3 -> 11.1.4 age confidence
@nestjs/core (source) 11.1.3 -> 11.1.4 age confidence
@nestjs/platform-express (source) 11.1.3 -> 11.1.4 age confidence
@nestjs/platform-socket.io (source) 11.1.3 -> 11.1.4 age confidence
@nestjs/testing (source) 11.1.3 -> 11.1.4 age confidence
@nestjs/websockets (source) 11.1.3 -> 11.1.4 age confidence
@opentelemetry/semantic-conventions (source) 1.34.0 -> 1.36.0 age confidence
@playwright/test (source) 1.53.2 -> 1.54.1 age confidence
@react-email/components (source) ^0.2.0 -> ^0.3.0 age confidence
@sveltejs/enhanced-img (source) ^0.6.0 -> ^0.7.0 age confidence
@sveltejs/kit (source) 2.22.4 -> 2.25.0 age confidence
@sveltejs/vite-plugin-svelte (source) 6.0.0 -> 6.1.0 age confidence
@swc/core (source) 1.12.11 -> 1.12.14 age confidence
bullmq (source) 5.56.2 -> 5.56.4 age confidence
cron 4.3.0 -> 4.3.2 age confidence
eslint (source) 9.30.1 -> 9.31.0 age confidence
eslint-plugin-svelte (source) 3.10.1 -> 3.11.0 age confidence
nest-commander (source) 3.17.0 -> 3.18.0 age confidence
node-addon-api 8.4.0 -> 8.5.0 age confidence
oidc-provider 9.2.0 -> 9.3.0 age confidence
picomatch 4.0.2 -> 4.0.3 age confidence
react-email (source) 4.1.0 -> 4.2.1 age confidence
sharp (source, changelog) 0.34.2 -> 0.34.3 age confidence
svelte (source) 5.35.5 -> 5.36.5 age confidence
svelte-eslint-parser 1.2.0 -> 1.3.0 age confidence
typescript-eslint (source) 8.36.0 -> 8.37.0 age confidence
vite (source) 7.0.4 -> 7.0.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

eslint/eslint (@​eslint/js)

v9.31.0

Compare Source

nestjs/nest (@​nestjs/common)

v11.1.4

Compare Source

nestjs/nest (@​nestjs/core)

v11.1.4

Compare Source

nestjs/nest (@​nestjs/platform-express)

v11.1.4

Compare Source

nestjs/nest (@​nestjs/platform-socket.io)

v11.1.4

Compare Source

v11.1.4 (2025-07-16)

Bug fixes
Enhancements
Dependencies
Committers: 11
nestjs/nest (@​nestjs/testing)

v11.1.4

Compare Source

open-telemetry/opentelemetry-js (@​opentelemetry/semantic-conventions)

v1.36.0

Compare Source

v1.35.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
    
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
    
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
resend/react-email (@​react-email/components)

v0.3.1

Compare Source

Patch Changes

v0.3.0

Compare Source

Minor Changes
  • ce78a04: tailwind: add pixelBasedPreset export directly
Patch Changes
sveltejs/kit (@​sveltejs/enhanced-img)

v0.7.0

Compare Source

Minor Changes
  • breaking: use new filters and enhancements from vite-plugin-svelte. Requires vite >= 6.3 and vite-plugin-svelte >= 6.0. (#​13967)
sveltejs/kit (@​sveltejs/kit)

v2.25.0

Compare Source

Minor Changes
  • feat: support asynchronous read implementations from adapters (#​13859)
Patch Changes
  • fix: log when no Svelte config file has been found to avoid confusion (#​14001)

v2.24.0

Compare Source

Minor Changes
  • feat: typed params prop for page/layout components (#​13999)
Patch Changes
  • fix: treeshake internal storage.get helper (#​13998)

v2.23.0

Compare Source

Minor Changes
  • feat: support svelte.config.ts (#​13935)

    Note

    Your runtime has to support importing TypeScript files for svelte.config.ts to work.
    In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

Patch Changes
  • fix: extend vite-plugin-svelte's Config type instead of duplicating it (#​13982)

  • fix: regression with rolldown-vite not bundling a single JS file for single and inline apps (#​13941)

v2.22.5

Compare Source

Patch Changes
  • fix: re-add @sveltejs/kit to optimizeDeps.exclude (#​13983)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v6.1.0

Compare Source

Minor Changes
  • feat: add support for the new experimental.async option and apply dynamicCompileOptions when compiling Svelte modules (#​1176)
Patch Changes
  • skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue (#​1166)

  • increase logLevel to info for "no Svelte config found" message (#​1179)

swc-project/swc (@​swc/core)

v1.12.14

Compare Source

Bug Fixes
Features
  • (es/parser) Enable support for dynamic import with defer phase (#​10845) (097d29d)

  • (plugin) Remove bytecheck to make Wasm plugins backward compatible (#​10842) (30ad808)

Miscellaneous Tasks
Performance
Refactor
Testing
taskforcesh/bullmq (bullmq)

v5.56.4

Compare Source

Bug Fixes

v5.56.3

Compare Source

Bug Fixes
kelektiv/node-cron (cron)

v4.3.2

Compare Source

🛠 Builds
  • deps: update dependency luxon to ~3.7.0 (db69c74)
♻️ Chores

v4.3.1

Compare Source

🐛 Bug Fixes
♻️ Chores
eslint/eslint (eslint)

v9.31.0

Compare Source

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.11.0

Compare Source

Minor Changes
Patch Changes
jmcdo29/nest-commander (nest-commander)

v3.18.0

Compare Source

Minor Changes
nodejs/node-addon-api (node-addon-api)

v8.5.0

Compare Source

Features
panva/node-oidc-provider (oidc-provider)

v9.3.0

Compare Source

Features
  • revocation: add an allowed token revocation policy helper (a7e47e4)
Documentation
Fixes
  • introspection: use unsupported_token_type to indicate structured jwt tokens cannot be introspected (c9001be)
  • revocation: use unsupported_token_type to indicate structured jwt tokens cannot be revoked (b45b00c)
Refactor
  • pull structured token rejection to a shared middleware (30367af)
micromatch/picomatch (picomatch)

v4.0.3

Compare Source

resend/react-email (react-email)

v4.2.1

Compare Source

v4.2.0

Compare Source

Minor Changes
  • e52818c: add custom error handling for prettier's syntax errors

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

Patch Changes
  • ef77691: fix path resolution done wrong breaking email dev on Windows
lovell/sharp (sharp)

v0.34.3

Compare Source

sveltejs/svelte (svelte)

v5.36.5

Compare Source

Patch Changes
  • fix: silence $inspect errors when the effect is about to be destroyed (#​16391)

  • fix: more informative error when effects run in an infinite loop (#​16405)

v5.36.4

Compare Source

Patch Changes
  • fix: avoid microtask in flushSync (#​16394)

  • fix: ensure compiler state is reset before compilation (#​16396)

v5.36.3

Compare Source

Patch Changes
  • fix: don't log await_reactivity_loss warning when signal is read in untrack (#​16385)

  • fix: better handle $inspect on array mutations (#​16389)

  • fix: leave proxied array length untouched when deleting properties (#​16389)

  • fix: update $effect.pending() immediately after a batch is removed (#​16382)

v5.36.2

Compare Source

Patch Changes
  • fix: add $effect.pending() to types (#​16376)

  • fix: add pending snippet to <svelte:boundary> types (#​16379)

v5.36.1

Compare Source

Patch Changes
  • fix: only skip updating bound <input> if the input was the source of the change (#​16373)

v5.36.0

Compare Source

Minor Changes
  • feat: support await in components when using the experimental.async compiler option (#​15844)
Patch Changes
  • fix: silence a11y warning for inert elements (#​16339)

  • chore: clean up a11y analysis code (#​16345)

v5.35.7

Compare Source

Patch Changes
  • fix: silence autofocus a11y warning inside <dialog> (#​16341)

  • fix: don't show adjusted error messages in boundaries (#​16360)

  • chore: replace inline regex with variable (#​16340)

v5.35.6

Compare Source

Patch Changes
  • chore: simplify reaction/source ownership tracking (#​16333)

  • chore: simplify internal component pop() (#​16331)

sveltejs/svelte-eslint-parser (svelte-eslint-parser)

v1.3.0

Compare Source

Minor Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.37.0

Compare Source

🚀 Features
  • typescript-estree: infer tsconfigRootDir from call stack (#​11370)
❤️ Thank You
  • Josh Goldberg

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

Configuration

📅 Schedule: Branch creation - "on tuesday" (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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

**Original Pull Request:** https://github.com/immich-app/immich/pull/19939 **State:** closed **Merged:** Yes --- This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.30.1` -> `9.31.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.30.1/9.31.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.30.1/9.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/common](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/common)) | [`11.1.3` -> `11.1.4`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/11.1.3/11.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fcommon/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fcommon/11.1.3/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/core](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/core)) | [`11.1.3` -> `11.1.4`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/11.1.3/11.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fcore/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fcore/11.1.3/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/platform-express](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/platform-express)) | [`11.1.3` -> `11.1.4`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-express/11.1.3/11.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fplatform-express/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fplatform-express/11.1.3/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/platform-socket.io](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/platform-socket.io)) | [`11.1.3` -> `11.1.4`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-socket.io/11.1.3/11.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fplatform-socket.io/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fplatform-socket.io/11.1.3/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/testing](https://nestjs.com) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/testing)) | [`11.1.3` -> `11.1.4`](https://renovatebot.com/diffs/npm/@nestjs%2ftesting/11.1.3/11.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2ftesting/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2ftesting/11.1.3/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nestjs/websockets](https://redirect.github.com/nestjs/nest) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/websockets)) | [`11.1.3` -> `11.1.4`](https://renovatebot.com/diffs/npm/@nestjs%2fwebsockets/11.1.3/11.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fwebsockets/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fwebsockets/11.1.3/11.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@opentelemetry/semantic-conventions](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js)) | [`1.34.0` -> `1.36.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsemantic-conventions/1.34.0/1.36.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fsemantic-conventions/1.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fsemantic-conventions/1.34.0/1.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@playwright/test](https://playwright.dev) ([source](https://redirect.github.com/microsoft/playwright)) | [`1.53.2` -> `1.54.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.53.2/1.54.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.54.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.53.2/1.54.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@react-email/components](https://redirect.github.com/resend/react-email) ([source](https://redirect.github.com/resend/react-email/tree/HEAD/packages/components)) | [`^0.2.0` -> `^0.3.0`](https://renovatebot.com/diffs/npm/@react-email%2fcomponents/0.2.0/0.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@react-email%2fcomponents/0.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-email%2fcomponents/0.2.0/0.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@sveltejs/enhanced-img](https://svelte.dev) ([source](https://redirect.github.com/sveltejs/kit/tree/HEAD/packages/enhanced-img)) | [`^0.6.0` -> `^0.7.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fenhanced-img/0.6.1/0.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fenhanced-img/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fenhanced-img/0.6.1/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@sveltejs/kit](https://svelte.dev) ([source](https://redirect.github.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`2.22.4` -> `2.25.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.22.4/2.25.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.22.4/2.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@sveltejs/vite-plugin-svelte](https://redirect.github.com/sveltejs/vite-plugin-svelte) ([source](https://redirect.github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte)) | [`6.0.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/6.0.0/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fvite-plugin-svelte/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fvite-plugin-svelte/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`1.12.11` -> `1.12.14`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.12.11/1.12.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.12.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.12.11/1.12.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [bullmq](https://bullmq.io/) ([source](https://redirect.github.com/taskforcesh/bullmq)) | [`5.56.2` -> `5.56.4`](https://renovatebot.com/diffs/npm/bullmq/5.56.2/5.56.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/bullmq/5.56.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bullmq/5.56.2/5.56.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cron](https://redirect.github.com/kelektiv/node-cron) | [`4.3.0` -> `4.3.2`](https://renovatebot.com/diffs/npm/cron/4.3.0/4.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cron/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cron/4.3.0/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.30.1` -> `9.31.0`](https://renovatebot.com/diffs/npm/eslint/9.30.1/9.31.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.30.1/9.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint-plugin-svelte](https://sveltejs.github.io/eslint-plugin-svelte) ([source](https://redirect.github.com/sveltejs/eslint-plugin-svelte)) | [`3.10.1` -> `3.11.0`](https://renovatebot.com/diffs/npm/eslint-plugin-svelte/3.10.1/3.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-svelte/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-svelte/3.10.1/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [nest-commander](https://nest-commander.jaymcdoniel.dev) ([source](https://redirect.github.com/jmcdo29/nest-commander/tree/HEAD/pacakges/nest-commander)) | [`3.17.0` -> `3.18.0`](https://renovatebot.com/diffs/npm/nest-commander/3.17.0/3.18.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nest-commander/3.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nest-commander/3.17.0/3.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [node-addon-api](https://redirect.github.com/nodejs/node-addon-api) | [`8.4.0` -> `8.5.0`](https://renovatebot.com/diffs/npm/node-addon-api/8.4.0/8.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/node-addon-api/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/node-addon-api/8.4.0/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oidc-provider](https://redirect.github.com/panva/node-oidc-provider) | [`9.2.0` -> `9.3.0`](https://renovatebot.com/diffs/npm/oidc-provider/9.2.0/9.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oidc-provider/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oidc-provider/9.2.0/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [picomatch](https://redirect.github.com/micromatch/picomatch) | [`4.0.2` -> `4.0.3`](https://renovatebot.com/diffs/npm/picomatch/4.0.2/4.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/picomatch/4.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/picomatch/4.0.2/4.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [react-email](https://redirect.github.com/resend/react-email) ([source](https://redirect.github.com/resend/react-email/tree/HEAD/packages/react-email)) | [`4.1.0` -> `4.2.1`](https://renovatebot.com/diffs/npm/react-email/4.1.0/4.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-email/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-email/4.1.0/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sharp](https://sharp.pixelplumbing.com) ([source](https://redirect.github.com/lovell/sharp), [changelog](https://redirect.github.com/lovell/sharp/blob/main/docs/src/content/docs/changelog.md)) | [`0.34.2` -> `0.34.3`](https://renovatebot.com/diffs/npm/sharp/0.34.2/0.34.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sharp/0.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sharp/0.34.2/0.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [svelte](https://svelte.dev) ([source](https://redirect.github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.35.5` -> `5.36.5`](https://renovatebot.com/diffs/npm/svelte/5.35.5/5.36.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.36.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.35.5/5.36.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [svelte-eslint-parser](https://redirect.github.com/sveltejs/svelte-eslint-parser) | [`1.2.0` -> `1.3.0`](https://renovatebot.com/diffs/npm/svelte-eslint-parser/1.2.0/1.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte-eslint-parser/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte-eslint-parser/1.2.0/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.36.0` -> `8.37.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.36.0/8.37.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.36.0/8.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`7.0.4` -> `7.0.5`](https://renovatebot.com/diffs/npm/vite/7.0.4/7.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.0.4/7.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>eslint/eslint (@&#8203;eslint/js)</summary> ### [`v9.31.0`](https://redirect.github.com/eslint/eslint/compare/v9.30.1...d5054e5454a537e9ade238c768c262c6c592cbc1) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.30.1...v9.31.0) </details> <details> <summary>nestjs/nest (@&#8203;nestjs/common)</summary> ### [`v11.1.4`](https://redirect.github.com/nestjs/nest/compare/v11.1.3...1f101ac8b0a5bb5b97a7caf6634fcea8d65196e0) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) </details> <details> <summary>nestjs/nest (@&#8203;nestjs/core)</summary> ### [`v11.1.4`](https://redirect.github.com/nestjs/nest/compare/v11.1.3...1f101ac8b0a5bb5b97a7caf6634fcea8d65196e0) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) </details> <details> <summary>nestjs/nest (@&#8203;nestjs/platform-express)</summary> ### [`v11.1.4`](https://redirect.github.com/nestjs/nest/compare/v11.1.3...1f101ac8b0a5bb5b97a7caf6634fcea8d65196e0) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) </details> <details> <summary>nestjs/nest (@&#8203;nestjs/platform-socket.io)</summary> ### [`v11.1.4`](https://redirect.github.com/nestjs/nest/releases/tag/v11.1.4) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) #### v11.1.4 (2025-07-16) ##### Bug fixes - `platform-fastify` - [#&#8203;15385](https://redirect.github.com/nestjs/nest/pull/15385) fix(testing): auto-init fastify adapter for middleware registration ([@&#8203;mag123c](https://redirect.github.com/mag123c)) - `core`, `testing` - [#&#8203;15405](https://redirect.github.com/nestjs/nest/pull/15405) fix(core): fix race condition in class dependency resolution ([@&#8203;hajekjiri](https://redirect.github.com/hajekjiri)) - `core` - [#&#8203;15333](https://redirect.github.com/nestjs/nest/pull/15333) fix(core): Make flattenRoutePath return a valid module ([@&#8203;gentunian](https://redirect.github.com/gentunian)) - `microservices` - [#&#8203;15305](https://redirect.github.com/nestjs/nest/pull/15305) fix(microservices): Revisit RMQ pattern matching with wildcards ([@&#8203;getlarge](https://redirect.github.com/getlarge)) - [#&#8203;15250](https://redirect.github.com/nestjs/nest/pull/15250) fix(constants): update RMQ\_DEFAULT\_QUEUE to an empty string ([@&#8203;EeeasyCode](https://redirect.github.com/EeeasyCode)) ##### Enhancements - `platform-fastify` - [#&#8203;14789](https://redirect.github.com/nestjs/nest/pull/14789) feat(fastify): add decorator for custom schema ([@&#8203;piotrfrankowski](https://redirect.github.com/piotrfrankowski)) - `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `websockets` - [#&#8203;15386](https://redirect.github.com/nestjs/nest/pull/15386) feat: enhance introspection capabilities ([@&#8203;kamilmysliwiec](https://redirect.github.com/kamilmysliwiec)) - `core` - [#&#8203;15374](https://redirect.github.com/nestjs/nest/pull/15374) feat: supporting fine async storage control ([@&#8203;Farenheith](https://redirect.github.com/Farenheith)) ##### Dependencies - `platform-ws` - [#&#8203;15350](https://redirect.github.com/nestjs/nest/pull/15350) chore(deps): bump ws from 8.18.2 to 8.18.3 ([@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - `platform-fastify` - [#&#8203;15278](https://redirect.github.com/nestjs/nest/pull/15278) chore(deps): bump fastify from 5.3.3 to 5.4.0 ([@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) ##### Committers: 11 - Alexey Filippov ([@&#8203;SocketSomeone](https://redirect.github.com/SocketSomeone)) - EFIcats ([@&#8203;ext4cats](https://redirect.github.com/ext4cats)) - Edouard Maleix ([@&#8203;getlarge](https://redirect.github.com/getlarge)) - JaeHo Jang ([@&#8203;mag123c](https://redirect.github.com/mag123c)) - Jiri Hajek ([@&#8203;hajekjiri](https://redirect.github.com/hajekjiri)) - Kamil Mysliwiec ([@&#8203;kamilmysliwiec](https://redirect.github.com/kamilmysliwiec)) - Khan / 이창민 ([@&#8203;EeeasyCode](https://redirect.github.com/EeeasyCode)) - Peter F. ([@&#8203;piotrfrankowski](https://redirect.github.com/piotrfrankowski)) - Sebastian ([@&#8203;gentunian](https://redirect.github.com/gentunian)) - Thiago Oliveira Santos ([@&#8203;Farenheith](https://redirect.github.com/Farenheith)) - jochong ([@&#8203;jochongs](https://redirect.github.com/jochongs)) </details> <details> <summary>nestjs/nest (@&#8203;nestjs/testing)</summary> ### [`v11.1.4`](https://redirect.github.com/nestjs/nest/compare/v11.1.3...1f101ac8b0a5bb5b97a7caf6634fcea8d65196e0) [Compare Source](https://redirect.github.com/nestjs/nest/compare/v11.1.3...v11.1.4) </details> <details> <summary>open-telemetry/opentelemetry-js (@&#8203;opentelemetry/semantic-conventions)</summary> ### [`v1.36.0`](https://redirect.github.com/open-telemetry/opentelemetry-js/compare/8e1fc80d1aa0a3208d6c855fc8f62c1d0c67c9cf...99dde7786f52d8d7e3d080a0a69b9685104c29e2) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-js/compare/8e1fc80d1aa0a3208d6c855fc8f62c1d0c67c9cf...99dde7786f52d8d7e3d080a0a69b9685104c29e2) ### [`v1.35.0`](https://redirect.github.com/open-telemetry/opentelemetry-js/compare/a2e0f2c6acc1a03bc1e03cc5d59c17398c31818f...8e1fc80d1aa0a3208d6c855fc8f62c1d0c67c9cf) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-js/compare/a2e0f2c6acc1a03bc1e03cc5d59c17398c31818f...8e1fc80d1aa0a3208d6c855fc8f62c1d0c67c9cf) </details> <details> <summary>microsoft/playwright (@&#8203;playwright/test)</summary> ### [`v1.54.1`](https://redirect.github.com/microsoft/playwright/compare/v1.54.0...v1.54.1) [Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.54.0...v1.54.1) ### [`v1.54.0`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.54.0) [Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.53.2...v1.54.0) #### Highlights - New cookie property `partitionKey` in [browserContext.cookies()](https://playwright.dev/docs/api/class-browsercontext#browser-context-cookies) and [browserContext.addCookies()](https://playwright.dev/docs/api/class-browsercontext#browser-context-add-cookies). This property allows to save and restore partitioned cookies. See [CHIPS MDN article](https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies) for more information. Note that browsers have different support and defaults for cookie partitioning. - New option `noSnippets` to disable code snippets in the html report. ```js import { defineConfig } from '@&#8203;playwright/test'; export default defineConfig({ reporter: [['html', { noSnippets: true }]] }); ``` - New property `location` in test annotations, for example in [testResult.annotations](https://playwright.dev/docs/api/class-testresult#test-result-annotations) and [testInfo.annotations](https://playwright.dev/docs/api/class-testinfo#test-info-annotations). It shows where the annotation like `test.skip` or `test.fixme` was added. #### Command Line - New option `--user-data-dir` in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions. ```bash npx playwright codegen --user-data-dir=./user-data ``` - Option `-gv` has been removed from the `npx playwright test` command. Use `--grep-invert` instead. - `npx playwright open` does not open the test recorder anymore. Use `npx playwright codegen` instead. #### Miscellaneous - Support for Node.js 16 has been removed. - Support for Node.js 18 has been deprecated, and will be removed in the future. #### Browser Versions - Chromium 139.0.7258.5 - Mozilla Firefox 140.0.2 - WebKit 26.0 This version was also tested against the following stable channels: - Google Chrome 140 - Microsoft Edge 140 </details> <details> <summary>resend/react-email (@&#8203;react-email/components)</summary> ### [`v0.3.1`](https://redirect.github.com/resend/react-email/releases/tag/%40react-email/components%400.3.1) [Compare Source](https://redirect.github.com/resend/react-email/compare/@react-email/components@0.3.0...@react-email/components@0.3.1) ##### Patch Changes - Updated dependencies \[[`86e66d8`](https://redirect.github.com/resend/react-email/commit/86e66d8)] - [@&#8203;react-email/tailwind](https://redirect.github.com/react-email/tailwind)@&#8203;1.2.1 ### [`v0.3.0`](https://redirect.github.com/resend/react-email/releases/tag/%40react-email/components%400.3.0) [Compare Source](https://redirect.github.com/resend/react-email/compare/@react-email/components@0.2.0...@react-email/components@0.3.0) ##### Minor Changes - [`ce78a04`](https://redirect.github.com/resend/react-email/commit/ce78a04): tailwind: add pixelBasedPreset export directly ##### Patch Changes - Updated dependencies \[[`ce78a04`](https://redirect.github.com/resend/react-email/commit/ce78a04)] - [@&#8203;react-email/tailwind](https://redirect.github.com/react-email/tailwind)@&#8203;1.2.0 </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/enhanced-img)</summary> ### [`v0.7.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/enhanced-img/CHANGELOG.md#070) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/enhanced-img@0.6.1...@sveltejs/enhanced-img@0.7.0) ##### Minor Changes - breaking: use new filters and enhancements from `vite-plugin-svelte`. Requires `vite >= 6.3` and `vite-plugin-svelte >= 6.0`. ([#&#8203;13967](https://redirect.github.com/sveltejs/kit/pull/13967)) </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.25.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2250) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.24.0...@sveltejs/kit@2.25.0) ##### Minor Changes - feat: support asynchronous `read` implementations from adapters ([#&#8203;13859](https://redirect.github.com/sveltejs/kit/pull/13859)) ##### Patch Changes - fix: log when no Svelte config file has been found to avoid confusion ([#&#8203;14001](https://redirect.github.com/sveltejs/kit/pull/14001)) ### [`v2.24.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2240) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.23.0...@sveltejs/kit@2.24.0) ##### Minor Changes - feat: typed `params` prop for page/layout components ([#&#8203;13999](https://redirect.github.com/sveltejs/kit/pull/13999)) ##### Patch Changes - fix: treeshake internal `storage.get` helper ([#&#8203;13998](https://redirect.github.com/sveltejs/kit/pull/13998)) ### [`v2.23.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2230) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.22.5...@sveltejs/kit@2.23.0) ##### Minor Changes - feat: support svelte.config.ts ([#&#8203;13935](https://redirect.github.com/sveltejs/kit/pull/13935)) > **NOTE** > > Your runtime has to support importing TypeScript files for `svelte.config.ts` to work. > In Node.js, the feature is supported with the `--experimental-strip-types` flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0. ##### Patch Changes - fix: extend `vite-plugin-svelte`'s `Config` type instead of duplicating it ([#&#8203;13982](https://redirect.github.com/sveltejs/kit/pull/13982)) - fix: regression with `rolldown-vite` not bundling a single JS file for single and inline apps ([#&#8203;13941](https://redirect.github.com/sveltejs/kit/pull/13941)) ### [`v2.22.5`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2225) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.22.4...@sveltejs/kit@2.22.5) ##### Patch Changes - fix: re-add `@sveltejs/kit` to `optimizeDeps.exclude` ([#&#8203;13983](https://redirect.github.com/sveltejs/kit/pull/13983)) </details> <details> <summary>sveltejs/vite-plugin-svelte (@&#8203;sveltejs/vite-plugin-svelte)</summary> ### [`v6.1.0`](https://redirect.github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#610) [Compare Source](https://redirect.github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@6.0.0...@sveltejs/vite-plugin-svelte@6.1.0) ##### Minor Changes - feat: add support for the new experimental.async option and apply dynamicCompileOptions when compiling Svelte modules ([#&#8203;1176](https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1176)) ##### Patch Changes - skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue ([#&#8203;1166](https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1166)) - increase logLevel to info for "no Svelte config found" message ([#&#8203;1179](https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1179)) </details> <details> <summary>swc-project/swc (@&#8203;swc/core)</summary> ### [`v1.12.14`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11214---2025-07-14) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.12.11...v1.12.14) ##### Bug Fixes - **(es/minifier)** Don't inline arrow when it contain `this` ([#&#8203;10825](https://redirect.github.com/swc-project/swc/issues/10825)) ([8b43bb3](https://redirect.github.com/swc-project/swc/commit/8b43bb35bce93c66ee9783c8ea132dab7939fcb5)) - **(es/parser)** Make `export` in NS to not affect file type ([#&#8203;10799](https://redirect.github.com/swc-project/swc/issues/10799)) ([ae22033](https://redirect.github.com/swc-project/swc/commit/ae22033dc4d03ba8444d87fd74f4e4a8aa86d653)) - **(es/parser)** Correctly check ambient context ([#&#8203;10802](https://redirect.github.com/swc-project/swc/issues/10802)) ([f97ea03](https://redirect.github.com/swc-project/swc/commit/f97ea03523198447f176ee956991aefb16312e7c)) ##### Features - **(es/parser)** Enable support for dynamic import with `defer` phase ([#&#8203;10845](https://redirect.github.com/swc-project/swc/issues/10845)) ([097d29d](https://redirect.github.com/swc-project/swc/commit/097d29d21cbf378c0a3ff7a3c9364ff02242306d)) - **(plugin)** Remove `bytecheck` to make Wasm plugins backward compatible ([#&#8203;10842](https://redirect.github.com/swc-project/swc/issues/10842)) ([30ad808](https://redirect.github.com/swc-project/swc/commit/30ad80809c833522f3631424e0b4efdb94455fc8)) ##### Miscellaneous Tasks - **(bindings)** Fix dependency issues ([7c57fbb](https://redirect.github.com/swc-project/swc/commit/7c57fbb103baaa236d3c040e72d5cf65bc2b7ec4)) - **(deps)** Update `class-validator` to avoid comments ([#&#8203;10819](https://redirect.github.com/swc-project/swc/issues/10819)) ([bacfa4b](https://redirect.github.com/swc-project/swc/commit/bacfa4b56d455a5c8e1392a66dd8d3c3add4f488)) - **(ide)** Enable `--workspace` for rust-analyzer check ([#&#8203;10809](https://redirect.github.com/swc-project/swc/issues/10809)) ([92647ff](https://redirect.github.com/swc-project/swc/commit/92647ff9d9f95cecfab93b6faa2f1063e3f1239b)) ##### Performance - **(es/minifier)** Use `u8` for `remaining_depth` ([#&#8203;10833](https://redirect.github.com/swc-project/swc/issues/10833)) ([ed6956a](https://redirect.github.com/swc-project/swc/commit/ed6956a46e1f0abbcfc447773c5429659fe91289)) - **(hstr)** Inline one more byte ([#&#8203;10817](https://redirect.github.com/swc-project/swc/issues/10817)) ([3886c97](https://redirect.github.com/swc-project/swc/commit/3886c9720dbf992bf2dbc6a09e416ed63833d6d7)) - **(hstr)** Remove static tag ([#&#8203;10832](https://redirect.github.com/swc-project/swc/issues/10832)) ([66ae1e8](https://redirect.github.com/swc-project/swc/commit/66ae1e8d5aa047e2ea7c2a1c46a618bfa7d6a500)) ##### Refactor - **(es/helpers)** Make inline helpers optional at compile time ([#&#8203;10808](https://redirect.github.com/swc-project/swc/issues/10808)) ([53f3881](https://redirect.github.com/swc-project/swc/commit/53f38811cc994f394d47624cf27b49e5b3163b8a)) - **(es/lexer)** Don't store buffer in lexer ([#&#8203;10830](https://redirect.github.com/swc-project/swc/issues/10830)) ([cac40f1](https://redirect.github.com/swc-project/swc/commit/cac40f135d517e9c3e1dbbe9250c8b1dbe39320b)) - **(es/lints)** Remove warnings without features ([#&#8203;10794](https://redirect.github.com/swc-project/swc/issues/10794)) ([41d507f](https://redirect.github.com/swc-project/swc/commit/41d507fe1e9c4ef7fa0bb7a266b75f1376c90fff)) - **(es/parser)** Reduce token query ([#&#8203;10834](https://redirect.github.com/swc-project/swc/issues/10834)) ([5cd5185](https://redirect.github.com/swc-project/swc/commit/5cd5185a7a51ec838a12005c44dc982642af9508)) - **(es/parser)** Reduce call to `parse_decorators` ([#&#8203;10846](https://redirect.github.com/swc-project/swc/issues/10846)) ([356d3a0](https://redirect.github.com/swc-project/swc/commit/356d3a0850d32e79ff9615f3b696207902732895)) - **(es/parser)** Remove duplicate check ([#&#8203;10847](https://redirect.github.com/swc-project/swc/issues/10847)) ([2b04efd](https://redirect.github.com/swc-project/swc/commit/2b04efd5403adec38251bf9059a5dec600049288)) - **(es/preset-env)** Use strpool,phf for corejs2 data ([#&#8203;10803](https://redirect.github.com/swc-project/swc/issues/10803)) ([1652fd8](https://redirect.github.com/swc-project/swc/commit/1652fd8038ed8ea306fce914948ea6e121d5845f)) - **(es/react)** Remove redundant `replace` calls ([#&#8203;10795](https://redirect.github.com/swc-project/swc/issues/10795)) ([a670b37](https://redirect.github.com/swc-project/swc/commit/a670b37c334b69a57f31f8940916d3f66c9ab504)) - **(es/react)** Remove `count_children` ([#&#8203;10818](https://redirect.github.com/swc-project/swc/issues/10818)) ([2116ab2](https://redirect.github.com/swc-project/swc/commit/2116ab2fa25b0d4121d0dc69afd42e41ea24e299)) - **(hstr)** Cleanup duplicate header ([#&#8203;10812](https://redirect.github.com/swc-project/swc/issues/10812)) ([630dde9](https://redirect.github.com/swc-project/swc/commit/630dde93c9deb35c38d4d27c9e8083349ebad5bc)) - **(hstr)** Make the deallocation of `Atom`s explicit ([#&#8203;10813](https://redirect.github.com/swc-project/swc/issues/10813)) ([406433d](https://redirect.github.com/swc-project/swc/commit/406433d55d00c2e14cd72e438ca36666936c62cd)) - **(hstr)** Remove `is_global` ([#&#8203;10820](https://redirect.github.com/swc-project/swc/issues/10820)) ([afda0f9](https://redirect.github.com/swc-project/swc/commit/afda0f9d0d65e231615f955e365f77a18dc716d1)) ##### Testing - **(es/plugin)** Test memory layout of archived types ([#&#8203;10841](https://redirect.github.com/swc-project/swc/issues/10841)) ([502e991](https://redirect.github.com/swc-project/swc/commit/502e991a8bccaefef03f6379bbda8522bde4f62e)) </details> <details> <summary>taskforcesh/bullmq (bullmq)</summary> ### [`v5.56.4`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.56.4) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.56.3...v5.56.4) ##### Bug Fixes - **connection:** ignore info command when skipVersionCheck is provided as true ([#&#8203;3342](https://redirect.github.com/taskforcesh/bullmq/issues/3342)) fixes [#&#8203;3341](https://redirect.github.com/taskforcesh/bullmq/issues/3341) ([b94d7ed](https://redirect.github.com/taskforcesh/bullmq/commit/b94d7ed5602e366b4401051b236f31ac2dd2a90d)) ### [`v5.56.3`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.56.3) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.56.2...v5.56.3) ##### Bug Fixes - **scheduler:** take offset into the startMillis calculation ([#&#8203;2944](https://redirect.github.com/taskforcesh/bullmq/issues/2944)) fixes [#&#8203;247](https://redirect.github.com/taskforcesh/bullmq/issues/247) ([1e3f3c5](https://redirect.github.com/taskforcesh/bullmq/commit/1e3f3c507a7ceb8d8147941adc9de69367947a5e)) </details> <details> <summary>kelektiv/node-cron (cron)</summary> ### [`v4.3.2`](https://redirect.github.com/kelektiv/node-cron/blob/HEAD/CHANGELOG.md#432-2025-07-13) [Compare Source](https://redirect.github.com/kelektiv/node-cron/compare/v4.3.1...v4.3.2) ##### 🛠 Builds - **deps:** update dependency luxon to ~3.7.0 ([db69c74](https://redirect.github.com/kelektiv/node-cron/commit/db69c745016fb1b968aa42376c88da41678dc467)) ##### ♻️ Chores - **action:** update github/codeql-action action to v3.29.0 ([#&#8203;990](https://redirect.github.com/kelektiv/node-cron/issues/990)) ([a3fbb3c](https://redirect.github.com/kelektiv/node-cron/commit/a3fbb3cc4d98d3ddc485691092ea9a4bec208740)) - **action:** update github/codeql-action action to v3.29.2 ([0403c53](https://redirect.github.com/kelektiv/node-cron/commit/0403c53320e1b403b11ae5f8da031e93c52ba766)) - **action:** update marocchino/sticky-pull-request-comment action to v2.9.3 ([eda0c4d](https://redirect.github.com/kelektiv/node-cron/commit/eda0c4df35e15f3e2d2fff111ea4326b64d6e462)) - **action:** update ossf/scorecard-action action to v2.4.2 ([#&#8203;991](https://redirect.github.com/kelektiv/node-cron/issues/991)) ([29a3a60](https://redirect.github.com/kelektiv/node-cron/commit/29a3a604ef78772f08cbf7f04dd7da001a58e8ba)) - **action:** update step-security/harden-runner action to v2.12.1 ([ba49a56](https://redirect.github.com/kelektiv/node-cron/commit/ba49a5656c163bce2ad70b09be8f7247ec3f9414)) - **action:** update step-security/harden-runner action to v2.12.2 ([845202e](https://redirect.github.com/kelektiv/node-cron/commit/845202ee974b43d366ab1183a7993b8ba6ead7fc)) - **deps:** lock file maintenance ([#&#8203;989](https://redirect.github.com/kelektiv/node-cron/issues/989)) ([bc1bf72](https://redirect.github.com/kelektiv/node-cron/commit/bc1bf72ff7a7595504d936f028a3267d9d823384)) - **deps:** lock file maintenance ([#&#8203;999](https://redirect.github.com/kelektiv/node-cron/issues/999)) ([e78d986](https://redirect.github.com/kelektiv/node-cron/commit/e78d9869d6cd59eaa808ecbb9366399b80e3ba99)) - **deps:** update dependency [@&#8203;swc](https://redirect.github.com/swc)/core to v1.12.1 ([#&#8203;992](https://redirect.github.com/kelektiv/node-cron/issues/992)) ([b5d3bd3](https://redirect.github.com/kelektiv/node-cron/commit/b5d3bd332856dc46aa2742d1992b79ba44e3e48f)) - **deps:** update dependency [@&#8203;swc](https://redirect.github.com/swc)/core to v1.12.5 ([d374494](https://redirect.github.com/kelektiv/node-cron/commit/d374494609e698edcd35a4e5ece78c09851eba00)) - **deps:** update dependency [@&#8203;swc](https://redirect.github.com/swc)/core to v1.12.9 ([8060c41](https://redirect.github.com/kelektiv/node-cron/commit/8060c41685446f4b2c4ea1e0355ad388faa04ad2)) - **deps:** update dependency [@&#8203;types](https://redirect.github.com/types)/node to v22.15.32 ([#&#8203;993](https://redirect.github.com/kelektiv/node-cron/issues/993)) ([ce9743b](https://redirect.github.com/kelektiv/node-cron/commit/ce9743ba05275982215c6fa8d2ca8d82013e4705)) - **deps:** update dependency [@&#8203;types](https://redirect.github.com/types)/node to v22.16.0 ([7bae5b1](https://redirect.github.com/kelektiv/node-cron/commit/7bae5b1ef895a843f0c3df176f15b50d964c895a)) - **deps:** update linters ([24eb53f](https://redirect.github.com/kelektiv/node-cron/commit/24eb53ff67d5d8f4093278d4efa1109c61b9f7f6)) - **deps:** update linters ([#&#8203;995](https://redirect.github.com/kelektiv/node-cron/issues/995)) ([9395484](https://redirect.github.com/kelektiv/node-cron/commit/939548475833953c9d98d68bd9cc1b9ef1a0e738)) - **deps:** update node.js to v23.11.1 ([#&#8203;985](https://redirect.github.com/kelektiv/node-cron/issues/985)) ([674a344](https://redirect.github.com/kelektiv/node-cron/commit/674a3448b5c286120174bd49ad5d1d99a156fc92)) - **deps:** update semantic-release related packages ([cc2676a](https://redirect.github.com/kelektiv/node-cron/commit/cc2676aa88e6d0c68802bd5937e148ac2284f9b2)) - **deps:** update semantic-release related packages ([#&#8203;994](https://redirect.github.com/kelektiv/node-cron/issues/994)) ([4d738df](https://redirect.github.com/kelektiv/node-cron/commit/4d738df05f794f4edb13fbe0cc02ad163b694f85)) ### [`v4.3.1`](https://redirect.github.com/kelektiv/node-cron/blob/HEAD/CHANGELOG.md#431-2025-05-29) [Compare Source](https://redirect.github.com/kelektiv/node-cron/compare/v4.3.0...v4.3.1) ##### 🐛 Bug Fixes - prevent sourcemap error in IDEs ([#&#8203;988](https://redirect.github.com/kelektiv/node-cron/issues/988)) ([0db2c2d](https://redirect.github.com/kelektiv/node-cron/commit/0db2c2d3ff7d1f74d6d009c70b371d9e1fca7ae9)), closes [#&#8203;987](https://redirect.github.com/kelektiv/node-cron/issues/987) ##### ♻️ Chores - **action:** update actions/setup-node action to v4.4.0 ([86f8cec](https://redirect.github.com/kelektiv/node-cron/commit/86f8cec5225aab3d03cad1aeeb3c74d605ac3177)) - **action:** update github/codeql-action action to v3.28.16 ([33d396f](https://redirect.github.com/kelektiv/node-cron/commit/33d396f0b3c9df243faafed09c1fc09ea363fd85)) - **action:** update github/codeql-action action to v3.28.17 ([97a9185](https://redirect.github.com/kelektiv/node-cron/commit/97a91859e5e08639c9eee1158f60d146cfc543f2)) - **action:** update github/codeql-action action to v3.28.18 ([6a72709](https://redirect.github.com/kelektiv/node-cron/commit/6a72709a34ecf63893345008455c0bba865095a6)) - **action:** update step-security/harden-runner action to v2.12.0 ([c0ad19d](https://redirect.github.com/kelektiv/node-cron/commit/c0ad19d8951ad15ee6fb6365a169a9534f9fa7b2)) - **deps:** lock file maintenance ([784bc9c](https://redirect.github.com/kelektiv/node-cron/commit/784bc9c8ea101be57c890d439fc2ffb17cfe539e)) - **deps:** lock file maintenance ([7a97350](https://redirect.github.com/kelektiv/node-cron/commit/7a973506fc88aeea76e01f3c7350f4c830537eb5)) - **deps:** lock file maintenance ([40163b4](https://redirect.github.com/kelektiv/node-cron/commit/40163b4cd8e63dd7188e30ef7fab8e2f25373c4b)) - **deps:** lock file maintenance ([9bcb7e3](https://redirect.github.com/kelektiv/node-cron/commit/9bcb7e3ba8eaa86fb3ab1f0a54dde12c135430fa)) - **deps:** lock file maintenance ([#&#8203;983](https://redirect.github.com/kelektiv/node-cron/issues/983)) ([3df1cf6](https://redirect.github.com/kelektiv/node-cron/commit/3df1cf62d52ccfb091e487dddcc138773fd9626b)) - **deps:** update dependency [@&#8203;eslint](https://redirect.github.com/eslint)/js to v9.25.1 ([162008f](https://redirect.github.com/kelektiv/node-cron/commit/162008f2e3a3084a44f5f74a0f2d4fa626a2105a)) - **deps:** update dependency [@&#8203;eslint](https://redirect.github.com/eslint)/js to v9.27.0 ([5c1161c](https://redirect.github.com/kelektiv/node-cron/commit/5c1161cf6e72e3bec9184adab0a05d548dc2ce0c)) - **deps:** update dependency [@&#8203;semantic-release](https://redirect.github.com/semantic-release)/github to v11.0.2 ([d27afcd](https://redirect.github.com/kelektiv/node-cron/commit/d27afcd394e60426632355ceb0f3a30ee9c4cea7)) - **deps:** update dependency [@&#8203;swc](https://redirect.github.com/swc)/core to v1.11.21 ([a195b0f](https://redirect.github.com/kelektiv/node-cron/commit/a195b0f5a526652be7ff7f8976a6010475cce4bb)) - **deps:** update dependency [@&#8203;swc](https://redirect.github.com/swc)/core to v1.11.29 ([edd52d4](https://redirect.github.com/kelektiv/node-cron/commit/edd52d463eeedb18f13495feefbbf1b19a3bd1d2)) - **deps:** update dependency [@&#8203;types](https://redirect.github.com/types)/node to v22.14.1 ([f24a7cb](https://redirect.github.com/kelektiv/node-cron/commit/f24a7cbb0a3d34906a65543a558588cbc5740b9f)) - **deps:** update dependency [@&#8203;types](https://redirect.github.com/types)/node to v22.15.15 ([#&#8203;984](https://redirect.github.com/kelektiv/node-cron/issues/984)) ([bfb12a7](https://redirect.github.com/kelektiv/node-cron/commit/bfb12a76268427470bf298594ea141bd91c5a185)) - **deps:** update dependency [@&#8203;types](https://redirect.github.com/types)/node to v22.15.21 ([86b539a](https://redirect.github.com/kelektiv/node-cron/commit/86b539a309fc796846030f34aeea3514ffa6b46c)) - **deps:** update dependency lint-staged to v15.5.1 ([25a3659](https://redirect.github.com/kelektiv/node-cron/commit/25a36594fc87091af092f095dc32fec07cd911df)) - **deps:** update dependency lint-staged to v15.5.2 ([be017c5](https://redirect.github.com/kelektiv/node-cron/commit/be017c52cc709bcf69ba169c97d1a0b6f8250752)) - **deps:** update linters ([6ed6fdb](https://redirect.github.com/kelektiv/node-cron/commit/6ed6fdb4daf73088c0d124987dd9d4c8768f2434)) - **deps:** update semantic-release related packages ([555bba9](https://redirect.github.com/kelektiv/node-cron/commit/555bba9ad22f097edfd0e6b5ec5466fa9d58d0a4)) - **deps:** update swc monorepo ([edd3284](https://redirect.github.com/kelektiv/node-cron/commit/edd328409dbc8fd1f93813905b6e4107b0694d94)) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.31.0`](https://redirect.github.com/eslint/eslint/compare/v9.30.1...14053edc64bd378ab920575f2488fbfcbb5a4ea0) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.30.1...v9.31.0) </details> <details> <summary>sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)</summary> ### [`v3.11.0`](https://redirect.github.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%403.11.0) [Compare Source](https://redirect.github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.10.1...eslint-plugin-svelte@3.11.0) ##### Minor Changes - [#&#8203;1151](https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1151) [`843730d`](https://redirect.github.com/sveltejs/eslint-plugin-svelte/commit/843730dba5cb907bacf007023ad1971b8925f733) Thanks [@&#8203;marekdedic](https://redirect.github.com/marekdedic)! - feat: added the `prefer-svelte-reactivity` rule - [#&#8203;1269](https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1269) [`a444476`](https://redirect.github.com/sveltejs/eslint-plugin-svelte/commit/a4444766bf619ba8e3f34289fef606b46a4c64fd) Thanks [@&#8203;baseballyama](https://redirect.github.com/baseballyama)! - feat: support asynchronous svelte ##### Patch Changes - [#&#8203;1268](https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1268) [`4e33ba4`](https://redirect.github.com/sveltejs/eslint-plugin-svelte/commit/4e33ba4c09c792672837db91b46885a85f6cdfe2) Thanks [@&#8203;GauBen](https://redirect.github.com/GauBen)! - feat(valid-prop-names-in-kit-pages): add support for the new `params` page prop </details> <details> <summary>jmcdo29/nest-commander (nest-commander)</summary> ### [`v3.18.0`](https://redirect.github.com/jmcdo29/nest-commander/releases/tag/nest-commander%403.18.0) [Compare Source](https://redirect.github.com/jmcdo29/nest-commander/compare/nest-commander@3.17.0...nest-commander@3.18.0) ##### Minor Changes - [`ca7ee4b`](https://redirect.github.com/jmcdo29/nest-commander/commit/ca7ee4b): Bump [@&#8203;golevelup/nestjs-discovery](https://redirect.github.com/golevelup/nestjs-discovery) from v4 to v5 </details> <details> <summary>nodejs/node-addon-api (node-addon-api)</summary> ### [`v8.5.0`](https://redirect.github.com/nodejs/node-addon-api/blob/HEAD/CHANGELOG.md#850-2025-07-04) [Compare Source](https://redirect.github.com/nodejs/node-addon-api/compare/v8.4.0...v8.5.0) ##### Features - add Then and Catch methods to Promise ([#&#8203;1668](https://redirect.github.com/nodejs/node-addon-api/issues/1668)) ([ab3e5fe](https://redirect.github.com/nodejs/node-addon-api/commit/ab3e5fe59570cbb5ed7cc9891b3f25fe373f028f)) </details> <details> <summary>panva/node-oidc-provider (oidc-provider)</summary> ### [`v9.3.0`](https://redirect.github.com/panva/node-oidc-provider/blob/HEAD/CHANGELOG.md#930-2025-07-16) [Compare Source](https://redirect.github.com/panva/node-oidc-provider/compare/v9.2.0...v9.3.0) ##### Features - **revocation:** add an allowed token revocation policy helper ([a7e47e4](https://redirect.github.com/panva/node-oidc-provider/commit/a7e47e4cc700722ed826c2a86a3aabb4fd1846ee)) ##### Documentation - update README.md ([857c34d](https://redirect.github.com/panva/node-oidc-provider/commit/857c34d2c9816af309933f2eb4d6fcb84306d167)) ##### Fixes - **introspection:** use unsupported\_token\_type to indicate structured jwt tokens cannot be introspected ([c9001be](https://redirect.github.com/panva/node-oidc-provider/commit/c9001be07d8f5a0ff32efcc61f5bdfec7bdda3fb)) - **revocation:** use unsupported\_token\_type to indicate structured jwt tokens cannot be revoked ([b45b00c](https://redirect.github.com/panva/node-oidc-provider/commit/b45b00caad804894f225ddffcaaf84226172ae43)) ##### Refactor - pull structured token rejection to a shared middleware ([30367af](https://redirect.github.com/panva/node-oidc-provider/commit/30367af7ea6a5a399785d8fd78f7a499d4f7ae48)) </details> <details> <summary>micromatch/picomatch (picomatch)</summary> ### [`v4.0.3`](https://redirect.github.com/micromatch/picomatch/compare/4.0.2...4.0.3) [Compare Source](https://redirect.github.com/micromatch/picomatch/compare/4.0.2...4.0.3) </details> <details> <summary>resend/react-email (react-email)</summary> ### [`v4.2.1`](https://redirect.github.com/resend/react-email/compare/react-email@4.2.0...react-email@4.2.1) [Compare Source](https://redirect.github.com/resend/react-email/compare/react-email@4.2.0...react-email@4.2.1) ### [`v4.2.0`](https://redirect.github.com/resend/react-email/releases/tag/react-email%404.2.0) [Compare Source](https://redirect.github.com/resend/react-email/compare/react-email@4.1.3...react-email@4.2.0) ##### Minor Changes - [`e52818c`](https://redirect.github.com/resend/react-email/commit/e52818c): add custom error handling for prettier's syntax errors ### [`v4.1.3`](https://redirect.github.com/resend/react-email/compare/react-email@4.1.2...react-email@4.1.3) [Compare Source](https://redirect.github.com/resend/react-email/compare/react-email@4.1.2...react-email@4.1.3) ### [`v4.1.2`](https://redirect.github.com/resend/react-email/compare/react-email@4.1.1...react-email@4.1.2) [Compare Source](https://redirect.github.com/resend/react-email/compare/react-email@4.1.1...react-email@4.1.2) ### [`v4.1.1`](https://redirect.github.com/resend/react-email/blob/HEAD/packages/react-email/CHANGELOG.md#411) [Compare Source](https://redirect.github.com/resend/react-email/compare/react-email@4.1.0...react-email@4.1.1) ##### Patch Changes - [`ef77691`](https://redirect.github.com/resend/react-email/commit/ef77691): fix path resolution done wrong breaking `email dev` on Windows </details> <details> <summary>lovell/sharp (sharp)</summary> ### [`v0.34.3`](https://redirect.github.com/lovell/sharp/compare/v0.34.2...v0.34.3) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.34.2...v0.34.3) </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.36.5`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5365) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.36.4...svelte@5.36.5) ##### Patch Changes - fix: silence `$inspect` errors when the effect is about to be destroyed ([#&#8203;16391](https://redirect.github.com/sveltejs/svelte/pull/16391)) - fix: more informative error when effects run in an infinite loop ([#&#8203;16405](https://redirect.github.com/sveltejs/svelte/pull/16405)) ### [`v5.36.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5364) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.36.3...svelte@5.36.4) ##### Patch Changes - fix: avoid microtask in flushSync ([#&#8203;16394](https://redirect.github.com/sveltejs/svelte/pull/16394)) - fix: ensure compiler state is reset before compilation ([#&#8203;16396](https://redirect.github.com/sveltejs/svelte/pull/16396)) ### [`v5.36.3`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5363) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.36.2...svelte@5.36.3) ##### Patch Changes - fix: don't log `await_reactivity_loss` warning when signal is read in `untrack` ([#&#8203;16385](https://redirect.github.com/sveltejs/svelte/pull/16385)) - fix: better handle $inspect on array mutations ([#&#8203;16389](https://redirect.github.com/sveltejs/svelte/pull/16389)) - fix: leave proxied array `length` untouched when deleting properties ([#&#8203;16389](https://redirect.github.com/sveltejs/svelte/pull/16389)) - fix: update `$effect.pending()` immediately after a batch is removed ([#&#8203;16382](https://redirect.github.com/sveltejs/svelte/pull/16382)) ### [`v5.36.2`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5362) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.36.1...svelte@5.36.2) ##### Patch Changes - fix: add `$effect.pending()` to types ([#&#8203;16376](https://redirect.github.com/sveltejs/svelte/pull/16376)) - fix: add `pending` snippet to `<svelte:boundary>` types ([#&#8203;16379](https://redirect.github.com/sveltejs/svelte/pull/16379)) ### [`v5.36.1`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5361) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.36.0...svelte@5.36.1) ##### Patch Changes - fix: only skip updating bound `<input>` if the input was the source of the change ([#&#8203;16373](https://redirect.github.com/sveltejs/svelte/pull/16373)) ### [`v5.36.0`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5360) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.35.7...svelte@5.36.0) ##### Minor Changes - feat: support `await` in components when using the `experimental.async` compiler option ([#&#8203;15844](https://redirect.github.com/sveltejs/svelte/pull/15844)) ##### Patch Changes - fix: silence a11y warning for inert elements ([#&#8203;16339](https://redirect.github.com/sveltejs/svelte/pull/16339)) - chore: clean up a11y analysis code ([#&#8203;16345](https://redirect.github.com/sveltejs/svelte/pull/16345)) ### [`v5.35.7`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5357) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.35.6...svelte@5.35.7) ##### Patch Changes - fix: silence autofocus a11y warning inside `<dialog>` ([#&#8203;16341](https://redirect.github.com/sveltejs/svelte/pull/16341)) - fix: don't show adjusted error messages in boundaries ([#&#8203;16360](https://redirect.github.com/sveltejs/svelte/pull/16360)) - chore: replace inline regex with variable ([#&#8203;16340](https://redirect.github.com/sveltejs/svelte/pull/16340)) ### [`v5.35.6`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5356) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.35.5...svelte@5.35.6) ##### Patch Changes - chore: simplify reaction/source ownership tracking ([#&#8203;16333](https://redirect.github.com/sveltejs/svelte/pull/16333)) - chore: simplify internal component `pop()` ([#&#8203;16331](https://redirect.github.com/sveltejs/svelte/pull/16331)) </details> <details> <summary>sveltejs/svelte-eslint-parser (svelte-eslint-parser)</summary> ### [`v1.3.0`](https://redirect.github.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#130) [Compare Source](https://redirect.github.com/sveltejs/svelte-eslint-parser/compare/v1.2.0...v1.3.0) ##### Minor Changes - [#&#8203;725](https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/725) [`1710145`](https://redirect.github.com/sveltejs/svelte-eslint-parser/commit/1710145c2e9f3d87103276e8a8517997833aae6b) Thanks [@&#8203;baseballyama](https://redirect.github.com/baseballyama)! - feat: support asynchronous svelte </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.37.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8370-2025-07-14) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.36.0...v8.37.0) ##### 🚀 Features - **typescript-estree:** infer tsconfigRootDir from call stack ([#&#8203;11370](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11370)) ##### ❤️ Thank You - Josh Goldberg ✨ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.0.5`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-705-2025-07-17-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.0.4...v7.0.5) ##### Bug Fixes - **deps:** update all non-major dependencies ([#&#8203;20406](https://redirect.github.com/vitejs/vite/issues/20406)) ([1a1cc8a](https://redirect.github.com/vitejs/vite/commit/1a1cc8a435a21996255b3e5cc75ed4680de2a7f3)) - remove special handling for `Accept: text/html` ([#&#8203;20376](https://redirect.github.com/vitejs/vite/issues/20376)) ([c9614b9](https://redirect.github.com/vitejs/vite/commit/c9614b9c378be4a32e84f37be71a8becce52af7b)) - watch assets referenced by `new URL(, import.meta.url)` ([#&#8203;20382](https://redirect.github.com/vitejs/vite/issues/20382)) ([6bc8bf6](https://redirect.github.com/vitejs/vite/commit/6bc8bf634d4a2c9915da9813963dd80a4186daeb)) ##### Miscellaneous Chores - **deps:** update dependency rolldown to ^1.0.0-beta.27 ([#&#8203;20405](https://redirect.github.com/vitejs/vite/issues/20405)) ([1165667](https://redirect.github.com/vitejs/vite/commit/1165667b271fb1fb76584278e72a85d564c9bb09)) ##### Code Refactoring - use `foo.endsWith("bar")` instead of `/bar$/.test(foo)` ([#&#8203;20413](https://redirect.github.com/vitejs/vite/issues/20413)) ([862e192](https://redirect.github.com/vitejs/vite/commit/862e192d21f66039635a998724bdc6b94fd293a0)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/immich-app/immich). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOnNraXAiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
OVERLORD added the pull-request label 2026-02-05 16:04:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#16366