Skip to content

Commit

Permalink
chore(deps): bump commitlint from 15.0.0 to 19.2.1 (#3445)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 野声 <lijiacheng.ljc@antgroup.com>
  • Loading branch information
dependabot[bot] and bytemain authored Apr 2, 2024
1 parent c84937b commit 7a11354
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 557 deletions.
32 changes: 11 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,40 +52,21 @@
"iteration": "ts-node -P scripts/tsconfig.scripts.json scripts/iteration-plan.ts",
"manifest": "ts-node ./scripts/generate-manifest-json"
},
"dependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^7.1.2",
"commitizen": "^4.2.4",
"commitlint": "^15.0.0",
"cz-conventional-changelog": "^2.1.0",
"execa": "^5.0.0",
"fs-extra": "^11.2.0",
"glob": "^8.0.1",
"husky": "^7.0.4",
"lerna": "^8.0.2",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"mri": "^1.2.0",
"node-gyp": "^10.0.1"
},
"engines": {
"node": ">=18.12.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,html,css,less,json,yml}": "prettier --write",
"*.{js,jsx,ts,tsx}": "eslint --fix --quiet"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "git@github.com:opensumi/core.git"
},
"devDependencies": {
"@ast-grep/napi": "^0.17.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0 ",
"@opensumi/ide-dev-tool": "workspace:*",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^11.0.4",
Expand Down Expand Up @@ -115,8 +96,12 @@
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-rulesdir": "^0.2.2",
"eslint-plugin-unused-imports": "^2.0.0",
"execa": "^5.0.0",
"fs-extra": "^11.2.0",
"git-rev-sync": "^3.0.1",
"glob": "^8.0.1",
"handlebars": "^4.7.3",
"husky": "^7.0.4",
"is-git-clean": "^1.1.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.4.0",
Expand All @@ -125,7 +110,12 @@
"jest-jasmine2": "^28.0.3",
"jsdom": "^20.0.0",
"jsdom-worker": "^0.2.1",
"lerna": "^8.0.2",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"mri": "^1.2.0",
"node-fetch": "^2.6.7",
"node-gyp": "^10.0.1",
"node-polyfill-webpack-plugin": "^3.0.0",
"offline-iconfont": "^1.2.0",
"prettier": "^2.5.1",
Expand Down
Loading

0 comments on commit 7a11354

Please sign in to comment.