Bump the dev-dependencies group with 3 updates

Bumps the dev-dependencies group with 3 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@octokit/types](https://github.com/octokit/types.ts) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@biomejs/biome` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)

Updates `@octokit/types` from 13.4.1 to 13.5.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](https://github.com/octokit/types.ts/compare/v13.4.1...v13.5.0)

Updates `@types/node` from 20.12.7 to 20.12.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@octokit/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-06 08:17:24 +00:00 committed by GitHub
parent 8eaeb388c0
commit 8add401e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 53 additions and 53 deletions

View File

@ -14,7 +14,7 @@
"lint:fix": "biome check --apply ." "lint:fix": "biome check --apply ."
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.7.1", "@biomejs/biome": "^1.7.2",
"@changesets/cli": "2.27.1" "@changesets/cli": "2.27.1"
} }
} }

View File

@ -44,7 +44,7 @@
"astro": ">=4.5.0" "astro": ">=4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@octokit/types": "^13.4.1" "@octokit/types": "^13.5.0"
}, },
"dependencies": { "dependencies": {
"@expressive-code/core": "^0.35.2", "@expressive-code/core": "^0.35.2",

View File

@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^2.3.1", "@astrojs/mdx": "^2.3.1",
"@astrojs/check": "^0.5.10", "@astrojs/check": "^0.5.10",
"@types/node": "^20.12.7", "@types/node": "^20.12.8",
"typescript": "^5.4.5" "typescript": "^5.4.5"
} }
} }

View File

@ -9,8 +9,8 @@ importers:
.: .:
devDependencies: devDependencies:
'@biomejs/biome': '@biomejs/biome':
specifier: ^1.7.1 specifier: ^1.7.2
version: 1.7.1 version: 1.7.2
'@changesets/cli': '@changesets/cli':
specifier: 2.27.1 specifier: 2.27.1
version: 2.27.1 version: 2.27.1
@ -34,7 +34,7 @@ importers:
version: 0.35.2 version: 0.35.2
astro: astro:
specifier: '>=4.5.0' specifier: '>=4.5.0'
version: 4.7.0(@types/node@20.12.7)(typescript@5.4.5) version: 4.7.0(@types/node@20.12.8)(typescript@5.4.5)
astro-integration-kit: astro-integration-kit:
specifier: ^0.12.0 specifier: ^0.12.0
version: 0.12.0(astro@4.7.0) version: 0.12.0(astro@4.7.0)
@ -49,11 +49,11 @@ importers:
version: 6.2.0 version: 6.2.0
vite: vite:
specifier: ^5.2.10 specifier: ^5.2.10
version: 5.2.10(@types/node@20.12.7) version: 5.2.10(@types/node@20.12.8)
devDependencies: devDependencies:
'@octokit/types': '@octokit/types':
specifier: ^13.4.1 specifier: ^13.5.0
version: 13.4.1 version: 13.5.0
playground: playground:
dependencies: dependencies:
@ -62,7 +62,7 @@ importers:
version: link:../package version: link:../package
astro: astro:
specifier: ^4.7.0 specifier: ^4.7.0
version: 4.7.0(@types/node@20.12.7)(typescript@5.4.5) version: 4.7.0(@types/node@20.12.8)(typescript@5.4.5)
devDependencies: devDependencies:
'@astrojs/check': '@astrojs/check':
specifier: ^0.5.10 specifier: ^0.5.10
@ -71,8 +71,8 @@ importers:
specifier: ^2.3.1 specifier: ^2.3.1
version: 2.3.1(astro@4.7.0) version: 2.3.1(astro@4.7.0)
'@types/node': '@types/node':
specifier: ^20.12.7 specifier: ^20.12.8
version: 20.12.7 version: 20.12.8
typescript: typescript:
specifier: ^5.4.5 specifier: ^5.4.5
version: 5.4.5 version: 5.4.5
@ -178,7 +178,7 @@ packages:
'@astrojs/markdown-remark': 5.1.0 '@astrojs/markdown-remark': 5.1.0
'@mdx-js/mdx': 3.0.1 '@mdx-js/mdx': 3.0.1
acorn: 8.11.3 acorn: 8.11.3
astro: 4.7.0(@types/node@20.12.7)(typescript@5.4.5) astro: 4.7.0(@types/node@20.12.8)(typescript@5.4.5)
es-module-lexer: 1.4.1 es-module-lexer: 1.4.1
estree-util-visit: 2.0.0 estree-util-visit: 2.0.0
github-slugger: 2.0.0 github-slugger: 2.0.0
@ -432,24 +432,24 @@ packages:
'@babel/helper-validator-identifier': 7.22.20 '@babel/helper-validator-identifier': 7.22.20
to-fast-properties: 2.0.0 to-fast-properties: 2.0.0
/@biomejs/biome@1.7.1: /@biomejs/biome@1.7.2:
resolution: {integrity: sha512-wb2UNoFXcgaMdKXKT5ytsYntaogl2FSTjDt20CZynF3v7OXQUcIpTrr+be3XoOGpoZRj3Ytq9TSpmplUREXmeA==} resolution: {integrity: sha512-6Skx9N47inLQzYi9RKgJ7PBnUnaHnMe/imqX43cOcJjZtfMnQLxEvfM2Eyo7gChkwrZlwc+VbA4huFRjw2fsYA==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
optionalDependencies: optionalDependencies:
'@biomejs/cli-darwin-arm64': 1.7.1 '@biomejs/cli-darwin-arm64': 1.7.2
'@biomejs/cli-darwin-x64': 1.7.1 '@biomejs/cli-darwin-x64': 1.7.2
'@biomejs/cli-linux-arm64': 1.7.1 '@biomejs/cli-linux-arm64': 1.7.2
'@biomejs/cli-linux-arm64-musl': 1.7.1 '@biomejs/cli-linux-arm64-musl': 1.7.2
'@biomejs/cli-linux-x64': 1.7.1 '@biomejs/cli-linux-x64': 1.7.2
'@biomejs/cli-linux-x64-musl': 1.7.1 '@biomejs/cli-linux-x64-musl': 1.7.2
'@biomejs/cli-win32-arm64': 1.7.1 '@biomejs/cli-win32-arm64': 1.7.2
'@biomejs/cli-win32-x64': 1.7.1 '@biomejs/cli-win32-x64': 1.7.2
dev: true dev: true
/@biomejs/cli-darwin-arm64@1.7.1: /@biomejs/cli-darwin-arm64@1.7.2:
resolution: {integrity: sha512-qfLrIIB58dkgiY/1tgG6fSCBK22PZaSIf6blweZBsG6iMij05mEuJt50ne+zPnNFNUmt8t43NC/qOXT3iFHQBA==} resolution: {integrity: sha512-CrldIueHivWEWmeTkK8bTXajeX53F8i2Rrkkt8cPZyMtzkrwxf8Riq4a/jz3SQBHkxHFT4TqGbSTNMXe3X1ogA==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
@ -457,8 +457,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@biomejs/cli-darwin-x64@1.7.1: /@biomejs/cli-darwin-x64@1.7.2:
resolution: {integrity: sha512-OGeyNsEcp5VnKbF9/TBjPCTHNEOm7oHegEve07U3KZmzqfpw2Oe3i9DVW8t6vvj1TYbrwWYCld25H34kBDY7Vg==} resolution: {integrity: sha512-UELnLJuJOsTL9meArvn8BtiXDURyPil2Ej9me2uVpEvee8UQdqd/bssP5we400OWShlL1AAML4fn6d2WX5332g==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
@ -466,8 +466,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@biomejs/cli-linux-arm64-musl@1.7.1: /@biomejs/cli-linux-arm64-musl@1.7.2:
resolution: {integrity: sha512-giH0/CzLOJ+wbxLxd5Shnr5xQf5fGnTRWLDe3lzjaF7IplVydNCEeZJtncB01SvyA6DAFJsvQ4LNxzAOQfEVCg==} resolution: {integrity: sha512-kKYZiem7Sj7wI0dpVxJlK7C+TFQwzO/ctufIGXGJAyEmUe9vEKSzV8CXpv+JIRiTWyqaZJ4K+eHz4SPdPCv05w==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
@ -475,8 +475,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@biomejs/cli-linux-arm64@1.7.1: /@biomejs/cli-linux-arm64@1.7.2:
resolution: {integrity: sha512-MQDf5wErj1iBvlcxCyOa0XqZYN8WJrupVgbNnqhntO3yVATg8GxduVUn1fDSaolznkDRsj7Pz3Xu1esBFwvfmg==} resolution: {integrity: sha512-Z1CSGQE6fHz55gkiFHv9E8wEAaSUd7dHSRaxSCBa7utonHqpIeMbvj3Evm1w0WfGLFDtRXLV1fTfEdM0FMTOhA==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
@ -484,8 +484,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@biomejs/cli-linux-x64-musl@1.7.1: /@biomejs/cli-linux-x64-musl@1.7.2:
resolution: {integrity: sha512-ySNDtPhsLxU125IFHHAxfpoHBpkM56s4mEXeO70GZtgZay/o1h8IUPWCWf5Z7gKgc4jwgYN1U1U9xabI3hZVAg==} resolution: {integrity: sha512-x10LpGMepDrLS+h2TZ6/T7egpHjGKtiI4GuShNylmBQJWfTotbFf9eseHggrqJ4WZf9yrGoVYrtbxXftuB95sQ==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
@ -493,8 +493,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@biomejs/cli-linux-x64@1.7.1: /@biomejs/cli-linux-x64@1.7.2:
resolution: {integrity: sha512-3wmCsGcC3KZ4pfTknXHfyMMlXPMhgfXVAcG5GlrR+Tq2JGiAw0EUydaLpsSBEbcG7IxH6OiUZEJZ95kAycCHBA==} resolution: {integrity: sha512-vXXyox8/CQijBxAu0+r8FfSO7JlC4tob3PbaFda8gPJFRz2uFJw39HtxVUwbTV1EcU6wSPh4SiRu5sZfP1VHrQ==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
@ -502,8 +502,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@biomejs/cli-win32-arm64@1.7.1: /@biomejs/cli-win32-arm64@1.7.2:
resolution: {integrity: sha512-8hIDakEqZn0i6+388noYKdZ0ZrovTwnvMU/Qp/oJou0G7EPVdXupOe0oxiQSdRN0W7f6CS/yjPCYuVGzDG6r0g==} resolution: {integrity: sha512-kRXdlKzcU7INf6/ldu0nVmkOgt7bKqmyXRRCUqqaJfA32+9InTbkD8tGrHZEVYIWr+eTuKcg16qZVDsPSDFZ8g==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
@ -511,8 +511,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@biomejs/cli-win32-x64@1.7.1: /@biomejs/cli-win32-x64@1.7.2:
resolution: {integrity: sha512-3W9k3uH6Ea6VOpAS9xkkAlS0LTfnGQjmIUCegZ8SDtK2NgJ1gO+qdEkGJb0ltahusFTN1QxJ107dM7ASA9IUEg==} resolution: {integrity: sha512-qHTtpAs+CNglAAuaTy09htoqUhrQyd3nd0aGTuLNqD10h1llMVi8WFZfoa+e5MuDSfYtMK6nW2Tbf6WgzzR1Qw==}
engines: {node: '>=14.21.3'} engines: {node: '>=14.21.3'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
@ -1356,8 +1356,8 @@ packages:
resolution: {integrity: sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==} resolution: {integrity: sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==}
dev: false dev: false
/@octokit/openapi-types@22.1.0: /@octokit/openapi-types@22.2.0:
resolution: {integrity: sha512-pGUdSP+eEPfZiQHNkZI0U01HLipxncisdJQB4G//OAmfeO8sqTQ9KRa0KF03TUPCziNsoXUrTg4B2Q1EX++T0Q==} resolution: {integrity: sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==}
dev: true dev: true
/@octokit/plugin-paginate-graphql@4.0.0(@octokit/core@5.1.0): /@octokit/plugin-paginate-graphql@4.0.0(@octokit/core@5.1.0):
@ -1437,10 +1437,10 @@ packages:
'@octokit/openapi-types': 20.0.0 '@octokit/openapi-types': 20.0.0
dev: false dev: false
/@octokit/types@13.4.1: /@octokit/types@13.5.0:
resolution: {integrity: sha512-Y73oOAzRBAUzR/iRAbGULzpNkX8vaxKCqEtg6K74Ff3w9f5apFnWtE/2nade7dMWWW3bS5Kkd6DJS4HF04xreg==} resolution: {integrity: sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==}
dependencies: dependencies:
'@octokit/openapi-types': 22.1.0 '@octokit/openapi-types': 22.2.0
dev: true dev: true
/@octokit/webhooks-methods@4.1.0: /@octokit/webhooks-methods@4.1.0:
@ -1623,7 +1623,7 @@ packages:
/@types/jsonwebtoken@9.0.5: /@types/jsonwebtoken@9.0.5:
resolution: {integrity: sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==} resolution: {integrity: sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==}
dependencies: dependencies:
'@types/node': 20.12.7 '@types/node': 20.12.8
dev: false dev: false
/@types/mdast@4.0.3: /@types/mdast@4.0.3:
@ -1651,8 +1651,8 @@ packages:
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
dev: true dev: true
/@types/node@20.12.7: /@types/node@20.12.8:
resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==}
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 5.26.5
@ -1901,12 +1901,12 @@ packages:
'@astrojs/db': '@astrojs/db':
optional: true optional: true
dependencies: dependencies:
astro: 4.7.0(@types/node@20.12.7)(typescript@5.4.5) astro: 4.7.0(@types/node@20.12.8)(typescript@5.4.5)
pathe: 1.1.2 pathe: 1.1.2
recast: 0.23.5 recast: 0.23.5
dev: false dev: false
/astro@4.7.0(@types/node@20.12.7)(typescript@5.4.5): /astro@4.7.0(@types/node@20.12.8)(typescript@5.4.5):
resolution: {integrity: sha512-YC24nK6/UNelVob+4RoJPDgZJdpaJarIU85D/UxCrlsYJlLqrW8hXq7A9T6BXNs+puF9pJrYlqaJNCRO+928XA==} resolution: {integrity: sha512-YC24nK6/UNelVob+4RoJPDgZJdpaJarIU85D/UxCrlsYJlLqrW8hXq7A9T6BXNs+puF9pJrYlqaJNCRO+928XA==}
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
hasBin: true hasBin: true
@ -1968,7 +1968,7 @@ packages:
tsconfck: 3.0.3(typescript@5.4.5) tsconfck: 3.0.3(typescript@5.4.5)
unist-util-visit: 5.0.0 unist-util-visit: 5.0.0
vfile: 6.0.1 vfile: 6.0.1
vite: 5.2.10(@types/node@20.12.7) vite: 5.2.10(@types/node@20.12.8)
vitefu: 0.2.5(vite@5.2.10) vitefu: 0.2.5(vite@5.2.10)
which-pm: 2.1.1 which-pm: 2.1.1
yargs-parser: 21.1.1 yargs-parser: 21.1.1
@ -5432,7 +5432,7 @@ packages:
unist-util-stringify-position: 4.0.0 unist-util-stringify-position: 4.0.0
vfile-message: 4.0.2 vfile-message: 4.0.2
/vite@5.2.10(@types/node@20.12.7): /vite@5.2.10(@types/node@20.12.8):
resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==} resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -5460,7 +5460,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 20.12.7 '@types/node': 20.12.8
esbuild: 0.20.2 esbuild: 0.20.2
postcss: 8.4.38 postcss: 8.4.38
rollup: 4.13.0 rollup: 4.13.0
@ -5475,7 +5475,7 @@ packages:
vite: vite:
optional: true optional: true
dependencies: dependencies:
vite: 5.2.10(@types/node@20.12.7) vite: 5.2.10(@types/node@20.12.8)
/volar-service-css@0.0.34(@volar/language-service@2.1.5): /volar-service-css@0.0.34(@volar/language-service@2.1.5):
resolution: {integrity: sha512-C7ua0j80ZD7bsgALAz/cA1bykPehoIa5n+3+Ccr+YLpj0fypqw9iLUmGLX11CqzqNCO2XFGe/1eXB/c+SWrF/g==} resolution: {integrity: sha512-C7ua0j80ZD7bsgALAz/cA1bykPehoIa5n+3+Ccr+YLpj0fypqw9iLUmGLX11CqzqNCO2XFGe/1eXB/c+SWrF/g==}