File tree Expand file tree Collapse file tree 8 files changed +264
-261
lines changed Expand file tree Collapse file tree 8 files changed +264
-261
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4.1.7
21
+ uses : actions/checkout@v4.2.0
22
22
- name : Setup Tools
23
23
uses : ./.github/setup
24
24
- name : Fix formatting
Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4.1.7
30
+ uses : actions/checkout@v4.2.0
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Setup Tools
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4.1.7
22
+ uses : actions/checkout@v4.2.0
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Setup Tools
26
26
uses : ./.github/setup
27
27
- name : Get base and head commits for `nx affected`
28
-
28
+
29
29
with :
30
30
main-branch-name : main
31
31
- name : Run Checks
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v4.1.7
38
+ uses : actions/checkout@v4.2.0
39
39
with :
40
40
fetch-depth : 0
41
41
- name : Setup Tools
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"@tanstack/config" : " workspace:*" ,
34
- "@types/react" : " ^18.3.8 " ,
34
+ "@types/react" : " ^18.3.10 " ,
35
35
"@types/react-dom" : " ^18.3.0" ,
36
- "@vitejs/plugin-react" : " ^4.3.1 "
36
+ "@vitejs/plugin-react" : " ^4.3.2 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 25
25
"test:build" : " vite build && vitest && publint --strict"
26
26
},
27
27
"dependencies" : {
28
- "vue" : " ^3.5.8 "
28
+ "vue" : " ^3.5.10 "
29
29
},
30
30
"devDependencies" : {
31
31
"@tanstack/config" : " workspace:*" ,
Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"@types/node" : " ^20.16.2" ,
27
27
"jsdom" : " ^25.0.1" ,
28
- "nx" : " ^19.8.0 " ,
28
+ "nx" : " ^19.8.2 " ,
29
29
"prettier" : " ^3.3.3" ,
30
30
"publint" : " ^0.2.11" ,
31
31
"sherif" : " ^1.0.0" ,
32
32
"typescript" : " ^5.5.3" ,
33
- "vite" : " ^5.4.7 " ,
33
+ "vite" : " ^5.4.8 " ,
34
34
"vitest" : " ^2.1.1"
35
35
}
36
36
}
Original file line number Diff line number Diff line change 60
60
},
61
61
"dependencies" : {
62
62
"@commitlint/parse" : " ^19.5.0" ,
63
- "@eslint/js" : " ^9.11.0 " ,
63
+ "@eslint/js" : " ^9.11.1 " ,
64
64
"@stylistic/eslint-plugin-js" : " ^2.8.0" ,
65
65
"commander" : " ^12.1.0" ,
66
66
"current-git-branch" : " ^1.1.0" ,
67
67
"esbuild-register" : " ^3.6.0" ,
68
- "eslint-plugin-import-x" : " ^4.3.0 " ,
68
+ "eslint-plugin-import-x" : " ^4.3.1 " ,
69
69
"eslint-plugin-n" : " ^17.10.3" ,
70
70
"globals" : " ^15.9.0" ,
71
71
"interpret" : " ^3.1.1" ,
78
78
"typedoc" : " ^0.26.7" ,
79
79
"typedoc-plugin-frontmatter" : " ^1.0.0" ,
80
80
"typedoc-plugin-markdown" : " ^4.2.8" ,
81
- "typescript-eslint" : " ^8.6 .0" ,
81
+ "typescript-eslint" : " ^8.7 .0" ,
82
82
"v8flags" : " ^4.0.1" ,
83
83
"vite-plugin-dts" : " 4.0.3" ,
84
84
"vite-plugin-externalize-deps" : " ^0.8.0" ,
93
93
"@types/minimist" : " ^1.2.5" ,
94
94
"@types/semver" : " ^7.5.8" ,
95
95
"@types/v8flags" : " ^3.1.3" ,
96
- "eslint" : " ^9.11.0 " ,
96
+ "eslint" : " ^9.11.1 " ,
97
97
"type-fest" : " ^4.26.1"
98
98
}
99
99
}
You can’t perform that action at this time.
0 commit comments