fix(deps): update all non-major dependencies #220
Triggered via pull request
September 12, 2024 07:21
Status
Failure
Total duration
1m 12s
Artifacts
–
Annotations
22 errors and 9 warnings
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L18
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
"import "node:process";
//#region tests/fixtures/main.js
- const platform = 'darwin';
+ const platform = "darwin";
- console.log('hello "darwin"', platform);
+ console.log("hello \"darwin\"", platform);
console.log(DEV);
//#endregion
export { platform };"
❯ tests/rolldown.test.ts:18:16
|
tests/rollup.test.ts > rollup > find string:
tests/rollup.test.ts#L16
Error: Snapshot `rollup > find string 1` mismatched
- Expected
+ Received
@@ -1,6 +1,7 @@
- "import 'node:process';
+ "// main.js
+ import 'node:process';
const platform = "darwin";
console.log('hello "darwin"', platform);
console.log(DEV);
❯ tests/rollup.test.ts:16:20
|
tests/rollup.test.ts > rollup > find regexp:
tests/rollup.test.ts#L40
Error: Snapshot `rollup > find regexp 1` mismatched
- Expected
+ Received
@@ -1,6 +1,7 @@
- "import 'node:process';
+ "// main.js
+ import 'node:process';
const platform = null;
console.info('hello null', platform);
console.info(dEV);
❯ tests/rollup.test.ts:40:20
|
tests/webpack.test.ts > webpack:
tests/webpack.test.ts#L36
Error: Snapshot `webpack 1` mismatched
- Expected
+ Received
@@ -1,8 +1,7 @@
"/******/ (() => { // webpackBootstrap
- /******/ "use strict";
- var __webpack_exports__ = {};
+ /******/ "use strict";
// UNUSED EXPORTS: platform
;// CONCATENATED MODULE: external "node:process"
const external_node_process_namespaceObject = require("node:process");
❯ tests/webpack.test.ts:36:18
|
test (ubuntu-latest, 20)
Process completed with exit code 1.
|
lint:
src/index.ts#L155
The character class(es) '[$A-Z_a-z\u00A0-\uFFFF]', '[$A-Z_a-z\u00A0-\uFFFF]' can be simplified using the `i` flag
|
lint
Process completed with exit code 1.
|
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L18
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
"import "node:process";
//#region tests/fixtures/main.js
- const platform = 'darwin';
+ const platform = "darwin";
- console.log('hello "darwin"', platform);
+ console.log("hello \"darwin\"", platform);
console.log(DEV);
//#endregion
export { platform };"
❯ tests/rolldown.test.ts:18:16
|
tests/rollup.test.ts > rollup > find string:
tests/rollup.test.ts#L16
Error: Snapshot `rollup > find string 1` mismatched
- Expected
+ Received
@@ -1,6 +1,7 @@
- "import 'node:process';
+ "// main.js
+ import 'node:process';
const platform = "darwin";
console.log('hello "darwin"', platform);
console.log(DEV);
❯ tests/rollup.test.ts:16:20
|
tests/rollup.test.ts > rollup > find regexp:
tests/rollup.test.ts#L40
Error: Snapshot `rollup > find regexp 1` mismatched
- Expected
+ Received
@@ -1,6 +1,7 @@
- "import 'node:process';
+ "// main.js
+ import 'node:process';
const platform = null;
console.info('hello null', platform);
console.info(dEV);
❯ tests/rollup.test.ts:40:20
|
tests/webpack.test.ts > webpack:
tests/webpack.test.ts#L36
Error: Snapshot `webpack 1` mismatched
- Expected
+ Received
@@ -1,8 +1,7 @@
"/******/ (() => { // webpackBootstrap
- /******/ "use strict";
- var __webpack_exports__ = {};
+ /******/ "use strict";
// UNUSED EXPORTS: platform
;// CONCATENATED MODULE: external "node:process"
const external_node_process_namespaceObject = require("node:process");
❯ tests/webpack.test.ts:36:18
|
test (ubuntu-latest, 18)
Process completed with exit code 1.
|
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L18
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
"import "node:process";
//#region tests/fixtures/main.js
- const platform = 'darwin';
+ const platform = "darwin";
- console.log('hello "darwin"', platform);
+ console.log("hello \"darwin\"", platform);
console.log(DEV);
//#endregion
export { platform };"
❯ tests/rolldown.test.ts:18:16
|
tests/rollup.test.ts > rollup > find string:
tests/rollup.test.ts#L16
Error: Snapshot `rollup > find string 1` mismatched
- Expected
+ Received
@@ -1,6 +1,7 @@
- "import 'node:process';
+ "// main.js
+ import 'node:process';
const platform = "darwin";
console.log('hello "darwin"', platform);
console.log(DEV);
❯ tests/rollup.test.ts:16:20
|
tests/rollup.test.ts > rollup > find regexp:
tests/rollup.test.ts#L40
Error: Snapshot `rollup > find regexp 1` mismatched
- Expected
+ Received
@@ -1,6 +1,7 @@
- "import 'node:process';
+ "// main.js
+ import 'node:process';
const platform = null;
console.info('hello null', platform);
console.info(dEV);
❯ tests/rollup.test.ts:40:20
|
tests/webpack.test.ts > webpack:
tests/webpack.test.ts#L36
Error: Snapshot `webpack 1` mismatched
- Expected
+ Received
@@ -1,8 +1,7 @@
"/******/ (() => { // webpackBootstrap
- /******/ "use strict";
- var __webpack_exports__ = {};
+ /******/ "use strict";
// UNUSED EXPORTS: platform
;// CONCATENATED MODULE: external "node:process"
const external_node_process_namespaceObject = require("node:process");
❯ tests/webpack.test.ts:36:18
|
test (windows-latest, 18)
Process completed with exit code 1.
|
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L18
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
"import "node:process";
//#region tests/fixtures/main.js
- const platform = 'darwin';
+ const platform = "darwin";
- console.log('hello "darwin"', platform);
+ console.log("hello \"darwin\"", platform);
console.log(DEV);
//#endregion
export { platform };"
❯ tests/rolldown.test.ts:18:16
|
tests/rollup.test.ts > rollup > find string:
tests/rollup.test.ts#L16
Error: Snapshot `rollup > find string 1` mismatched
- Expected
+ Received
@@ -1,6 +1,7 @@
- "import 'node:process';
+ "// main.js
+ import 'node:process';
const platform = "darwin";
console.log('hello "darwin"', platform);
console.log(DEV);
❯ tests/rollup.test.ts:16:20
|
tests/rollup.test.ts > rollup > find regexp:
tests/rollup.test.ts#L40
Error: Snapshot `rollup > find regexp 1` mismatched
- Expected
+ Received
@@ -1,6 +1,7 @@
- "import 'node:process';
+ "// main.js
+ import 'node:process';
const platform = null;
console.info('hello null', platform);
console.info(dEV);
❯ tests/rollup.test.ts:40:20
|
tests/webpack.test.ts > webpack:
tests/webpack.test.ts#L36
Error: Snapshot `webpack 1` mismatched
- Expected
+ Received
@@ -1,8 +1,7 @@
"/******/ (() => { // webpackBootstrap
- /******/ "use strict";
- var __webpack_exports__ = {};
+ /******/ "use strict";
// UNUSED EXPORTS: platform
;// CONCATENATED MODULE: external "node:process"
const external_node_process_namespaceObject = require("node:process");
❯ tests/webpack.test.ts:36:18
|
test (windows-latest, 20)
Process completed with exit code 1.
|
lint:
src/index.ts#L9
Expected "createUnplugin" to come before "UnpluginInstance"
|
lint:
src/index.ts#L11
Expected "@rollup/pluginutils" to come before "unplugin"
|
lint:
src/index.ts#L13
Expected "resolveOptions" to come before "ReplaceItem"
|
lint:
tests/esbuild.test.ts#L3
Expected "esbuild" to come before "vitest"
|
lint:
tests/rolldown.test.ts#L3
Expected "rolldown" to come before "vitest"
|
lint:
tests/rollup.test.ts#L3
Expected "@vue-macros/test-utils" to come before "vitest"
|
lint:
tests/vite.test.ts#L3
Expected "vite" to come before "vitest"
|
lint:
tests/webpack.test.ts#L2
Expected "node:os" to come before "node:path"
|
lint:
tests/webpack.test.ts#L3
Expected "node:fs/promises" to come before "node:os"
|