chore: adopt create engine's 'migrate' mode #626
ci.yml
on: pull_request
Are The Types Wrong?
41s
Build
37s
Lint
52s
Lint Knip
17s
Lint Markdown
11s
Lint Packages
16s
Lint Spelling
12s
Prettier
14s
Test
32s
Test Creation Script
41s
Test Initialization Script
40s
Test Migration Script
38s
Type Check
23s
Annotations
32 errors and 13 warnings
Type Check:
src/next/blocks/blockContributingDocs.test.ts#L122
No overload matches this call.
|
Type Check:
src/next/blocks/blockContributingDocs.ts#L8
No overload matches this call.
|
Type Check:
src/next/blocks/blockContributorCovenant.test.ts#L157
No overload matches this call.
|
Type Check:
src/next/blocks/blockContributorCovenant.ts#L8
No overload matches this call.
|
Type Check:
src/next/blocks/blockDevelopmentDocs.test.ts#L34
No overload matches this call.
|
Type Check:
src/next/blocks/blockDevelopmentDocs.ts#L59
No overload matches this call.
|
Type Check:
src/next/blocks/blockESLint.test.ts#L137
No overload matches this call.
|
Type Check:
src/next/blocks/blockESLint.ts#L54
No overload matches this call.
|
Type Check:
src/next/blocks/blockExampleFiles.test.ts#L30
No overload matches this call.
|
Type Check:
src/next/blocks/blockGitHubActionsCI.test.ts#L97
No overload matches this call.
|
src/next/blocks/blockContributingDocs.test.ts > blockContributingDocs > migration mode:
src/next/blocks/blockContributingDocs.test.ts#L127
Error: Snapshot `blockContributingDocs > migration mode 1` mismatched
- Expected
+ Received
@@ -99,14 +99,6 @@
Please include your favorite emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
💖 is a good starter if you're not sure which to use.
",
},
},
- "scripts": [
- {
- "commands": [
- "rm CONTRIBUTING.md",
- ],
- "phase": 0,
- },
- ],
}
❯ src/next/blocks/blockContributingDocs.test.ts:127:20
|
src/next/blocks/blockContributorCovenant.test.ts > blockContributorCovenant > migration mode:
src/next/blocks/blockContributorCovenant.test.ts#L162
Error: Snapshot `blockContributorCovenant > migration mode 1` mismatched
- Expected
+ Received
@@ -134,14 +134,6 @@
[faq]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations
",
},
},
- "scripts": [
- {
- "commands": [
- "rm CODE_OF_CONDUCT.md",
- ],
- "phase": 0,
- },
- ],
}
❯ src/next/blocks/blockContributorCovenant.test.ts:162:20
|
src/next/blocks/blockDevelopmentDocs.test.ts > blockDevelopmentDocs > migration mode:
src/next/blocks/blockDevelopmentDocs.test.ts#L39
Error: Snapshot `blockDevelopmentDocs > migration mode 1` mismatched
- Expected
+ Received
@@ -11,14 +11,6 @@
pnpm install
```
",
},
},
- "scripts": [
- {
- "commands": [
- "rm DEVELOPMENT.md",
- ],
- "phase": 0,
- },
- ],
}
❯ src/next/blocks/blockDevelopmentDocs.test.ts:39: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
@@ -113,13 +113,7 @@
"commands": [
"pnpm lint --fix",
],
"phase": 3,
},
- {
- "commands": [
- "rm .eslintrc* .eslintignore",
- ],
- "phase": 0,
- },
],
}
❯ src/next/blocks/blockESLint.test.ts:142:20
|
src/next/blocks/blockExampleFiles.test.ts > blockExampleFiles > with addons and mode:
src/next/blocks/blockExampleFiles.test.ts#L40
Error: Snapshot `blockExampleFiles > with addons and mode 1` mismatched
- Expected
+ Received
- {
- "files": {
- "src": {
- "index.ts": "console.log('Hello, world!');",
- },
- },
- }
+ {}
❯ src/next/blocks/blockExampleFiles.test.ts:40:20
|
src/next/blocks/blockGitHubActionsCI.test.ts > blockGitHubActionsCI > migration mode:
src/next/blocks/blockGitHubActionsCI.test.ts#L102
Error: Snapshot `blockGitHubActionsCI > migration mode 1` mismatched
- Expected
+ Received
@@ -74,14 +74,6 @@
pull-requests: write
",
},
},
},
- "scripts": [
- {
- "commands": [
- "rm -rf .circleci travis.yml",
- ],
- "phase": 0,
- },
- ],
}
❯ src/next/blocks/blockGitHubActionsCI.test.ts:102:20
|
src/next/blocks/blockPackageJson.test.ts > blockPackageJson > migration mode:
src/next/blocks/blockPackageJson.test.ts#L36
Error: Snapshot `blockPackageJson > migration mode 1` mismatched
- Expected
+ Received
@@ -7,13 +7,7 @@
"commands": [
"pnpm install",
],
"phase": 1,
},
- {
- "commands": [
- "rm package-lock.json yarn.lock",
- ],
- "phase": 0,
- },
],
}
❯ src/next/blocks/blockPackageJson.test.ts:36:20
|
src/next/blocks/blockPrettier.test.ts > blockPrettier > migration mode:
src/next/blocks/blockPrettier.test.ts#L122
Error: Snapshot `blockPrettier > migration mode 1` mismatched
- Expected
+ Received
@@ -93,13 +93,7 @@
"commands": [
"pnpm format --write",
],
"phase": 4,
},
- {
- "commands": [
- "rm .prettierrc* prettier.config*",
- ],
- "phase": 0,
- },
],
}
❯ src/next/blocks/blockPrettier.test.ts:122:20
|
src/next/blocks/blockTSup.test.ts > blockTSup > migration mode:
src/next/blocks/blockTSup.test.ts#L101
Error: Snapshot `blockTSup > migration mode 1` mismatched
- Expected
+ Received
@@ -72,14 +72,7 @@
outDir: "lib",
sourcemap: true,
});
",
},
- "scripts": [
- {
- "commands": [
- "rm -rf .babelrc* babel.config.* dist lib",
- ],
- "phase": 0,
- },
- ],
+ "scripts": undefined,
}
❯ src/next/blocks/blockTSup.test.ts:101:20
|
src/next/blocks/blockVitest.test.ts > blockVitest > migration mode:
src/next/blocks/blockVitest.test.ts#L251
Error: Snapshot `blockVitest > migration mode 1` mismatched
- Expected
+ Received
@@ -223,14 +223,6 @@
setupFiles: ["console-fail-test/setup"],
},
});
",
},
- "scripts": [
- {
- "commands": [
- "rm .github/codecov.yml .mocha* codecov.yml jest.config.*",
- ],
- "phase": 0,
- },
- ],
}
❯ src/next/blocks/blockVitest.test.ts:251:20
|
Build:
src/next/runCreateEnginePreset.ts#L22
Type '"initialize"' is not assignable to type '"new"'.
|
Build
Process completed with exit code 1.
|
Test Migration Script:
src/next/runCreateEnginePreset.ts#L22
Type '"initialize"' is not assignable to type '"new"'.
|
Test Migration Script
Process completed with exit code 1.
|
Test Initialization Script:
src/next/runCreateEnginePreset.ts#L22
Type '"initialize"' is not assignable to type '"new"'.
|
Test Initialization Script
Process completed with exit code 1.
|
Are The Types Wrong?:
src/next/runCreateEnginePreset.ts#L22
Type '"initialize"' is not assignable to type '"new"'.
|
Are The Types Wrong?
Process completed with exit code 1.
|
Test Creation Script:
src/next/runCreateEnginePreset.ts#L22
Type '"initialize"' is not assignable to type '"new"'.
|
Test Creation Script
Process completed with exit code 1.
|
Lint:
src/next/runCreateEnginePreset.ts#L22
Type '"initialize"' is not assignable to type '"new"'.
|
Lint
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 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
|
Lint Packages
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
|
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
|
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
|
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
|
Test Creation Script
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
|