Skip to content

Conversation

@jinlee93
Copy link
Owner

@jinlee93 jinlee93 commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) ^18.3.23^18.3.27 age confidence
@vitejs/plugin-react (source) ^4.5.2^4.7.0 age confidence
autoprefixer ^10.4.21^10.4.23 age confidence
postcss (source) ^8.5.5^8.5.6 age confidence
tailwindcss (source) ^3.4.17^3.4.19 age confidence
typescript (source) ^5.8.3^5.9.3 age confidence

Release Notes

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

v4.7.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react({ babel: { plugins: ['babel-plugin-react-compiler'] } })
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.

postcss/autoprefixer (autoprefixer)

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
postcss/postcss (postcss)

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.19

Compare Source

Fixed
  • Don’t break sibling-*() functions when used inside calc(…) (#​19335)

v3.4.18

Compare Source

Fixed
  • Improve support for raw supports-[…] queries in arbitrary values (#​13605)
  • Fix require.cache error when loaded through a TypeScript file in Node 22.18+ (#​18665)
  • Support import.meta.resolve(…) in configs for new enough Node.js versions (#​18938)
  • Allow using newer versions of postcss-load-config for better ESM and TypeScript PostCSS config support with the CLI (#​18938)
  • Remove irrelevant utility rules when matching important classes (#​19030)
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:

v5.9.2: TypeScript 5.9

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: 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 has been generated by Renovate Bot.

@jinlee93 jinlee93 force-pushed the renovate/all-minor-patch branch from 00ff7a8 to c1bd39a Compare July 21, 2025 12:43
@jinlee93 jinlee93 force-pushed the renovate/all-minor-patch branch from c1bd39a to ca99097 Compare August 4, 2025 12:45
@jinlee93 jinlee93 force-pushed the renovate/all-minor-patch branch from ca99097 to 838eda9 Compare August 25, 2025 12:39
@jinlee93 jinlee93 force-pushed the renovate/all-minor-patch branch from 838eda9 to 7d4bc73 Compare September 8, 2025 12:39
@jinlee93 jinlee93 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 66596a0 to 9d47d2f Compare October 13, 2025 12:39
@jinlee93 jinlee93 force-pushed the renovate/all-minor-patch branch from 9d47d2f to 9da061c Compare November 17, 2025 12:41
@jinlee93 jinlee93 force-pushed the renovate/all-minor-patch branch from 9da061c to 51314dd Compare November 24, 2025 12:41
@jinlee93 jinlee93 force-pushed the renovate/all-minor-patch branch from 51314dd to a091d3e Compare December 15, 2025 12:46
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.

3 participants