fix(deps): update dependency browserslist to v4.24.4 #244
Annotations
2 errors and 1 warning
Execute Tests:
packages/nanobundle/src/context.test.ts#L209
AssertionError: expected { cwd: '/project', …(24) } to deeply equal { cwd: '/project', …(24) }
- Expected
+ Received
Object {
"bundle": true,
"cwd": "/project",
"declaration": false,
"externalDependencies": Array [],
"forceExternalDependencies": Array [],
"importMapsPath": "/project/package.json",
"jsx": undefined,
"jsxDev": false,
"jsxFactory": "React.createElement",
"jsxFragment": "Fragment",
"jsxImportSource": "react",
"legalComments": true,
"manifest": Object {
"engines": Object {
"node": ">=16.0.0",
},
"name": "package",
},
"module": "commonjs",
"outDir": "lib",
"platform": "node",
"reporter": ViReporter {
"captureException": [Function spy],
"debug": [Function spy],
"error": [Function spy],
"info": [Function spy],
"warn": [Function spy],
},
"resolvePath": Any<Function>,
"resolveRelativePath": Any<Function>,
"rootDir": "src",
"sourcemap": true,
"standalone": false,
"targets": Array [
"chrome96",
"firefox115",
- "edge124",
+ "edge127",
"ios15.6",
- "safari17.4",
+ "safari17.5",
"node16.0.0",
"deno1.9",
],
"tsconfigPath": undefined,
"verbose": false,
}
❯ src/context.test.ts:209:22
|
Execute Tests
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