Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@angular/build": "^21.2.10",
"@angular/cli": "^21.2.10",
"@angular/compiler-cli": "^21.2.0",
"@commitlint/cli": "^21.0.0",
"@commitlint/config-conventional": "^21.0.0",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@eslint/js": "^10.0.1",
"@ngx-env/builder": "^21.0.1",
"@tailwindcss/postcss": "^4",
Expand Down
198 changes: 99 additions & 99 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -558,150 +558,150 @@
hashery "^1.5.1"
keyv "^5.6.0"

"@commitlint/cli@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-21.0.0.tgz#517b28d5bccc54fc792ce2d07c3bc253acbb3583"
integrity sha512-p3y2oC0G2R45zaadMwBxCiSesS8digi5RDplP3Zrfpzm7xIgrgAj0W4fGzONjpHyg8obDVJDU45g5txzeMcblg==
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/cli@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-21.0.1.tgz#34e77fca6f98cfa24fc03ce3e3060ac280828e63"
integrity sha512-8vq10krmbJwBkvzXKhbs4o4JQEVscd3pqOlWuDUaDBwbeL694/P33UC29tZQFTAgPU9fVJ2+f2m3zw16yKWxHg==
dependencies:
"@commitlint/format" "^21.0.1"
"@commitlint/lint" "^21.0.1"
"@commitlint/load" "^21.0.1"
"@commitlint/read" "^21.0.1"
"@commitlint/types" "^21.0.1"
tinyexec "^1.0.0"
yargs "^18.0.0"

"@commitlint/config-conventional@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-21.0.0.tgz#3529568bfc6279b6edb4f861975d5952bf60ce1b"
integrity sha512-QJX/rPK4Yu3f5J4OCIBy5aXq2e0EEdwSDFZ3NQvFAXTm3gs12ipyZ+yjhZxm3hHn6DB8wuv3zhFTL1I2tYzUBA==
"@commitlint/config-conventional@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-21.0.1.tgz#1934b26d3b08615719bf34283d30a09c1cf64e31"
integrity sha512-gRorrkfWOh/+V5X8GYWWbQvrzPczopGMS4CCNrQdHkK4xWElv82BDvIsDhJZWTlI7TazOlYea6VATufCsFs+sw==
dependencies:
"@commitlint/types" "^21.0.0"
"@commitlint/types" "^21.0.1"
conventional-changelog-conventionalcommits "^9.2.0"

"@commitlint/config-validator@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-21.0.0.tgz#8976991244135efc5225701fa834c729b1c827e6"
integrity sha512-v0UplTYryNUB463X5WrelzKq5/qyYm9/iUNk38S7ZLnd56Uuk2T9awhYKGlgD2/4L5YuN2gsKkyy4EHpRPPz2Q==
"@commitlint/config-validator@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-21.0.1.tgz#7ce75b734ee7e2ac65e4328bc970655d4655691f"
integrity sha512-Zd2UFdndeMMaW2O96HK0tdfT4gOImUvidMpAd/pws2zZ4m1nrAZ/9b/v2JYuE8fs86GpXv9F7LNaIuCIWhY+pA==
dependencies:
"@commitlint/types" "^21.0.0"
"@commitlint/types" "^21.0.1"
ajv "^8.11.0"

"@commitlint/ensure@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-21.0.0.tgz#8bb8335048ca1889256116ad388f92f5bab1163b"
integrity sha512-n+OYs0Ws9GKC2WlmAeLNoPz9CUg6n/ZyYMkFF8rJ0aMn2kDTDTG0VqK/2Dco0EB4fhuF3JPIllJmU9/LKTl4aw==
"@commitlint/ensure@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-21.0.1.tgz#c178e597b7481284ac967c6d0221f9c54da9d63b"
integrity sha512-jJ1037967wU7YN/xkv+iRlOBlmaOXPhPO5KQSqya6GyXzBlwuLzELBFao16DVg9dZyqmNrhewzwZ3SAibetHBQ==
dependencies:
"@commitlint/types" "^21.0.0"
"@commitlint/types" "^21.0.1"
es-toolkit "^1.46.0"

"@commitlint/execute-rule@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-21.0.0.tgz#40afe10fc60933bef7154dc30b00f502b1e12304"
integrity sha512-3OhTq2gQX1tEheMsbDNqxfcNHsAM6g9cub9plf05I9jCxtbNfn8Y+mhClKyUwhX4dbtmC4OLZ9i+HNmoL1aksA==
"@commitlint/execute-rule@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-21.0.1.tgz#3ebeee4d645527edfc3cf583ecbad92a4c28eddb"
integrity sha512-RifH+FmImozKBE6mozhF4K3r2RRKP7SMi/Q/zLCmExtp5e05lhHOUYqGBlFBAGNHaZxU/WYw1XuugYK9jQzqnA==

"@commitlint/format@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-21.0.0.tgz#ee3d002fcc6c37abed1f8d520989754616302fe0"
integrity sha512-RTfGSrueEgofs1piqwi42U05d85wfxiMH2ncMCZnltx1XqPR3N2S48oACBtTy4xRAhWlf5XlHkK2RaDzEQu3dA==
"@commitlint/format@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-21.0.1.tgz#bafc5bc3a80055ad27a1c4e244c675b56b820a8c"
integrity sha512-ksmG2+cHGtuDPQQbhBbC4unwm444+6TiPw0d1bKf67hntgZqZ8E0g1MuYKUuyT5IH4IMmXZhKq22/Z3jBvtQIw==
dependencies:
"@commitlint/types" "^21.0.0"
"@commitlint/types" "^21.0.1"
picocolors "^1.1.1"

"@commitlint/is-ignored@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-21.0.0.tgz#738e6142c403bf939cf6e2d1f8b33c78f5a8d714"
integrity sha512-K3SaaOTVY9VKhge7vl0R3ng7GENRzJQ9MPV43Tu53kAwEgSx/E0HF4US3AcVqdvlvsDUbF2yXvED95dhela83w==
"@commitlint/is-ignored@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-21.0.1.tgz#c4889103c43b427a1fdea2089a18c25c09b395ef"
integrity sha512-iNDP8SFdw8JEkM0CHZ2XFnhTN4Zg5jKUY2d8kBOSFrI2aA+3YJI7fcqVpfgbpJ9xtxFVYpi+DBATU5AvhoTq8g==
dependencies:
"@commitlint/types" "^21.0.0"
"@commitlint/types" "^21.0.1"
semver "^7.6.0"

"@commitlint/lint@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-21.0.0.tgz#218f2febad6abc6000c6393f985e93a3df67c7be"
integrity sha512-dlUJA0Ka14R1YaR46JVRWE3m/8dOQAgE/D0heUfzYua5Jogtq/zzu2ITAIaB/u25DaKjtEO6kuvASzsFDyrPMw==
dependencies:
"@commitlint/is-ignored" "^21.0.0"
"@commitlint/parse" "^21.0.0"
"@commitlint/rules" "^21.0.0"
"@commitlint/types" "^21.0.0"

"@commitlint/load@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-21.0.0.tgz#9de58aef5c9524b55bccff3a30127ff247cd565b"
integrity sha512-l0nBfO/20PKcJXHZqDIgh7kw/TWVVwn8zZJOkVGBK/ig/h328jBu9jK7OiDl2oZr5mLphmKGjYDR2ffEyb2lIA==
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/lint@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-21.0.1.tgz#49d9fa60321ab41f419fb52bdf003674b2fbaf8a"
integrity sha512-gF+iYtUw1gBG3HUH9z3VxwUjGg2R2G5j+nmvPs8aIeYkiB7TtneBu3wO85I0bUl93bYNsvsCNI9Nte2fmDUMww==
dependencies:
"@commitlint/is-ignored" "^21.0.1"
"@commitlint/parse" "^21.0.1"
"@commitlint/rules" "^21.0.1"
"@commitlint/types" "^21.0.1"

"@commitlint/load@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-21.0.1.tgz#59e57cb00eecfd0e3b852b4905c19bebac85be97"
integrity sha512-Btg1q1mKmiihN4W3x0EsPDrJMOQfMa9NIqlzlJyXAfxvsOGdGXOW5p3R3RcSxDCaY7JabY9flIl+Om1af3PSrw==
dependencies:
"@commitlint/config-validator" "^21.0.1"
"@commitlint/execute-rule" "^21.0.1"
"@commitlint/resolve-extends" "^21.0.1"
"@commitlint/types" "^21.0.1"
cosmiconfig "^9.0.1"
cosmiconfig-typescript-loader "^6.1.0"
es-toolkit "^1.46.0"
is-plain-obj "^4.1.0"
picocolors "^1.1.1"

"@commitlint/message@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-21.0.0.tgz#66fa96bf07bf261902060cbe309b58d3f66bb343"
integrity sha512-+daU92JaOHhI2En9KcH+2mvZGJ6D4YSxb/32QDwqkOwSj1Vanjio8PbAqX7dneACdg6B7RgQ7i3mpyYZAws4nw==
"@commitlint/message@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-21.0.1.tgz#5d4dce1659aa7121dc71ce46e3aa0c0d7c673534"
integrity sha512-R3dVQeJQ0B6yqrZEjkUHD4r7UJYLV9Lvk2xs3PTOmtWk2G3mI6Xgc+YdRxL1PwcDfBiUjv2SkIkW4AUc976w1w==

"@commitlint/parse@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-21.0.0.tgz#0a49dfa9e6c75499a6072ae562f0893f9880d705"
integrity sha512-1dbvFBcQK79aTbpc2QCrgEDc6/MMkQ0Mdz4gGmYkN4AHMnAK9HesSewTHqGTrW5mALrMlYSgcWyvKjloY2w19A==
"@commitlint/parse@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-21.0.1.tgz#1920dc430187a90265a021545083f2b2b8ae565d"
integrity sha512-oh/nCSOqdoeQNA1tO8aAmxkq5EBo8/NzcFQRvv66AWc9HpED28sL2iSicCKU6hPintWuscL6BJEWi77Wq1LPMQ==
dependencies:
"@commitlint/types" "^21.0.0"
"@commitlint/types" "^21.0.1"
conventional-changelog-angular "^8.2.0"
conventional-commits-parser "^6.3.0"

"@commitlint/read@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-21.0.0.tgz#325f32ad1a92f11e8e373b2742f564e2422303f0"
integrity sha512-8VKLKLl2vBSKoTMm1LwcySsyxrBeotnqcT5qJi9pPuPfqSapdAD870Ckgh79c41UFywL6kMqtiyY+kxtfcqZGg==
"@commitlint/read@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-21.0.1.tgz#2a16409497dc1eb76e54edc663d58fe0503ac3a8"
integrity sha512-pMEu4lbpC8W0ZgKJj2U6WaobXIZWdFlULpIEewYhkPXx+WZcnoO53YrVPc7QErQuNolq2Me8dP58Wu7YAVXVOA==
dependencies:
"@commitlint/top-level" "^21.0.0"
"@commitlint/types" "^21.0.0"
"@commitlint/top-level" "^21.0.1"
"@commitlint/types" "^21.0.1"
git-raw-commits "^5.0.0"
tinyexec "^1.0.0"

"@commitlint/resolve-extends@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-21.0.0.tgz#d35ecd7470f20250c24c5301f72a4a5fb9701923"
integrity sha512-hrJYSZRpmecmSoxYrpuJ/1Q4J9JHt4AVVtr5/Ac6upLO/jJ1DnIm2AjD+38gru3KGOec4aHCVqETuWWLJhydWw==
"@commitlint/resolve-extends@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-21.0.1.tgz#1c8d83fc81bb32ad25f602faddd82c52a97a433d"
integrity sha512-0DhjYWL6uYrY16Efa032fYk3woGJDU4AGWiG1XXltT9AMUNYKyb5cIZU2ivbaMZ3+kKFqUjikD2cjh66Sbh/Sg==
dependencies:
"@commitlint/config-validator" "^21.0.0"
"@commitlint/types" "^21.0.0"
"@commitlint/config-validator" "^21.0.1"
"@commitlint/types" "^21.0.1"
es-toolkit "^1.46.0"
global-directory "^5.0.0"
resolve-from "^5.0.0"

"@commitlint/rules@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-21.0.0.tgz#12de94939663889b560f9c8ea0b6c1baed215c50"
integrity sha512-NgQhX1qENA+rbrMw5KKyvVZpZG4D/0wgK8Z4INtcwKbfKtVDFMbn0oNc/Rs8wdyBPBj7ue8Lo/GllUL2Mqjwkg==
"@commitlint/rules@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-21.0.1.tgz#f08157f0b557f7caaaee22349569cf003008b0eb"
integrity sha512-VMooYpz4nJg7xlaUso6CCOWEz8D/ChkvsvZUMARcoJ1ZpfKPyFCGrHNha2tbsETNAb6ErgiRuCr2DvghrvPDYQ==
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.0.1"
"@commitlint/message" "^21.0.1"
"@commitlint/to-lines" "^21.0.1"
"@commitlint/types" "^21.0.1"

"@commitlint/to-lines@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-21.0.0.tgz#a094c2b7a499da1a3064b697d2030d9ed30b74f4"
integrity sha512-qMwvrJK/x3dPcXsIAtQAMKV5Q0wTioyqyHKR06vVN4wmBF4cCrrLq5x81FDeY3Ba+GWgDt0/P3Zw/IHGM8lwgg==
"@commitlint/to-lines@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-21.0.1.tgz#9a76fcc634f2be2b5effcf67a2d69fcb4bdec9f8"
integrity sha512-bd1BFII7p1EQZre9Kaj+kKaMFP3cFCdt21K7DItVux9XP5WjLgJ0/Uy1pJJh9aPwVJ6SKg62PxqlZaHI8hQAXw==

"@commitlint/top-level@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-21.0.0.tgz#1a1355462d7108cbdbd5cd10797387218b5e32ed"
integrity sha512-8jPqyWZueuN4hU6/ArKVsZ6i8xWtjIrbzHEOaLaTGUfjhhbZNBfXef/DGjzxy55hAv3yFNxHLINfI1bCJ0/MzA==
"@commitlint/top-level@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-21.0.1.tgz#3514484d60b40c7a418635d5694b696dc5862042"
integrity sha512-4esUYqzY7K0FCgcJ/1xWEZekV7Ch4yZT1+xjEb7KzqbJ05XEkxHVsTfC8ADKNNtlCE2pj98KEbPGZWw9WwEnVw==
dependencies:
escalade "^3.2.0"

"@commitlint/types@^21.0.0":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-21.0.0.tgz#3c22abea1300956d594065490131fbecebe171da"
integrity sha512-6nEz+M7I90iix4sviA8NLwskOuyt0M98KUU2aYgiKbn46jMSxUm1l2ACtzRd9ec+y38aKyJhW4Fp6NW0z35kJQ==
"@commitlint/types@^21.0.1":
version "21.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-21.0.1.tgz#c3a965f5ba89c7c3a04e421271b85de93c1bffc8"
integrity sha512-4u7w8jcoCUFWhjWnASYzZHAP34OqOtuFBN87nQmFvqda03YU0T6z+yB4w0gSAMpekiRqqGk5rt+qSlW+a2vSEg==
dependencies:
conventional-commits-parser "^6.3.0"
picocolors "^1.1.1"
Expand Down