fix(deps): update dependency browserslist to v4.24.4 #252
nanobundle-integration.yml
on: pull_request
Checking chores
35s
Running unit tests
19s
Annotations
2 errors and 2 warnings
src/context.test.ts > parseConfig > node platform > platform should be node when engines.node exist:
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",
+ "firefox128",
+ "edge130",
"ios15.6",
- "safari17.4",
+ "safari17.6",
"node16.0.0",
"deno1.9",
],
"tsconfigPath": undefined,
"verbose": false,
}
❯ src/context.test.ts:209:22
|
Running unit tests
Process completed with exit code 1.
|
Running unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Checking chores
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|