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 4ac4ed8 commit 27ff796
Show file tree
Hide file tree
Showing 4 changed files with 844 additions and 687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.17.0
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"html-format": "^1.1.7",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.1.6",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
Expand All @@ -76,9 +76,9 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@babel/types": "^7.25.6",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.7.1",
"@kong/design-tokens": "^1.17.2",
Expand All @@ -93,10 +93,10 @@
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-emoji": "^3.0.1",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.14.10",
"@types/node": "^20.16.5",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/ui": "^2.0.1",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/ui": "^2.1.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
Expand All @@ -110,22 +110,22 @@
"postcss-html": "^1.7.0",
"rimraf": "^5.0.8",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.6",
"semantic-release": "^24.0.0",
"sass": "^1.78.0",
"semantic-release": "^24.1.1",
"shiki": "^1.17.6",
"stylelint": "^16.6.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",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-vue-devtools": "^7.3.5",
"vitest": "2.0.1",
"vue": "^3.4.31",
"vue-tsc": "^2.0.26"
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite-plugin-vue-devtools": "^7.4.5",
"vitest": "2.1.1",
"vue": "^3.5.5",
"vue-tsc": "^2.1.6"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -180,8 +180,8 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.15.0",
"pnpm": "9.6.0"
"node": "20.17.0",
"pnpm": "9.10.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 27ff796

Please sign in to comment.