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

fix(deps): update all non-major dependencies #5

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rsbuild/core (source) ^1.1.10 -> ^1.1.14 age adoption passing confidence
@rslib/core (source) ^0.1.4 -> ^0.3.2 age adoption passing confidence
@types/node (source) ^22.10.2 -> ^22.10.7 age adoption passing confidence
@​winner-fed/utils ^0.11.22 -> ^0.12.2 age adoption passing confidence
@​winner-fed/winjs ^0.11.22 -> ^0.12.2 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.4 age adoption passing confidence
postcss-mobile-forever ^4.3.1 -> ^4.3.2 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence

Release Notes

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

v1.1.14

Compare Source

What's Changed

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.2.0-beta.1...v1.1.14

v1.1.13

Compare Source

What's Changed

Highlights 💡

Rsbuild error overlay now shows type errors and provides the same highlighting as terminal:

Related PRs:

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

Full Changelog: web-infra-dev/rsbuild@v1.1.12...v1.1.13

v1.1.12

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖

Full Changelog: web-infra-dev/rsbuild@v1.1.11...v1.1.12

v1.1.11

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.1.10...v1.1.11

web-infra-dev/rslib (@​rslib/core)

v0.3.2

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.3.1...v0.3.2

v0.3.1

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.3.0...v0.3.1

v0.3.0

Compare Source

What's Changed
Highlights ✨

This release brings some improvements and new features, addressing common scenarios and enhancing the overall user experience:

  • Enhanced Style File Redirection: Support for redirect.style.path and redirect.style.extension to configure the redirection of the import paths of style files. (#​618)
  • Optimized JavaScript File Redirection: Fix some cases about redirection of the import paths of output JavaScript files. (#​615 #​624)
  • Improved Bundleless Mode:
    • Support handling file additions and removals in watch mode. (#​642)
    • Refined source.entry configuration, defaulting to src/** and excluding .d.ts files from being treated as entry points. (#​636 #​647)
Breaking changes 🚨

Please note the following changes that may require adjustments to your configurations:

  • Boolean values are no longer supported for redirect.style, see the documentation of redirect.style for more details. (#​618)
  • The autoExternal configuration is no longer effective in bundleless mode, see the documentation of autoExternal for more details. (#​624)
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.2.2...v0.3.0

v0.2.2

Compare Source

What's Changed

Other Changes

Full Changelog: web-infra-dev/rslib@v0.2.1...v0.2.2

v0.2.1

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.2.0...v0.2.1

v0.2.0

Compare Source

What's Changed

Highlights ✨

Comparing with 0.1.0, we have fixed many bugs and added numerous features for common scenarios, including but not limited to:

  • Enhanced support for resolving external modules, improving the redirect of paths for bundleless mode. See lib.redirect. (#​535)
  • Introduced support for loading .env files. See Environment Variables. (#​518)
  • Optimized code compression to retain only essential comments, resulting in smaller output sizes. (#​522)
  • Added support for watching rslib.config to trigger rebuilds. (#​489)
  • Improved documentation and completed the translation of the Chinese documentation. See https://lib.rsbuild.dev/zh/index.
Breaking changes 🚨
  • rslib mf dev has been changed to rslib mf-dev command in #​590, checkout the documentation of mf-dev for more details.
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.1.5...v0.2.0

v0.1.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.1.4...v0.1.5

pnpm/pnpm (pnpm)

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 4876047 to b690263 Compare January 9, 2025 14:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b690263 to c533224 Compare January 11, 2025 06:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jan 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b964024 to e3ac8a1 Compare January 17, 2025 13:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e3ac8a1 to 8d23e8b Compare January 20, 2025 17:24
@cklwblove cklwblove merged commit 86c5813 into main Jan 21, 2025
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 21, 2025 00: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