diff --git a/common/autoinstallers/rush-api-documenter/pnpm-lock.yaml b/common/autoinstallers/rush-api-documenter/pnpm-lock.yaml index 2175fce5..07540b43 100644 --- a/common/autoinstallers/rush-api-documenter/pnpm-lock.yaml +++ b/common/autoinstallers/rush-api-documenter/pnpm-lock.yaml @@ -58,8 +58,11 @@ packages: '@rushstack/ts-command-line@4.22.6': resolution: {integrity: sha512-QSRqHT/IfoC5nk9zn6+fgyqOPXHME0BfchII9EUPR19pocsNp/xSbeBCbD3PIR2Lg+Q5qk7OFqk1VhWPMdKHJg==} - '@shikijs/core@1.15.2': - resolution: {integrity: sha512-hi6XZuwHYn6bU4wtXZxST8ynM55aiU2+rVU9aPIrSxqKmEKl4d65puwGsggwcZWTET+7zGXKe7AUj46iQ8Aq8w==} + '@shikijs/core@1.16.2': + resolution: {integrity: sha512-XSVH5OZCvE4WLMgdoBqfPMYmGHGmCC3OgZhw0S7KcSi2XKZ+5oHGe71GFnTljgdOxvxx5WrRks6QoTLKrl1eAA==} + + '@shikijs/vscode-textmate@9.2.0': + resolution: {integrity: sha512-5FinaOp6Vdh/dl4/yaOTh0ZeKch+rYS8DUb38V3GMKYVkdqzxw53lViRKUYkVILRiVQT7dcPC7VvAKOR73zVtQ==} '@types/argparse@1.0.38': resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} @@ -207,8 +210,8 @@ packages: engines: {node: '>=10'} hasBin: true - shiki@1.15.2: - resolution: {integrity: sha512-M+7QZQZiZw/cZeizrC/yryG3eeG8pTUhu7ZaHxVyzPNFIRIlN46YBciquoNPCiXiwLnx6JB62f3lSuSYQrus1w==} + shiki@1.16.2: + resolution: {integrity: sha512-gSym0hZf5a1U0iDPsdoOAZbvoi+e0c6c3NKAi03FoSLTm7oG20tum29+gk0wzzivOasn3loxfGUPT+jZXIUbWg==} sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} @@ -269,8 +272,8 @@ packages: yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - yaml@2.5.0: - resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} + yaml@2.5.1: + resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} engines: {node: '>= 14'} hasBin: true @@ -330,10 +333,13 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@shikijs/core@1.15.2': + '@shikijs/core@1.16.2': dependencies: + '@shikijs/vscode-textmate': 9.2.0 '@types/hast': 3.0.4 + '@shikijs/vscode-textmate@9.2.0': {} + '@types/argparse@1.0.38': {} '@types/hast@3.0.4': @@ -472,9 +478,10 @@ snapshots: dependencies: lru-cache: 6.0.0 - shiki@1.15.2: + shiki@1.16.2: dependencies: - '@shikijs/core': 1.15.2 + '@shikijs/core': 1.16.2 + '@shikijs/vscode-textmate': 9.2.0 '@types/hast': 3.0.4 sprintf-js@1.0.3: {} @@ -505,9 +512,9 @@ snapshots: lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.5 - shiki: 1.15.2 + shiki: 1.16.2 typescript: 5.5.4 - yaml: 2.5.0 + yaml: 2.5.1 typescript@5.5.4: {} @@ -523,4 +530,4 @@ snapshots: yallist@4.0.0: {} - yaml@2.5.0: {} + yaml@2.5.1: {} diff --git a/common/autoinstallers/rush-commitlint/package.json b/common/autoinstallers/rush-commitlint/package.json index bc93f5d7..4de293c0 100644 --- a/common/autoinstallers/rush-commitlint/package.json +++ b/common/autoinstallers/rush-commitlint/package.json @@ -8,7 +8,7 @@ "@commitlint/config-conventional": "19.4.1", "@commitlint/cz-commitlint": "19.4.0", "commitizen": "4.3.0", - "inquirer": "10.1.8" + "inquirer": "10.2.2" }, "devDependencies": { "@commitlint/types": "19.0.3" diff --git a/common/autoinstallers/rush-commitlint/pnpm-lock.yaml b/common/autoinstallers/rush-commitlint/pnpm-lock.yaml index 7e2918ea..561f55e9 100644 --- a/common/autoinstallers/rush-commitlint/pnpm-lock.yaml +++ b/common/autoinstallers/rush-commitlint/pnpm-lock.yaml @@ -10,19 +10,19 @@ importers: dependencies: '@commitlint/cli': specifier: 19.4.1 - version: 19.4.1(@types/node@22.5.1)(typescript@5.5.4) + version: 19.4.1(@types/node@22.5.4)(typescript@5.5.4) '@commitlint/config-conventional': specifier: 19.4.1 version: 19.4.1 '@commitlint/cz-commitlint': specifier: 19.4.0 - version: 19.4.0(@types/node@22.5.1)(commitizen@4.3.0(@types/node@22.5.1)(typescript@5.5.4))(inquirer@10.1.8)(typescript@5.5.4) + version: 19.4.0(@types/node@22.5.4)(commitizen@4.3.0(@types/node@22.5.4)(typescript@5.5.4))(inquirer@10.2.2)(typescript@5.5.4) commitizen: specifier: 4.3.0 - version: 4.3.0(@types/node@22.5.1)(typescript@5.5.4) + version: 4.3.0(@types/node@22.5.4)(typescript@5.5.4) inquirer: - specifier: 10.1.8 - version: 10.1.8 + specifier: 10.2.2 + version: 10.2.2 devDependencies: '@commitlint/types': specifier: 19.0.3 @@ -118,60 +118,60 @@ packages: resolution: {integrity: sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==} engines: {node: '>=v18'} - '@inquirer/checkbox@2.4.7': - resolution: {integrity: sha512-5YwCySyV1UEgqzz34gNsC38eKxRBtlRDpJLlKcRtTjlYA/yDKuc1rfw+hjw+2WJxbAZtaDPsRl5Zk7J14SBoBw==} + '@inquirer/checkbox@2.5.0': + resolution: {integrity: sha512-sMgdETOfi2dUHT8r7TT1BTKOwNvdDGFDXYWtQ2J69SvlYNntk9I/gJe7r5yvMwwsuKnYbuRs3pNhx4tgNck5aA==} engines: {node: '>=18'} - '@inquirer/confirm@3.1.22': - resolution: {integrity: sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==} + '@inquirer/confirm@3.2.0': + resolution: {integrity: sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==} engines: {node: '>=18'} - '@inquirer/core@9.0.10': - resolution: {integrity: sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==} + '@inquirer/core@9.1.0': + resolution: {integrity: sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==} engines: {node: '>=18'} - '@inquirer/editor@2.1.22': - resolution: {integrity: sha512-K1QwTu7GCK+nKOVRBp5HY9jt3DXOfPGPr6WRDrPImkcJRelG9UTx2cAtK1liXmibRrzJlTWOwqgWT3k2XnS62w==} + '@inquirer/editor@2.2.0': + resolution: {integrity: sha512-9KHOpJ+dIL5SZli8lJ6xdaYLPPzB8xB9GZItg39MBybzhxA16vxmszmQFrRwbOA918WA2rvu8xhDEg/p6LXKbw==} engines: {node: '>=18'} - '@inquirer/expand@2.1.22': - resolution: {integrity: sha512-wTZOBkzH+ItPuZ3ZPa9lynBsdMp6kQ9zbjVPYEtSBG7UulGjg2kQiAnUjgyG4SlntpTce5bOmXAPvE4sguXjpA==} + '@inquirer/expand@2.3.0': + resolution: {integrity: sha512-qnJsUcOGCSG1e5DTOErmv2BPQqrtT6uzqn1vI/aYGiPKq+FgslGZmtdnXbhuI7IlT7OByDoEEqdnhUnVR2hhLw==} engines: {node: '>=18'} '@inquirer/figures@1.0.5': resolution: {integrity: sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==} engines: {node: '>=18'} - '@inquirer/input@2.2.9': - resolution: {integrity: sha512-7Z6N+uzkWM7+xsE+3rJdhdG/+mQgejOVqspoW+w0AbSZnL6nq5tGMEVASaYVWbkoSzecABWwmludO2evU3d31g==} + '@inquirer/input@2.3.0': + resolution: {integrity: sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==} engines: {node: '>=18'} - '@inquirer/number@1.0.10': - resolution: {integrity: sha512-kWTxRF8zHjQOn2TJs+XttLioBih6bdc5CcosXIzZsrTY383PXI35DuhIllZKu7CdXFi2rz2BWPN9l0dPsvrQOA==} + '@inquirer/number@1.1.0': + resolution: {integrity: sha512-ilUnia/GZUtfSZy3YEErXLJ2Sljo/mf9fiKc08n18DdwdmDbOzRcTv65H1jjDvlsAuvdFXf4Sa/aL7iw/NanVA==} engines: {node: '>=18'} - '@inquirer/password@2.1.22': - resolution: {integrity: sha512-5Fxt1L9vh3rAKqjYwqsjU4DZsEvY/2Gll+QkqR4yEpy6wvzLxdSgFhUcxfDAOtO4BEoTreWoznC0phagwLU5Kw==} + '@inquirer/password@2.2.0': + resolution: {integrity: sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==} engines: {node: '>=18'} - '@inquirer/prompts@5.3.8': - resolution: {integrity: sha512-b2BudQY/Si4Y2a0PdZZL6BeJtl8llgeZa7U2j47aaJSCeAl1e4UI7y8a9bSkO3o/ZbZrgT5muy/34JbsjfIWxA==} + '@inquirer/prompts@5.5.0': + resolution: {integrity: sha512-BHDeL0catgHdcHbSFFUddNzvx/imzJMft+tWDPwTm3hfu8/tApk1HrooNngB2Mb4qY+KaRWF+iZqoVUPeslEog==} engines: {node: '>=18'} - '@inquirer/rawlist@2.2.4': - resolution: {integrity: sha512-pb6w9pWrm7EfnYDgQObOurh2d2YH07+eDo3xQBsNAM2GRhliz6wFXGi1thKQ4bN6B0xDd6C3tBsjdr3obsCl3Q==} + '@inquirer/rawlist@2.3.0': + resolution: {integrity: sha512-zzfNuINhFF7OLAtGHfhwOW2TlYJyli7lOUoJUXw/uyklcwalV6WRXBXtFIicN8rTRK1XTiPWB4UY+YuW8dsnLQ==} engines: {node: '>=18'} - '@inquirer/search@1.0.7': - resolution: {integrity: sha512-p1wpV+3gd1eST/o5N3yQpYEdFNCzSP0Klrl+5bfD3cTTz8BGG6nf4Z07aBW0xjlKIj1Rp0y3x/X4cZYi6TfcLw==} + '@inquirer/search@1.1.0': + resolution: {integrity: sha512-h+/5LSj51dx7hp5xOn4QFnUaKeARwUCLs6mIhtkJ0JYPBLmEYjdHSYh7I6GrLg9LwpJ3xeX0FZgAG1q0QdCpVQ==} engines: {node: '>=18'} - '@inquirer/select@2.4.7': - resolution: {integrity: sha512-JH7XqPEkBpNWp3gPCqWqY8ECbyMoFcCZANlL6pV9hf59qK6dGmkOlx1ydyhY+KZ0c5X74+W6Mtp+nm2QX0/MAQ==} + '@inquirer/select@2.5.0': + resolution: {integrity: sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==} engines: {node: '>=18'} - '@inquirer/type@1.5.2': - resolution: {integrity: sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==} + '@inquirer/type@1.5.3': + resolution: {integrity: sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==} engines: {node: '>=18'} '@types/conventional-commits-parser@5.0.0': @@ -180,8 +180,8 @@ packages: '@types/mute-stream@0.0.4': resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} - '@types/node@22.5.1': - resolution: {integrity: sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw==} + '@types/node@22.5.4': + resolution: {integrity: sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==} '@types/wrap-ansi@3.0.0': resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} @@ -513,8 +513,8 @@ packages: resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - inquirer@10.1.8: - resolution: {integrity: sha512-syxGpOzLyqVeZi1KDBjRTnCn5PiGWySGHP0BbqXbqsEK0ckkZk3egAepEWslUjZXj0rhkUapVXM/IpADWe4D6w==} + inquirer@10.2.2: + resolution: {integrity: sha512-tyao/4Vo36XnUItZ7DnUXX4f1jVao2mSrleV/5IPtW/XAEA26hRVsbc68nuTEKWcr5vMP/1mVoT2O7u8H4v1Vg==} engines: {node: '>=18'} inquirer@8.2.5: @@ -739,8 +739,8 @@ packages: resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} engines: {node: '>=12'} - picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + picocolors@1.1.0: + resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -939,7 +939,7 @@ snapshots: '@babel/code-frame@7.24.7': dependencies: '@babel/highlight': 7.24.7 - picocolors: 1.0.1 + picocolors: 1.1.0 '@babel/helper-validator-identifier@7.24.7': {} @@ -948,13 +948,13 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.0.1 + picocolors: 1.1.0 - '@commitlint/cli@19.4.1(@types/node@22.5.1)(typescript@5.5.4)': + '@commitlint/cli@19.4.1(@types/node@22.5.4)(typescript@5.5.4)': dependencies: '@commitlint/format': 19.3.0 '@commitlint/lint': 19.4.1 - '@commitlint/load': 19.4.0(@types/node@22.5.1)(typescript@5.5.4) + '@commitlint/load': 19.4.0(@types/node@22.5.4)(typescript@5.5.4) '@commitlint/read': 19.4.0 '@commitlint/types': 19.0.3 execa: 8.0.1 @@ -973,14 +973,14 @@ snapshots: '@commitlint/types': 19.0.3 ajv: 8.17.1 - '@commitlint/cz-commitlint@19.4.0(@types/node@22.5.1)(commitizen@4.3.0(@types/node@22.5.1)(typescript@5.5.4))(inquirer@10.1.8)(typescript@5.5.4)': + '@commitlint/cz-commitlint@19.4.0(@types/node@22.5.4)(commitizen@4.3.0(@types/node@22.5.4)(typescript@5.5.4))(inquirer@10.2.2)(typescript@5.5.4)': dependencies: '@commitlint/ensure': 19.0.3 - '@commitlint/load': 19.4.0(@types/node@22.5.1)(typescript@5.5.4) + '@commitlint/load': 19.4.0(@types/node@22.5.4)(typescript@5.5.4) '@commitlint/types': 19.0.3 chalk: 5.3.0 - commitizen: 4.3.0(@types/node@22.5.1)(typescript@5.5.4) - inquirer: 10.1.8 + commitizen: 4.3.0(@types/node@22.5.4)(typescript@5.5.4) + inquirer: 10.2.2 lodash.isplainobject: 4.0.6 word-wrap: 1.2.5 transitivePeerDependencies: @@ -1015,7 +1015,7 @@ snapshots: '@commitlint/rules': 19.4.1 '@commitlint/types': 19.0.3 - '@commitlint/load@19.4.0(@types/node@22.5.1)(typescript@5.5.4)': + '@commitlint/load@19.4.0(@types/node@22.5.4)(typescript@5.5.4)': dependencies: '@commitlint/config-validator': 19.0.3 '@commitlint/execute-rule': 19.0.0 @@ -1023,7 +1023,7 @@ snapshots: '@commitlint/types': 19.0.3 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.5.4) - cosmiconfig-typescript-loader: 5.0.0(@types/node@22.5.1)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4) + cosmiconfig-typescript-loader: 5.0.0(@types/node@22.5.4)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -1075,25 +1075,25 @@ snapshots: '@types/conventional-commits-parser': 5.0.0 chalk: 5.3.0 - '@inquirer/checkbox@2.4.7': + '@inquirer/checkbox@2.5.0': dependencies: - '@inquirer/core': 9.0.10 + '@inquirer/core': 9.1.0 '@inquirer/figures': 1.0.5 - '@inquirer/type': 1.5.2 + '@inquirer/type': 1.5.3 ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 - '@inquirer/confirm@3.1.22': + '@inquirer/confirm@3.2.0': dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.1.0 + '@inquirer/type': 1.5.3 - '@inquirer/core@9.0.10': + '@inquirer/core@9.1.0': dependencies: '@inquirer/figures': 1.0.5 - '@inquirer/type': 1.5.2 + '@inquirer/type': 1.5.3 '@types/mute-stream': 0.0.4 - '@types/node': 22.5.1 + '@types/node': 22.5.4 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 cli-spinners: 2.9.2 @@ -1104,83 +1104,83 @@ snapshots: wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 - '@inquirer/editor@2.1.22': + '@inquirer/editor@2.2.0': dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.1.0 + '@inquirer/type': 1.5.3 external-editor: 3.1.0 - '@inquirer/expand@2.1.22': + '@inquirer/expand@2.3.0': dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.1.0 + '@inquirer/type': 1.5.3 yoctocolors-cjs: 2.1.2 '@inquirer/figures@1.0.5': {} - '@inquirer/input@2.2.9': + '@inquirer/input@2.3.0': dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.1.0 + '@inquirer/type': 1.5.3 - '@inquirer/number@1.0.10': + '@inquirer/number@1.1.0': dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.1.0 + '@inquirer/type': 1.5.3 - '@inquirer/password@2.1.22': + '@inquirer/password@2.2.0': dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.1.0 + '@inquirer/type': 1.5.3 ansi-escapes: 4.3.2 - '@inquirer/prompts@5.3.8': + '@inquirer/prompts@5.5.0': dependencies: - '@inquirer/checkbox': 2.4.7 - '@inquirer/confirm': 3.1.22 - '@inquirer/editor': 2.1.22 - '@inquirer/expand': 2.1.22 - '@inquirer/input': 2.2.9 - '@inquirer/number': 1.0.10 - '@inquirer/password': 2.1.22 - '@inquirer/rawlist': 2.2.4 - '@inquirer/search': 1.0.7 - '@inquirer/select': 2.4.7 + '@inquirer/checkbox': 2.5.0 + '@inquirer/confirm': 3.2.0 + '@inquirer/editor': 2.2.0 + '@inquirer/expand': 2.3.0 + '@inquirer/input': 2.3.0 + '@inquirer/number': 1.1.0 + '@inquirer/password': 2.2.0 + '@inquirer/rawlist': 2.3.0 + '@inquirer/search': 1.1.0 + '@inquirer/select': 2.5.0 - '@inquirer/rawlist@2.2.4': + '@inquirer/rawlist@2.3.0': dependencies: - '@inquirer/core': 9.0.10 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.1.0 + '@inquirer/type': 1.5.3 yoctocolors-cjs: 2.1.2 - '@inquirer/search@1.0.7': + '@inquirer/search@1.1.0': dependencies: - '@inquirer/core': 9.0.10 + '@inquirer/core': 9.1.0 '@inquirer/figures': 1.0.5 - '@inquirer/type': 1.5.2 + '@inquirer/type': 1.5.3 yoctocolors-cjs: 2.1.2 - '@inquirer/select@2.4.7': + '@inquirer/select@2.5.0': dependencies: - '@inquirer/core': 9.0.10 + '@inquirer/core': 9.1.0 '@inquirer/figures': 1.0.5 - '@inquirer/type': 1.5.2 + '@inquirer/type': 1.5.3 ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 - '@inquirer/type@1.5.2': + '@inquirer/type@1.5.3': dependencies: mute-stream: 1.0.0 '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 22.5.1 + '@types/node': 22.5.4 '@types/mute-stream@0.0.4': dependencies: - '@types/node': 22.5.1 + '@types/node': 22.5.4 - '@types/node@22.5.1': + '@types/node@22.5.4': dependencies: undici-types: 6.19.8 @@ -1291,10 +1291,10 @@ snapshots: color-name@1.1.4: {} - commitizen@4.3.0(@types/node@22.5.1)(typescript@5.5.4): + commitizen@4.3.0(@types/node@22.5.4)(typescript@5.5.4): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@22.5.1)(typescript@5.5.4) + cz-conventional-changelog: 3.3.0(@types/node@22.5.4)(typescript@5.5.4) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -1335,9 +1335,9 @@ snapshots: meow: 12.1.1 split2: 4.2.0 - cosmiconfig-typescript-loader@5.0.0(@types/node@22.5.1)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4): + cosmiconfig-typescript-loader@5.0.0(@types/node@22.5.4)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4): dependencies: - '@types/node': 22.5.1 + '@types/node': 22.5.4 cosmiconfig: 9.0.0(typescript@5.5.4) jiti: 1.21.6 typescript: 5.5.4 @@ -1357,16 +1357,16 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - cz-conventional-changelog@3.3.0(@types/node@22.5.1)(typescript@5.5.4): + cz-conventional-changelog@3.3.0(@types/node@22.5.4)(typescript@5.5.4): dependencies: chalk: 2.4.2 - commitizen: 4.3.0(@types/node@22.5.1)(typescript@5.5.4) + commitizen: 4.3.0(@types/node@22.5.4)(typescript@5.5.4) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 19.4.0(@types/node@22.5.1)(typescript@5.5.4) + '@commitlint/load': 19.4.0(@types/node@22.5.4)(typescript@5.5.4) transitivePeerDependencies: - '@types/node' - typescript @@ -1535,10 +1535,11 @@ snapshots: ini@4.1.1: {} - inquirer@10.1.8: + inquirer@10.2.2: dependencies: - '@inquirer/prompts': 5.3.8 - '@inquirer/type': 1.5.2 + '@inquirer/core': 9.1.0 + '@inquirer/prompts': 5.5.0 + '@inquirer/type': 1.5.3 '@types/mute-stream': 0.0.4 ansi-escapes: 4.3.2 mute-stream: 1.0.0 @@ -1734,7 +1735,7 @@ snapshots: path-key@4.0.0: {} - picocolors@1.0.1: {} + picocolors@1.1.0: {} picomatch@2.3.1: {} diff --git a/common/autoinstallers/rush-dependencies-updater/package.json b/common/autoinstallers/rush-dependencies-updater/package.json index 494deca0..6943ad26 100644 --- a/common/autoinstallers/rush-dependencies-updater/package.json +++ b/common/autoinstallers/rush-dependencies-updater/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "private": true, "dependencies": { - "npm-check-updates": "17.1.0" + "npm-check-updates": "17.1.1" } } diff --git a/common/autoinstallers/rush-dependencies-updater/pnpm-lock.yaml b/common/autoinstallers/rush-dependencies-updater/pnpm-lock.yaml index 5ba1a482..9521936d 100644 --- a/common/autoinstallers/rush-dependencies-updater/pnpm-lock.yaml +++ b/common/autoinstallers/rush-dependencies-updater/pnpm-lock.yaml @@ -9,16 +9,16 @@ importers: .: dependencies: npm-check-updates: - specifier: 17.1.0 - version: 17.1.0 + specifier: 17.1.1 + version: 17.1.1 packages: - npm-check-updates@17.1.0: - resolution: {integrity: sha512-RcohCA/tdpxyPllBlYDkqGXFJQgTuEt0f2oPSL9s05pZ3hxYdleaUtvEcSxKl0XAg3ncBhVgLAxhXSjoryUU5Q==} + npm-check-updates@17.1.1: + resolution: {integrity: sha512-2aqIzGAEWB7xPf0hKHTkNmUM5jHbn2S5r2/z/7dA5Ij2h/sVYAg9R/uVkaUC3VORPAfBm7pKkCWo6E9clEVQ9A==} engines: {node: ^18.18.0 || >=20.0.0, npm: '>=8.12.1'} hasBin: true snapshots: - npm-check-updates@17.1.0: {} + npm-check-updates@17.1.1: {} diff --git a/common/autoinstallers/rush-lintstaged/package.json b/common/autoinstallers/rush-lintstaged/package.json index e67861fc..51321322 100644 --- a/common/autoinstallers/rush-lintstaged/package.json +++ b/common/autoinstallers/rush-lintstaged/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "prettier": "3.3.3", - "lint-staged": "15.2.9" + "lint-staged": "15.2.10" } } diff --git a/common/autoinstallers/rush-lintstaged/pnpm-lock.yaml b/common/autoinstallers/rush-lintstaged/pnpm-lock.yaml index 7281b10b..239640af 100644 --- a/common/autoinstallers/rush-lintstaged/pnpm-lock.yaml +++ b/common/autoinstallers/rush-lintstaged/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: lint-staged: - specifier: 15.2.9 - version: 15.2.9 + specifier: 15.2.10 + version: 15.2.10 prettier: specifier: 3.3.3 version: 3.3.3 @@ -56,8 +56,8 @@ packages: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} - debug@4.3.6: - resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} + debug@4.3.7: + resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -118,8 +118,8 @@ packages: resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} engines: {node: '>=14'} - lint-staged@15.2.9: - resolution: {integrity: sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==} + lint-staged@15.2.10: + resolution: {integrity: sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==} engines: {node: '>=18.12.0'} hasBin: true @@ -146,8 +146,8 @@ packages: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} engines: {node: '>=18'} - ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} npm-run-path@5.3.0: resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} @@ -239,8 +239,8 @@ packages: resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} engines: {node: '>=18'} - yaml@2.5.0: - resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} + yaml@2.5.1: + resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} engines: {node: '>= 14'} hasBin: true @@ -279,9 +279,9 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - debug@4.3.6: + debug@4.3.7: dependencies: - ms: 2.1.2 + ms: 2.1.3 emoji-regex@10.4.0: {} @@ -325,18 +325,18 @@ snapshots: lilconfig@3.1.2: {} - lint-staged@15.2.9: + lint-staged@15.2.10: dependencies: chalk: 5.3.0 commander: 12.1.0 - debug: 4.3.6 + debug: 4.3.7 execa: 8.0.1 lilconfig: 3.1.2 listr2: 8.2.4 micromatch: 4.0.8 pidtree: 0.6.0 string-argv: 0.3.2 - yaml: 2.5.0 + yaml: 2.5.1 transitivePeerDependencies: - supports-color @@ -368,7 +368,7 @@ snapshots: mimic-function@5.0.1: {} - ms@2.1.2: {} + ms@2.1.3: {} npm-run-path@5.3.0: dependencies: @@ -445,4 +445,4 @@ snapshots: string-width: 7.2.0 strip-ansi: 7.1.0 - yaml@2.5.0: {} + yaml@2.5.1: {} diff --git a/common/changes/@kctypes/generic/main_2024-09-08-09-36.json b/common/changes/@kctypes/generic/main_2024-09-08-09-36.json new file mode 100644 index 00000000..6a2527af --- /dev/null +++ b/common/changes/@kctypes/generic/main_2024-09-08-09-36.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kctypes/generic" + } + ], + "packageName": "@kctypes/generic", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kctypes/package_json/main_2024-09-08-09-36.json b/common/changes/@kctypes/package_json/main_2024-09-08-09-36.json new file mode 100644 index 00000000..b1ac200f --- /dev/null +++ b/common/changes/@kctypes/package_json/main_2024-09-08-09-36.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kctypes/package_json" + } + ], + "packageName": "@kctypes/package_json", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/astro-decap-cms/main_2024-09-08-09-36.json b/common/changes/@kcws/astro-decap-cms/main_2024-09-08-09-36.json new file mode 100644 index 00000000..d6e33f8c --- /dev/null +++ b/common/changes/@kcws/astro-decap-cms/main_2024-09-08-09-36.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/astro-decap-cms" + } + ], + "packageName": "@kcws/astro-decap-cms", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/eslint-config/main_2024-09-08-09-36.json b/common/changes/@kcws/eslint-config/main_2024-09-08-09-36.json new file mode 100644 index 00000000..9cc16729 --- /dev/null +++ b/common/changes/@kcws/eslint-config/main_2024-09-08-09-36.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/eslint-config" + } + ], + "packageName": "@kcws/eslint-config", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@kcws/rspack-config/main_2024-09-08-09-36.json b/common/changes/@kcws/rspack-config/main_2024-09-08-09-36.json new file mode 100644 index 00000000..e8079748 --- /dev/null +++ b/common/changes/@kcws/rspack-config/main_2024-09-08-09-36.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "upgrade dependencies [auto]", + "type": "minor", + "packageName": "@kcws/rspack-config" + } + ], + "packageName": "@kcws/rspack-config", + "email": "97302203+kc-bot@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 3e8e16ad..3bf4f18a 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -118,7 +118,7 @@ importers: dependencies: '@rspack/cli': specifier: ^0.5.0 - version: 0.5.9(@rspack/core@1.0.0)(@types/express@4.17.21)(webpack@5.94.0) + version: 0.5.9(@rspack/core@1.0.3)(@types/express@4.17.21)(webpack@5.94.0) devDependencies: '@kcinternals/heft-node-rig': specifier: workspace:* @@ -130,8 +130,8 @@ importers: specifier: workspace:* version: link:../lintstaged-config '@rspack/core': - specifier: 1.0.0 - version: 1.0.0 + specifier: 1.0.3 + version: 1.0.3 '@rushstack/heft': specifier: 0.67.0 version: 0.67.0(@types/node@20.14.2) @@ -471,8 +471,8 @@ importers: specifier: 0.67.0 version: 0.67.0(@types/node@20.14.2) tsd: - specifier: 0.31.1 - version: 0.31.1 + specifier: 0.31.2 + version: 0.31.2 typescript: specifier: 5.3.3 version: 5.3.3 @@ -492,8 +492,8 @@ importers: specifier: 0.67.0 version: 0.67.0(@types/node@20.14.2) tsd: - specifier: 0.31.1 - version: 0.31.1 + specifier: 0.31.2 + version: 0.31.2 typescript: specifier: 5.3.3 version: 5.3.3 @@ -520,8 +520,8 @@ importers: specifier: 0.67.0 version: 0.67.0(@types/node@20.14.2) astro: - specifier: 4.15.1 - version: 4.15.1(@types/node@20.14.2)(rollup@4.21.2)(sass-embedded@1.77.8)(terser@5.31.6)(typescript@5.4.2) + specifier: 4.15.4 + version: 4.15.4(@types/node@20.14.2)(rollup@4.21.2)(sass-embedded@1.77.8)(terser@5.31.6)(typescript@5.4.2) ../../packages/color: devDependencies: @@ -1835,53 +1835,53 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-darwin-arm64@1.0.0': - resolution: {integrity: sha512-ZHQk9YK+swlTG48kJTgzFUW9T26KjhLXRok5la7t2AMoiuHyhGHHgC5iQfPJLZ62XzcJ/rfqs2rwakl97151jQ==} + '@rspack/binding-darwin-arm64@1.0.3': + resolution: {integrity: sha512-MZlQpDRJkjIJJqmYMiziwz9vLXi1KjORYW6hemC2umDfOzUmlkRPBUF8oEqXaUQ+zYLbjhk4iTSbFdrlqUR+6w==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.0.0': - resolution: {integrity: sha512-qhTXm9wUhv2lBjsqqfCu59RchH1/2jursdPAmTqGc7zMReZdZvtJs2Ri6Ma1M48BLLu+7fS4fbL8Rw1g78TOOQ==} + '@rspack/binding-darwin-x64@1.0.3': + resolution: {integrity: sha512-Ke8Tw3+j5YFFIHjlqrEDnW5fbZU14s+l5LhLVaw6gVXH4yAAyFaZejaIViGi5fhKkdKmCXm0nVTK1KhhASZxAw==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.0.0': - resolution: {integrity: sha512-yKnlsWgvydJRxDBGGKC+cyDeoSzIvOzuVqCloy5oAFAGOMXMY6bznxrkE6/olGZncdeLEpnJzZmXSuF1dYc8ow==} + '@rspack/binding-linux-arm64-gnu@1.0.3': + resolution: {integrity: sha512-Ydm6rsBnPYlKfWtz6sPRgAgJ5fQ+zFSHplR4bFlARIOXeWPn7ckQvFZrmKexuR0ULjG3Z4sbfrU6udc2MAWvig==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.0.0': - resolution: {integrity: sha512-dKFmlqlF4FELT/AX02hSwX8aRawjH5zAliQzYnvgrqcEyCKE60vKacGJQ3ZeRyru6dh5MlbUNW4H1+TDT+cDVA==} + '@rspack/binding-linux-arm64-musl@1.0.3': + resolution: {integrity: sha512-2aS65Xne3W6qJJ5PN5oL/bMbkUeYpsQduT+ML6vY6hqvi6W6wYtkvHwscQ4HisxKQFWdB2bsE1+UT34XgHpijw==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.0.0': - resolution: {integrity: sha512-fRk9i8aE4FiwW7+LkNyw+5vfFzJ8BZ2seAL9V5U2iwYwYibzFJsukg3h3Uh+IsGm30/7+ZRENtGwybQiMruL4g==} + '@rspack/binding-linux-x64-gnu@1.0.3': + resolution: {integrity: sha512-6UWii/GBkV0B98RSjJr9Za5Y8rvU1vQpE5+8vb26pvo3Sh3kvRfOmSeIFyqR3I92er5SQKmEp8uggb74st6QGQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.0.0': - resolution: {integrity: sha512-qcTJC8o3KvLwsnrJJcuBjfzSrjEbACMiCB4RtbFNecXDtI+Nputx1CO1SlUrINC25/44ILketf0/hsdBQHk60g==} + '@rspack/binding-linux-x64-musl@1.0.3': + resolution: {integrity: sha512-tpKGPJEe6vkkH3bsDz+l7xndNrOGxDvbDVOXV0uSESnRr6Pef5253Bi5PNooGLSaWQlXVDdazhi6x1beVHI2eg==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.0.0': - resolution: {integrity: sha512-gqtakP0Yl2aj+Q/Giwgt31hz8eOZpo2s+sJlkMJGVdIF4dejB31a8vbj/VNGeSN1tDRiLI4cyqa5eQU//t26aQ==} + '@rspack/binding-win32-arm64-msvc@1.0.3': + resolution: {integrity: sha512-9FwP64T6yeq3cG1JQG0VagTMuJxJCT45G9LN5RTJ2kxJ4T28vL7uEc9usPpXOyd6xpbzTKXX0mVxL+c8x0EhZQ==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.0.0': - resolution: {integrity: sha512-nLfGu5DjdzwawzZ7zK69vZX5aL1Gt9+Ovfz4RlngDq/D5ZzqCnNWw93cqKADgFRWS4qK9vOD9RXNNnkyWB2SEw==} + '@rspack/binding-win32-ia32-msvc@1.0.3': + resolution: {integrity: sha512-nXbeh0206bGiwV1vgY8UDk92sZ2yMvJenevnnLtGFSMTRQ46Z2f9n+mUO1GlvpanR1HAfhgPddlKasIncTJmPQ==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.0.0': - resolution: {integrity: sha512-H9PqjgtZMw5aP+eXdFo7bgSP/Ycwn3oW81uI9qFqOOQ90W+o3T9ItghHBf2/ksc5GHibd208EwOBNxbKwjZDSQ==} + '@rspack/binding-win32-x64-msvc@1.0.3': + resolution: {integrity: sha512-htBi4xt+iXD/NCEo/q4fYSg5YfXymK9P9zI36NFvfguQbhwqy4JgBx0IorjDFl5qvG70sdUzY7x98DJEseGScQ==} cpu: [x64] os: [win32] - '@rspack/binding@1.0.0': - resolution: {integrity: sha512-eLyqSEM1h/exJYn98k+9MRktP8AYDB13x5oVn8hoxVucuhk0TubFqQSX8h9SQcZp1O3j/Z8eWWwOaNPe3JU40Q==} + '@rspack/binding@1.0.3': + resolution: {integrity: sha512-wRLUDyi/6jFDDZJIov4uh9H9hJNk7JKDEhaMLM/5lJzzWsTLBB/q6JB1VAdIzOzBhYsU8iIMEVuG3Uih1H43uw==} '@rspack/cli@0.5.9': resolution: {integrity: sha512-XVKhDfEEzY/70B419fNPjE2scn/nOdhC8IpoGiPQrwjr6trZaYeQpsfba16eK5AQwFGGhFNUIVYGL5ummHd0IQ==} @@ -1889,8 +1889,8 @@ packages: peerDependencies: '@rspack/core': '>=0.4.0' - '@rspack/core@1.0.0': - resolution: {integrity: sha512-F4RA9uOLLvD1oTKa96Gcly+Sro1qaqPNENadFyiPwepa7DrwexQa/ym6CQKbvKMOYGKlVSFDPUmgFAirz35ETg==} + '@rspack/core@1.0.3': + resolution: {integrity: sha512-BqyBSrcTtsm1EDI10TrK6tEfNsy5vEnVDnbI0HBuQBH1zhKblnvsu6Y2bbS9+OGmB+OPEr76CmuZtzb+7V3wrQ==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -2644,8 +2644,8 @@ packages: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} - astro@4.15.1: - resolution: {integrity: sha512-XvKZ2GaDbCsMfcJess4o+4D4cCKja45GJ/9o6EJ6n96xaen8HZMRoJn3YKL9TOjIrL2NuU4mBFMG2JivPJ0foA==} + astro@4.15.4: + resolution: {integrity: sha512-wqy+m3qygt9DmCSqMsckxyK4ccCUFtti2d/WlLkEpAlqHgyDIg20zRTLHO2v/H4YeSlJ8sAcN0RW2FhOeYbINg==} engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true @@ -6137,8 +6137,8 @@ packages: typescript: optional: true - tsd@0.31.1: - resolution: {integrity: sha512-sSL84A0SFwx2xGMWrxlGaarKFSQszWjJS2vgNDDLwatytzg2aq6ShlwHsBYxRNmjzXISODwMva5ZOdAg/4AoOA==} + tsd@0.31.2: + resolution: {integrity: sha512-VplBAQwvYrHzVihtzXiUVXu5bGcr7uH1juQZ1lmKgkuGNGT+FechUCqmx9/zk7wibcqR2xaNEwCkDyKh+VVZnQ==} engines: {node: '>=14.16'} hasBin: true @@ -6374,8 +6374,8 @@ packages: terser: optional: true - vitefu@0.2.5: - resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} + vitefu@1.0.2: + resolution: {integrity: sha512-0/iAvbXyM3RiPPJ4lyD4w6Mjgtf4ejTK6TPvTNG3H32PLwuT0N/ZjJLiXug7ETE/LWtTeHw9WRv7uX/tIKYyKg==} peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 peerDependenciesMeta: @@ -7999,50 +7999,50 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.21.2': optional: true - '@rspack/binding-darwin-arm64@1.0.0': + '@rspack/binding-darwin-arm64@1.0.3': optional: true - '@rspack/binding-darwin-x64@1.0.0': + '@rspack/binding-darwin-x64@1.0.3': optional: true - '@rspack/binding-linux-arm64-gnu@1.0.0': + '@rspack/binding-linux-arm64-gnu@1.0.3': optional: true - '@rspack/binding-linux-arm64-musl@1.0.0': + '@rspack/binding-linux-arm64-musl@1.0.3': optional: true - '@rspack/binding-linux-x64-gnu@1.0.0': + '@rspack/binding-linux-x64-gnu@1.0.3': optional: true - '@rspack/binding-linux-x64-musl@1.0.0': + '@rspack/binding-linux-x64-musl@1.0.3': optional: true - '@rspack/binding-win32-arm64-msvc@1.0.0': + '@rspack/binding-win32-arm64-msvc@1.0.3': optional: true - '@rspack/binding-win32-ia32-msvc@1.0.0': + '@rspack/binding-win32-ia32-msvc@1.0.3': optional: true - '@rspack/binding-win32-x64-msvc@1.0.0': + '@rspack/binding-win32-x64-msvc@1.0.3': optional: true - '@rspack/binding@1.0.0': + '@rspack/binding@1.0.3': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.0 - '@rspack/binding-darwin-x64': 1.0.0 - '@rspack/binding-linux-arm64-gnu': 1.0.0 - '@rspack/binding-linux-arm64-musl': 1.0.0 - '@rspack/binding-linux-x64-gnu': 1.0.0 - '@rspack/binding-linux-x64-musl': 1.0.0 - '@rspack/binding-win32-arm64-msvc': 1.0.0 - '@rspack/binding-win32-ia32-msvc': 1.0.0 - '@rspack/binding-win32-x64-msvc': 1.0.0 - - '@rspack/cli@0.5.9(@rspack/core@1.0.0)(@types/express@4.17.21)(webpack@5.94.0)': + '@rspack/binding-darwin-arm64': 1.0.3 + '@rspack/binding-darwin-x64': 1.0.3 + '@rspack/binding-linux-arm64-gnu': 1.0.3 + '@rspack/binding-linux-arm64-musl': 1.0.3 + '@rspack/binding-linux-x64-gnu': 1.0.3 + '@rspack/binding-linux-x64-musl': 1.0.3 + '@rspack/binding-win32-arm64-msvc': 1.0.3 + '@rspack/binding-win32-ia32-msvc': 1.0.3 + '@rspack/binding-win32-x64-msvc': 1.0.3 + + '@rspack/cli@0.5.9(@rspack/core@1.0.3)(@types/express@4.17.21)(webpack@5.94.0)': dependencies: '@discoveryjs/json-ext': 0.5.7 - '@rspack/core': 1.0.0 - '@rspack/dev-server': 0.5.9(@rspack/core@1.0.0)(@types/express@4.17.21)(webpack@5.94.0) + '@rspack/core': 1.0.3 + '@rspack/dev-server': 0.5.9(@rspack/core@1.0.3)(@types/express@4.17.21)(webpack@5.94.0) colorette: 2.0.19 exit-hook: 3.2.0 interpret: 3.1.1 @@ -8059,16 +8059,16 @@ snapshots: - webpack - webpack-cli - '@rspack/core@1.0.0': + '@rspack/core@1.0.3': dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.0.0 + '@rspack/binding': 1.0.3 '@rspack/lite-tapable': 1.0.0 caniuse-lite: 1.0.30001658 - '@rspack/dev-server@0.5.9(@rspack/core@1.0.0)(@types/express@4.17.21)(webpack@5.94.0)': + '@rspack/dev-server@0.5.9(@rspack/core@1.0.3)(@types/express@4.17.21)(webpack@5.94.0)': dependencies: - '@rspack/core': 1.0.0 + '@rspack/core': 1.0.3 chokidar: 3.5.3 connect-history-api-fallback: 2.0.0 express: 4.18.1 @@ -9172,7 +9172,7 @@ snapshots: astral-regex@2.0.0: {} - astro@4.15.1(@types/node@20.14.2)(rollup@4.21.2)(sass-embedded@1.77.8)(terser@5.31.6)(typescript@5.4.2): + astro@4.15.4(@types/node@20.14.2)(rollup@4.21.2)(sass-embedded@1.77.8)(terser@5.31.6)(typescript@5.4.2): dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/internal-helpers': 0.4.1 @@ -9233,7 +9233,7 @@ snapshots: unist-util-visit: 5.0.0 vfile: 6.0.3 vite: 5.4.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.31.6) - vitefu: 0.2.5(vite@5.4.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.31.6)) + vitefu: 1.0.2(vite@5.4.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.31.6)) which-pm: 3.0.0 xxhash-wasm: 1.0.2 yargs-parser: 21.1.1 @@ -13585,7 +13585,7 @@ snapshots: optionalDependencies: typescript: 5.4.2 - tsd@0.31.1: + tsd@0.31.2: dependencies: '@tsd/typescript': 5.4.5 eslint-formatter-pretty: 4.1.0 @@ -13821,7 +13821,7 @@ snapshots: sass-embedded: 1.77.8 terser: 5.31.6 - vitefu@0.2.5(vite@5.4.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.31.6)): + vitefu@1.0.2(vite@5.4.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.31.6)): optionalDependencies: vite: 5.4.3(@types/node@20.14.2)(sass-embedded@1.77.8)(terser@5.31.6) diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index 987b4947..f1f34eec 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "a6c652609e5e354e8b481b72be71977fa8d5e004", + "pnpmShrinkwrapHash": "81abfc7afc8a732e4ff57e01cc2b92e8a835dbba", "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f" } diff --git a/packages-config/rspack-config/package.json b/packages-config/rspack-config/package.json index abf6723b..498bd838 100644 --- a/packages-config/rspack-config/package.json +++ b/packages-config/rspack-config/package.json @@ -47,7 +47,7 @@ "@kcws/lintstaged-config": "workspace:*", "@kcws/eslint-config": "workspace:*", "@rushstack/heft": "0.67.0", - "@rspack/core": "1.0.0" + "@rspack/core": "1.0.3" }, "peerDependencies": { "@rspack/cli": "^0.5.0" diff --git a/packages-type/generic/package.json b/packages-type/generic/package.json index 81f09e5f..0dedbeb6 100644 --- a/packages-type/generic/package.json +++ b/packages-type/generic/package.json @@ -42,7 +42,7 @@ "@kcws/lintstaged-config": "workspace:*", "@kcinternals/heft-types-rig": "workspace:*", "@rushstack/heft": "0.67.0", - "tsd": "0.31.1", + "tsd": "0.31.2", "typescript": "5.3.3" }, "peerDependencies": { diff --git a/packages-type/package_json/package.json b/packages-type/package_json/package.json index be11213f..5bb5b7bd 100644 --- a/packages-type/package_json/package.json +++ b/packages-type/package_json/package.json @@ -42,7 +42,7 @@ "@kcws/lintstaged-config": "workspace:*", "@kcinternals/heft-types-rig": "workspace:*", "@rushstack/heft": "0.67.0", - "tsd": "0.31.1", + "tsd": "0.31.2", "typescript": "5.3.3" }, "peerDependencies": { diff --git a/packages/astro-decap-cms/package.json b/packages/astro-decap-cms/package.json index b3354c78..6cf3c1d1 100644 --- a/packages/astro-decap-cms/package.json +++ b/packages/astro-decap-cms/package.json @@ -54,7 +54,7 @@ "@kcws/eslint-config": "workspace:*", "@rushstack/heft": "0.67.0", "@astrojs/check": "0.9.3", - "astro": "4.15.1" + "astro": "4.15.4" }, "peerDependencies": { "@rushstack/heft": ">=0.65.5",