From 661cf4a2bcfd4a7a424fe66537bc63ce9f0ac3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:09:39 +0000 Subject: [PATCH] build(deps-dev): Bump @rspack/cli from 2.1.10 to 2.2.1 Bumps [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli) from 2.1.10 to 2.2.1. - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.2.1/packages/rspack-cli) --- updated-dependencies: - dependency-name: "@rspack/cli" dependency-version: 2.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a94d0f9bdd..6e814d81e0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/stylelint-config": "^3.2.2", "@rsdoctor/rspack-plugin": "^1.6.3", - "@rspack/cli": "^2.1.10", + "@rspack/cli": "^2.2.1", "@rspack/core": "^2.1.10", "@rspack/dev-server": "^2.2.1", "@rspack/plugin-node-polyfill": "^0.5.8", @@ -2970,9 +2970,9 @@ ] }, "node_modules/@rspack/cli": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-2.1.10.tgz", - "integrity": "sha512-qkuQQ3PzD2sTS2tBAWyWNeOeZmPxRBzB+eNDBhCZmbm8DoMPujW2VQj0k9CulrkBq9sBxU8fQ+5Z/ELzbz5S8g==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@rspack/cli/-/cli-2.2.1.tgz", + "integrity": "sha512-Id6Jy9aHkKuLyYqxoDZt5P0y55/hQuUwoceSEBXloWdbRoKByxMJt+FHZdQHKKyfD0/8uA8p99DDMPe6vhypLg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index b6834a22b3d..fc97e335b34 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/stylelint-config": "^3.2.2", "@rsdoctor/rspack-plugin": "^1.6.3", - "@rspack/cli": "^2.1.10", + "@rspack/cli": "^2.2.1", "@rspack/core": "^2.1.10", "@rspack/dev-server": "^2.2.1", "@rspack/plugin-node-polyfill": "^0.5.8",