Skip to content

Commit 0230530

Browse files
dependabot[bot]einarwar
authored andcommitted
build(deps-dev): bump the web group across 2 directories with 3 updates
Bumps the web group with 1 update in the /documentation directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the web group with 3 updates in the /web directory: [typescript](https://github.com/microsoft/TypeScript), [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker). Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) Updates `@biomejs/biome` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome) Updates `vite-plugin-checker` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases) - [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md) - [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: web - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: web - dependency-name: "@biomejs/biome" dependency-version: 2.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: web - dependency-name: vite-plugin-checker dependency-version: 0.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: web ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b716238 commit 0230530

File tree

4 files changed

+62
-62
lines changed

4 files changed

+62
-62
lines changed

documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@docusaurus/module-type-aliases": "3.8.1",
3131
"@tsconfig/docusaurus": "^2.0.3",
3232
"raw-loader": "^4.0.2",
33-
"typescript": "^5.8.3"
33+
"typescript": "^5.9.2"
3434
},
3535
"browserslist": {
3636
"production": [

documentation/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10466,10 +10466,10 @@ typedarray-to-buffer@^3.1.5:
1046610466
dependencies:
1046710467
is-typedarray "^1.0.0"
1046810468

10469-
typescript@^5.8.3:
10470-
version "5.8.3"
10471-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
10472-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
10469+
typescript@^5.9.2:
10470+
version "5.9.2"
10471+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
10472+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1047310473

1047410474
ufo@^1.5.4:
1047510475
version "1.5.4"

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"styled-components": "^6.1.19"
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "^2.1.2",
33+
"@biomejs/biome": "^2.1.3",
3434
"@testing-library/dom": "^10.4.1",
3535
"@testing-library/jest-dom": "^6.6.4",
3636
"@testing-library/react": "^16.3.0",
@@ -44,9 +44,9 @@
4444
"jsdom": "^26.1.0",
4545
"openapi-typescript-codegen": "^0.29.0",
4646
"prettier": "^3.6.2",
47-
"typescript": "~5.8.3",
47+
"typescript": "~5.9.2",
4848
"vite": "^7.0.6",
49-
"vite-plugin-checker": "^0.10.1",
49+
"vite-plugin-checker": "^0.10.2",
5050
"vite-plugin-csp-guard": "^2.1.1",
5151
"vite-plugin-svgr": "^4.3.0",
5252
"vite-tsconfig-paths": "^5.1.4",

web/yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -222,59 +222,59 @@
222222
"@babel/helper-string-parser" "^7.27.1"
223223
"@babel/helper-validator-identifier" "^7.27.1"
224224

225-
"@biomejs/biome@^2.1.2":
226-
version "2.1.2"
227-
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-2.1.2.tgz#aaec9cf06f21c42ff536e4b58d432a44d3bc59ec"
228-
integrity sha512-yq8ZZuKuBVDgAS76LWCfFKHSYIAgqkxVB3mGVVpOe2vSkUTs7xG46zXZeNPRNVjiJuw0SZ3+J2rXiYx0RUpfGg==
225+
"@biomejs/biome@^2.1.3":
226+
version "2.1.3"
227+
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-2.1.3.tgz#b426af6da72728d46f2de9267a140aba2c5d9d07"
228+
integrity sha512-KE/tegvJIxTkl7gJbGWSgun7G6X/n2M6C35COT6ctYrAy7SiPyNvi6JtoQERVK/VRbttZfgGq96j2bFmhmnH4w==
229229
optionalDependencies:
230-
"@biomejs/cli-darwin-arm64" "2.1.2"
231-
"@biomejs/cli-darwin-x64" "2.1.2"
232-
"@biomejs/cli-linux-arm64" "2.1.2"
233-
"@biomejs/cli-linux-arm64-musl" "2.1.2"
234-
"@biomejs/cli-linux-x64" "2.1.2"
235-
"@biomejs/cli-linux-x64-musl" "2.1.2"
236-
"@biomejs/cli-win32-arm64" "2.1.2"
237-
"@biomejs/cli-win32-x64" "2.1.2"
238-
239-
"@biomejs/[email protected].2":
240-
version "2.1.2"
241-
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.1.2.tgz#bcb0466321d386dd6055c95cbd333ee9c5294ad1"
242-
integrity sha512-leFAks64PEIjc7MY/cLjE8u5OcfBKkcDB0szxsWUB4aDfemBep1WVKt0qrEyqZBOW8LPHzrFMyDl3FhuuA0E7g==
230+
"@biomejs/cli-darwin-arm64" "2.1.3"
231+
"@biomejs/cli-darwin-x64" "2.1.3"
232+
"@biomejs/cli-linux-arm64" "2.1.3"
233+
"@biomejs/cli-linux-arm64-musl" "2.1.3"
234+
"@biomejs/cli-linux-x64" "2.1.3"
235+
"@biomejs/cli-linux-x64-musl" "2.1.3"
236+
"@biomejs/cli-win32-arm64" "2.1.3"
237+
"@biomejs/cli-win32-x64" "2.1.3"
238+
239+
"@biomejs/[email protected].3":
240+
version "2.1.3"
241+
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.1.3.tgz#fed55146221efd0b89b2398f629003a2e24feb43"
242+
integrity sha512-LFLkSWRoSGS1wVUD/BE6Nlt2dSn0ulH3XImzg2O/36BoToJHKXjSxzPEMAqT9QvwVtk7/9AQhZpTneERU9qaXA==
243243

244-
"@biomejs/[email protected].2":
245-
version "2.1.2"
246-
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.1.2.tgz#983dbe3d671add0ed781afc46cc7fb28cefebc94"
247-
integrity sha512-Nmmv7wRX5Nj7lGmz0FjnWdflJg4zii8Ivruas6PBKzw5SJX/q+Zh2RfnO+bBnuKLXpj8kiI2x2X12otpH6a32A==
244+
"@biomejs/[email protected].3":
245+
version "2.1.3"
246+
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.1.3.tgz#5cbffc6eb65a190ee6a0315245476b92abe531ce"
247+
integrity sha512-Q/4OTw8P9No9QeowyxswcWdm0n2MsdCwWcc5NcKQQvzwPjwuPdf8dpPPf4r+x0RWKBtl1FLiAUtJvBlri6DnYw==
248248

249-
"@biomejs/[email protected].2":
250-
version "2.1.2"
251-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.1.2.tgz#7f7d8d2081afbdddd5de4d0e664ba2e7f6b294e5"
252-
integrity sha512-qgHvafhjH7Oca114FdOScmIKf1DlXT1LqbOrrbR30kQDLFPEOpBG0uzx6MhmsrmhGiCFCr2obDamu+czk+X0HQ==
249+
"@biomejs/[email protected].3":
250+
version "2.1.3"
251+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.1.3.tgz#6cffb8747c76c9a2b2a6bbd7a5e474e3148e21a4"
252+
integrity sha512-KXouFSBnoxAWZYDQrnNRzZBbt5s9UJkIm40hdvSL9mBxSSoxRFQJbtg1hP3aa8A2SnXyQHxQfpiVeJlczZt76w==
253253

254-
"@biomejs/[email protected].2":
255-
version "2.1.2"
256-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.1.2.tgz#80d7ae9cd2513ffb3bf9a7ce1783e31746f2a8aa"
257-
integrity sha512-NWNy2Diocav61HZiv2enTQykbPP/KrA/baS7JsLSojC7Xxh2nl9IczuvE5UID7+ksRy2e7yH7klm/WkA72G1dw==
254+
"@biomejs/[email protected].3":
255+
version "2.1.3"
256+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.1.3.tgz#30696c10321837987a925d547e13e60c828614e1"
257+
integrity sha512-2hS6LgylRqMFmAZCOFwYrf77QMdUwJp49oe8PX/O8+P2yKZMSpyQTf3Eo5ewnsMFUEmYbPOskafdV1ds1MZMJA==
258258

259-
"@biomejs/[email protected].2":
260-
version "2.1.2"
261-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.1.2.tgz#0892d8aac4ce001275db514239c8779556992fea"
262-
integrity sha512-xlB3mU14ZUa3wzLtXfmk2IMOGL+S0aHFhSix/nssWS/2XlD27q+S6f0dlQ8WOCbYoXcuz8BCM7rCn2lxdTrlQA==
259+
"@biomejs/[email protected].3":
260+
version "2.1.3"
261+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.1.3.tgz#924a394de57a73cf76bacd44b9780dd532b1718a"
262+
integrity sha512-KaLAxnROouzIWtl6a0Y88r/4hW5oDUJTIqQorOTVQITaKQsKjZX4XCUmHIhdEk8zMnaiLZzRTAwk1yIAl+mIew==
263263

264-
"@biomejs/[email protected].2":
265-
version "2.1.2"
266-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-2.1.2.tgz#f9963b54366f75cbc724021a307a20a599d25bf3"
267-
integrity sha512-Km/UYeVowygTjpX6sGBzlizjakLoMQkxWbruVZSNE6osuSI63i4uCeIL+6q2AJlD3dxoiBJX70dn1enjQnQqwA==
264+
"@biomejs/[email protected].3":
265+
version "2.1.3"
266+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-2.1.3.tgz#8cac08e0af942c439cc4c0d7aa71ba12e3736382"
267+
integrity sha512-NxlSCBhLvQtWGagEztfAZ4WcE1AkMTntZV65ZvR+J9jp06+EtOYEBPQndA70ZGhHbEDG57bR6uNvqkd1WrEYVA==
268268

269-
"@biomejs/[email protected].2":
270-
version "2.1.2"
271-
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.1.2.tgz#cf5ac637bcd0816ead78c2d54b9379d3f0428f15"
272-
integrity sha512-G8KWZli5ASOXA3yUQgx+M4pZRv3ND16h77UsdunUL17uYpcL/UC7RkWTdkfvMQvogVsAuz5JUcBDjgZHXxlKoA==
269+
"@biomejs/[email protected].3":
270+
version "2.1.3"
271+
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.1.3.tgz#483acf4c9b656c2408c1fd3731af588e99ac2dde"
272+
integrity sha512-V9CUZCtWH4u0YwyCYbQ3W5F4ZGPWp2C2TYcsiWFNNyRfmOW1j/TY/jAurl33SaRjgZPO5UUhGyr9m6BN9t84NQ==
273273

274-
"@biomejs/[email protected].2":
275-
version "2.1.2"
276-
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-2.1.2.tgz#dc987c1c40168e7d442a6742edc13b3057d5445d"
277-
integrity sha512-9zajnk59PMpjBkty3bK2IrjUsUHvqe9HWwyAWQBjGLE7MIBjbX2vwv1XPEhmO2RRuGoTkVx3WCanHrjAytICLA==
274+
"@biomejs/[email protected].3":
275+
version "2.1.3"
276+
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-2.1.3.tgz#b7ac23a4636ebb8ae6036ee5c65b065a4072f4c4"
277+
integrity sha512-dxy599q6lgp8ANPpR8sDMscwdp9oOumEsVXuVCVT9N2vAho8uYXlCz53JhxX6LtJOXaE73qzgkGQ7QqvFlMC0g==
278278

279279
"@csstools/color-helpers@^5.0.1":
280280
version "5.0.1"
@@ -3842,10 +3842,10 @@ tslib@^2.0.3, tslib@^2.4.0, tslib@^2.6.2:
38423842
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
38433843
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
38443844

3845-
typescript@~5.8.3:
3846-
version "5.8.3"
3847-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
3848-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
3845+
typescript@~5.9.2:
3846+
version "5.9.2"
3847+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
3848+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
38493849

38503850
uglify-js@^3.1.4:
38513851
version "3.19.3"
@@ -3896,16 +3896,16 @@ [email protected]:
38963896
pathe "^2.0.3"
38973897
vite "^5.0.0 || ^6.0.0 || ^7.0.0-0"
38983898

3899-
vite-plugin-checker@^0.10.1:
3900-
version "0.10.1"
3901-
resolved "https://registry.yarnpkg.com/vite-plugin-checker/-/vite-plugin-checker-0.10.1.tgz#03ea1a341e86d9ba750ed43d8a7296cf8de0d2ee"
3902-
integrity sha512-imiBsmYTPdjQHIZiEi5BhJ7K8Z/kCjTFMn+Qa4+5ao/a4Yql4yWFcf81FDJqlMiM57iY4Q3Z7PdoEe4KydULYQ==
3899+
vite-plugin-checker@^0.10.2:
3900+
version "0.10.2"
3901+
resolved "https://registry.yarnpkg.com/vite-plugin-checker/-/vite-plugin-checker-0.10.2.tgz#2ea2e06093ea8aac4734a004aa826a037e0d51e8"
3902+
integrity sha512-FX9U8TnIS6AGOlqmC6O2YmkJzcZJRrjA03UF7FOhcUJ7it3HmCoxcIPMcoHliBP6EFOuNzle9K4c0JL4suRPow==
39033903
dependencies:
39043904
"@babel/code-frame" "^7.27.1"
39053905
chokidar "^4.0.3"
39063906
npm-run-path "^6.0.0"
39073907
picocolors "^1.1.1"
3908-
picomatch "^4.0.2"
3908+
picomatch "^4.0.3"
39093909
strip-ansi "^7.1.0"
39103910
tiny-invariant "^1.3.3"
39113911
tinyglobby "^0.2.14"

0 commit comments

Comments
 (0)