File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4.1.7
21+ uses : actions/checkout@v4.2.0
2222 - name : Setup Tools
2323 uses : ./.github/setup
2424 - name : Fix formatting
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4.1.7
30+ uses : actions/checkout@v4.2.0
3131 with :
3232 fetch-depth : 0
3333 - name : Setup Tools
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4.1.7
22+ uses : actions/checkout@v4.2.0
2323 with :
2424 fetch-depth : 0
2525 - name : Setup Tools
2626 uses : ./.github/setup
2727 - name : Get base and head commits for `nx affected`
28- 28+ 2929 with :
3030 main-branch-name : main
3131 - name : Run Checks
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4.1.7
38+ uses : actions/checkout@v4.2.0
3939 with :
4040 fetch-depth : 0
4141 - name : Setup Tools
Original file line number Diff line number Diff line change 3131 },
3232 "devDependencies" : {
3333 "@tanstack/config" : " workspace:*" ,
34- "@types/react" : " ^18.3.8 " ,
34+ "@types/react" : " ^18.3.10 " ,
3535 "@types/react-dom" : " ^18.3.0" ,
36- "@vitejs/plugin-react" : " ^4.3.1 "
36+ "@vitejs/plugin-react" : " ^4.3.2 "
3737 }
3838}
Original file line number Diff line number Diff line change 2525 "test:build" : " vite build && vitest && publint --strict"
2626 },
2727 "dependencies" : {
28- "vue" : " ^3.5.8 "
28+ "vue" : " ^3.5.10 "
2929 },
3030 "devDependencies" : {
3131 "@tanstack/config" : " workspace:*" ,
Original file line number Diff line number Diff line change 2525 "devDependencies" : {
2626 "@types/node" : " ^20.16.2" ,
2727 "jsdom" : " ^25.0.1" ,
28- "nx" : " ^19.8.0 " ,
28+ "nx" : " ^19.8.2 " ,
2929 "prettier" : " ^3.3.3" ,
3030 "publint" : " ^0.2.11" ,
3131 "sherif" : " ^1.0.0" ,
3232 "typescript" : " ^5.5.3" ,
33- "vite" : " ^5.4.7 " ,
33+ "vite" : " ^5.4.8 " ,
3434 "vitest" : " ^2.1.1"
3535 }
3636}
Original file line number Diff line number Diff line change 6060 },
6161 "dependencies" : {
6262 "@commitlint/parse" : " ^19.5.0" ,
63- "@eslint/js" : " ^9.11.0 " ,
63+ "@eslint/js" : " ^9.11.1 " ,
6464 "@stylistic/eslint-plugin-js" : " ^2.8.0" ,
6565 "commander" : " ^12.1.0" ,
6666 "current-git-branch" : " ^1.1.0" ,
6767 "esbuild-register" : " ^3.6.0" ,
68- "eslint-plugin-import-x" : " ^4.3.0 " ,
68+ "eslint-plugin-import-x" : " ^4.3.1 " ,
6969 "eslint-plugin-n" : " ^17.10.3" ,
7070 "globals" : " ^15.9.0" ,
7171 "interpret" : " ^3.1.1" ,
7878 "typedoc" : " ^0.26.7" ,
7979 "typedoc-plugin-frontmatter" : " ^1.0.0" ,
8080 "typedoc-plugin-markdown" : " ^4.2.8" ,
81- "typescript-eslint" : " ^8.6 .0" ,
81+ "typescript-eslint" : " ^8.7 .0" ,
8282 "v8flags" : " ^4.0.1" ,
8383 "vite-plugin-dts" : " 4.0.3" ,
8484 "vite-plugin-externalize-deps" : " ^0.8.0" ,
9393 "@types/minimist" : " ^1.2.5" ,
9494 "@types/semver" : " ^7.5.8" ,
9595 "@types/v8flags" : " ^3.1.3" ,
96- "eslint" : " ^9.11.0 " ,
96+ "eslint" : " ^9.11.1 " ,
9797 "type-fest" : " ^4.26.1"
9898 }
9999}
You can’t perform that action at this time.
0 commit comments