Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all patch dependencies #171

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prefresh/core (source) 1.5.2 -> 1.5.3 age adoption passing confidence
@rsbuild/core (source) 1.1.0 -> 1.1.6 age adoption passing confidence
@rsbuild/plugin-react (source) 1.0.6 -> 1.0.7 age adoption passing confidence
@rspack/cli (source) 1.1.1 -> 1.1.4 age adoption passing confidence
@rspack/core (source) 1.1.1 -> 1.1.4 age adoption passing confidence
@vanilla-extract/css (source) 1.16.0 -> 1.16.1 age adoption passing confidence
@vanilla-extract/css (source) ^1.16.0 -> ^1.16.1 age adoption passing confidence
@vanilla-extract/webpack-plugin (source) ^2.3.14 -> ^2.3.15 age adoption passing confidence
class-variance-authority ^0.7.0 -> ^0.7.1 age adoption passing confidence
tailwindcss (source) 4.0.0-alpha.34 -> 4.0.0-beta.4 age adoption passing confidence

Release Notes

preactjs/prefresh (@​prefresh/core)

v1.5.3

Compare Source

Patch Changes
web-infra-dev/rsbuild (@​rsbuild/core)

v1.1.6

Compare Source

What's Changed

Highlights 💡

Rsbuild no longer watches the node_modules directory by default, resulting in significant performance improvements:

  • Up to 40% faster startup
  • Up to 30% faster HMR
  • 20% less memory

See https://github.com/web-infra-dev/rsbuild/pull/4058 for more details.

Performance 🚀
New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.5...v1.1.6

v1.1.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.4...v1.1.5

v1.1.4

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.3...v1.1.4

v1.1.3

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.2...v1.1.3

v1.1.2

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.1...v1.1.2

v1.1.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.1.0...v1.1.1

web-infra-dev/rspack (@​rspack/cli)

v1.1.4

Compare Source

What's Changed

Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.1.3...v1.1.4

v1.1.3

Compare Source

What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspack@v1.1.2...v1.1.3

v1.1.2

Compare Source

What's Changed

💡 Highlights

DefinePlugin destructuring optimization

Rspack v1.1.2 improved the output of DefinePlugin by eliminating unused object properties from the final bundle, resulting in a smaller output size:

Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.1.1...v1.1.2

vanilla-extract-css/vanilla-extract (@​vanilla-extract/css)

v1.16.1

Compare Source

Patch Changes
  • #​1505 103ce57 Thanks @​askoufis! - Fixes a bug that caused invalid selectors to be generated when adjacent classnames contained a substring equal to another local classname
vanilla-extract-css/vanilla-extract (@​vanilla-extract/webpack-plugin)

v2.3.15

Compare Source

Patch Changes
joe-bell/cva (class-variance-authority)

v0.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: joe-bell/cva@v0.7.0...v0.7.1

tailwindlabs/tailwindcss (tailwindcss)

v4.0.0-beta.4

Compare Source

Fixed
  • Don't scan source files for utilities unless @tailwind utilities is present in the CSS in @tailwindcss/postcss and @tailwindcss/vite (#​15226)
  • Skip reserializing CSS files that don't use Tailwind features in @tailwindcss/postcss and @tailwindcss/vite (#​15226)
  • Upgrade (experimental): Do not migrate the overflow-clip utility (#​15244)
  • Upgrade (experimental): Rename backdrop-blur to backdrop-blur-sm and backdrop-blur-sm to backdrop-blur-xs (#​15242)

v4.0.0-beta.3

Compare Source

Fixed
  • Ensure any necessary vendor prefixes are generated for iOS Safari, Firefox, and Chrome (#​15166)
  • Ensure .group and .peer are prefixed when using the prefix(…) option (#​15174)
  • Ensure 3D transforms render correctly in Safari (#​15179)
  • Ensure --spacing-* variables take precedence over --container-* variables (#​15180)
  • Fix scanning classes delimited by tab characters (#​15169)
  • Ensure opacity modifiers and semi-transparent gradients render correctly by default in Safari (#​15201)
  • Fix element size thrashing when transitioning gradients on elements with a defined font-size in Safari (#​15216)
  • Ensure translate-* utilities work with arbitrary values that use calc(…) (#​15215)
  • Ensure gradient stop position utilities work with arbitrary values that use calc(…) (#​15215)
  • Ensure Node addons are packaged correctly with Windows ARM builds (#​15171)
  • Ensure the Vite plugin resolves CSS and JS files according to the configured resolver conditions ([#​15173])(https://github.com/tailwindlabs/tailwindcss/pull/15173)
  • Upgrade (experimental): Migrate prefixes for .group and .peer classes (#​15208)
Changed
  • Interpolate gradients using OKLAB instead of OKLCH by default (#​15201)
  • Error when layer(…) in @import is not first in the list of functions/conditions (#​15109)
  • Use unitless line-height values for font-size variables in default theme (#​15216)
  • Don't register custom properties with explicit types unless those custom properties need to be animateable (#​15215)

v4.0.0-beta.2

Compare Source

Fixed
  • Use configured --letter-spacing values for custom font size utilities (#​15099)
  • Ensure space-x/y-* and divide-x/y-* with variants can undo space-x/y-reverse and divide-x/y-reverse (#​15094)
  • Don't print minified code when the build fails in the CLI (#​15106)
  • Generate the correct CSS for the `break-

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.


  • 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 force-pushed the renovate/all-patch branch 8 times, most recently from c8324cf to f0b0fb1 Compare November 24, 2024 07:43
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from d9bb479 to d833fdb Compare November 27, 2024 20:00
@renovate renovate bot force-pushed the renovate/all-patch branch from d833fdb to 809e7ce Compare November 29, 2024 17:21
@chenjiahan chenjiahan merged commit d2c8358 into main Dec 1, 2024
1 check passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch December 1, 2024 01:58
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