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 30, 2024
1 parent a6c594b commit 0c7d5e3
Show file tree
Hide file tree
Showing 4 changed files with 735 additions and 647 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/[email protected].1
- uses: wagoid/[email protected].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.15.1
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"html-format": "^1.1.7",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-anchor": "^9.0.2",
"markdown-it-attrs": "^4.1.6",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^3.0.0",
Expand All @@ -72,45 +72,45 @@
"markdown-it-sup": "^2.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-textual-uml": "^0.17.1",
"mermaid": "^11.1.0",
"mermaid": "^11.1.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@babel/types": "^7.24.9",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.7.1",
"@evilmartians/lefthook": "^1.7.15",
"@kong/design-tokens": "^1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@mdit-vue/types": "^2.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@shikijs/markdown-it": "^1.17.7",
"@stylistic/stylelint-plugin": "^2.1.2",
"@stylistic/stylelint-plugin": "^2.1.3",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"@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.14.15",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/ui": "^2.0.1",
"@vitest/ui": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"c8": "^10.1.2",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.10.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.39",
"jsdom": "^24.1.3",
"postcss": "^8.4.47",
"postcss-html": "^1.7.0",
"rimraf": "^5.0.8",
"rimraf": "^5.0.10",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.6",
"sass": "^1.77.8",
"semantic-release": "^24.0.0",
"shiki": "^1.17.7",
"stylelint": "^16.6.1",
Expand All @@ -120,12 +120,12 @@
"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.5.4",
"vite": "^5.3.6",
"vite-plugin-vue-devtools": "^7.3.9",
"vitest": "2.0.5",
"vue": "^3.4.38",
"vue-tsc": "^2.0.29"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -180,7 +180,7 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.15.0",
"node": "20.15.1",
"pnpm": "9.6.0"
},
"config": {
Expand Down
Loading

0 comments on commit 0c7d5e3

Please sign in to comment.