Browse Source

chore(deps-dev): bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional).


Updates `@commitlint/cli` from 21.0.0 to 21.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/v21.1.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 21.0.0 to 21.1.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.1.0/@commitlint/config-conventional)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/11886/head
dependabot[bot] 3 months ago
committed by GitHub
parent
commit
d49305a8d1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 159
      package-lock.json
  2. 2
      package.json

159
package-lock.json

@ -30,7 +30,7 @@
"devDependencies": {
"@ant-design/cli": "^6.4.5",
"@biomejs/biome": "^2.5.0",
"@commitlint/cli": "^21.0.0",
"@commitlint/cli": "^21.1.0",
"@commitlint/config-conventional": "^21.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
@ -1636,17 +1636,18 @@
"license": "Apache-2.0"
},
"node_modules/@commitlint/cli": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.0.0.tgz",
"integrity": "sha512-p3y2oC0G2R45zaadMwBxCiSesS8digi5RDplP3Zrfpzm7xIgrgAj0W4fGzONjpHyg8obDVJDU45g5txzeMcblg==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.1.0.tgz",
"integrity": "sha512-CVwY6TxGv5naEaWxBdgNHko1xgL95Mb4WcIqp9iik33H0ctVqRv6YtekCntayhEP0T/apuiGvHu5HcCwFuVxEA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/format": "^21.0.0",
"@commitlint/lint": "^21.0.0",
"@commitlint/load": "^21.0.0",
"@commitlint/read": "^21.0.0",
"@commitlint/types": "^21.0.0",
"@commitlint/config-conventional": "^21.1.0",
"@commitlint/format": "^21.1.0",
"@commitlint/lint": "^21.1.0",
"@commitlint/load": "^21.1.0",
"@commitlint/read": "^21.1.0",
"@commitlint/types": "^21.1.0",
"tinyexec": "^1.0.0",
"yargs": "^18.0.0"
},
@ -1786,13 +1787,13 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.0.tgz",
"integrity": "sha512-QJX/rPK4Yu3f5J4OCIBy5aXq2e0EEdwSDFZ3NQvFAXTm3gs12ipyZ+yjhZxm3hHn6DB8wuv3zhFTL1I2tYzUBA==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.1.0.tgz",
"integrity": "sha512-BIFl8xM+3SLy3jrblUC3wmQLCVbLty+++6o859BDCmybVrQdXmIWO+dlkGIbv/M2bBoC55wGuh0zGiw3TPjL1g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^21.0.0",
"@commitlint/types": "^21.1.0",
"conventional-changelog-conventionalcommits": "^9.2.0"
},
"engines": {
@ -1800,13 +1801,13 @@
}
},
"node_modules/@commitlint/config-validator": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-21.0.0.tgz",
"integrity": "sha512-v0UplTYryNUB463X5WrelzKq5/qyYm9/iUNk38S7ZLnd56Uuk2T9awhYKGlgD2/4L5YuN2gsKkyy4EHpRPPz2Q==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-21.1.0.tgz",
"integrity": "sha512-gHczt1xqQSwfNqBmOI3HjejtTljkiBEUneExMmTBLD0WwTC78lAqDvNMyydbySt3DhpH0F9oX7Vvuks6s5XPFw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^21.0.0",
"@commitlint/types": "^21.1.0",
"ajv": "^8.11.0"
},
"engines": {
@ -1814,13 +1815,13 @@
}
},
"node_modules/@commitlint/ensure": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-21.0.0.tgz",
"integrity": "sha512-n+OYs0Ws9GKC2WlmAeLNoPz9CUg6n/ZyYMkFF8rJ0aMn2kDTDTG0VqK/2Dco0EB4fhuF3JPIllJmU9/LKTl4aw==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-21.1.0.tgz",
"integrity": "sha512-/S8Mo3Q1NtQUYDQjDmyQVPxfIwtnxq+guzMOkuGk8OSdwlzanm1WB9wDPIuuzlbMDDnBNbiAuBEUCcCNlfjrTQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^21.0.0",
"@commitlint/types": "^21.1.0",
"es-toolkit": "^1.46.0"
},
"engines": {
@ -1828,9 +1829,9 @@
}
},
"node_modules/@commitlint/execute-rule": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-21.0.0.tgz",
"integrity": "sha512-3OhTq2gQX1tEheMsbDNqxfcNHsAM6g9cub9plf05I9jCxtbNfn8Y+mhClKyUwhX4dbtmC4OLZ9i+HNmoL1aksA==",
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-21.0.1.tgz",
"integrity": "sha512-RifH+FmImozKBE6mozhF4K3r2RRKP7SMi/Q/zLCmExtp5e05lhHOUYqGBlFBAGNHaZxU/WYw1XuugYK9jQzqnA==",
"dev": true,
"license": "MIT",
"engines": {
@ -1838,13 +1839,13 @@
}
},
"node_modules/@commitlint/format": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-21.0.0.tgz",
"integrity": "sha512-RTfGSrueEgofs1piqwi42U05d85wfxiMH2ncMCZnltx1XqPR3N2S48oACBtTy4xRAhWlf5XlHkK2RaDzEQu3dA==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-21.1.0.tgz",
"integrity": "sha512-ySymqKYBfjNrQ5N4W/l1iF2ISW1W7Eu/Oi/wRxlri31N0yjNyzUyUzQwyuZLDzTXIlMs4IZ7hIOfAZx8lO18gA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^21.0.0",
"@commitlint/types": "^21.1.0",
"picocolors": "^1.1.1"
},
"engines": {
@ -1852,13 +1853,13 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-21.0.0.tgz",
"integrity": "sha512-K3SaaOTVY9VKhge7vl0R3ng7GENRzJQ9MPV43Tu53kAwEgSx/E0HF4US3AcVqdvlvsDUbF2yXvED95dhela83w==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-21.1.0.tgz",
"integrity": "sha512-RoRh1/YI+fYH+aid5lMQ2UD0vZ3p3Vf1KeUWT1ir3H/p/7T/6SFv1OiXLgLwUT8dP72EVWeEIyOfkiSWLZYVvw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^21.0.0",
"@commitlint/types": "^21.1.0",
"semver": "^7.6.0"
},
"engines": {
@ -1866,32 +1867,32 @@
}
},
"node_modules/@commitlint/lint": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-21.0.0.tgz",
"integrity": "sha512-dlUJA0Ka14R1YaR46JVRWE3m/8dOQAgE/D0heUfzYua5Jogtq/zzu2ITAIaB/u25DaKjtEO6kuvASzsFDyrPMw==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-21.1.0.tgz",
"integrity": "sha512-0DbfVVUjAWBfixW6v7CXXWVxMcj6Ukf/oB7O8NAbouP3jxmqUaC4eVQphxl3B3M0ii3cCQiR3sRAYxICwU2gAA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/is-ignored": "^21.0.0",
"@commitlint/parse": "^21.0.0",
"@commitlint/rules": "^21.0.0",
"@commitlint/types": "^21.0.0"
"@commitlint/is-ignored": "^21.1.0",
"@commitlint/parse": "^21.1.0",
"@commitlint/rules": "^21.1.0",
"@commitlint/types": "^21.1.0"
},
"engines": {
"node": ">=22.12.0"
}
},
"node_modules/@commitlint/load": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-21.0.0.tgz",
"integrity": "sha512-l0nBfO/20PKcJXHZqDIgh7kw/TWVVwn8zZJOkVGBK/ig/h328jBu9jK7OiDl2oZr5mLphmKGjYDR2ffEyb2lIA==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-21.1.0.tgz",
"integrity": "sha512-juiClVEcoreNB0TNVkseO2EmNcpEs/Yhnmgbnm/hQAKBFRynKwIaoNIljXkx/3yvZcMO0EE8I2XOEI7d5KZG8Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/config-validator": "^21.0.0",
"@commitlint/execute-rule": "^21.0.0",
"@commitlint/resolve-extends": "^21.0.0",
"@commitlint/types": "^21.0.0",
"@commitlint/config-validator": "^21.1.0",
"@commitlint/execute-rule": "^21.0.1",
"@commitlint/resolve-extends": "^21.1.0",
"@commitlint/types": "^21.1.0",
"cosmiconfig": "^9.0.1",
"cosmiconfig-typescript-loader": "^6.1.0",
"es-toolkit": "^1.46.0",
@ -1903,9 +1904,9 @@
}
},
"node_modules/@commitlint/message": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-21.0.0.tgz",
"integrity": "sha512-+daU92JaOHhI2En9KcH+2mvZGJ6D4YSxb/32QDwqkOwSj1Vanjio8PbAqX7dneACdg6B7RgQ7i3mpyYZAws4nw==",
"version": "21.0.2",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-21.0.2.tgz",
"integrity": "sha512-5n4aqHGD/FNnom/D5L8i7cYtV+xjuXcBL832C3w9VglEsZzIsoHpJsvxzJ7cgiOsOdc/2jU4t5+7qMHh7GBX3g==",
"dev": true,
"license": "MIT",
"engines": {
@ -1913,13 +1914,13 @@
}
},
"node_modules/@commitlint/parse": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-21.0.0.tgz",
"integrity": "sha512-1dbvFBcQK79aTbpc2QCrgEDc6/MMkQ0Mdz4gGmYkN4AHMnAK9HesSewTHqGTrW5mALrMlYSgcWyvKjloY2w19A==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-21.1.0.tgz",
"integrity": "sha512-HdAqbbjQS8eEtbR74Ysg2VNmbvAfeWLVYMkip/lHibNrtjRsC/97XAYN3/H5P0pEJtDfyTb3iLs8x6y0eu4OYA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^21.0.0",
"@commitlint/types": "^21.1.0",
"conventional-changelog-angular": "^8.2.0",
"conventional-commits-parser": "^6.3.0"
},
@ -1928,14 +1929,14 @@
}
},
"node_modules/@commitlint/read": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-21.0.0.tgz",
"integrity": "sha512-8VKLKLl2vBSKoTMm1LwcySsyxrBeotnqcT5qJi9pPuPfqSapdAD870Ckgh79c41UFywL6kMqtiyY+kxtfcqZGg==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-21.1.0.tgz",
"integrity": "sha512-ID7m79aw8d0dMlxuXHD2QGxEX3Fhl/mUPA80WwEW5VgeOpUHNahhwWJefDdoBDVZcDfbHuf429NrcK0gxQsQjA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/top-level": "^21.0.0",
"@commitlint/types": "^21.0.0",
"@commitlint/top-level": "^21.0.2",
"@commitlint/types": "^21.1.0",
"git-raw-commits": "^5.0.0",
"tinyexec": "^1.0.0"
},
@ -1944,14 +1945,14 @@
}
},
"node_modules/@commitlint/resolve-extends": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-21.0.0.tgz",
"integrity": "sha512-hrJYSZRpmecmSoxYrpuJ/1Q4J9JHt4AVVtr5/Ac6upLO/jJ1DnIm2AjD+38gru3KGOec4aHCVqETuWWLJhydWw==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-21.1.0.tgz",
"integrity": "sha512-SANYkxJDfMl3TvnyALWHEaiF5nc6FFaOnh7VvfxjT4X2vD4i2gVHhmfMm1fsrBwDRX98/XyM1XDo5sAd/KXcyQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/config-validator": "^21.0.0",
"@commitlint/types": "^21.0.0",
"@commitlint/config-validator": "^21.1.0",
"@commitlint/types": "^21.1.0",
"es-toolkit": "^1.46.0",
"global-directory": "^5.0.0",
"resolve-from": "^5.0.0"
@ -1961,25 +1962,25 @@
}
},
"node_modules/@commitlint/rules": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-21.0.0.tgz",
"integrity": "sha512-NgQhX1qENA+rbrMw5KKyvVZpZG4D/0wgK8Z4INtcwKbfKtVDFMbn0oNc/Rs8wdyBPBj7ue8Lo/GllUL2Mqjwkg==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-21.1.0.tgz",
"integrity": "sha512-fOPEYSmKn1ZJptjLmCEjJfYqz0PUYr8ng6VY2ZW26sB7KtENR90CmAXHEmScBbOIZip+d/+OwqK12DFBuHTqsQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/ensure": "^21.0.0",
"@commitlint/message": "^21.0.0",
"@commitlint/to-lines": "^21.0.0",
"@commitlint/types": "^21.0.0"
"@commitlint/ensure": "^21.1.0",
"@commitlint/message": "^21.0.2",
"@commitlint/to-lines": "^21.0.1",
"@commitlint/types": "^21.1.0"
},
"engines": {
"node": ">=22.12.0"
}
},
"node_modules/@commitlint/to-lines": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-21.0.0.tgz",
"integrity": "sha512-qMwvrJK/x3dPcXsIAtQAMKV5Q0wTioyqyHKR06vVN4wmBF4cCrrLq5x81FDeY3Ba+GWgDt0/P3Zw/IHGM8lwgg==",
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-21.0.1.tgz",
"integrity": "sha512-bd1BFII7p1EQZre9Kaj+kKaMFP3cFCdt21K7DItVux9XP5WjLgJ0/Uy1pJJh9aPwVJ6SKg62PxqlZaHI8hQAXw==",
"dev": true,
"license": "MIT",
"engines": {
@ -1987,9 +1988,9 @@
}
},
"node_modules/@commitlint/top-level": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-21.0.0.tgz",
"integrity": "sha512-8jPqyWZueuN4hU6/ArKVsZ6i8xWtjIrbzHEOaLaTGUfjhhbZNBfXef/DGjzxy55hAv3yFNxHLINfI1bCJ0/MzA==",
"version": "21.0.2",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-21.0.2.tgz",
"integrity": "sha512-s9KKM+e+mXgFeIh4n7KmOGAVT3mkJ3Fp1bBYHIK5pjeUwlEMzp/tZfb5u0Poa680AsQTXMEMRxZi1vQ9m2X5ug==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -2000,9 +2001,9 @@
}
},
"node_modules/@commitlint/types": {
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.0.0.tgz",
"integrity": "sha512-6nEz+M7I90iix4sviA8NLwskOuyt0M98KUU2aYgiKbn46jMSxUm1l2ACtzRd9ec+y38aKyJhW4Fp6NW0z35kJQ==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.1.0.tgz",
"integrity": "sha512-YodnnnH1Cp+08nP8HGNJAIuB6L3/vdCTHVRTfF8Ik/wRCLOTsU9zwv3yO1cSPQRDa9CLYtE+UJ2K67r7CwMSFw==",
"dev": true,
"license": "MIT",
"dependencies": {

2
package.json

@ -57,7 +57,7 @@
"devDependencies": {
"@ant-design/cli": "^6.4.5",
"@biomejs/biome": "^2.5.0",
"@commitlint/cli": "^21.0.0",
"@commitlint/cli": "^21.1.0",
"@commitlint/config-conventional": "^21.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",

Loading…
Cancel
Save