mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Merge pull request #422 from wagoid/dependabot/npm_and_yarn/commitlint/ensure-17.0.0
chore(deps-dev): bump @commitlint/ensure from 16.2.1 to 17.0.0
This commit is contained in:
commit
96474b52c8
2 changed files with 43 additions and 20 deletions
61
package-lock.json
generated
61
package-lock.json
generated
|
|
@ -30,7 +30,7 @@
|
|||
"@babel/core": "^7.17.8",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
"@commitlint/ensure": "^16.2.1",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^28.1.0",
|
||||
|
|
@ -1821,6 +1821,19 @@
|
|||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/ensure": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz",
|
||||
"integrity": "sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/execute-rule": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz",
|
||||
|
|
@ -2079,28 +2092,28 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/ensure": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz",
|
||||
"integrity": "sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==",
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz",
|
||||
"integrity": "sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
"node": ">=v14"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/ensure/node_modules/@commitlint/types": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz",
|
||||
"integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==",
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz",
|
||||
"integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chalk": "^4.0.0"
|
||||
"chalk": "^4.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
"node": ">=v14"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/execute-rule": {
|
||||
|
|
@ -16035,6 +16048,16 @@
|
|||
"yargs": "^17.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/ensure": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz",
|
||||
"integrity": "sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"lodash": "^4.17.19"
|
||||
}
|
||||
},
|
||||
"@commitlint/execute-rule": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz",
|
||||
|
|
@ -16232,22 +16255,22 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/ensure": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz",
|
||||
"integrity": "sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==",
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz",
|
||||
"integrity": "sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/types": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz",
|
||||
"integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==",
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz",
|
||||
"integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "^4.0.0"
|
||||
"chalk": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"@babel/core": "^7.17.8",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
"@commitlint/ensure": "^16.2.1",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^28.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue