Skip to content

Commit 9c0db63

Browse files
fix(deps): update all non-major dependencies
1 parent c516b75 commit 9c0db63

File tree

4 files changed

+57
-54
lines changed

4 files changed

+57
-54
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"devDependencies": {
2727
"@commitlint/cli": "^19.6.1",
2828
"@commitlint/config-conventional": "^19.6.0",
29-
"@eslint/compat": "^1.2.4",
29+
"@eslint/compat": "^1.2.5",
3030
"@lerna-lite/cli": "^3.11.0",
3131
"@lerna-lite/publish": "^3.11.0",
3232
"@lerna-lite/run": "^3.11.0",
3333
"@sapphire/prettier-config": "^2.0.0",
3434
"@sapphire/ts-config": "^5.0.1",
3535
"@types/node": "^22.10.5",
3636
"chalk-cli": "^5.0.1",
37-
"eslint": "^9.17.0",
37+
"eslint": "^9.18.0",
3838
"eslint-config-neon": "^0.2.4",
3939
"eslint-config-prettier": "^9.1.0",
4040
"eslint-plugin-html": "^8.1.2",

packages/documentation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@astrojs/check": "0.9.4",
1414
"@astrojs/lit": "^4.3.0",
15-
"@astrojs/starlight": "0.30.3",
15+
"@astrojs/starlight": "0.30.6",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.1.2",
18+
"astro": "5.1.5",
1919
"lit": "^3.2.1",
2020
"starlight-typedoc": "0.17.0",
2121
"typedoc": "0.27.4",
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@skyra/discord-components-core": "workspace:^",
2727
"@skyra/discord-components-react": "workspace:^",
28-
"@types/react": "19.0.2",
28+
"@types/react": "19.0.4",
2929
"@types/react-dom": "^19.0.2",
3030
"react-dom": "^19.0.0",
3131
"typescript": "^5.7.2"

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"prepack": "yarn build"
3030
},
3131
"dependencies": {
32-
"@lit/react": "^1.0.6",
32+
"@lit/react": "^1.0.7",
3333
"@skyra/discord-components-core": "workspace:^",
3434
"react": "^19.0.0"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^19.0.2",
37+
"@types/react": "^19.0.4",
3838
"colorette": "^2.0.20",
3939
"rimraf": "^6.0.1",
4040
"tsup": "^8.3.5",

yarn.lock

Lines changed: 50 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ __metadata:
183183
languageName: node
184184
linkType: hard
185185

186-
"@astrojs/starlight@npm:0.30.3":
187-
version: 0.30.3
188-
resolution: "@astrojs/starlight@npm:0.30.3"
186+
"@astrojs/starlight@npm:0.30.6":
187+
version: 0.30.6
188+
resolution: "@astrojs/starlight@npm:0.30.6"
189189
dependencies:
190190
"@astrojs/mdx": "npm:^4.0.1"
191191
"@astrojs/sitemap": "npm:^3.1.6"
@@ -213,7 +213,7 @@ __metadata:
213213
vfile: "npm:^6.0.2"
214214
peerDependencies:
215215
astro: ^5.0.0
216-
checksum: 10/1e9d11381cff7f33b61c91038364f00a601cb95ae775f46fd93476523776edb5dc040d6b0c17aaf85059ca4925c68cf4f620257e75586ec591b71aeb740160b4
216+
checksum: 10/2b704ee904010a3cca174961a55740ca0c4c4fa9306018e261e4bcc4328e33a52342c1f0a0940856fdd65526fb5222edccfa0203f8b5bccf08256d196581d82b
217217
languageName: node
218218
linkType: hard
219219

@@ -2189,15 +2189,15 @@ __metadata:
21892189
languageName: node
21902190
linkType: hard
21912191

2192-
"@eslint/compat@npm:^1.2.4":
2193-
version: 1.2.4
2194-
resolution: "@eslint/compat@npm:1.2.4"
2192+
"@eslint/compat@npm:^1.2.4, @eslint/compat@npm:^1.2.5":
2193+
version: 1.2.5
2194+
resolution: "@eslint/compat@npm:1.2.5"
21952195
peerDependencies:
21962196
eslint: ^9.10.0
21972197
peerDependenciesMeta:
21982198
eslint:
21992199
optional: true
2200-
checksum: 10/872ac21e3f430575ba70916d83f5a4e7e9cc7fa953111c99ecef225d1ed05b66fbdb5034761dd9035f00c3f0d7ca7657f8cbfa4ff7ead3967f630c8c783d2beb
2200+
checksum: 10/bb4370ca995fcc69d7a657cd478ff0cf2b0d3efe78e45818509917e3a6e73bdc706d3830ccda6aa46c3968e99170feb44fe8eb4314b6c9fa9bcb76d4a2fd4f8c
22012201
languageName: node
22022202
linkType: hard
22032203

@@ -2212,10 +2212,12 @@ __metadata:
22122212
languageName: node
22132213
linkType: hard
22142214

2215-
"@eslint/core@npm:^0.9.0":
2216-
version: 0.9.0
2217-
resolution: "@eslint/core@npm:0.9.0"
2218-
checksum: 10/2d11e9c6fac14cfa817c7a9939fd6b79f2120928e4933952d061651db93797e0fcd67c858a14980ac26e90f6e0e49051436aefa4a4b06a26f24e3028366f73d9
2215+
"@eslint/core@npm:^0.10.0":
2216+
version: 0.10.0
2217+
resolution: "@eslint/core@npm:0.10.0"
2218+
dependencies:
2219+
"@types/json-schema": "npm:^7.0.15"
2220+
checksum: 10/de41d7fa5dc468b70fb15c72829096939fc0217c41b8519af4620bc1089cb42539a15325c4c3ee3832facac1836c8c944c4a0c4d0cc8b33ffd8e95962278ae14
22192221
languageName: node
22202222
linkType: hard
22212223

@@ -2236,10 +2238,10 @@ __metadata:
22362238
languageName: node
22372239
linkType: hard
22382240

2239-
"@eslint/js@npm:9.17.0":
2240-
version: 9.17.0
2241-
resolution: "@eslint/js@npm:9.17.0"
2242-
checksum: 10/1a89e62f5c50e75d44565b7f3b91701455a999132c991e10bac59c118fbb54bdd54be22b9bda1ac730f78a2e64604403d65ce5dd7726d80b2632982cfc3d84ac
2241+
"@eslint/js@npm:9.18.0":
2242+
version: 9.18.0
2243+
resolution: "@eslint/js@npm:9.18.0"
2244+
checksum: 10/364a7d030dad9dbda1458d8dbcea0199fe7d48bcfefe4b49389df6c45cdc5a2449f70e5d8a794e46ed9fb34af3fe5a3f53e30020d306b6ee791e2a1b2b9fa25f
22432245
languageName: node
22442246
linkType: hard
22452247

@@ -2250,12 +2252,13 @@ __metadata:
22502252
languageName: node
22512253
linkType: hard
22522254

2253-
"@eslint/plugin-kit@npm:^0.2.3":
2254-
version: 0.2.3
2255-
resolution: "@eslint/plugin-kit@npm:0.2.3"
2255+
"@eslint/plugin-kit@npm:^0.2.5":
2256+
version: 0.2.5
2257+
resolution: "@eslint/plugin-kit@npm:0.2.5"
22562258
dependencies:
2259+
"@eslint/core": "npm:^0.10.0"
22572260
levn: "npm:^0.4.1"
2258-
checksum: 10/0d0653ef840823fd5c0354ef8f1937e7763dbe830173eb6d2d55a19374bf04a06dff0e5214330c10a9425cf38655f632bb0d7d0666249b366e506ae291d82f7e
2261+
checksum: 10/82d0142bc7054587bde4f75c2c517f477df7c320e4bdb47a4d5f766899a313ce65e9ce5d59428178d0be473a95292065053f69637042546b811ad89079781cbc
22592262
languageName: node
22602263
linkType: hard
22612264

@@ -2956,12 +2959,12 @@ __metadata:
29562959
languageName: node
29572960
linkType: hard
29582961

2959-
"@lit/react@npm:^1.0.6":
2960-
version: 1.0.6
2961-
resolution: "@lit/react@npm:1.0.6"
2962+
"@lit/react@npm:^1.0.7":
2963+
version: 1.0.7
2964+
resolution: "@lit/react@npm:1.0.7"
29622965
peerDependencies:
2963-
"@types/react": 17 || 18
2964-
checksum: 10/343d6574b1b514a547dfd39f55014c4caf06c48facfc19431013b34f22c693939fa9e89a8336f8a64360718c9a34adf955d786e6142d358ccd880a9deab0b3b0
2966+
"@types/react": 17 || 18 || 19
2967+
checksum: 10/9bdf90e233c91822065d0f09aa0d085544b5d70902b05bb6204075404f7e0e5a62a9a447eac55178761690ea1f707b1c13fecd8f8b109a25f978afe7a2c74fea
29652968
languageName: node
29662969
linkType: hard
29672970

@@ -4013,9 +4016,9 @@ __metadata:
40134016
version: 0.0.0-use.local
40144017
resolution: "@skyra/discord-components-react@workspace:packages/react"
40154018
dependencies:
4016-
"@lit/react": "npm:^1.0.6"
4019+
"@lit/react": "npm:^1.0.7"
40174020
"@skyra/discord-components-core": "workspace:^"
4018-
"@types/react": "npm:^19.0.2"
4021+
"@types/react": "npm:^19.0.4"
40194022
colorette: "npm:^2.0.20"
40204023
react: "npm:^19.0.0"
40214024
rimraf: "npm:^6.0.1"
@@ -4462,12 +4465,12 @@ __metadata:
44624465
languageName: node
44634466
linkType: hard
44644467

4465-
"@types/react@npm:19.0.2, @types/react@npm:^19.0.2":
4466-
version: 19.0.2
4467-
resolution: "@types/react@npm:19.0.2"
4468+
"@types/react@npm:19.0.4, @types/react@npm:^19.0.4":
4469+
version: 19.0.4
4470+
resolution: "@types/react@npm:19.0.4"
44684471
dependencies:
44694472
csstype: "npm:^3.0.2"
4470-
checksum: 10/b355cfa22814e934b381c4f6de67c66652255377c3ddc6a757ea195ccbd0e7095aadfe1a28713d8ab1221222b8f2ec237903f4ec0e54eaf656ac832782d25dd2
4473+
checksum: 10/9c20c1bafc21b2022bb8d3cc168ec646ae91580f769218cf0040a789c6b757412b6f4462b475a229039e99cc2727af03ca87b6b39b16930928c717cfe8e06e67
44714474
languageName: node
44724475
linkType: hard
44734476

@@ -5503,9 +5506,9 @@ __metadata:
55035506
languageName: node
55045507
linkType: hard
55055508

5506-
"astro@npm:5.1.2":
5507-
version: 5.1.2
5508-
resolution: "astro@npm:5.1.2"
5509+
"astro@npm:5.1.5":
5510+
version: 5.1.5
5511+
resolution: "astro@npm:5.1.5"
55095512
dependencies:
55105513
"@astrojs/compiler": "npm:^2.10.3"
55115514
"@astrojs/internal-helpers": "npm:0.4.2"
@@ -5572,7 +5575,7 @@ __metadata:
55725575
optional: true
55735576
bin:
55745577
astro: astro.js
5575-
checksum: 10/04c75ab6824932e7b3f0348111ed1bda1d173c29b9137f7ccea888f0528efbc7a9d81626db5a2d64d014eae36a6383ccb94eb3e69c9975ba793cf73465188f1a
5578+
checksum: 10/1561bae16741cffc87b580cd78ef9c75c179c684abaee018f23cc9a36a4c4369c110ebcb48301b85b51e7cdd9a2da8be7d6d1dd46d03741e41517aa7a8fb1900
55765579
languageName: node
55775580
linkType: hard
55785581

@@ -7148,14 +7151,14 @@ __metadata:
71487151
dependencies:
71497152
"@astrojs/check": "npm:0.9.4"
71507153
"@astrojs/lit": "npm:^4.3.0"
7151-
"@astrojs/starlight": "npm:0.30.3"
7154+
"@astrojs/starlight": "npm:0.30.6"
71527155
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "npm:2.0.2"
71537156
"@skyra/discord-components-core": "workspace:^"
71547157
"@skyra/discord-components-react": "workspace:^"
7155-
"@types/react": "npm:19.0.2"
7158+
"@types/react": "npm:19.0.4"
71567159
"@types/react-dom": "npm:^19.0.2"
71577160
"@webcomponents/template-shadowroot": "npm:^0.2.1"
7158-
astro: "npm:5.1.2"
7161+
astro: "npm:5.1.5"
71597162
lit: "npm:^3.2.1"
71607163
react-dom: "npm:^19.0.0"
71617164
starlight-typedoc: "npm:0.17.0"
@@ -8299,17 +8302,17 @@ __metadata:
82998302
languageName: node
83008303
linkType: hard
83018304

8302-
"eslint@npm:^9.17.0":
8303-
version: 9.17.0
8304-
resolution: "eslint@npm:9.17.0"
8305+
"eslint@npm:^9.18.0":
8306+
version: 9.18.0
8307+
resolution: "eslint@npm:9.18.0"
83058308
dependencies:
83068309
"@eslint-community/eslint-utils": "npm:^4.2.0"
83078310
"@eslint-community/regexpp": "npm:^4.12.1"
83088311
"@eslint/config-array": "npm:^0.19.0"
8309-
"@eslint/core": "npm:^0.9.0"
8312+
"@eslint/core": "npm:^0.10.0"
83108313
"@eslint/eslintrc": "npm:^3.2.0"
8311-
"@eslint/js": "npm:9.17.0"
8312-
"@eslint/plugin-kit": "npm:^0.2.3"
8314+
"@eslint/js": "npm:9.18.0"
8315+
"@eslint/plugin-kit": "npm:^0.2.5"
83138316
"@humanfs/node": "npm:^0.16.6"
83148317
"@humanwhocodes/module-importer": "npm:^1.0.1"
83158318
"@humanwhocodes/retry": "npm:^0.4.1"
@@ -8344,7 +8347,7 @@ __metadata:
83448347
optional: true
83458348
bin:
83468349
eslint: bin/eslint.js
8347-
checksum: 10/a48ee67dd4e737974bbb49ca5d12d0ce35bcd874507807599e3655bb398320ab27c9deed1aad508a963967815e626c21208f52158c2fc0796d0cc8186528efeb
8350+
checksum: 10/85f22991aab4b0809fdfc557ec2bd309062e7211b631674e71827a73c45e44febaa80dedda35150154e331a2d372c3a25e8e5dd4a99dc8a982fe8f7d645d859f
83488351
languageName: node
83498352
linkType: hard
83508353

@@ -14978,15 +14981,15 @@ __metadata:
1497814981
dependencies:
1497914982
"@commitlint/cli": "npm:^19.6.1"
1498014983
"@commitlint/config-conventional": "npm:^19.6.0"
14981-
"@eslint/compat": "npm:^1.2.4"
14984+
"@eslint/compat": "npm:^1.2.5"
1498214985
"@lerna-lite/cli": "npm:^3.11.0"
1498314986
"@lerna-lite/publish": "npm:^3.11.0"
1498414987
"@lerna-lite/run": "npm:^3.11.0"
1498514988
"@sapphire/prettier-config": "npm:^2.0.0"
1498614989
"@sapphire/ts-config": "npm:^5.0.1"
1498714990
"@types/node": "npm:^22.10.5"
1498814991
chalk-cli: "npm:^5.0.1"
14989-
eslint: "npm:^9.17.0"
14992+
eslint: "npm:^9.18.0"
1499014993
eslint-config-neon: "npm:^0.2.4"
1499114994
eslint-config-prettier: "npm:^9.1.0"
1499214995
eslint-plugin-html: "npm:^8.1.2"

0 commit comments

Comments
 (0)