File tree Expand file tree Collapse file tree 8 files changed +3798
-4416
lines changed Expand file tree Collapse file tree 8 files changed +3798
-4416
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - main
66 pull_request :
7- branches :
8- - " **"
97jobs :
108 ci :
119 name : CI
1210 runs-on : ubuntu-latest
1311 steps :
1412 - uses : actions/checkout@v4
13+ - name : Install Corepack
14+ run : npm install -g corepack
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 18.16.1
17+ node-version-file : .nvmrc
1818 - name : Install
1919 run : yarn install --immutable
2020 - name : Build
3232 - name : Check Types
3333 run : yarn check:ts
3434 - name : Code coverage report
35- uses : codecov/codecov-action@v2
35+ uses : codecov/codecov-action@v5
3636 with :
37- yml : ./codecov.yml
3837 token : ${{ secrets.CODECOV_TOKEN }}
3938 flags : unittest
4039 name : codecov
4342 runs-on : ubuntu-latest
4443 steps :
4544 - uses : actions/checkout@v4
45+ - name : Install Corepack
46+ run : npm install -g corepack
4647 - uses : actions/setup-node@v4
4748 with :
48- node-version : 18.16.1
49+ node-version-file : .nvmrc
4950 - name : Install
5051 run : yarn install --immutable
5152 - name : Build
Original file line number Diff line number Diff line change 1+ v20.9.0
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- yarnPath : .yarn/releases/yarn-4.0.2 .cjs
1+ yarnPath : .yarn/releases/yarn-4.9.1 .cjs
22nodeLinker : node-modules
Original file line number Diff line number Diff line change 11{
2- "packages" : [
3- " packages/*"
4- ],
2+ "$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
53 "version" : " 0.40.3" ,
6- "$schema " : " node_modules/lerna/schemas/lerna-schema.json " ,
7- "npmClient " : " yarn "
8- }
4+ "npmClient " : " yarn " ,
5+ "useWorkspaces " : true
6+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @html-eslint/html-eslint" ,
3- "version" : " 0.4.0" ,
4- "description" : " " ,
5- "main" : " index.js" ,
3+ "version" : " 0.0.0" ,
64 "private" : true ,
5+ "license" : " MIT" ,
6+ "author" : " yeonjuan" ,
77 "scripts" : {
88 "test" : " turbo run test" ,
99 "test:legacy" : " turbo run test:legacy" ,
2323 "new-rule" : " node ./tools/add-new-rule.js" ,
2424 "baseline" : " node ./tools/base-line/generate-baseline.mjs"
2525 },
26- "author" : " yeonjuan" ,
27- "license" : " MIT" ,
2826 "devDependencies" : {
27+ "@lerna-lite/cli" : " ^4.1.2" ,
28+ "@lerna-lite/publish" : " ^4.1.2" ,
2929 "@mdn/browser-compat-data" : " ^6.0.10" ,
3030 "@parcel/transformer-sass" : " 2.15.0" ,
3131 "@types/jest" : " ^29.5.14" ,
3636 "eslint-plugin-n" : " ^17.15.1" ,
3737 "husky" : " ^9.1.4" ,
3838 "jest" : " ^29.7.0" ,
39- "lerna" : " ^8.1.9" ,
4039 "prettier" : " ^3.5.2" ,
4140 "rimraf" : " ^6.0.1" ,
4241 "svgo" : " ^3" ,
43- "turbo" : " ^2.0.11 " ,
42+ "turbo" : " ^2.5.3 " ,
4443 "typescript" : " ^5.8.3"
4544 },
4645 "engines" : {
4746 "node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
4847 },
49- "packageManager" : " yarn@4.0.2 " ,
48+ "packageManager" : " yarn@4.9.1 " ,
5049 "workspaces" : [
5150 " packages/**"
5251 ]
You can’t perform that action at this time.
0 commit comments