fix(deps): update all non-major dependencies #240
Annotations
2 errors and 1 warning
Test:
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
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading