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 a42fc73 commit cb3f40f
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Remove tsconfig
run: rm tsconfig.json

- uses: wagoid/[email protected].1
- uses: wagoid/[email protected].2
with:
configFile: commitlint.config.ts
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,50 +47,50 @@
"commit": "cz"
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@babel/types": "^7.25.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.7.11",
"@evilmartians/lefthook": "^1.7.15",
"@kong/design-tokens": "^1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@kong/kongponents": "9.8.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.15.0",
"@vitejs/plugin-vue": "^5.1.2",
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/ui": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"c8": "^10.1.2",
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.10.0",
"jsdom": "^24.1.1",
"jsdom": "^24.1.3",
"node-emoji": "^2.1.3",
"picocolors": "^1.0.1",
"postcss": "^8.4.40",
"postcss": "^8.4.45",
"postcss-html": "^1.7.0",
"rimraf": "^5.0.10",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"semantic-release": "^22.0.12",
"stylelint": "^16.8.1",
"stylelint": "^16.8.2",
"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",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-vue-devtools": "^7.3.7",
"vite-plugin-vue-devtools": "^7.3.9",
"vitest": "^2.0.5",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vue": "^3.4.38",
"vue-router": "^4.4.5",
"vue-tsc": "^2.0.29"
},
"peerDependencies": {
Expand Down Expand Up @@ -144,10 +144,10 @@
"@semantic-release/github"
]
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": ">=18.17.0",
"pnpm": ">=9.7.0"
"pnpm": ">=9.7.1"
},
"volta": {
"node": "20.16.0"
Expand Down
Loading

0 comments on commit cb3f40f

Please sign in to comment.