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 patch dependencies #237

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspack/cli (source) 1.2.3 -> 1.2.6 age adoption passing confidence
@rspack/core (source) 1.2.3 -> 1.2.6 age adoption passing confidence
antd (source) ^5.24.0 -> ^5.24.2 age adoption passing confidence
nx (source) ^20.4.4 -> ^20.4.6 age adoption passing confidence
postcss (source) ^8.5.2 -> ^8.5.3 age adoption passing confidence
tsx (source) ^4.19.2 -> ^4.19.3 age adoption passing confidence

Release Notes

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

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

ant-design/ant-design (antd)

v5.24.2

Compare Source


v5.24.1

Compare Source


nrwl/nx (nx)

v20.4.6

Compare Source

20.4.6 (2025-02-20)

🚀 Features
  • nx-dev: expose docs embedding search via endpoint (#​30050)
🩹 Fixes
  • core: update custom task runner deprecation message (#​30093)
  • core: fix typescript dependency calculation (#​30131)
  • js: identify correct circular dependecies (#​29759)
  • js: use uuid when generating tmp tsconfig (#​30118)
  • repo: fix nightly reporting (#​30104)
❤️ Thank You

v20.4.5

Compare Source

20.4.5 (2025-02-18)

🩹 Fixes
  • core: add the extends field to nx-schema.json (#​30027)
  • core: respect extends when reading tsconfig options (#​30062)
  • core: make hash_array resilient to None values (#​30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#​30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#​30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#​30096)
  • react: add release option for @​nx/react:lib --publishable (#​29776)
  • release: allow preid option in release command (#​29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#​30086)
❤️ Thank You
postcss/postcss (postcss)

v8.5.3

Compare Source

privatenumber/tsx (tsx)

v4.19.3

Compare Source

Bug Fixes
  • upgrade esbuild to ~0.25.0 to address vuln report (#​698) (e04e6c6)

This release is also available on:


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Asia/Shanghai, 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.

Copy link

netlify bot commented Feb 23, 2025

Deploy Preview for storybook-rsbuild ready!

Name Link
🔨 Latest commit 8668497
🔍 Latest deploy log https://app.netlify.com/sites/storybook-rsbuild/deploys/67bdaa36bad8a300085d8118
😎 Deploy Preview https://deploy-preview-237--storybook-rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-patch branch from 98f7d48 to ba50b67 Compare February 24, 2025 11:07
@renovate renovate bot force-pushed the renovate/all-patch branch from ba50b67 to b4be313 Compare February 24, 2025 12:10
@renovate renovate bot force-pushed the renovate/all-patch branch from b4be313 to 8668497 Compare February 25, 2025 11:32
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