Skip to content

chore(deps): update rspack monorepo to v1.2.5#170

Merged
Robot-Inventor merged 1 commit intomainfrom
renovate/rspack-monorepo
Feb 22, 2025
Merged

chore(deps): update rspack monorepo to v1.2.5#170
Robot-Inventor merged 1 commit intomainfrom
renovate/rspack-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspack/cli (source) 1.1.8 -> 1.2.5 age adoption passing confidence
@rspack/core (source) 1.1.8 -> 1.2.5 age adoption passing confidence

Release Notes

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

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

New Contributors

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

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

v1.2.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

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

v1.2.0

Compare Source

See Announcing Rspack 1.2 for more details.

What's Changed

Performance Improvements ⚡
Exciting New Features 🎉

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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/rspack-monorepo branch from 8abb8ee to ce38de2 Compare January 22, 2025 17:50
@renovate renovate bot changed the title chore(deps): update rspack monorepo to v1.2.0 chore(deps): update rspack monorepo to v1.2.1 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/rspack-monorepo branch from ce38de2 to d7d6cad Compare January 23, 2025 13:59
@renovate renovate bot changed the title chore(deps): update rspack monorepo to v1.2.1 chore(deps): update rspack monorepo to v1.2.2 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/rspack-monorepo branch from d7d6cad to 82460db Compare February 11, 2025 12:55
@renovate renovate bot changed the title chore(deps): update rspack monorepo to v1.2.2 chore(deps): update rspack monorepo to v1.2.3 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/rspack-monorepo branch from 82460db to 30ac943 Compare February 18, 2025 14:43
@renovate renovate bot changed the title chore(deps): update rspack monorepo to v1.2.3 chore(deps): update rspack monorepo to v1.2.4 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/rspack-monorepo branch from 30ac943 to 5113c70 Compare February 19, 2025 05:46
@renovate renovate bot changed the title chore(deps): update rspack monorepo to v1.2.4 chore(deps): update rspack monorepo to v1.2.3 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/rspack-monorepo branch from 5113c70 to aaeec98 Compare February 19, 2025 14:31
@renovate renovate bot changed the title chore(deps): update rspack monorepo to v1.2.3 chore(deps): update rspack monorepo to v1.2.5 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/rspack-monorepo branch from aaeec98 to 9cca317 Compare February 22, 2025 15:14
@Robot-Inventor Robot-Inventor merged commit 29d1f4d into main Feb 22, 2025
4 checks passed
@Robot-Inventor Robot-Inventor deleted the renovate/rspack-monorepo branch February 22, 2025 15:15
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