Skip to content

chore: update dependencies to latest (December 18 2024) #627

chore: update dependencies to latest (December 18 2024)

chore: update dependencies to latest (December 18 2024) #627

Triggered via pull request December 18, 2024 14:20
Status Failure
Total duration 3m 9s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 13 warnings
src/next/blocks/blockCSpell.test.ts > blockCSpell > without addons: src/next/blocks/blockCSpell.test.ts#L13
Error: Snapshot `blockCSpell > without addons 1` mismatched - Expected + Received @@ -39,11 +39,11 @@ }, { "addons": { "properties": { "devDependencies": { - "cspell": "8.16.1", + "cspell": "8.17.1", }, "scripts": { "lint:spelling": "cspell "**" ".github/**/*"", }, }, ❯ src/next/blocks/blockCSpell.test.ts:13:20
src/next/blocks/blockCSpell.test.ts > blockCSpell > with addons: src/next/blocks/blockCSpell.test.ts#L83
Error: Snapshot `blockCSpell > with addons 1` mismatched - Expected + Received @@ -39,11 +39,11 @@ }, { "addons": { "properties": { "devDependencies": { - "cspell": "8.16.1", + "cspell": "8.17.1", }, "scripts": { "lint:spelling": "cspell "**" ".github/**/*"", }, }, ❯ src/next/blocks/blockCSpell.test.ts:83:20
src/next/blocks/blockESLint.test.ts > blockESLint > without addons: src/next/blocks/blockESLint.test.ts#L13
Error: Snapshot `blockESLint > without addons 1` mismatched - Expected + Received @@ -53,14 +53,14 @@ }, { "addons": { "properties": { "devDependencies": { - "@eslint/js": "9.16.0", + "@eslint/js": "9.17.0", - "@types/node": "22.10.1", + "@types/node": "22.10.2", - "eslint": "9.16.0", + "eslint": "9.17.0", - "typescript-eslint": "8.18.0", + "typescript-eslint": "8.18.1", }, "scripts": { "lint": "eslint . --max-warnings 0", }, }, ❯ src/next/blocks/blockESLint.test.ts:13:20
src/next/blocks/blockESLint.test.ts > blockESLint > with addons: src/next/blocks/blockESLint.test.ts#L169
Error: Snapshot `blockESLint > with addons 1` mismatched - Expected + Received @@ -54,17 +54,17 @@ }, { "addons": { "properties": { "devDependencies": { - "@eslint/js": "9.16.0", + "@eslint/js": "9.17.0", "@types/eslint-plugin-markdown": "2.0.2", - "@types/node": "22.10.1", + "@types/node": "22.10.2", - "eslint": "9.16.0", + "eslint": "9.17.0", "eslint-plugin-markdown": "5.1.0", "eslint-plugin-regexp": "2.7.0", - "typescript-eslint": "8.18.0", + "typescript-eslint": "8.18.1", }, "scripts": { "lint": "eslint . --max-warnings 0", }, }, ❯ src/next/blocks/blockESLint.test.ts:169:20
src/next/blocks/blockMarkdownlint.test.ts > blockMarkdownlint > without addons: src/next/blocks/blockMarkdownlint.test.ts#L13
Error: Snapshot `blockMarkdownlint > without addons 1` mismatched - Expected + Received @@ -39,13 +39,13 @@ }, { "addons": { "properties": { "devDependencies": { - "markdownlint": "0.36.1", + "markdownlint": "0.37.1", "markdownlint-cli": "0.43.0", - "sentences-per-line": "0.2.1", + "sentences-per-line": "0.3.0", }, "scripts": { "lint:md": "markdownlint "**/*.md" ".github/**/*.md" --rules sentences-per-line", }, }, ❯ src/next/blocks/blockMarkdownlint.test.ts:13:20
src/next/blocks/blockMarkdownlint.test.ts > blockMarkdownlint > with addons: src/next/blocks/blockMarkdownlint.test.ts#L95
Error: Snapshot `blockMarkdownlint > with addons 1` mismatched - Expected + Received @@ -39,13 +39,13 @@ }, { "addons": { "properties": { "devDependencies": { - "markdownlint": "0.36.1", + "markdownlint": "0.37.1", "markdownlint-cli": "0.43.0", - "sentences-per-line": "0.2.1", + "sentences-per-line": "0.3.0", }, "scripts": { "lint:md": "markdownlint "**/*.md" ".github/**/*.md" --rules sentences-per-line", }, }, ❯ src/next/blocks/blockMarkdownlint.test.ts:95:20
src/next/blocks/blockPrettier.test.ts > blockPrettier > without addons: src/next/blocks/blockPrettier.test.ts#L13
Error: Snapshot `blockPrettier > without addons 1` mismatched - Expected + Received @@ -45,12 +45,12 @@ { "addons": { "properties": { "devDependencies": { "husky": "9.1.7", - "lint-staged": "15.2.10", + "lint-staged": "15.2.11", - "prettier": "^3.4.1", + "prettier": "^3.4.2", }, "lint-staged": { "*": "prettier --ignore-unknown --write", }, "scripts": { ❯ src/next/blocks/blockPrettier.test.ts:13:20
src/next/blocks/blockPrettier.test.ts > blockPrettier > with addons: src/next/blocks/blockPrettier.test.ts#L130
Error: Snapshot `blockPrettier > with addons 1` mismatched - Expected + Received @@ -45,12 +45,12 @@ { "addons": { "properties": { "devDependencies": { "husky": "9.1.7", - "lint-staged": "15.2.10", + "lint-staged": "15.2.11", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "prettier-plugin-curly": "0.3.1", "prettier-plugin-packagejson": "2.5.6", "prettier-plugin-sh": "0.14.0", }, "lint-staged": { ❯ src/next/blocks/blockPrettier.test.ts:130:20
src/next/blocks/blockVitest.test.ts > blockVitest > without addons: src/next/blocks/blockVitest.test.ts#L13
Error: Snapshot `blockVitest > without addons 1` mismatched - Expected + Received @@ -150,11 +150,11 @@ { "addons": { "properties": { "devDependencies": { "@vitest/coverage-v8": "2.1.8", - "@vitest/eslint-plugin": "1.1.14", + "@vitest/eslint-plugin": "1.1.18", "console-fail-test": "0.5.0", "vitest": "2.1.8", }, "scripts": { "test": "vitest", ❯ src/next/blocks/blockVitest.test.ts:13:20
src/next/blocks/blockVitest.test.ts > blockVitest > with addons: src/next/blocks/blockVitest.test.ts#L258
Error: Snapshot `blockVitest > with addons 1` mismatched - Expected + Received @@ -153,11 +153,11 @@ { "addons": { "properties": { "devDependencies": { "@vitest/coverage-v8": "2.1.8", - "@vitest/eslint-plugin": "1.1.14", + "@vitest/eslint-plugin": "1.1.18", "console-fail-test": "0.5.0", "vitest": "2.1.8", }, "scripts": { "test": "vitest", ❯ src/next/blocks/blockVitest.test.ts:258:20
migrate-test-e2e.ts > expected file changes > package.json: script/migrate-test-e2e.ts#L106
Error: Snapshot `expected file changes > package.json 1` mismatched - Expected + Received "--- a/package.json +++ b/package.json @@ ... @@ - "lint-staged": "15.2.10", + "lint-staged": "15.2.11", - "markdownlint": "0.36.1", + "markdownlint": "0.37.1", "markdownlint-cli": "0.43.0", - + "prettier": "^3.4.1", + + "prettier": "^3.4.2", "prettier-plugin-curly": "0.3.1", "prettier-plugin-packagejson": "2.5.6", "prettier-plugin-sh": "0.14.0"," ❯ migrate-test-e2e.ts:106:35
Test Migration Script
Process completed with exit code 1.
Lint Markdown
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Knip
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Spelling
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Type Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Are The Types Wrong?
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
Test Creation Script
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Migration Script
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Initialization Script
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636