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 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rslib/core (source) ^0.4.0 -> ^0.5.5 age adoption passing confidence
@rspack/core (source) 1.2.2 -> 1.2.8 age adoption passing confidence
@rspack/test-tools (source) 1.2.2 -> 1.2.8 age adoption passing confidence
@swc/plugin-prefresh (source) ^6.2.0 -> ^6.3.2 age adoption passing confidence
@types/node (source) ^22.13.0 -> ^22.13.11 age adoption passing confidence
pnpm (source) 9.15.4 -> 9.15.9 age adoption passing confidence
preact (source) ^10.25.4 -> ^10.26.4 age adoption passing confidence
semver 7.7.0 -> 7.7.1 age adoption passing confidence
simple-git-hooks ^2.11.1 -> ^2.12.1 age adoption passing confidence
ts-jest (source) 29.2.5 -> 29.2.6 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence

Release Notes

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

v0.5.5

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.5.4...v0.5.5

v0.5.4

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.5.3...v0.5.4

v0.5.3

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.5.2...v0.5.3

v0.5.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.5.1...v0.5.2

v0.5.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.5.0...v0.5.1

v0.5.0

Compare Source

Highlights ✨

This release brings exciting new features and improvements to Rslib:

  • Support DTS Redirect: Rslib now supports to control the redirect of the import paths in output TypeScript declaration files. (#​742)

    • redirect.dts.path: Redirect the import path in the DTS output file to the corresponding relative path based on the compilerOptions.paths configured in tsconfig.json.
    // For `compilerOptions.paths` set to `{ "@​/*": ["src/*"] }` in `tsconfig.json`
    import { foo } from '@​/foo'; // source code of './src/bar.ts' ↓
    import { foo } from './foo'; // expected output of './dist/bar.d.ts'
    
    import { foo } from '@​/foo'; // source code of './src/utils/index.ts' ↓
    import { foo } from '../foo'; // expected output './dist/utils/index.d.ts'
    • redirect.dts.extension: Redirect the import path in the DTS output file to the corresponding JavaScript extension which can be resolved to corresponding DTS file.
    // For `.d.mts` TypeScript Declaration files
    import { foo } from './foo'; // source code of './src/bar.ts' ↓
    import { foo } from './foo.mjs'; // expected output of './dist/bar.d.mts'
    
    import { foo } from './foo.ts'; // source code of './src/bar.ts' ↓
    import { foo } from './foo.mjs'; // expected output of './dist/bar.d.mts'
  • Support outBase in Bundleless Mode: When building a project where source files exist across multiple directories with bundleless mode, the output directory structure will be replicated relative to the outBase directory in the output directory, see lib.outBase for more details. (#​745)

  • Add Documents about Assets: Documents related to asset module have been added for common scenarios in component library development, see Import static assets, Import SVGR and Import JSON files for more details. (#​741)

  • Support pkg.pr.new: With pkg.pr.new, each of commits in main branch will trigger an instant preview release without publishing anything to NPM. This enables users to access features and bug-fixes without the need to wait for release cycles. (#​766)

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.4.1...v0.5.0

v0.4.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.4.0...v0.4.1

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

v1.2.8

Compare Source

Highlights 💡

Optimized memory consumption while rebuilding

Bumped Mimalloc to v3 to lift memory usage issue while rebuilding on macOS. https://github.com/web-infra-dev/rspack/pull/9533

A user shared the following results after testing the 1.2.8:

"The canary version solves the memory leak (almost) completely for me 🥳."

Version | Initial Compile | After 10 HMR
-- | -- | --
1.2.2 | 4.57 GB | 5.48 GB
1.2.7 | 3.93 GB | 4.18 GB
1.2.8-canary-3d971bbf-20250304 | 3.66 GB | 3.72 GB

The 1.2.8 demonstrates a ~10% improvement over 1.2.7.

What's Changed

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

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 from 4c2180e to f16f092 Compare March 1, 2025 07:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 62df5f8 to 21d0f4d Compare March 10, 2025 06:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 48f9238 to f685c43 Compare March 11, 2025 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb97577 to f859811 Compare March 20, 2025 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f859811 to 479b5ad Compare March 21, 2025 10:10
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