Skip to content

chore(deps): update all non-major dependencies#258

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-non-major
Mar 24, 2025
Merged

chore(deps): update all non-major dependencies#258
chenjiahan merged 1 commit intomainfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lingui/swc-plugin ^5.5.0 -> ^5.5.1 age adoption passing confidence
@module-federation/enhanced (source) ^0.10.0 -> ^0.11.1 age adoption passing confidence
@module-federation/rsbuild-plugin (source) ^0.10.0 -> ^0.11.1 age adoption passing confidence
@swc/core (source) ^1.11.9 -> ^1.11.12 age adoption passing confidence
@types/express (source) ^5.0.0 -> ^5.0.1 age adoption passing confidence
@types/node (source) ^22.13.10 -> ^22.13.11 age adoption passing confidence
@types/react (source) ^19.0.10 -> ^19.0.12 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.26.1 -> ^8.27.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.26.1 -> ^8.27.0 age adoption passing confidence
element-plus (source) ^2.9.6 -> ^2.9.7 age adoption passing confidence
lucide-react (source) ^0.482.0 -> ^0.483.0 age adoption passing confidence
pnpm (source) 10.6.3 -> 10.6.5 age adoption passing confidence
rspress (source) ^1.43.5 -> ^1.43.8 age adoption passing confidence
sass 1.85.1 -> 1.86.0 age adoption passing confidence
styled-components (source) ^6.1.15 -> ^6.1.16 age adoption passing confidence
tailwindcss (source) 4.0.14 -> 4.0.15 age adoption passing confidence

Release Notes

lingui/swc-plugin (@​lingui/swc-plugin)

v5.5.1

Compare Source

What's Changed

Full Changelog: lingui/swc-plugin@5.5.0...5.5.1

module-federation/core (@​module-federation/enhanced)

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
  • fce107e: Enhanced module federation plugin to remove the federationRuntime experiment and replace it with asyncStartup.

    • Dropped support for federationRuntime experiment and introduced asyncStartup to enable asynchronous container startup.
    • Refactored EmbedFederationRuntimePlugin for improved runtime embedding and startup management.
      • Added options to enable runtime embedding for all chunks.
      • Integrated measures to ensure proper initialization and avoid duplicate hooks.
    • Simplified constructor and class dependencies by removing the experiments parameter.
    • Revised schema and validation definitions to accommodate new asynchronous startup configurations.
    • Updated test cases to reflect the change from federationRuntime to asyncStartup.
Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

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

v1.11.12

Compare Source

Bug Fixes
Documentation
Features
Performance
  • (es/minifier) Merge dead_branch_remover into pure optimizer (#​10201) (6841523)

v1.11.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
Testing

v1.11.10

Compare Source

Bug Fixes
  • (es/proposal) Fix declarations for explicit-resource-management (#​10198) (99ba555)

  • (es/types) Add missing types for jsc.transform.react.refresh (#​10206) (e71b000)

  • (typescript) Skip the body of ArrowExpr in type usage analysis (#​10187) (9aca205)

Documentation
Features
Miscellaneous Tasks
Performance
  • (es/minifier) Do not repeat applying pure minifier on last (#​10196) (e6b7cee)
Refactor
Testing
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.27.0

Compare Source

🚀 Features
  • utils: support DeprecatedInfo for rule.meta.deprecated (#​10932)
❤️ Thank You

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

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

v8.27.0

Compare Source

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

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

element-plus/element-plus (element-plus)

v2.9.7

Compare Source

2.9.7

2025-03-21

Features
Bug fixes
Refactors
lucide-icons/lucide (lucide-react)

v0.483.0: Version 0.483.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.482.0...0.483.0

pnpm/pnpm (pnpm)

v10.6.5

Compare Source

v10.6.4: pnpm 10.6.4

Compare Source

Patch Changes

  • Fix pnpm dlx with --allow-build flag #​9263.
  • Invalid Node.js version in use-node-version should not cause pnpm itself to break #​9276.
  • The max amount of workers running for linking packages from the store has been reduced to 4 to achieve optimal results #​9286. The workers are performing many file system operations, so increasing the number of CPUs doesn't help performance after some point.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz
web-infra-dev/rspress (rspress)

v1.43.8

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v1.43.7...v1.43.8

v1.43.7

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v1.43.6...v1.43.7

v1.43.6

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v1.43.5...v1.43.6

sass/dart-sass (sass)

v1.86.0

Compare Source

  • Add support for % as an expression in its own right. It will still be parsed
    as the modulo operator when between two other expressions, but in any other
    context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a
    channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually
    support the new CSS type() function.

Dart API
  • Increase the minimum Dart SDK to 3.6.0.
styled-components/styled-components (styled-components)

v6.1.16

Compare Source

Patch Changes
  • 246c77b: Resolve TS error related to ExoticComponentWithDisplayName API from React.
  • 4757191: Native typings weren't on the correct folder, which caused issues on React Native projects using this library
tailwindlabs/tailwindcss (tailwindcss)

v4.0.15

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

@chenjiahan chenjiahan merged commit 539be28 into main Mar 24, 2025
4 checks passed
@chenjiahan chenjiahan deleted the renovate/all-non-major branch March 24, 2025 02:47
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