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 May 6, 2024
1 parent a288f08 commit 2a6e987
Show file tree
Hide file tree
Showing 4 changed files with 5,375 additions and 6,479 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
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,60 +77,60 @@
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@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.12.11",
"@mdit-vue/types": "^2.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@shikijs/markdown-it": "^1.3.0",
"@types/jsdom": "^21.1.6",
"@types/markdown-it": "^14.0.0",
"@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",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-vue": "^5.0.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/ui": "^1.3.1",
"@vue/test-utils": "^2.4.3",
"@vue/test-utils": "^2.4.5",
"@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": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.22.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"semantic-release": "^22.0.12",
"shiki": "^1.3.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",
"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.25",
"vue-tsc": "^2.0.14"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -185,8 +185,8 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.11.0",
"pnpm": "8.15.4"
"node": "20.11.1",
"pnpm": "8.15.7"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 2a6e987

Please sign in to comment.