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 26, 2024
1 parent a42fc73 commit de031ee
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 433 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.2
with:
configFile: commitlint.config.ts
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.7.11",
"@kong/design-tokens": "^1.17.2",
Expand All @@ -60,7 +60,7 @@
"@types/jsdom": "^21.1.7",
"@types/node": "^20.15.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/ui": "^2.0.5",
"@vitest/ui": "^2.1.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
Expand All @@ -72,26 +72,26 @@
"eslint": "^9.10.0",
"jsdom": "^24.1.1",
"node-emoji": "^2.1.3",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"postcss": "^8.4.40",
"postcss-html": "^1.7.0",
"rimraf": "^5.0.10",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"sass": "^1.78.0",
"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",
"stylelint-order": "^6.0.4",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.3.5",
"vite-plugin-vue-devtools": "^7.3.7",
"vitest": "^2.0.5",
"vue": "^3.4.35",
"vite-plugin-vue-devtools": "^7.4.5",
"vitest": "^2.1.1",
"vue": "^3.5.5",
"vue-router": "^4.4.2",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
},
"peerDependencies": {
"vue": ">= 3.3.4 < 4"
Expand Down Expand Up @@ -144,13 +144,13 @@
"@semantic-release/github"
]
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=18.17.0",
"pnpm": ">=9.7.0"
"pnpm": ">=9.10.0"
},
"volta": {
"node": "20.16.0"
"node": "20.17.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit de031ee

Please sign in to comment.