Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version (#124
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent f10bcba commit d5ba0a0
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 292 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.2
- 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.1
20.17.0
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@kong/icons": "^1.18.1",
"@mdit-vue/plugin-frontmatter": "^2.1.3",
"@sindresorhus/slugify": "^2.2.1",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"buffer": "^6.0.3",
"html-format": "^1.1.7",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^9.0.2",
"markdown-it-attrs": "^4.1.6",
"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 @@ -77,8 +77,8 @@
},
"devDependencies": {
"@babel/types": "^7.24.9",
"@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.15",
"@kong/design-tokens": "^1.17.2",
Expand All @@ -95,7 +95,7 @@
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.14.15",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/ui": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
Expand All @@ -111,9 +111,9 @@
"rimraf": "^5.0.10",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"semantic-release": "^24.0.0",
"semantic-release": "^24.1.1",
"shiki": "^1.17.7",
"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",
Expand All @@ -123,7 +123,7 @@
"typescript": "^5.5.4",
"vite": "^5.3.6",
"vite-plugin-vue-devtools": "^7.3.9",
"vitest": "2.0.5",
"vitest": "2.1.1",
"vue": "^3.4.38",
"vue-tsc": "^2.0.29"
},
Expand Down Expand Up @@ -180,8 +180,8 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.15.1",
"pnpm": "9.6.0"
"node": "20.17.0",
"pnpm": "9.10.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit d5ba0a0

Please sign in to comment.