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 non-major dependencies #234

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.26.0 -> 7.26.7 age adoption passing confidence
@babel/core (source) ^7.26.0 -> ^7.26.7 age adoption passing confidence
@babel/preset-env (source) 7.26.0 -> 7.26.7 age adoption passing confidence
@rsbuild/core (source) 1.2.1 -> 1.2.3 age adoption passing confidence
@rspack/cli (source) 1.2.1 -> 1.2.2 age adoption passing confidence
@rspack/core (source) 1.2.1 -> 1.2.2 age adoption passing confidence
@swc/plugin-emotion (source) ^8.0.4 -> ^8.4.0 age adoption passing confidence
@swc/plugin-styled-components (source) ^6.0.4 -> ^6.5.0 age adoption passing confidence
@swc/plugin-styled-jsx (source) ^6.0.4 -> ^6.3.0 age adoption passing confidence
@swc/plugin-transform-imports (source) ^6.0.5 -> ^6.2.0 age adoption passing confidence
@types/node (source) ^22.10.9 -> ^22.10.10 age adoption passing confidence
@types/react (source) ^19.0.7 -> ^19.0.8 age adoption passing confidence
lint-staged 15.4.1 -> 15.4.3 age adoption passing confidence
lucide-react (source) ^0.473.0 -> ^0.474.0 age adoption passing confidence
pnpm (source) 10.0.0 -> 10.1.0 age adoption passing confidence
rspress (source) ^1.40.1 -> ^1.40.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.7

Compare Source

🐛 Bug Fix
web-infra-dev/rsbuild (@​rsbuild/core)

v1.2.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.2.2...v1.2.3

v1.2.2

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rsbuild@v1.2.1...v1.2.2

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

v1.2.2

Compare Source

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

Full Changelog: web-infra-dev/rspack@v1.2.1...v1.2.2

swc-project/plugins (@​swc/plugin-emotion)

v8.4.0

Minor Changes

v8.3.0

Minor Changes
  • 4e7336c: Remove needless allocations

v8.1.0

Minor Changes
  • 05a2458: Improve performance greatly
swc-project/plugins (@​swc/plugin-styled-components)

v6.5.0

Minor Changes

v6.4.0

Minor Changes

v6.3.0

Minor Changes
  • 4e7336c: Remove needless allocations

v6.1.0

Minor Changes
  • d532813: Avoid allocation when not used
swc-project/plugins (@​swc/plugin-styled-jsx)

v6.3.0

Minor Changes
  • 4e7336c: Remove needless allocations

v6.1.0

Minor Changes
  • 05a2458: Improve performance greatly
swc-project/plugins (@​swc/plugin-transform-imports)

v6.2.0

Minor Changes

v6.1.0

Minor Changes
  • 4e7336c: Remove needless allocations
lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.
lucide-icons/lucide (lucide-react)

v0.474.0: New icons 0.474.0

Compare Source

Modified Icons 🔨
pnpm/pnpm (pnpm)

v10.1.0

Compare Source

Minor Changes
  • Added a new command for printing the list of dependencies with ignored build scripts: pnpm ignored-builds #​8963.
  • Added a new command for approving dependencies for running scripts during installation: pnpm approve-builds #​8963.
  • Added a new setting called optimistic-repeat-install. When enabled, a fast check will be performed before proceeding to installation. This way a repeat install or an install on a project with everything up-to-date becomes a lot faster. But some edge cases might arise, so we keep it disabled by default for now #​8977.
  • Added a new field "pnpm.ignoredBuiltDependencies" for explicitly listing packages that should not be built. When a package is in the list, pnpm will not print an info message about that package not being built #​8935.
Patch Changes
  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Allow workspace: and catalog: to be part of wider version range in peerDependencies.
  • pnpm deploy should inherit the pnpm object from the root package.json #​8991.
  • Make sure that the deletion of a node_modules in a sub-project of a monorepo is detected as out-of-date #​8959.
  • Fix infinite loop caused by lifecycle scripts using pnpm to execute other scripts during pnpm install with verify-deps-before-run=install #​8954.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.
  • Do not print patched dependencies as ignored dependencies that require a build #​8952.
web-infra-dev/rspress (rspress)

v1.40.2

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v1.40.1...v1.40.2


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 407004c into main Jan 27, 2025
1 check passed
@chenjiahan chenjiahan deleted the renovate/all-non-major branch January 27, 2025 02:34
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