Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rsbuild/core (source) 1.3.20 -> 1.3.21 age adoption passing confidence
@rsbuild/core (source) ^1.3.20 -> ^1.3.21 age adoption passing confidence
@rstack-dev/doc-ui 1.10.1 -> 1.10.2 age adoption passing confidence
@types/lodash (source) ^4.17.16 -> ^4.17.17 age adoption passing confidence
nx (source) ^21.0.3 -> ^21.1.0 age adoption passing confidence
rslib (source) 0.7.1 -> 0.8.0 age adoption passing confidence
tsconfck (source) 3.1.5 -> 3.1.6 age adoption passing confidence

Release Notes

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

v1.3.21

Compare Source

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.3.20...v1.3.21

rspack-contrib/rstack-doc-ui (@​rstack-dev/doc-ui)

v1.10.2

Compare Source

What's Changed

New Contributors

Full Changelog: rspack-contrib/rstack-doc-ui@v1.10.1...v1.10.2

nrwl/nx (nx)

v21.1.0

Compare Source

21.1.0 (2025-05-20)

🚀 Features
  • angular: handle prerender and appshell in covert to rspack (#​31210)
  • angular: migrate to angular rspack 21 (#​31216)
  • core: focus single tasks (#​31159)
  • core: run parallel based on the number of cpu cores (#​31011)
  • core: add nx console messaging to TUI (#​31148)
  • core: update getTouchedProjectsFromLockFile to detect which projects were changed from pnpm lock file diff (#​31091, #​29986)
  • core: add ai rule files to gitignore (#​31238)
  • devkit: allow requiring cts config files (#​31103)
  • nx-dev: replace monorepo world link with office hours (3f5fd896a1)
  • rspack: upgrade to version 1.3.8 (#​31070)
  • vite: add ajv dev dependency for vite-plugin-dts (#​31107)
🩹 Fixes
  • angular: install @angular/build when using vitest test runner (#​31169, #​30646)
  • core: send up and down arrows to pty in interactive mode (#​31084)
  • core: fail nx release cli when publish step fails (#​31088)
  • core: explicitly cleanup forked process task runner (#​31106)
  • core: add keepExistingVersions to jest option to preserve dependency versions (#​30652)
  • core: run script should exit the process when kill signals are r… (#​31109)
  • core: resolve excessive CPU consumption via child_process.rs (#​31110)
  • core: clearer tui colors on light themes (#​31095)
  • core: tui should not exit when underlying process is cancelled (#​31112)
  • core: tui summary should capture more terminal outputs (#​31113)
  • core: replace posix.relative with relative for path resolution (#​30783)
  • core: handle process killing more robustly (#​31131)
  • core: only cleanup db connection on exit (#​31137)
  • core: Update React,Vue and Node generators applications for CNW (#​31059)
  • core: simplify action dispatch, use mutex locking, and avoid unnecessary clones (#​31157)
  • core: show all native logs for debug mode (#​31154)
  • core: handle npm scope when matching project substring (#​31160)
  • core: change default native logging to "OFF" (#​31161)
  • core: do not follow symlinks when creating remote cache tarball (#​31138, #​31085)
  • core: improve pinned tasks annotation on narrow width (#​31175)
  • core: make running a single task more transparent (#​31163)
  • core: do not set tasks which cannot be interactive to interactive (#​31240)
  • core: remove engines field, improve compatibility documentation (#​31245)
  • core: ensure that global nx works with dot-nx workspace after init (#​31249)
  • core: Update e2e nightly test to not hang (#​31218)
  • core: record task runs via the queue (#​31253)
  • core: restore older nx core migrations for repair (#​31254)
  • core: prefer vertical layout categorically if there are less tha… (#​31221)
  • docs: typo in introduction.md (#​31145)
  • esbuild: update peerDep range (#​30402, #​30167, #​30009, #​30370)
  • gradle: specify idle timeout for gradle batch runner (#​31009)
  • gradle: fix gradle tests (#​30879)
  • gradle: return success false for failed task (#​31178)
  • gradle: make ci inputs same as test inputs (#​31198)
  • js: handle ${configDir} in tsconfig files when inferring tasks (#​31098, #​30883)
  • linter: handle the flat config in workspace rule generators (#​29253, #​29252)
  • module-federation: generalize the check of the remote project specified in the buildTarget (#​31211, #​30808)
  • nextjs: Update glob for cache output (#​31177)
  • nx-dev: webinar list page shows event date (#​30953)
  • nx-dev: Add docs for disableChecksum option for s3-cache (#​31199)
❤️ Thank You
web-infra-dev/rslib (rslib)

v0.8.0

Compare Source

Highlights ✨

IIFE Format Support

Set format to 'iife' to generate IIFE JavaScript output which stands for "immediately-invoked function expression" and is intended to be run in the browser, see IIFE for more details.

source code

// parent-sdk is marked as externals
// externals: ['parent-sdk']
import { version } from 'parent-sdk';
alert(version);

output

(
  () => {
    'use strict';
    const external_parent_sdk_namespaceObject = globalThis['parent-sdk'];
    alert(external_parent_sdk_namespaceObject.version);
  },
)();

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: v0.7.1...v0.8.0

dominikg/tsconfck (tsconfck)

v3.1.6

Compare Source

Patch Changes
  • fix: support extends . edge case (#​221)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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.

@netlify
Copy link

netlify bot commented May 21, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 39e3c27
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/682d3688011bd50007c50478
😎 Deploy Preview https://deploy-preview-1008--rslib.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 project configuration.

@Timeless0911 Timeless0911 enabled auto-merge (squash) May 21, 2025 03:19
@Timeless0911 Timeless0911 merged commit 892a8e7 into main May 21, 2025
14 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch May 21, 2025 03:24
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