-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from alienfast/update
Update dependencies, eslint 9
- Loading branch information
Showing
23 changed files
with
4,177 additions
and
4,020 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,36 +1,22 @@ | ||
*.log | ||
tmp | ||
.idea | ||
.storybook-out | ||
env-*.txt | ||
dist | ||
node_modules | ||
packages/*/dist | ||
packages/*/.rpt2_cache | ||
# local runs | ||
test-report.xml | ||
# ci runs | ||
test-results | ||
/build | ||
**/__generated__/*.json | ||
.eslintcache | ||
tsconfig.tsbuildinfo | ||
|
||
# yarn zero install enabled | ||
.eslintcache | ||
.pnp.* | ||
.storybook-out | ||
.yarn/* | ||
#!.yarn/cache | ||
!.yarn/unplugged | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
|
||
|
||
node_modules | ||
|
||
# ci will cache these instead | ||
.yarn/cache | ||
**/__generated__/*.json | ||
|
||
# releaseFinalize | ||
packages/*/LICENSE | ||
packages/*/.npmignore | ||
packages/*/.npmignore |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import af from '@alienfast/eslint-config' | ||
import tseslint from 'typescript-eslint' | ||
|
||
/** | ||
* Project eslint configuration. | ||
* | ||
* View config with `npx @eslint/config-inspector` | ||
*/ | ||
export default tseslint.config({ | ||
name: 'project', | ||
extends: [...af.configs.recommended], | ||
// languageOptions: { | ||
// parserOptions: { | ||
// // project: true, // find the closest tsconfig file. ['./tsconfig*.json', './packages/*/tsconfig.json'], | ||
// // project: [ | ||
// // // | ||
// // './tsconfig*.json', | ||
// // './packages/*/tsconfig.json', | ||
// // ], | ||
|
||
// warnOnUnsupportedTypeScriptVersion: true, | ||
// EXPERIMENTAL_useProjectService: true, | ||
// // tsconfigRootDir: import.meta.dirname, | ||
// }, | ||
// }, | ||
}) |
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"version": "11.0.6", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"packageManager": "[email protected]", | ||
"prettier": "@alienfast/prettier-config", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
|
@@ -16,7 +17,7 @@ | |
"clean": "node ./scripts/clean.js", | ||
"clean:yarn": "node ./scripts/clean-yarn.js", | ||
"reset": "node ./scripts/reset.js", | ||
"lint:fix": "eslint . --cache --ext .js,.ts,.tsx --fix", | ||
"lint:fix": "eslint . --cache --fix", | ||
"test": "lerna exec --stream --parallel -- yarn test", | ||
"release": "yarn auto shipit", | ||
"build:finalize": "lerna exec --stream --parallel -- buildFinalize" | ||
|
@@ -37,49 +38,38 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@alienfast/ci": "^8.5.8", | ||
"@alienfast/eslint-config": "^4.0.9", | ||
"@alienfast/ci": "^8.5.9", | ||
"@alienfast/eslint-config": "^5.1.9", | ||
"@alienfast/logger": "workspace:*", | ||
"@alienfast/prettier-config": "^1.0.0", | ||
"@alienfast/tsconfig": "^1.0.1", | ||
"@auto-it/all-contributors": "^11.0.4", | ||
"@auto-it/first-time-contributor": "^11.0.4", | ||
"@auto-it/released": "^11.0.4", | ||
"@lerna-lite/changed": "^3.2.1", | ||
"@lerna-lite/cli": "^3.2.1", | ||
"@lerna-lite/exec": "^3.2.1", | ||
"@lerna-lite/list": "^3.2.1", | ||
"@lerna-lite/publish": "^3.2.1", | ||
"@lerna-lite/version": "^3.2.1", | ||
"@rushstack/eslint-patch": "^1.7.2", | ||
"@auto-it/all-contributors": "^11.1.6", | ||
"@auto-it/first-time-contributor": "^11.1.6", | ||
"@auto-it/released": "^11.1.6", | ||
"@lerna-lite/changed": "^3.6.0", | ||
"@lerna-lite/cli": "^3.6.0", | ||
"@lerna-lite/exec": "^3.6.0", | ||
"@lerna-lite/list": "^3.6.0", | ||
"@lerna-lite/publish": "^3.6.0", | ||
"@lerna-lite/version": "^3.6.0", | ||
"@types/babel__core": "^7", | ||
"@types/node": "^20.11.8", | ||
"@types/node": "^20.14.9", | ||
"@types/rimraf": "^3", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"auto": "^11.0.4", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-storybook": "^0.6.15", | ||
"eslint-plugin-unicorn": "^50.0.1", | ||
"eslint-plugin-unused-imports": "^3.0.0", | ||
"execa": "^8.0.1", | ||
"husky": "^9.0.6", | ||
"lint-staged": "^15.2.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"auto": "^11.1.6", | ||
"eslint": "^9.6.0", | ||
"execa": "^9.3.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.7", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.2.4", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.12", | ||
"vite-plugin-dts": "^3.7.2", | ||
"vite-tsconfig-paths": "^4.3.1", | ||
"vitest": "^1.2.2" | ||
"prettier": "^3.3.2", | ||
"rimraf": "^5.0.7", | ||
"typescript": "^5.5.3", | ||
"typescript-eslint": "^7.15.0", | ||
"vite": "^5.3.3", | ||
"vite-plugin-dts": "^3.9.1", | ||
"vite-tsconfig-paths": "^4.3.2", | ||
"vitest": "^1.6.0" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com/" | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* eslint-disable no-console */ | ||
import { dirname } from 'node:path' | ||
import { fileURLToPath } from 'node:url' | ||
|
||
|
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 was deleted.
Oops, something went wrong.
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.