File tree 7 files changed +2853
-4418
lines changed
7 files changed +2853
-4418
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
pull_request :
7
- branches :
8
- - " **"
9
7
jobs :
10
8
ci :
11
9
name : CI
12
10
runs-on : ubuntu-latest
13
11
steps :
14
12
- uses : actions/checkout@v4
13
+ - name : Install Corepack
14
+ run : npm install -g corepack
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 18.16.1
17
+ node-version-file : .nvmrc
18
+ cache : " yarn"
18
19
- name : Install
19
- run : yarn install --immutable
20
+ run : yarn install
20
21
- name : Build
21
22
run : yarn build
22
23
- name : Lint
32
33
- name : Check Types
33
34
run : yarn check:ts
34
35
- name : Code coverage report
35
- uses : codecov/codecov-action@v2
36
+ uses : codecov/codecov-action@v5
36
37
with :
37
- yml : ./codecov.yml
38
38
token : ${{ secrets.CODECOV_TOKEN }}
39
39
flags : unittest
40
40
name : codecov
@@ -43,11 +43,14 @@ jobs:
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- uses : actions/checkout@v4
46
+ - name : Install Corepack
47
+ run : npm install -g corepack
46
48
- uses : actions/setup-node@v4
47
49
with :
48
- node-version : 18.16.1
50
+ node-version-file : .nvmrc
51
+ cache : " yarn"
49
52
- name : Install
50
- run : yarn install --immutable
53
+ run : yarn install
51
54
- name : Build
52
55
run : yarn build
53
56
- name : Test
Original file line number Diff line number Diff line change
1
+ 18.16.1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- yarnPath : .yarn/releases/yarn-4.0.2.cjs
2
1
nodeLinker : node-modules
Original file line number Diff line number Diff line change 1
1
{
2
- "packages" : [
3
- " packages/*"
4
- ],
2
+ "$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
5
3
"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 1
1
{
2
2
"name" : " @html-eslint/html-eslint" ,
3
- "version" : " 0.4.0" ,
4
- "description" : " " ,
5
- "main" : " index.js" ,
3
+ "version" : " 0.0.0" ,
6
4
"private" : true ,
5
+ "license" : " MIT" ,
6
+ "author" : " yeonjuan" ,
7
7
"scripts" : {
8
8
"test" : " turbo run test" ,
9
9
"test:legacy" : " turbo run test:legacy" ,
23
23
"new-rule" : " node ./tools/add-new-rule.js" ,
24
24
"baseline" : " node ./tools/base-line/generate-baseline.mjs"
25
25
},
26
- "author" : " yeonjuan" ,
27
- "license" : " MIT" ,
28
26
"devDependencies" : {
27
+ "@lerna-lite/cli" : " ^4.1.2" ,
28
+ "@lerna-lite/publish" : " ^4.1.2" ,
29
29
"@mdn/browser-compat-data" : " ^6.0.10" ,
30
30
"@parcel/transformer-sass" : " 2.15.0" ,
31
31
"@types/jest" : " ^29.5.14" ,
36
36
"eslint-plugin-n" : " ^17.15.1" ,
37
37
"husky" : " ^9.1.4" ,
38
38
"jest" : " ^29.7.0" ,
39
- "lerna" : " ^8.1.9" ,
40
39
"prettier" : " ^3.5.2" ,
41
40
"rimraf" : " ^6.0.1" ,
42
41
"svgo" : " ^3" ,
43
- "turbo" : " ^2.0.11 " ,
42
+ "turbo" : " ^2.5.3 " ,
44
43
"typescript" : " ^5.8.3"
45
44
},
46
45
"engines" : {
47
46
"node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
48
47
},
49
- "packageManager" : " yarn@4.0.2 " ,
48
+ "packageManager" : " yarn@4.9.1 " ,
50
49
"workspaces" : [
51
50
" packages/**"
52
51
]
You can’t perform that action at this time.
0 commit comments