diff --git a/packages/web-platform/web-tests/package.json b/packages/web-platform/web-tests/package.json index 5f0c0e0d3c..4b4cec665d 100644 --- a/packages/web-platform/web-tests/package.json +++ b/packages/web-platform/web-tests/package.json @@ -29,8 +29,8 @@ "@lynx-js/web-worker-rpc": "workspace:*", "@lynx-js/webpack-dev-transport": "workspace:*", "@playwright/test": "^1.50.1", - "@rspack/cli": "1.2.6", - "@rspack/core": "1.2.6", + "@rspack/cli": "1.2.7", + "@rspack/core": "1.2.7", "nyc": "^17.1.0", "source-map-loader": "^5.0.0", "tslib": "^2.8.1", diff --git a/packages/webpack/chunk-loading-webpack-plugin/package.json b/packages/webpack/chunk-loading-webpack-plugin/package.json index 7920e27735..97d983e065 100644 --- a/packages/webpack/chunk-loading-webpack-plugin/package.json +++ b/packages/webpack/chunk-loading-webpack-plugin/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@lynx-js/test-tools": "workspace:*", "@microsoft/api-extractor": "catalog:", - "@rspack/core": "1.2.6", + "@rspack/core": "1.2.7", "css-loader": "^7.1.2", "mini-css-extract-plugin": "^2.9.2", "webpack": "^5.98.0" diff --git a/packages/webpack/css-extract-webpack-plugin/package.json b/packages/webpack/css-extract-webpack-plugin/package.json index d779d41d43..747135bd9a 100644 --- a/packages/webpack/css-extract-webpack-plugin/package.json +++ b/packages/webpack/css-extract-webpack-plugin/package.json @@ -52,8 +52,8 @@ "@lynx-js/template-webpack-plugin": "workspace:*", "@lynx-js/test-tools": "workspace:*", "@microsoft/api-extractor": "catalog:", - "@rspack/cli": "1.2.6", - "@rspack/core": "1.2.6", + "@rspack/cli": "1.2.7", + "@rspack/core": "1.2.7", "css-loader": "^7.1.2", "sass-loader": "^16.0.5", "webpack": "^5.98.0" diff --git a/packages/webpack/react-refresh-webpack-plugin/package.json b/packages/webpack/react-refresh-webpack-plugin/package.json index 6b93a42b5d..c5500932ae 100644 --- a/packages/webpack/react-refresh-webpack-plugin/package.json +++ b/packages/webpack/react-refresh-webpack-plugin/package.json @@ -43,7 +43,7 @@ "@lynx-js/react-webpack-plugin": "workspace:*", "@lynx-js/test-tools": "workspace:*", "@microsoft/api-extractor": "catalog:", - "@rspack/core": "1.2.6", + "@rspack/core": "1.2.7", "swc-loader": "^0.2.6", "webpack": "^5.98.0" }, diff --git a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/hook/useContext/__snapshot__/rspack/1.snap.txt b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/hook/useContext/__snapshot__/rspack/1.snap.txt index f159c43935..0c952142ad 100644 --- a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/hook/useContext/__snapshot__/rspack/1.snap.txt +++ b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/hook/useContext/__snapshot__/rspack/1.snap.txt @@ -6,7 +6,7 @@ ## Asset Files - Bundle: rspack-bundle.js - Manifest: main.LAST_HASH.hot-update.json, size: 28 -- Update: main.LAST_HASH.hot-update.js, size: 4506 +- Update: main.LAST_HASH.hot-update.js, size: 4487 ## Manifest @@ -149,10 +149,7 @@ if (moduleHot) { exports.runtime = function(__webpack_require__) { // webpack/runtime/get_full_hash (() => { -__webpack_require__.h = function () { - return "CURRENT_HASH"; -}; - +__webpack_require__.h = () => ("CURRENT_HASH") })(); } diff --git a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/hook/useState/__snapshot__/rspack/1.snap.txt b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/hook/useState/__snapshot__/rspack/1.snap.txt index 16bec51c1e..211ec6cb9d 100644 --- a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/hook/useState/__snapshot__/rspack/1.snap.txt +++ b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/hook/useState/__snapshot__/rspack/1.snap.txt @@ -6,7 +6,7 @@ ## Asset Files - Bundle: rspack-bundle.js - Manifest: main.LAST_HASH.hot-update.json, size: 28 -- Update: main.LAST_HASH.hot-update.js, size: 4096 +- Update: main.LAST_HASH.hot-update.js, size: 4077 ## Manifest @@ -143,10 +143,7 @@ if (moduleHot) { exports.runtime = function(__webpack_require__) { // webpack/runtime/get_full_hash (() => { -__webpack_require__.h = function () { - return "CURRENT_HASH"; -}; - +__webpack_require__.h = () => ("CURRENT_HASH") })(); } diff --git a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/basic/__snapshot__/rspack/1.snap.txt b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/basic/__snapshot__/rspack/1.snap.txt index 15b3b2d626..bf9ac22428 100644 --- a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/basic/__snapshot__/rspack/1.snap.txt +++ b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/basic/__snapshot__/rspack/1.snap.txt @@ -6,7 +6,7 @@ ## Asset Files - Bundle: rspack-bundle.js - Manifest: main.LAST_HASH.hot-update.json, size: 28 -- Update: main.LAST_HASH.hot-update.js, size: 3269 +- Update: main.LAST_HASH.hot-update.js, size: 3250 ## Manifest @@ -124,10 +124,7 @@ if (moduleHot) { exports.runtime = function(__webpack_require__) { // webpack/runtime/get_full_hash (() => { -__webpack_require__.h = function () { - return "CURRENT_HASH"; -}; - +__webpack_require__.h = () => ("CURRENT_HASH") })(); } diff --git a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/basic/__snapshot__/rspack/2.snap.txt b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/basic/__snapshot__/rspack/2.snap.txt index d38a751047..ad17f68351 100644 --- a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/basic/__snapshot__/rspack/2.snap.txt +++ b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/basic/__snapshot__/rspack/2.snap.txt @@ -6,7 +6,7 @@ ## Asset Files - Bundle: rspack-bundle.js - Manifest: main.LAST_HASH.hot-update.json, size: 28 -- Update: main.LAST_HASH.hot-update.js, size: 3269 +- Update: main.LAST_HASH.hot-update.js, size: 3250 ## Manifest @@ -124,10 +124,7 @@ if (moduleHot) { exports.runtime = function(__webpack_require__) { // webpack/runtime/get_full_hash (() => { -__webpack_require__.h = function () { - return "CURRENT_HASH"; -}; - +__webpack_require__.h = () => ("CURRENT_HASH") })(); } diff --git a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/recovery/__snapshot__/rspack/2.snap.txt b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/recovery/__snapshot__/rspack/2.snap.txt index bb94b3980d..ed10452db6 100644 --- a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/recovery/__snapshot__/rspack/2.snap.txt +++ b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/recovery/__snapshot__/rspack/2.snap.txt @@ -6,7 +6,7 @@ ## Asset Files - Bundle: rspack-bundle.js - Manifest: main.LAST_HASH.hot-update.json, size: 28 -- Update: main.LAST_HASH.hot-update.js, size: 3272 +- Update: main.LAST_HASH.hot-update.js, size: 3253 ## Manifest @@ -124,10 +124,7 @@ if (moduleHot) { exports.runtime = function(__webpack_require__) { // webpack/runtime/get_full_hash (() => { -__webpack_require__.h = function () { - return "CURRENT_HASH"; -}; - +__webpack_require__.h = () => ("CURRENT_HASH") })(); } diff --git a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/value/__snapshot__/rspack/1.snap.txt b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/value/__snapshot__/rspack/1.snap.txt index c7c074d089..fac7c39f25 100644 --- a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/value/__snapshot__/rspack/1.snap.txt +++ b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/value/__snapshot__/rspack/1.snap.txt @@ -6,7 +6,7 @@ ## Asset Files - Bundle: rspack-bundle.js - Manifest: main.LAST_HASH.hot-update.json, size: 28 -- Update: main.LAST_HASH.hot-update.js, size: 3406 +- Update: main.LAST_HASH.hot-update.js, size: 3387 ## Manifest @@ -128,10 +128,7 @@ if (moduleHot) { exports.runtime = function(__webpack_require__) { // webpack/runtime/get_full_hash (() => { -__webpack_require__.h = function () { - return "CURRENT_HASH"; -}; - +__webpack_require__.h = () => ("CURRENT_HASH") })(); } diff --git a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/value/__snapshot__/rspack/2.snap.txt b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/value/__snapshot__/rspack/2.snap.txt index a24adb12a3..0934cde824 100644 --- a/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/value/__snapshot__/rspack/2.snap.txt +++ b/packages/webpack/react-refresh-webpack-plugin/test/hotCases/jsx/value/__snapshot__/rspack/2.snap.txt @@ -6,7 +6,7 @@ ## Asset Files - Bundle: rspack-bundle.js - Manifest: main.LAST_HASH.hot-update.json, size: 28 -- Update: main.LAST_HASH.hot-update.js, size: 3406 +- Update: main.LAST_HASH.hot-update.js, size: 3387 ## Manifest @@ -128,10 +128,7 @@ if (moduleHot) { exports.runtime = function(__webpack_require__) { // webpack/runtime/get_full_hash (() => { -__webpack_require__.h = function () { - return "CURRENT_HASH"; -}; - +__webpack_require__.h = () => ("CURRENT_HASH") })(); } diff --git a/packages/webpack/react-webpack-plugin/package.json b/packages/webpack/react-webpack-plugin/package.json index 7bee59c15b..fa1db4e844 100644 --- a/packages/webpack/react-webpack-plugin/package.json +++ b/packages/webpack/react-webpack-plugin/package.json @@ -47,7 +47,7 @@ "@lynx-js/test-tools": "workspace:*", "@lynx-js/vitest-setup": "workspace:*", "@microsoft/api-extractor": "catalog:", - "@rspack/core": "1.2.6", + "@rspack/core": "1.2.7", "css-loader": "^7.1.2", "swc-loader": "^0.2.6", "webpack": "^5.98.0" diff --git a/packages/webpack/test-tools/package.json b/packages/webpack/test-tools/package.json index dd0378e17d..899a1f87fa 100644 --- a/packages/webpack/test-tools/package.json +++ b/packages/webpack/test-tools/package.json @@ -19,8 +19,8 @@ "types": "lib/index.d.ts", "scripts": {}, "devDependencies": { - "@rspack/core": "1.2.6", - "@rspack/test-tools": "1.2.6", + "@rspack/core": "1.2.7", + "@rspack/test-tools": "1.2.7", "@types/fs-extra": "11.0.4", "fs-extra": "^11.3.0", "rimraf": "^6.0.1", diff --git a/packages/webpack/webpack-runtime-globals/package.json b/packages/webpack/webpack-runtime-globals/package.json index af80c824b6..345cd19b57 100644 --- a/packages/webpack/webpack-runtime-globals/package.json +++ b/packages/webpack/webpack-runtime-globals/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "catalog:", - "@rspack/core": "1.2.6" + "@rspack/core": "1.2.7" }, "engines": { "node": ">=18" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef4606add0..ec65761e8a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -606,11 +606,11 @@ importers: specifier: ^1.50.1 version: 1.50.1 '@rspack/cli': - specifier: 1.2.6 - version: 1.2.6(@rspack/core@1.2.6(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0) + specifier: 1.2.7 + version: 1.2.7(@rspack/core@1.2.7(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0) '@rspack/core': - specifier: 1.2.6 - version: 1.2.6(@swc/helpers@0.5.15) + specifier: 1.2.7 + version: 1.2.7(@swc/helpers@0.5.15) nyc: specifier: ^17.1.0 version: 17.1.0 @@ -655,11 +655,11 @@ importers: specifier: 'catalog:' version: 7.51.1(@types/node@22.13.5) '@rspack/core': - specifier: 1.2.6 - version: 1.2.6(@swc/helpers@0.5.15) + specifier: 1.2.7 + version: 1.2.7(@swc/helpers@0.5.15) css-loader: specifier: ^7.1.2 - version: 7.1.2(@rspack/core@1.2.6(@swc/helpers@0.5.15))(webpack@5.98.0) + version: 7.1.2(@rspack/core@1.2.7(@swc/helpers@0.5.15))(webpack@5.98.0) mini-css-extract-plugin: specifier: ^2.9.2 version: 2.9.2(webpack@5.98.0) @@ -686,17 +686,17 @@ importers: specifier: 'catalog:' version: 7.51.1(@types/node@22.13.5) '@rspack/cli': - specifier: 1.2.6 - version: 1.2.6(@rspack/core@1.2.6(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0) + specifier: 1.2.7 + version: 1.2.7(@rspack/core@1.2.7(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0) '@rspack/core': - specifier: 1.2.6 - version: 1.2.6(@swc/helpers@0.5.15) + specifier: 1.2.7 + version: 1.2.7(@swc/helpers@0.5.15) css-loader: specifier: ^7.1.2 - version: 7.1.2(@rspack/core@1.2.6(@swc/helpers@0.5.15))(webpack@5.98.0) + version: 7.1.2(@rspack/core@1.2.7(@swc/helpers@0.5.15))(webpack@5.98.0) sass-loader: specifier: ^16.0.5 - version: 16.0.5(@rspack/core@1.2.6(@swc/helpers@0.5.15))(sass-embedded@1.85.0)(webpack@5.98.0) + version: 16.0.5(@rspack/core@1.2.7(@swc/helpers@0.5.15))(sass-embedded@1.85.0)(webpack@5.98.0) webpack: specifier: ^5.98.0 version: 5.98.0 @@ -719,8 +719,8 @@ importers: specifier: 'catalog:' version: 7.51.1(@types/node@22.13.5) '@rspack/core': - specifier: 1.2.6 - version: 1.2.6(@swc/helpers@0.5.15) + specifier: 1.2.7 + version: 1.2.7(@swc/helpers@0.5.15) swc-loader: specifier: ^0.2.6 version: 0.2.6(@swc/core@1.7.35(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.7.35(@swc/helpers@0.5.15))) @@ -756,11 +756,11 @@ importers: specifier: 'catalog:' version: 7.51.1(@types/node@22.13.5) '@rspack/core': - specifier: 1.2.6 - version: 1.2.6(@swc/helpers@0.5.15) + specifier: 1.2.7 + version: 1.2.7(@swc/helpers@0.5.15) css-loader: specifier: ^7.1.2 - version: 7.1.2(@rspack/core@1.2.6(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.7.35(@swc/helpers@0.5.15))) + version: 7.1.2(@rspack/core@1.2.7(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.7.35(@swc/helpers@0.5.15))) swc-loader: specifier: ^0.2.6 version: 0.2.6(@swc/core@1.7.35(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.7.35(@swc/helpers@0.5.15))) @@ -824,11 +824,11 @@ importers: packages/webpack/test-tools: devDependencies: '@rspack/core': - specifier: 1.2.6 - version: 1.2.6(@swc/helpers@0.5.15) + specifier: 1.2.7 + version: 1.2.7(@swc/helpers@0.5.15) '@rspack/test-tools': - specifier: 1.2.6 - version: 1.2.6(@rspack/core@1.2.6(@swc/helpers@0.5.15)) + specifier: 1.2.7 + version: 1.2.7(@rspack/core@1.2.7(@swc/helpers@0.5.15)) '@types/fs-extra': specifier: 11.0.4 version: 11.0.4 @@ -882,8 +882,8 @@ importers: specifier: 'catalog:' version: 7.51.1(@types/node@22.13.5) '@rspack/core': - specifier: 1.2.6 - version: 1.2.6(@swc/helpers@0.5.15) + specifier: 1.2.7 + version: 1.2.7(@swc/helpers@0.5.15) packages: @@ -2174,11 +2174,6 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.2.6': - resolution: {integrity: sha512-31URF3tAgVR8Pt6Oc8MANV/gYNR6DlUhtIMmWM2EwdcWTyIEnN7gSDdjtB6cYvETHwdM7NDSCOgyIirG1+tNZw==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-arm64@1.2.7': resolution: {integrity: sha512-dT5eSMTknZaI8Djmz8KnaWM68rjZuBZwsKyF144o+ZSJM55vgiNXyL0lQYB8mX9nR3Gck+jKuGUAT2W/EF/t5Q==} cpu: [arm64] @@ -2189,11 +2184,6 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.2.6': - resolution: {integrity: sha512-0XJMOGEqERP9N8zgJxfdWzuZG9buEp6RL4PSVaXPvcKw75Ig3YW50A8sMqd4SNXAqJp2gC706d6l8OnMXpRo3w==} - cpu: [x64] - os: [darwin] - '@rspack/binding-darwin-x64@1.2.7': resolution: {integrity: sha512-5n8IhKBxH71d4BUIvyzTwSOAOKNneLPJwLIphSPNIbCMGjLI59/EVpxSQ/AAUfyMkqOs635NNCn0eGQVuzpI/w==} cpu: [x64] @@ -2204,11 +2194,6 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.2.6': - resolution: {integrity: sha512-Ld26wvy9NSTqhUb/ll5ZpIW08ZzUkTl5daW3xHJgcaoRDrnJkRV1pMx8cdV8S+xsavJIPf4c+BuKpU6Ml2kx9A==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-gnu@1.2.7': resolution: {integrity: sha512-DTtFBJmgQQrVWjbklpgJDr3kE9Uf1fHsPh+1GVslsBuyn+o4O7JslrnjuVsQCYKoiEg0Lg4ZPQmwnhJLHssZ5A==} cpu: [arm64] @@ -2219,11 +2204,6 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.2.6': - resolution: {integrity: sha512-TrklgPKngiuzRovr7MdXDKXPfjJlT3g5LmCX/Y4pPfNrrOLjzL/fpEBRXBJEhrSuNWqpkZSNLs+Av02IY7manQ==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-musl@1.2.7': resolution: {integrity: sha512-01/OoQQF9eyDvRKkxj4DzCznfGZIvnzI8qOsrv+M7VBm8FLoKpb3hygXixaGQOXmNL42XTh61qjgm++fBu6aUA==} cpu: [arm64] @@ -2234,11 +2214,6 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.2.6': - resolution: {integrity: sha512-aZ6mrZyuUg8hlBf7qEfXRAVPh2tM8E7kYZhI5eBOUoi6XhO5fTVcf/S2VUimFWLUmJdmSujG+nrYGQu1n74Xag==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.2.7': resolution: {integrity: sha512-lUOAUq0YSsofCXsP6XnlgfH0ZRDZ2X2XqXLXYjqf4xkSxCl5eBmE0EQYjAHF4zjUvU5rVx4a4bDLWv7+t3bOHg==} cpu: [x64] @@ -2249,11 +2224,6 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.2.6': - resolution: {integrity: sha512-Trg+s1b6sD4XNMOvwWwI+cebwGOBEXsND9Ofjc6L1RPtCeZQ5Rrycfh/HVymI50Y48g8YMibLZw8G2gAfK8SZw==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-musl@1.2.7': resolution: {integrity: sha512-ZrPXfgT30p4DlydYavaTHiluxHkWvZHt7K4q7qNyTfYYowG6jRGwWi/PATdugNICGv027Wsh5nzEO4o27Iuhwg==} cpu: [x64] @@ -2264,11 +2234,6 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.2.6': - resolution: {integrity: sha512-lEWMW8H5ERYX376NA2qGritCHmcMNW+Ob6WVWuEZNh0oWeBD/mWqWFxbCx5J3KtlVy4miwk65V8YDd92alUEyw==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-arm64-msvc@1.2.7': resolution: {integrity: sha512-1OzzM+OUSWX39XYcDfxJ8bGX5vNNrRejCMGotBEdP+uQ3KMWCPz0G4KRc3QIjghaLIYk3ofd83hcfUxyk/2Xog==} cpu: [arm64] @@ -2279,11 +2244,6 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.2.6': - resolution: {integrity: sha512-ML3f7vDyv2c7d+ync6l3aRY4cIAKUPT5n+yz7sRcwIBrB4n1n4rH6wf5a56h4wHjiWpnV0gXBXI9SrYD5a4vRQ==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.2.7': resolution: {integrity: sha512-VWlDCV9kDtijk9GK6ZtBQmYoVzKGpnrJB0iI3d2gIEa/2NwikJ89bLMFE4dFx8UNH3p/sSyb5pmPOQnbudFK7Q==} cpu: [ia32] @@ -2294,11 +2254,6 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.2.6': - resolution: {integrity: sha512-0W0iComo7cdOg5fOuaZ2l1Mz7DG1A4SPDes557n9CH2Tf5rub3m2rBoMQ1B/XIkcUeGf+oB6bbBBroHPH0vQBA==} - cpu: [x64] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.2.7': resolution: {integrity: sha512-l/sTdeMsQF1a1aB79cWykDNRZG6nkUA0biJo2/sEARP3ijdr8TuwUdirp2JRDmZfQJkoJnQ2un9y9qyW+TIZzA==} cpu: [x64] @@ -2307,14 +2262,11 @@ packages: '@rspack/binding@1.2.3': resolution: {integrity: sha512-enpOXZPQOJO800wdWcR7H5Dx5UZfwkaT0D0xsHD53WbpI09Z2KJbLX7I/i1FLLy3K1KQTB+2FIHLVdRikasXZA==} - '@rspack/binding@1.2.6': - resolution: {integrity: sha512-Szu9w+RktSunBNfIHDORY/YRLFplhnUF9QgpUles8XYzKo6NA96WQNJoFbrBDkEQPbNUtVpEk4Ua1c9ZWtVTJQ==} - '@rspack/binding@1.2.7': resolution: {integrity: sha512-QH+kxkG0I9C6lmlwgBUDFsy24ihXMGG5lfiNtQilk4CyBN+AgSWFENcYrnkUaBioZAvMBznQLiccV3X0JeH9iQ==} - '@rspack/cli@1.2.6': - resolution: {integrity: sha512-pUaLRMAW1x4kHk5rDbQg+zzOpvHpfUFPp5KsuccclrKpHjKCLcK2KTNohpDHd+rVH5qCrxvV+bU7s0XHN4saOA==} + '@rspack/cli@1.2.7': + resolution: {integrity: sha512-nUUZuwnSEORqPcknhP+gkQh9YZqeOlmFKJA1YRnZ5QQkzugCehV+xzVjO+Ezd8R1CSMpqdAQq7+pFZ8rpaRymA==} hasBin: true peerDependencies: '@rspack/core': ^1.0.0-alpha || ^1.x @@ -2335,18 +2287,6 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.2.6': - resolution: {integrity: sha512-CYiz6kXWdZX0tKu819Bromg84W9+GrgSY7OTMtr39IKRcCHjdVVjPYFthga2bNppfT+Ifeti5Ed06Xxlptr9CQ==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@rspack/tracing': ^1.x - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@rspack/tracing': - optional: true - '@swc/helpers': - optional: true - '@rspack/core@1.2.7': resolution: {integrity: sha512-Vg7ySflnqI1nNOBPd6VJkQozWADssxn3einbxa9OqDVAB+dGSj8qihTs6rlaTSewidoaYTGIAiTMHO2y+61qqQ==} engines: {node: '>=16.0.0'} @@ -2369,8 +2309,8 @@ packages: resolution: {integrity: sha512-VynGOEsVw2s8TAlLf/uESfrgfrq2+rcXB1muPJYBWbsm1Oa6r5qVQhjA5ggM6z/coYPrsVMgovl3Ff7Q7OCp1w==} engines: {node: '>=16.0.0'} - '@rspack/test-tools@1.2.6': - resolution: {integrity: sha512-TZnRbmjbYJs6rP+GfpFCUJTqUbs1DBfKNHbcWE83frJQZ+EoSnHV1wV+eFZX5Xf2HHEkyyJsQIaIiffSoFirJQ==} + '@rspack/test-tools@1.2.7': + resolution: {integrity: sha512-ksDrqICWu/R7ztwo0AKc7TBcp2ZO/5gK1EkKG9e8MAm1RJrcvjjejp7bzHCD6M2lXYrAcbIyaOjZJnhtZ6JuHg==} peerDependencies: '@rspack/core': '>=1.0.0' @@ -8422,81 +8362,54 @@ snapshots: '@rspack/binding-darwin-arm64@1.2.3': optional: true - '@rspack/binding-darwin-arm64@1.2.6': - optional: true - '@rspack/binding-darwin-arm64@1.2.7': optional: true '@rspack/binding-darwin-x64@1.2.3': optional: true - '@rspack/binding-darwin-x64@1.2.6': - optional: true - '@rspack/binding-darwin-x64@1.2.7': optional: true '@rspack/binding-linux-arm64-gnu@1.2.3': optional: true - '@rspack/binding-linux-arm64-gnu@1.2.6': - optional: true - '@rspack/binding-linux-arm64-gnu@1.2.7': optional: true '@rspack/binding-linux-arm64-musl@1.2.3': optional: true - '@rspack/binding-linux-arm64-musl@1.2.6': - optional: true - '@rspack/binding-linux-arm64-musl@1.2.7': optional: true '@rspack/binding-linux-x64-gnu@1.2.3': optional: true - '@rspack/binding-linux-x64-gnu@1.2.6': - optional: true - '@rspack/binding-linux-x64-gnu@1.2.7': optional: true '@rspack/binding-linux-x64-musl@1.2.3': optional: true - '@rspack/binding-linux-x64-musl@1.2.6': - optional: true - '@rspack/binding-linux-x64-musl@1.2.7': optional: true '@rspack/binding-win32-arm64-msvc@1.2.3': optional: true - '@rspack/binding-win32-arm64-msvc@1.2.6': - optional: true - '@rspack/binding-win32-arm64-msvc@1.2.7': optional: true '@rspack/binding-win32-ia32-msvc@1.2.3': optional: true - '@rspack/binding-win32-ia32-msvc@1.2.6': - optional: true - '@rspack/binding-win32-ia32-msvc@1.2.7': optional: true '@rspack/binding-win32-x64-msvc@1.2.3': optional: true - '@rspack/binding-win32-x64-msvc@1.2.6': - optional: true - '@rspack/binding-win32-x64-msvc@1.2.7': optional: true @@ -8512,18 +8425,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.2.3 '@rspack/binding-win32-x64-msvc': 1.2.3 - '@rspack/binding@1.2.6': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.2.6 - '@rspack/binding-darwin-x64': 1.2.6 - '@rspack/binding-linux-arm64-gnu': 1.2.6 - '@rspack/binding-linux-arm64-musl': 1.2.6 - '@rspack/binding-linux-x64-gnu': 1.2.6 - '@rspack/binding-linux-x64-musl': 1.2.6 - '@rspack/binding-win32-arm64-msvc': 1.2.6 - '@rspack/binding-win32-ia32-msvc': 1.2.6 - '@rspack/binding-win32-x64-msvc': 1.2.6 - '@rspack/binding@1.2.7': optionalDependencies: '@rspack/binding-darwin-arm64': 1.2.7 @@ -8536,11 +8437,11 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.2.7 '@rspack/binding-win32-x64-msvc': 1.2.7 - '@rspack/cli@1.2.6(@rspack/core@1.2.6(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0)': + '@rspack/cli@1.2.7(@rspack/core@1.2.7(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0)': dependencies: '@discoveryjs/json-ext': 0.5.7 - '@rspack/core': 1.2.6(@swc/helpers@0.5.15) - '@rspack/dev-server': 1.0.10(@rspack/core@1.2.6(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0) + '@rspack/core': 1.2.7(@swc/helpers@0.5.15) + '@rspack/dev-server': 1.0.10(@rspack/core@1.2.7(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0) colorette: 2.0.20 exit-hook: 4.0.0 interpret: 3.1.1 @@ -8565,15 +8466,6 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.15 - '@rspack/core@1.2.6(@swc/helpers@0.5.15)': - dependencies: - '@module-federation/runtime-tools': 0.8.4 - '@rspack/binding': 1.2.6 - '@rspack/lite-tapable': 1.0.1 - caniuse-lite: 1.0.30001700 - optionalDependencies: - '@swc/helpers': 0.5.15 - '@rspack/core@1.2.7(@swc/helpers@0.5.15)': dependencies: '@module-federation/runtime-tools': 0.8.4 @@ -8583,9 +8475,9 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.15 - '@rspack/dev-server@1.0.10(@rspack/core@1.2.6(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0)': + '@rspack/dev-server@1.0.10(@rspack/core@1.2.7(@swc/helpers@0.5.15))(@types/express@4.17.21)(webpack@5.98.0)': dependencies: - '@rspack/core': 1.2.6(@swc/helpers@0.5.15) + '@rspack/core': 1.2.7(@swc/helpers@0.5.15) chokidar: 3.6.0 connect-history-api-fallback: 2.0.0 express: 4.21.1 @@ -8606,7 +8498,7 @@ snapshots: '@rspack/lite-tapable@1.0.1': {} - '@rspack/test-tools@1.2.6(@rspack/core@1.2.6(@swc/helpers@0.5.15))': + '@rspack/test-tools@1.2.7(@rspack/core@1.2.7(@swc/helpers@0.5.15))': dependencies: '@babel/generator': 7.26.9 '@babel/helpers': 7.26.9 @@ -8614,7 +8506,7 @@ snapshots: '@babel/template': 7.25.9 '@babel/traverse': 7.26.9 '@babel/types': 7.26.9 - '@rspack/core': 1.2.6(@swc/helpers@0.5.15) + '@rspack/core': 1.2.7(@swc/helpers@0.5.15) cross-env: 7.0.3 csv-to-markdown-table: 1.4.1 deepmerge: 4.3.1 @@ -9764,7 +9656,7 @@ snapshots: dependencies: postcss: 8.5.3 - css-loader@7.1.2(@rspack/core@1.2.6(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.7.35(@swc/helpers@0.5.15))): + css-loader@7.1.2(@rspack/core@1.2.7(@swc/helpers@0.5.15))(webpack@5.98.0(@swc/core@1.7.35(@swc/helpers@0.5.15))): dependencies: icss-utils: 5.1.0(postcss@8.5.3) postcss: 8.5.3 @@ -9775,10 +9667,10 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.1 optionalDependencies: - '@rspack/core': 1.2.6(@swc/helpers@0.5.15) + '@rspack/core': 1.2.7(@swc/helpers@0.5.15) webpack: 5.98.0(@swc/core@1.7.35(@swc/helpers@0.5.15)) - css-loader@7.1.2(@rspack/core@1.2.6(@swc/helpers@0.5.15))(webpack@5.98.0): + css-loader@7.1.2(@rspack/core@1.2.7(@swc/helpers@0.5.15))(webpack@5.98.0): dependencies: icss-utils: 5.1.0(postcss@8.5.3) postcss: 8.5.3 @@ -9789,7 +9681,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.1 optionalDependencies: - '@rspack/core': 1.2.6(@swc/helpers@0.5.15) + '@rspack/core': 1.2.7(@swc/helpers@0.5.15) webpack: 5.98.0 css-minimizer-webpack-plugin@5.0.1(webpack@5.98.0): @@ -12667,11 +12559,11 @@ snapshots: sass-embedded-win32-ia32: 1.85.0 sass-embedded-win32-x64: 1.85.0 - sass-loader@16.0.5(@rspack/core@1.2.6(@swc/helpers@0.5.15))(sass-embedded@1.85.0)(webpack@5.98.0): + sass-loader@16.0.5(@rspack/core@1.2.7(@swc/helpers@0.5.15))(sass-embedded@1.85.0)(webpack@5.98.0): dependencies: neo-async: 2.6.2 optionalDependencies: - '@rspack/core': 1.2.6(@swc/helpers@0.5.15) + '@rspack/core': 1.2.7(@swc/helpers@0.5.15) sass-embedded: 1.85.0 webpack: 5.98.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 28517e4a54..a3abd1e7e3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,6 +11,7 @@ packages: - packages/webpack/* - packages/third-party/* - .github/actions/eco-ci - catalog: - "@microsoft/api-extractor": "7.51.1" + "@microsoft/api-extractor": 7.51.1 +ignoredBuiltDependencies: + - core-js