Skip to content

fix(deps): update ui deps (patch)#749

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/auto-patch-ui-deps
Open

fix(deps): update ui deps (patch)#749
renovate[bot] wants to merge 1 commit intomainfrom
renovate/auto-patch-ui-deps

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@next/eslint-plugin-next (source) 15.5.215.5.12 age confidence
@ory/client 1.22.11.22.23 age confidence
@playwright/test (source) 1.55.01.55.1 age confidence
@testing-library/react 16.3.016.3.2 age confidence
@typescript-eslint/eslint-plugin (source) 8.44.08.44.1 age confidence
autoprefixer 10.4.2110.4.24 age confidence
eslint-plugin-prettier 5.5.45.5.5 age confidence
react (source) 19.1.219.1.5 age confidence
react-dom (source) 19.1.219.1.5 age confidence
sass 1.93.11.93.3 age confidence
typescript (source) 5.9.25.9.3 age confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

v15.5.12

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

  • fix unlock in publish-native

This is a re-release of v15.5.11 applying the turbopack changes.

v15.5.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Tracing: Fix memory leak in span map (#​85529)
  • fix: ensure LRU cache items have minimum size of 1 to prevent unbounded growth (#​89134)
  • Turbopack: fix NFT tracing of sharp 0.34 (#​82340)
  • Turbopack: support pattern into exports field (#​82757)
  • NFT tracing fixes (#​84155 and #​85323)
  • Turbopack: validate CSS without computing all paths (#​83810)
  • feat: implement LRU cache with invocation ID scoping for minimal mode response cache (#​89129)
Credits

Huge thanks to @​timneutkens, @​mischnic, @​ztanner, and @​wyattjoh for helping!

v15.5.10

Compare Source

Please refer the following changelogs for more information about this security release:

v15.5.9

Compare Source

Please see the Next.js Security Update for information about this security patch.

v15.5.8

Compare Source

v15.5.7

Compare Source

v15.5.6

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Turbopack: don't define process.cwd() in node_modules #​83452
Credits

Huge thanks to @​mischnic for helping!

v15.5.5

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Split code-frame into separate compiled package (#​84238)
  • Add deprecation warning to Runtime config (#​84650)
  • fix: unstable_cache should perform blocking revalidation during ISR revalidation (#​84716)
  • feat: experimental.middlewareClientMaxBodySize body cloning limit (#​84722)
  • fix: missing next/link types with typedRoutes (#​84779)
Misc Changes
  • docs: early October improvements and fixes (#​84334)
Credits

Huge thanks to @​devjiwonchoi, @​ztanner, and @​icyJoseph for helping!

v15.5.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: ensure onRequestError is invoked when otel enabled (#​83343)
  • fix: devtools initial position should be from next config (#​83571)
  • [devtool] fix overlay styles are missing (#​83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#​83176)
  • Turbopack: don't treat metadata routes as RSC (#​82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#​83357)
  • Turbopack: throw large static metadata error earlier (#​82939)
  • fix: error overlay not closing when backdrop clicked (#​83981)
  • Turbopack: flush Node.js worker IPC on error (#​84077)
Misc Changes
  • [CNA] use linter preference (#​83194)
  • CI: use KV for test timing data (#​83745)
  • docs: september improvements and fixes (#​83997)
Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

v15.5.3

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: validation return types of pages API routes (#​83069)
  • fix: relative paths in dev in validator.ts (#​83073)
  • fix: remove satisfies keyword from type validation to preserve old TS compatibility (#​83071)
Credits

Huge thanks to @​bgub for helping!

ory/sdk (@​ory/client)

v1.22.23

Compare Source

v1.22.22

Compare Source

v1.22.15

Compare Source

v1.22.14

Compare Source

v1.22.13

Compare Source

v1.22.12

Compare Source

v1.22.11

Compare Source

v1.22.10

Compare Source

v1.22.9

Compare Source

v1.22.8

Compare Source

v1.22.7

Compare Source

v1.22.6

Compare Source

v1.22.5

Compare Source

v1.22.4

Compare Source

v1.22.3

Compare Source

v1.22.2

Compare Source

microsoft/playwright (@​playwright/test)

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".
#​37532 - chore: do not use -k option

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
testing-library/react-testing-library (@​testing-library/react)

v16.3.2

Compare Source

v16.3.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

postcss/autoprefixer (autoprefixer)

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.5

Compare Source

Patch Changes
facebook/react (react)

v19.1.5: 19.1.5 (January 26th, 2026)

Compare Source

React Server Components

v19.1.4: 19.1.4 (December 11th, 2025)

Compare Source

React Server Components

v19.1.3: 19.1.3 (December 11th, 2025)

Compare Source

React Server Components
sass/dart-sass (sass)

v1.93.3

Compare Source

  • Fix a performance regression that was introduced in 1.92.0.

v1.93.2

Compare Source

  • No user-visible changes.
JavaScript API
  • Fix another error in the release process for @sass/types.
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from a team as a code owner September 10, 2025 23:13
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from 4b7432e to a6ce91a Compare September 11, 2025 03:24
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from a6ce91a to b7add01 Compare September 13, 2025 23:35
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from b7add01 to fd7a6d0 Compare September 15, 2025 09:24
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from fd7a6d0 to d3f2fde Compare September 16, 2025 11:32
canonical-iam
canonical-iam previously approved these changes Sep 16, 2025
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from d3f2fde to 6e5fb28 Compare September 18, 2025 11:09
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from 6e5fb28 to 41c01b0 Compare September 19, 2025 11:33
@renovate renovate bot changed the title fix(deps): update ui deps to v15.5.3 (patch) fix(deps): update ui deps (patch) Sep 19, 2025
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch 11 times, most recently from d2689f1 to 6ec07d1 Compare September 26, 2025 15:40
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch 3 times, most recently from d7a3ecd to 0dfdcc3 Compare October 2, 2025 15:00
canonical-iam
canonical-iam previously approved these changes Jan 31, 2026
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from 699b04e to cedf6cf Compare February 2, 2026 16:06
canonical-iam
canonical-iam previously approved these changes Feb 2, 2026
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from 0e9f77b to fdf0cd2 Compare February 3, 2026 15:00
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from fdf0cd2 to dd65bad Compare February 4, 2026 14:50
canonical-iam
canonical-iam previously approved these changes Feb 4, 2026
canonical-iam
canonical-iam previously approved these changes Feb 6, 2026
canonical-iam
canonical-iam previously approved these changes Feb 7, 2026
canonical-iam
canonical-iam previously approved these changes Feb 9, 2026
@renovate renovate bot force-pushed the renovate/auto-patch-ui-deps branch from 79af23e to cd351d6 Compare February 16, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant