chore: add usage option for create engine #768
ci.yml
on: pull_request
Are The Types Wrong?
52s
Build
52s
Lint
1m 0s
Lint Knip
13s
Lint Markdown
11s
Lint Packages
15s
Lint Spelling
14s
Prettier
17s
Test
37s
Test Creation Script
1m 40s
Test Initialization Script
2m 50s
Test Migration Script
2m 37s
Type Check
16s
Annotations
9 errors and 13 warnings
src/steps/writing/creation/createDotGitignore.test.ts > createDotGitignore > creates an ignore file with coverage when excludeTests is false:
src/steps/writing/creation/createDotGitignore.test.ts#L9
Error: Snapshot `createDotGitignore > creates an ignore file with coverage when excludeTests is false 1` mismatched
- Expected
+ Received
"/coverage
/lib
/node_modules
-
"
❯ src/steps/writing/creation/createDotGitignore.test.ts:9:18
|
src/steps/writing/creation/createDotGitignore.test.ts > createDotGitignore > creates an ignore file without coverage when excludeTests is true:
src/steps/writing/creation/createDotGitignore.test.ts#L21
Error: Snapshot `createDotGitignore > creates an ignore file without coverage when excludeTests is true 1` mismatched
- Expected
+ Received
"/lib
/node_modules
-
"
❯ src/steps/writing/creation/createDotGitignore.test.ts:21:18
|
Test
Process completed with exit code 1.
|
Lint:
src/shared/options/createOptionDefaults/getUsageFromReadme.test.ts#L1
'vi' is defined but never used
|
Lint
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,17 +1,8 @@
"--- 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",
"markdownlint": "0.37.2",
"markdownlint-cli": "0.43.0",
+ "prettier": "^3.4.2",
"prettier-plugin-curly": "0.3.1",
❯ 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
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 Markdown
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
|
Lint Spelling
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
|
Type Check
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
|
Build
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
|
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
|