Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent aba7eb7 commit a025de8
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Remove tsconfig
run: rm tsconfig.json

- uses: wagoid/commitlint-github-action@v6.0.1
- uses: wagoid/commitlint-github-action@v6.1.1
with:
configFile: commitlint.config.ts
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@babel/types": "^7.25.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-conventional": "^19.4.1",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.7.11",
"@kong/design-tokens": "^1.17.2",
Expand Down Expand Up @@ -80,7 +80,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"semantic-release": "^22.0.12",
"stylelint": "^16.8.1",
"stylelint": "^16.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
Expand All @@ -92,7 +92,7 @@
"vitest": "^2.0.5",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.2"
},
"peerDependencies": {
"vue": ">= 3.3.4 < 4"
Expand Down Expand Up @@ -145,13 +145,13 @@
"@semantic-release/github"
]
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=18.17.0",
"pnpm": ">=9.7.0"
"pnpm": ">=9.9.0"
},
"volta": {
"node": "20.16.0"
"node": "20.17.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit a025de8

Please sign in to comment.