chore(deps-dev): bump @commitlint/cli from 19.0.3 to 19.1.0 (#1206)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.0.3 to 19.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-12 22:53:02 +00:00 committed by GitHub
parent 6c22d673c9
commit dbc7d21c45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 17 deletions

32
package-lock.json generated
View File

@ -40,7 +40,7 @@
"tileserver-gl": "src/main.js"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
@ -208,14 +208,14 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.0.3.tgz",
"integrity": "sha512-mGhh/aYPib4Vy4h+AGRloMY+CqkmtdeKPV9poMcZeImF5e3knQ5VYaSeAM0mEzps1dbKsHvABwaDpafLUuM96g==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.1.0.tgz",
"integrity": "sha512-SYGm8HGbVzrlSYeB6oo6pG1Ec6bOMJcDsXgNGa4vgZQsPj6nJkcbTWlIRmtmIk0tHi0d5sCljGuQ+g/0NCPv7w==",
"dev": true,
"dependencies": {
"@commitlint/format": "^19.0.3",
"@commitlint/lint": "^19.0.3",
"@commitlint/load": "^19.0.3",
"@commitlint/lint": "^19.1.0",
"@commitlint/load": "^19.1.0",
"@commitlint/read": "^19.0.3",
"@commitlint/types": "^19.0.3",
"execa": "^8.0.1",
@ -319,9 +319,9 @@
}
},
"node_modules/@commitlint/lint": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.0.3.tgz",
"integrity": "sha512-uHPyRqIn57iIplYa5xBr6oNu5aPXKGC4WLeuHfqQHclwIqbJ33g3yA5fIA+/NYnp5ZM2EFiujqHFaVUYj6HlKA==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.1.0.tgz",
"integrity": "sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==",
"dev": true,
"dependencies": {
"@commitlint/is-ignored": "^19.0.3",
@ -334,14 +334,14 @@
}
},
"node_modules/@commitlint/load": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.0.3.tgz",
"integrity": "sha512-18Tk/ZcDFRKIoKfEcl7kC+bYkEQ055iyKmGsYDoYWpKf6FUvBrP9bIWapuy/MB+kYiltmP9ITiUx6UXtqC9IRw==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.1.0.tgz",
"integrity": "sha512-rWqnvNDpeshX8JfUC/qjpDkQB78qF+4uHcJmIRJMwvlj6zWce08SP/TPKN3GlNKgXhAawwcAPxXL9qOTTdiOBA==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^19.0.3",
"@commitlint/execute-rule": "^19.0.0",
"@commitlint/resolve-extends": "^19.0.3",
"@commitlint/resolve-extends": "^19.1.0",
"@commitlint/types": "^19.0.3",
"chalk": "^5.3.0",
"cosmiconfig": "^8.3.6",
@ -405,9 +405,9 @@
}
},
"node_modules/@commitlint/resolve-extends": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.0.3.tgz",
"integrity": "sha512-18BKmta8OC8+Ub+Q3QGM9l27VjQaXobloVXOrMvu8CpEwJYv62vC/t7Ka5kJnsW0tU9q1eMqJFZ/nN9T/cOaIA==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz",
"integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^19.0.3",

View File

@ -46,7 +46,7 @@
"tileserver-gl-styles": "2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",