5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(deps-dev): bump @commitlint/ensure from 12.1.4 to 13.1.0

Bumps [@commitlint/ensure](https://github.com/conventional-changelog/commitlint) from 12.1.4 to 13.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.1.0)

---
updated-dependencies:
- dependency-name: "@commitlint/ensure"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-01 02:02:56 +00:00 committed by GitHub
parent 59203cb6ee
commit 6a9d8aeda9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 11 deletions

68
package-lock.json generated
View file

@ -30,7 +30,7 @@
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@commitlint/cli": "^12.1.4",
"@commitlint/ensure": "^12.1.4",
"@commitlint/ensure": "^13.1.0",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"@jest/globals": "^27.0.6",
@ -1888,15 +1888,28 @@
}
},
"node_modules/@commitlint/ensure": {
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz",
"integrity": "sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.1.0.tgz",
"integrity": "sha512-NRGyjOdZQnlYwm9it//BZJ2Vm+4x7G9rEnHpLCvNKYY0c6RA8Qf7hamLAB8dWO12RLuFt06JaOpHZoTt/gHutA==",
"dev": true,
"dependencies": {
"@commitlint/types": "^12.1.4",
"@commitlint/types": "^13.1.0",
"lodash": "^4.17.19"
},
"engines": {
"node": ">=v10"
"node": ">=v12"
}
},
"node_modules/@commitlint/ensure/node_modules/@commitlint/types": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.1.0.tgz",
"integrity": "sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==",
"dev": true,
"dependencies": {
"chalk": "^4.0.0"
},
"engines": {
"node": ">=v12"
}
},
"node_modules/@commitlint/execute-rule": {
@ -2026,6 +2039,18 @@
"node": ">=v10"
}
},
"node_modules/@commitlint/rules/node_modules/@commitlint/ensure": {
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz",
"integrity": "sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==",
"dependencies": {
"@commitlint/types": "^12.1.4",
"lodash": "^4.17.19"
},
"engines": {
"node": ">=v10"
}
},
"node_modules/@commitlint/test": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/test/-/test-9.0.1.tgz",
@ -15934,12 +15959,24 @@
}
},
"@commitlint/ensure": {
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz",
"integrity": "sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.1.0.tgz",
"integrity": "sha512-NRGyjOdZQnlYwm9it//BZJ2Vm+4x7G9rEnHpLCvNKYY0c6RA8Qf7hamLAB8dWO12RLuFt06JaOpHZoTt/gHutA==",
"dev": true,
"requires": {
"@commitlint/types": "^12.1.4",
"@commitlint/types": "^13.1.0",
"lodash": "^4.17.19"
},
"dependencies": {
"@commitlint/types": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.1.0.tgz",
"integrity": "sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==",
"dev": true,
"requires": {
"chalk": "^4.0.0"
}
}
}
},
"@commitlint/execute-rule": {
@ -16037,6 +16074,17 @@
"@commitlint/message": "^12.1.4",
"@commitlint/to-lines": "^12.1.4",
"@commitlint/types": "^12.1.4"
},
"dependencies": {
"@commitlint/ensure": {
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz",
"integrity": "sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==",
"requires": {
"@commitlint/types": "^12.1.4",
"lodash": "^4.17.19"
}
}
}
},
"@commitlint/test": {

View file

@ -43,7 +43,7 @@
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@commitlint/cli": "^12.1.4",
"@commitlint/ensure": "^12.1.4",
"@commitlint/ensure": "^13.1.0",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"@jest/globals": "^27.0.6",