mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-quickstart.git
synced 2025-10-04 04:41:05 +08:00
chore(deps): update commitlint monorepo to v19.4.1
This commit is contained in:
parent
c18e37d52c
commit
2cc64a0227
2 changed files with 20 additions and 20 deletions
|
@ -34,8 +34,8 @@
|
|||
"compatibility": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "19.4.0",
|
||||
"@commitlint/config-angular": "19.3.0",
|
||||
"@commitlint/cli": "19.4.1",
|
||||
"@commitlint/config-angular": "19.4.1",
|
||||
"eslint": "9.x",
|
||||
"eslint-config-nodebb": "0.2.1",
|
||||
"eslint-plugin-import": "2.x",
|
||||
|
|
36
yarn.lock
36
yarn.lock
|
@ -18,13 +18,13 @@
|
|||
esutils "^2.0.2"
|
||||
js-tokens "^4.0.0"
|
||||
|
||||
"@commitlint/cli@19.4.0":
|
||||
version "19.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
|
||||
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
|
||||
"@commitlint/cli@19.4.1":
|
||||
version "19.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a"
|
||||
integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==
|
||||
dependencies:
|
||||
"@commitlint/format" "^19.3.0"
|
||||
"@commitlint/lint" "^19.2.2"
|
||||
"@commitlint/lint" "^19.4.1"
|
||||
"@commitlint/load" "^19.4.0"
|
||||
"@commitlint/read" "^19.4.0"
|
||||
"@commitlint/types" "^19.0.3"
|
||||
|
@ -36,10 +36,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@commitlint/config-angular-type-enum/-/config-angular-type-enum-19.1.0.tgz#d72ff2cfbc4dfab6bb567dc5e41eb3ce433c6c42"
|
||||
integrity sha512-eLjt7vSArP62kpDmmIZNdIBjPzbqY8jss6mVOcSDm4t1KfDw4UmPrtPh/7zcIL3GI5uf/7W8d2s3K0qisf9C+g==
|
||||
|
||||
"@commitlint/config-angular@19.3.0":
|
||||
version "19.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-19.3.0.tgz#41124aa9c9b8163bf651a0b7aa21cf40cddabe78"
|
||||
integrity sha512-D8ue6s7f/A/ph/4vSEj32zxg/WHRF21vguOigAymUJ7SfUPF/BD+C/UGt7I1aEEhdgoq7MIS8bNAJroYvSzMwQ==
|
||||
"@commitlint/config-angular@19.4.1":
|
||||
version "19.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-19.4.1.tgz#0e70398c3107e499d4a82def8956f744e9816f8d"
|
||||
integrity sha512-428f4bCmt/kxfdB4OPuCE7UViRyCx7HyJwrGgzrwjkewmhg/fgZ7b+WtV3G5yVB7aK3vMQCbwUZVTXzASlh7Kg==
|
||||
dependencies:
|
||||
"@commitlint/config-angular-type-enum" "^19.1.0"
|
||||
|
||||
|
@ -84,14 +84,14 @@
|
|||
"@commitlint/types" "^19.0.3"
|
||||
semver "^7.6.0"
|
||||
|
||||
"@commitlint/lint@^19.2.2":
|
||||
version "19.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
|
||||
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
|
||||
"@commitlint/lint@^19.4.1":
|
||||
version "19.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e"
|
||||
integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==
|
||||
dependencies:
|
||||
"@commitlint/is-ignored" "^19.2.2"
|
||||
"@commitlint/parse" "^19.0.3"
|
||||
"@commitlint/rules" "^19.0.3"
|
||||
"@commitlint/rules" "^19.4.1"
|
||||
"@commitlint/types" "^19.0.3"
|
||||
|
||||
"@commitlint/load@^19.4.0":
|
||||
|
@ -147,10 +147,10 @@
|
|||
lodash.mergewith "^4.6.2"
|
||||
resolve-from "^5.0.0"
|
||||
|
||||
"@commitlint/rules@^19.0.3":
|
||||
version "19.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3"
|
||||
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==
|
||||
"@commitlint/rules@^19.4.1":
|
||||
version "19.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677"
|
||||
integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==
|
||||
dependencies:
|
||||
"@commitlint/ensure" "^19.0.3"
|
||||
"@commitlint/message" "^19.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue