-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Migrated getting started templates to v9 (#187)
* Migrated getting started templates to v9 * Fixed CI
- Loading branch information
1 parent
2de7ea3
commit 5dd1daa
Showing
33 changed files
with
2,410 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ | |
"ci-build": "turbo run build --filter=./packages/* --cache-dir=node_modules/.cache/turbo", | ||
"pretest": "turbo run build --filter=./packages/*", | ||
"test": "jest", | ||
"prelint": "turbo run --filter=!@getting-started/* build", | ||
"prelint": "turbo run build", | ||
"lint": "pnpm run \"/^lint:.*/\"", | ||
"lint:eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint", | ||
"lint:knip": "knip --cache --cache-location node_modules/.cache/knip", | ||
"lint:installed-check": "installed-check --engine-check --version-check", | ||
"lint:types": "pnpm -r --parallel --include-workspace-root --filter=!@getting-started/* exec tsc", | ||
"lint:types": "pnpm -r --parallel --include-workspace-root exec tsc", | ||
"changeset": "changeset", | ||
"publish-pkg": "changeset publish", | ||
"clean": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf dist .turbo .netlify node_modules/.cache", | ||
|
@@ -55,7 +55,7 @@ | |
"typescript": "5.5.3" | ||
}, | ||
"engines": { | ||
"node": ">=20.0.0", | ||
"node": ">=21.1.0", | ||
"pnpm": ">=9" | ||
}, | ||
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/core/tests/registerLocalModuleDeferredRegistrations.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/core/tests/updateLocalModuleDeferredRegistrations.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.