fix(deps): update all non-major dependencies #242
Annotations
14 errors and 4 warnings
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L25
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
"// main.js
- import { jsx as _jsx } from "react/jsx-runtime";
+ import { jsx } from "react/jsx-runtime";
//#region tests/fixtures/basic/component.tsx
function Component() {
- return _jsx("div", { children: "I'm a div in a tsx component!" });
+ return jsx("div", { children: "I'm a div in a tsx component!" });
}
//#endregion
//#region tests/fixtures/basic/main.ts
function hello(s) {
❯ tests/rolldown.test.ts:25:43
|
test (ubuntu-latest, 22)
Process completed with exit code 1.
|
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L25
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
"// main.js
- import { jsx as _jsx } from "react/jsx-runtime";
+ import { jsx } from "react/jsx-runtime";
//#region tests/fixtures/basic/component.tsx
function Component() {
- return _jsx("div", { children: "I'm a div in a tsx component!" });
+ return jsx("div", { children: "I'm a div in a tsx component!" });
}
//#endregion
//#region tests/fixtures/basic/main.ts
function hello(s) {
❯ tests/rolldown.test.ts:25:43
|
test (ubuntu-latest, 18)
Process completed with exit code 1.
|
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L25
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
"// main.js
- import { jsx as _jsx } from "react/jsx-runtime";
+ import { jsx } from "react/jsx-runtime";
//#region tests/fixtures/basic/component.tsx
function Component() {
- return _jsx("div", { children: "I'm a div in a tsx component!" });
+ return jsx("div", { children: "I'm a div in a tsx component!" });
}
//#endregion
//#region tests/fixtures/basic/main.ts
function hello(s) {
❯ tests/rolldown.test.ts:25:43
|
test (ubuntu-latest, 20)
Process completed with exit code 1.
|
lint:
src/core/transformer.ts#L32
Type '{ map: string | undefined; code: string; errors: Array<OxcError>; }' is not assignable to type 'TransformResult'.
|
lint
Process completed with exit code 1.
|
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L25
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
"// main.js
- import { jsx as _jsx } from "react/jsx-runtime";
+ import { jsx } from "react/jsx-runtime";
//#region tests/fixtures/basic/component.tsx
function Component() {
- return _jsx("div", { children: "I'm a div in a tsx component!" });
+ return jsx("div", { children: "I'm a div in a tsx component!" });
}
//#endregion
//#region tests/fixtures/basic/main.ts
function hello(s) {
❯ tests/rolldown.test.ts:25:43
|
test (windows-latest, 18)
Process completed with exit code 1.
|
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L25
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
"// main.js
- import { jsx as _jsx } from "react/jsx-runtime";
+ import { jsx } from "react/jsx-runtime";
//#region tests/fixtures/basic/component.tsx
function Component() {
- return _jsx("div", { children: "I'm a div in a tsx component!" });
+ return jsx("div", { children: "I'm a div in a tsx component!" });
}
//#endregion
//#region tests/fixtures/basic/main.ts
function hello(s) {
❯ tests/rolldown.test.ts:25:43
|
test (windows-latest, 22)
Process completed with exit code 1.
|
tests/rolldown.test.ts > rolldown:
tests/rolldown.test.ts#L25
Error: Snapshot `rolldown 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
"// main.js
- import { jsx as _jsx } from "react/jsx-runtime";
+ import { jsx } from "react/jsx-runtime";
//#region tests/fixtures/basic/component.tsx
function Component() {
- return _jsx("div", { children: "I'm a div in a tsx component!" });
+ return jsx("div", { children: "I'm a div in a tsx component!" });
}
//#endregion
//#region tests/fixtures/basic/main.ts
function hello(s) {
❯ tests/rolldown.test.ts:25:43
|
test (windows-latest, 20)
Process completed with exit code 1.
|
test (ubuntu-latest, 22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (ubuntu-latest, 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (ubuntu-latest, 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|