File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
1818 version_packages :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222 with :
2323 # Need custom service user token to allow bypassing default branch protection rules
2424 # to push a bumped version directly to default branch (master/main)
2525 token : ${{ secrets.SERVICE_USER_GIT_TOKEN }}
2626
2727 - name : Configure git credentials
28- uses : OleksiyRudenko/gha-git-credentials@v2
28+ uses : OleksiyRudenko/gha-git-credentials@6132cfce45156e2c1562673f9be1a91a575ce879 # v2
2929 with :
3030 token : ${{ secrets.SERVICE_USER_GIT_TOKEN }}
3131
32- - uses : actions/setup-node@v4
32+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3333 with :
3434 node-version : " 24.x"
3535
Original file line number Diff line number Diff line change 2121 fail-fast : false
2222
2323 steps :
24- - uses : actions/checkout@v4
25- - uses : actions/setup-node@v4
24+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
25+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2626 with :
2727 node-version : ${{ matrix.node_version }}
2828 cache : ' npm'
Original file line number Diff line number Diff line change 1414 commitlint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
18- - uses : wagoid/commitlint-github-action@v6
17+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
18+ - uses : wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
1919 with :
2020 # https://github.com/wagoid/commitlint-github-action?tab=readme-ov-file#commitdepth
2121 commitDepth : ' 1'
Original file line number Diff line number Diff line change 1313 release :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-node@v4
16+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1818 with :
1919 node-version : ' 24.x'
2020 # This `registry-url` resolves an issue with lerna publishing:
3737 run : node ./scripts/extract-last-ver-changelog.mjs
3838
3939 - name : Release
40- uses : softprops/action-gh-release@v2
40+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
4141 with :
4242 body_path : last-ver-changelog.txt
Original file line number Diff line number Diff line change 4545 "@typescript-eslint/eslint-plugin" : " 8.31.1" ,
4646 "@typescript-eslint/parser" : " 8.31.1" ,
4747 "@vitejs/plugin-vue" : " 5.2.4" ,
48- "@babel/eslint-parser" : " ^7.11.0 " ,
49- "copyfiles" : " ^ 2.4.1" ,
48+ "@babel/eslint-parser" : " 7.28.5 " ,
49+ "copyfiles" : " 2.4.1" ,
5050 "coveralls" : " 3.1.1" ,
5151 "cz-conventional-changelog" : " 3.3.0" ,
52- "eslint" : " ^ 8.57.0 " ,
53- "eslint-plugin-vue" : " ^9.23 .0" ,
52+ "eslint" : " 8.57.1 " ,
53+ "eslint-plugin-vue" : " 9.33 .0" ,
5454 "husky" : " 9.1.7" ,
55- "jest-serializer-vue" : " ^ 3.1.0" ,
55+ "jest-serializer-vue" : " 3.1.0" ,
5656 "lerna" : " 9.0.3" ,
5757 "lint-staged" : " 15.5.1" ,
5858 "npm-run-all" : " 4.1.5" ,
5959 "prettier" : " 3.0.1" ,
6060 "rimraf" : " 5.0.10" ,
61- "sass" : " ^1.63.6 " ,
61+ "sass" : " 1.94.2 " ,
6262 "shx" : " 0.4.0" ,
63- "typescript" : " ^5.2.2 " ,
63+ "typescript" : " 5.8.3 " ,
6464 "vite" : " 6.3.4" ,
65- "yorkie" : " ^ 2.0.0"
65+ "yorkie" : " 2.0.0"
6666 }
6767}
Original file line number Diff line number Diff line change 3030 "test" : " jest -w 1"
3131 },
3232 "dependencies" : {
33- "strip-ansi" : " ^ 6.0.0 " ,
34- "vite-plugin-css-injected-by-js" : " ^3.2.0 " ,
35- "vue" : " ^3.3.4 "
33+ "strip-ansi" : " 6.0.1 " ,
34+ "vite-plugin-css-injected-by-js" : " 3.5.2 " ,
35+ "vue" : " 3.5.25 "
3636 },
3737 "devDependencies" : {
38- "@babel/preset-typescript" : " ^7.26.0 "
38+ "@babel/preset-typescript" : " 7.28.5 "
3939 }
4040}
Original file line number Diff line number Diff line change 5454 " last 2 versions"
5555 ],
5656 "dependencies" : {
57- "lodash" : " ^ 4.17.21" ,
58- "strip-ansi" : " ^ 6.0.0 " ,
59- "vue" : " ^3.3.4 " ,
60- "vuetify" : " ^3.4.0 "
57+ "lodash" : " 4.17.21" ,
58+ "strip-ansi" : " 6.0.1 " ,
59+ "vue" : " 3.5.25 " ,
60+ "vuetify" : " 3.11.3 "
6161 },
6262 "devDependencies" : {
63- "@babel/preset-env" : " ^7.22 .5" ,
63+ "@babel/preset-env" : " 7.28 .5" ,
6464 "@vue/test-utils" : " 2.4.6" ,
65- "@vue/vue3-jest" : " ^ 29.2.4 " ,
66- "babel-jest" : " ^ 29.5 .0" ,
67- "jest" : " ^ 29.5 .0" ,
68- "jest-environment-jsdom" : " ^ 29.5 .0" ,
69- "jest-junit" : " ^ 16.0.0" ,
70- "jest-serializer-vue" : " ^ 3.1.0" ,
71- "jest-transform-stub" : " ^ 2.0.0"
65+ "@vue/vue3-jest" : " 29.2.6 " ,
66+ "babel-jest" : " 29.7 .0" ,
67+ "jest" : " 29.7 .0" ,
68+ "jest-environment-jsdom" : " 29.7 .0" ,
69+ "jest-junit" : " 16.0.0" ,
70+ "jest-serializer-vue" : " 3.1.0" ,
71+ "jest-transform-stub" : " 2.0.0"
7272 }
7373}
Original file line number Diff line number Diff line change 3636 "test" : " jest -w 1"
3737 },
3838 "dependencies" : {
39- "vue" : " ^3.3.4 "
39+ "vue" : " 3.5.25 "
4040 }
4141}
Original file line number Diff line number Diff line change 3434 "prepublishOnly" : " npm run build"
3535 },
3636 "dependencies" : {
37- "vue" : " ^3.3.4 "
37+ "vue" : " 3.5.25 "
3838 }
3939}
You can’t perform that action at this time.
0 commit comments