Skip to content

chore(dev-deps): update all non-major dependencies #1878

chore(dev-deps): update all non-major dependencies

chore(dev-deps): update all non-major dependencies #1878

Triggered via pull request September 23, 2024 19:54
Status Failure
Total duration 35s
Artifacts

lint-js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
lint_js: benchmark/run.ts#L16
Replace `⏎··dirname(fileURLToPath(import.meta.url)),⏎··"data.json",⏎` with `dirname(fileURLToPath(import.meta.url)),·"data.json"`
lint_js: benchmark/run.ts#L32
Replace `⏎······!(error·instanceof·Error)·||⏎······!("code"·in·error)·||⏎······error.code·!==·"ENOENT"⏎····` with `!(error·instanceof·Error)·||·!("code"·in·error)·||·error.code·!==·"ENOENT"`
lint_js: benchmark/run.ts#L39
Replace `⏎······"No·benchmark·data·file·found.·Generating·random·data·for·benchmarking·against.",⏎····` with `"No·benchmark·data·file·found.·Generating·random·data·for·benchmarking·against."`
lint_js: benchmark/run.ts#L65
Replace `⏎····`\nRunning·benchmarks·for·data·set·"${benchmarkName}"·(${m_i·+·1}·of·${⏎······benchmarkDataSets.length⏎····}):\n`,⏎··` with ``\nRunning·benchmarks·for·data·set·"${benchmarkName}"·(${m_i·+·1}·of·${benchmarkDataSets.length}):\n``
lint_js: benchmark/run.ts#L97
Replace `⏎··name:·string,⏎··items:·number,⏎··maxProperties:·number,⏎··maxDepth:·number,⏎` with `name:·string,·items:·number,·maxProperties:·number,·maxDepth:·number`
lint_js: benchmark/run.ts#L115
Replace `⏎··maxProperties:·number,⏎··depth:·number,⏎··currentDepth·=·0,⏎` with `maxProperties:·number,·depth:·number,·currentDepth·=·0`
lint_js: benchmark/run.ts#L124
Replace `⏎····Array.from({·length:·maxProperties·},·(_,·i)·=>⏎······String.fromCodePoint(i·+·65),⏎····),⏎··` with `Array.from({·length:·maxProperties·},·(_,·i)·=>·String.fromCodePoint(i·+·65))`
lint_js: benchmark/run.ts#L133
Replace `⏎······currentDepth·<·depth⏎········?·generateBenchmarkDataItem(maxProperties,·depth,·currentDepth·+·1)⏎·······` with `·currentDepth·<·depth·?·generateBenchmarkDataItem(maxProperties,·depth,·currentDepth·+·1)`
lint_js: benchmark/run.ts#L150
Replace `⏎······array[m_randomIndex],⏎······array[m_currentIndex],⏎····` with `array[m_randomIndex],·array[m_currentIndex]`
lint_js: src/deepmerge-into.ts#L2
Replace `⏎··defaultFilterValues,⏎··defaultMetaDataUpdater,⏎` with `·defaultFilterValues,·defaultMetaDataUpdater·`
lint_js
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint_js: benchmark/run.ts#L14
"tinybench" is not published
lint_js: tests/deepmerge-custom.test.ts#L516
'idPath' is already declared in the upper scope on line 516 column 17
lint_js: tests/deepmerge-custom.test.ts#L550
'id' is already declared in the upper scope on line 527 column 17
lint_js: tests/deepmerge-custom.test.ts#L550
'values' is already declared in the upper scope on line 515 column 23
lint_js: tests/deepmerge-into-custom.test.ts#L384
'idPath' is already declared in the upper scope on line 384 column 17
lint_js: tests/deepmerge-into-custom.test.ts#L418
'id' is already declared in the upper scope on line 396 column 17
lint_js: tests/deepmerge-into-custom.test.ts#L418
'values' is already declared in the upper scope on line 383 column 33