File tree Expand file tree Collapse file tree 8 files changed +1274
-1371
lines changed
Expand file tree Collapse file tree 8 files changed +1274
-1371
lines changed Original file line number Diff line number Diff line change 22
33on : pull_request
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : true
58jobs :
69 check :
710 name : Automated checks
Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ on: # zizmor: ignore[cache-poisoning]
22 push :
33 tags :
44 - ' v*'
5-
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : true
8+
69name : Create Release
710
811jobs :
Original file line number Diff line number Diff line change 1111 - patch
1212 - minor
1313 - major
14-
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
1517jobs :
1618 bump-version :
1719 runs-on : ubuntu-latest
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 11nodeLinker : node-modules
22
3- yarnPath : .yarn/releases/yarn-4.6.0 .cjs
3+ yarnPath : .yarn/releases/yarn-4.9.1 .cjs
Original file line number Diff line number Diff line change 4444 "chalk" : " ^4.1.2" ,
4545 "debug" : " ^4.3.2" ,
4646 "diff" : " ^8.0.0" ,
47- "execa" : " ^9.1.0 " ,
47+ "execa" : " ^9.5.3 " ,
4848 "fast-glob" : " ^3.3.2" ,
4949 "node-fetch" : " ^3.3.2" ,
5050 "ora" : " 8.2.0" ,
51- "tar" : " ^7.0.1 " ,
51+ "tar" : " ^7.4.3 " ,
5252 "tty-table" : " ^4.1.5" ,
5353 "typescript" : " 5.8.3" ,
5454 "yargs" : " ^17.7.2"
6060 "@types/debug" : " ^4.1.7" ,
6161 "@types/diff" : " ^7.0.0" ,
6262 "@types/node-fetch" : " ^2.6.2" ,
63- "@types/rimraf" : " ^4.0.5" ,
6463 "@types/tar" : " ^6.1.2" ,
6564 "@types/yargs" : " ^17.0.12" ,
6665 "@typescript-eslint/eslint-plugin" : " ^8.21.0" ,
7372 "eslint-plugin-prettier" : " ^5.1.2" ,
7473 "eslint-plugin-react" : " 7.37.5" ,
7574 "eslint-plugin-react-hooks" : " 5.2.0" ,
76- "nodemon" : " ^3.1.4 " ,
75+ "nodemon" : " ^3.1.10 " ,
7776 "npm-run-all" : " ^4.1.5" ,
7877 "prettier" : " ^3.1.1" ,
79- "tsc-watch" : " ^6.0.4 " ,
80- "vitest" : " ^3.0.2 "
78+ "tsc-watch" : " ^6.3.1 " ,
79+ "vitest" : " ^3.1.4 "
8180 },
8281 "nodemonConfig" : {
8382 "watch" : [
102101 "url" : " https://github.com/grafana/levitate/issues"
103102 },
104103 "homepage" : " https://github.com/grafana/levitate#readme" ,
105- "packageManager" : " yarn@4.6.0 "
104+ "packageManager" : " yarn@4.9.1 "
106105}
You can’t perform that action at this time.
0 commit comments