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 Jun 28, 2024
1 parent 005097f commit 4d342b9
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 485 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].0
- uses: wagoid/[email protected].1
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.11.0
20.11.1
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@sindresorhus/slugify": "^2.2.1",
"@vueuse/core": "^10.9.0",
"buffer": "^6.0.3",
"html-format": "^1.1.6",
"html-format": "^1.1.7",
"markdown-it": "^14.0.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.7",
Expand All @@ -76,56 +76,56 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@babel/types": "^7.24.7",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.5.6",
"@evilmartians/lefthook": "^1.5.7",
"@kong/design-tokens": "^1.13.2",
"@kong/eslint-config-kong-ui": "^1.1.0",
"@mdit-vue/types": "^2.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@shikijs/markdown-it": "^1.9.0",
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/jsdom": "^21.1.6",
"@types/markdown-it": "^14.0.0",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.0.1",
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-emoji": "^2.0.4",
"@types/markdown-it-footnote": "^3.0.3",
"@types/markdown-it-emoji": "^2.0.5",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.10.8",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/ui": "^1.3.1",
"@vue/test-utils": "^2.4.3",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.16",
"c8": "^9.0.0",
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.4.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"sass": "^1.77.6",
"semantic-release": "^22.0.12",
"shiki": "^1.9.0",
"stylelint": "^16.2.0",
"stylelint": "^16.2.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsc-alias": "^1.8.10",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-vue-devtools": "^7.0.13",
"vite": "^5.1.7",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "1.3.1",
"vue": "^3.4.12",
"vue-tsc": "^2.0.6"
"vue": "^3.4.29",
"vue-tsc": "^2.0.21"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -180,8 +180,8 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.11.0",
"pnpm": "9.1.2"
"node": "20.11.1",
"pnpm": "9.1.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 4d342b9

Please sign in to comment.