Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspack/core (source) 1.2.2 -> 1.2.6 age adoption passing confidence
@types/node (source) ^22.13.0 -> ^22.13.8 age adoption passing confidence
pnpm (source) 9.15.4 -> 9.15.6 age adoption passing confidence
semver 7.7.0 -> 7.7.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/rspack (@​rspack/core)

v1.2.6

Compare Source

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

Full Changelog: web-infra-dev/rspack@v1.2.5...v1.2.6

v1.2.5

Compare Source

Note 🐛

Version 1.2.5 fixes compatibility issues caused by Glibc versions on Linux x86 systems in version 1.2.4.

What's Changed

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

Full Changelog: web-infra-dev/rspack@v1.2.4...v1.2.5

v1.2.4

Compare Source

Highlights 💡

Support for SRI

This release introduces a new built-in SubresourceIntegrityPlugin to provide support for Subresource Integrity (SRI).

SubresourceIntegrityPlugin is a Rust rewrite of the webpack-subresource-integrity and is much more faster.

import { experiments } from '@​rspack/core';

const { SubresourceIntegrityPlugin } = experiments;

export default {
  plugins: [new SubresourceIntegrityPlugin()],
  output: {
    crossOriginLoading: 'anonymous',
  },
};
Updated Roadmap

The Rspack roadmap has been updated with new targets such as Wasm build and Rstest, see Roadmap.

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rspack@v1.2.3...v1.2.4

v1.2.3

Compare Source

What's Changed

Performance Improvements ⚡
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 c0cb9c3 to 6f18aea Compare March 1, 2025 07:21
@chenjiahan chenjiahan merged commit 07450f3 into main Mar 1, 2025
4 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch March 1, 2025 07:27
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.

2 participants