chore: switch major version to 2 #863
ci.yml
on: push
Are The Types Wrong?
53s
Build
45s
Lint
1m 0s
Lint Knip
13s
Lint Markdown
20s
Lint Packages
14s
Lint Spelling
15s
Prettier
20s
Test
36s
Test Creation Script
1m 44s
Test Initialization Script
2m 50s
Test Migration Script
2m 35s
Type Check
25s
Annotations
11 errors and 13 warnings
src/next/blocks/blockESLint.test.ts > blockESLint > without addons or mode:
src/next/blocks/blockESLint.test.ts#L13
Error: Snapshot `blockESLint > without addons or mode 1` mismatched
- Expected
+ Received
@@ -56,11 +56,11 @@
"properties": {
"devDependencies": {
"@eslint/js": "9.17.0",
"@types/node": "22.10.2",
"eslint": "9.17.0",
- "typescript-eslint": "8.18.1",
+ "typescript-eslint": "8.19.0",
},
"scripts": {
"lint": "eslint . --max-warnings 0",
},
},
❯ src/next/blocks/blockESLint.test.ts:13:20
|
src/next/blocks/blockESLint.test.ts > blockESLint > migration mode:
src/next/blocks/blockESLint.test.ts#L142
Error: Snapshot `blockESLint > migration mode 1` mismatched
- Expected
+ Received
@@ -56,11 +56,11 @@
"properties": {
"devDependencies": {
"@eslint/js": "9.17.0",
"@types/node": "22.10.2",
"eslint": "9.17.0",
- "typescript-eslint": "8.18.1",
+ "typescript-eslint": "8.19.0",
},
"scripts": {
"lint": "eslint . --max-warnings 0",
},
},
❯ src/next/blocks/blockESLint.test.ts:142:20
|
src/next/blocks/blockESLint.test.ts > blockESLint > with addons:
src/next/blocks/blockESLint.test.ts#L304
Error: Snapshot `blockESLint > with addons 1` mismatched
- Expected
+ Received
@@ -60,11 +60,11 @@
"@types/eslint-plugin-markdown": "2.0.2",
"@types/node": "22.10.2",
"eslint": "9.17.0",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-regexp": "2.7.0",
- "typescript-eslint": "8.18.1",
+ "typescript-eslint": "8.19.0",
},
"scripts": {
"lint": "eslint . --max-warnings 0",
},
},
❯ src/next/blocks/blockESLint.test.ts:304:20
|
src/next/blocks/blockPrettier.test.ts > blockPrettier > without addons or mode:
src/next/blocks/blockPrettier.test.ts#L13
Error: Snapshot `blockPrettier > without addons or mode 1` mismatched
- Expected
+ Received
@@ -45,11 +45,11 @@
{
"addons": {
"properties": {
"devDependencies": {
"husky": "9.1.7",
- "lint-staged": "15.2.11",
+ "lint-staged": "15.3.0",
"prettier": "^3.4.2",
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
},
❯ src/next/blocks/blockPrettier.test.ts:13:20
|
src/next/blocks/blockPrettier.test.ts > blockPrettier > migration mode:
src/next/blocks/blockPrettier.test.ts#L124
Error: Snapshot `blockPrettier > migration mode 1` mismatched
- Expected
+ Received
@@ -45,11 +45,11 @@
{
"addons": {
"properties": {
"devDependencies": {
"husky": "9.1.7",
- "lint-staged": "15.2.11",
+ "lint-staged": "15.3.0",
"prettier": "^3.4.2",
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
},
❯ src/next/blocks/blockPrettier.test.ts:124:20
|
src/next/blocks/blockPrettier.test.ts > blockPrettier > with addons:
src/next/blocks/blockPrettier.test.ts#L249
Error: Snapshot `blockPrettier > with addons 1` mismatched
- Expected
+ Received
@@ -45,11 +45,11 @@
{
"addons": {
"properties": {
"devDependencies": {
"husky": "9.1.7",
- "lint-staged": "15.2.11",
+ "lint-staged": "15.3.0",
"prettier": "^3.4.2",
"prettier-plugin-curly": "0.3.1",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-sh": "0.14.0",
},
❯ src/next/blocks/blockPrettier.test.ts:249:20
|
Test
Process completed with exit code 1.
|
migrate-test-e2e.ts > expected file changes > README.md:
script/migrate-test-e2e.ts#L106
Error: Snapshot `expected file changes > README.md 1` mismatched
- Expected
+ Received
@@ -1,15 +1,7 @@
"--- a/README.md
+++ b/README.md
- @@ ... @@
- <h1 align="center">Create TypeScript App</h1>
-
- -<p align="center">Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁</p>
- +<p align="center">A very lovely package. Hooray!</p>
-
- <p align="center">
- <!-- prettier-ignore-start -->
@@ ... @@ Thanks! 💖
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- spellchecker: enable -->
+
❯ migrate-test-e2e.ts:106:35
|
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
@@ -1,18 +1,9 @@
"--- a/package.json
+++ b/package.json
@@ ... @@
- {
- "name": "create-typescript-app",
- "version": "1.79.0",
- - "description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
- + "description": "A very lovely package. Hooray! 💖",
- "repository": {
- "type": "git",
- "url": "https://github.com/JoshuaKGoldberg/create-typescript-app"
- @@ ... @@
- "lint-staged": "15.2.11",
+ "lint-staged": "15.3.0",
"markdownlint": "0.37.2",
"markdownlint-cli": "0.43.0",
+ "prettier": "^3.4.2",
"prettier-plugin-curly": "0.3.1",
"prettier-plugin-packagejson": "2.5.6",
❯ migrate-test-e2e.ts:106:35
|
migrate-test-e2e.ts > unexpected file changes:
script/migrate-test-e2e.ts#L138
Error:
Oh no! Running the migrate script unexpectedly modified:
- .all-contributorsrc
- .github/workflows/release.yml
See .github/DEVELOPMENT.md > Setup Scripts for context.
Then see .github/DEVELOPMENT.md > Unexpected File Modifications.
❯ migrate-test-e2e.ts:138:9
|
Test Migration Script
Process completed with exit code 1.
|
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
|
Lint Markdown
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
|
Test
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
|