Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@tailwindcss/postcss (source) 4.1.13 -> 4.1.14 age confidence
@testing-library/jest-dom 6.8.0 -> 6.9.0 age confidence
@types/node (source) 22.18.6 -> 22.18.8 age confidence
@types/react (source) 19.1.13 -> 19.1.16 age confidence
@vitejs/plugin-react (source) 5.0.3 -> 5.0.4 age confidence
next (source) 15.5.3 -> 15.5.4 age confidence
next-mdx-remote-client 2.1.5 -> 2.1.6 age confidence
nextra 4.5.0 -> 4.5.1 age confidence
nextra-theme-docs 4.5.0 -> 4.5.1 age confidence
pnpm (source) 10.17.0 -> 10.17.1 age confidence
tailwindcss (source) 4.1.13 -> 4.1.14 age confidence
tw-animate-css 1.3.8 -> 1.4.0 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence
typescript-eslint (source) 8.44.0 -> 8.45.0 age confidence

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)
testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.0

Compare Source

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.0.4

Compare Source

Perf: use native refresh wrapper plugin in rolldown-vite (#​881)
vercel/next.js (next)

v15.5.4

Compare Source

ipikuka/next-mdx-remote-client (next-mdx-remote-client)

v2.1.6

Compare Source

Consider this version is for react19 users

The changes made by @​talatkuyuk:

  • Fix formattedError.stack is not mutated since React Flight throws an error if error stack is mutated when the error object is a prop in a react server component
  • Set react, and react-dom peer dependencies greater than version ^19.1.1
  • Update @mdx-js/mdx, @mdx-js/react and other dependencies
  • Update devDependencies
shuding/nextra (nextra)

v4.5.1

Compare Source

Patch Changes
  • 8a4d176: fix TSDoc @inline tag to properly expand nested type aliases
pnpm/pnpm (pnpm)

v10.17.1

Compare Source

Patch Changes
  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #​9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #​9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #​9987.
Wombosvideo/tw-animate-css (tw-animate-css)

v1.4.0

Compare Source

Changelog

902e37a: fix: remove support for prefix, add new export for prefixed version. Closes #​58.
fab2a5b: chore: bump version to 1.4.0 and update dependencies
c20dc32: fix(build): make transform.ts accept two arguments

⚠️ BREAKING CHANGE ⚠️

Support for Tailwind CSS's prefix option was moved to tw-animate-css/prefix because it was breaking the --spacing function. Users requiring prefixes should replace their import:

- import "tw-animate-css";
+ import "tw-animate-css/prefix";

I do not plan to introduce breaking changes like this to non-major releases in the future. But because more people use spacing rather than prefixes, reverting the previous version's (obviously breaking) change seems reasonable.

microsoft/TypeScript (typescript)

v5.9.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.45.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.44.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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


Configuration

📅 Schedule: Branch creation - "on monday at 10:00am" (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.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Oct 1, 2025

⚠️ No Changeset found

Latest commit: e258ae3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 1, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@playcanvas/blocks@262
npm i https://pkg.pr.new/@playcanvas/react@262

commit: e258ae3

@renovate renovate bot force-pushed the renovate/all-npm-dependencies branch from f7e16d3 to e258ae3 Compare October 1, 2025 16:20
@marklundin marklundin merged commit b5355aa into main Oct 1, 2025
6 checks passed
@marklundin marklundin deleted the renovate/all-npm-dependencies branch October 1, 2025 16:27
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.

2 participants