From 3d728d4106d784d49ed14d83b50d895c0b60a52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:00:35 +0000 Subject: [PATCH] Bump the dev-dependencies group with 1 update Bumps the dev-dependencies group with 1 update: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check). Updates `@astrojs/check` from 0.5.6 to 0.5.7 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.7/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- playground/package.json | 2 +- pnpm-lock.yaml | 28 +++++++++++++++++++++++----- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/playground/package.json b/playground/package.json index f5494f1..507015e 100644 --- a/playground/package.json +++ b/playground/package.json @@ -15,7 +15,7 @@ "@matthiesenxyz/astro-hashnode": "workspace:*" }, "devDependencies": { - "@astrojs/check": "^0.5.1", + "@astrojs/check": "^0.5.7", "@types/node": "^20.11.17", "typescript": "^5.3.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6ad556..b7b02a0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,8 +65,8 @@ importers: version: 4.4.15(@types/node@20.11.25)(typescript@5.4.2) devDependencies: '@astrojs/check': - specifier: ^0.5.1 - version: 0.5.6(typescript@5.4.2) + specifier: ^0.5.7 + version: 0.5.7(typescript@5.4.2) '@types/node': specifier: ^20.11.17 version: 20.11.25 @@ -90,7 +90,7 @@ packages: peerDependencies: typescript: ^5.0.0 dependencies: - '@astrojs/language-server': 2.7.6(typescript@5.4.2) + '@astrojs/language-server': 2.7.7(typescript@5.4.2) chokidar: 3.6.0 fast-glob: 3.3.2 kleur: 4.1.5 @@ -99,6 +99,24 @@ packages: transitivePeerDependencies: - prettier - prettier-plugin-astro + dev: false + + /@astrojs/check@0.5.7(typescript@5.4.2): + resolution: {integrity: sha512-ymJRoC8rb6rfCaLXej5fcgmxIdzea1xFHM2jAb15kGO2hfD/E10fzk5CTcFnuRUO38x9yYAjuFIn/y0QXdxBkA==} + hasBin: true + peerDependencies: + typescript: ^5.0.0 + dependencies: + '@astrojs/language-server': 2.7.7(typescript@5.4.2) + chokidar: 3.6.0 + fast-glob: 3.3.2 + kleur: 4.1.5 + typescript: 5.4.2 + yargs: 17.7.2 + transitivePeerDependencies: + - prettier + - prettier-plugin-astro + dev: true /@astrojs/compiler@2.7.0: resolution: {integrity: sha512-XpC8MAaWjD1ff6/IfkRq/5k1EFj6zhCNqXRd5J43SVJEBj/Bsmizkm8N0xOYscGcDFQkRgEw6/eKnI5x/1l6aA==} @@ -107,8 +125,8 @@ packages: resolution: {integrity: sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==} dev: false - /@astrojs/language-server@2.7.6(typescript@5.4.2): - resolution: {integrity: sha512-NhMSmMAuKBMXnvpfn9eYPR7R6zOasAjRb+ta8L+rCHHuKzUc0lBgAF5M6rx01FJqlpGqeqao13eYt4287Ze49g==} + /@astrojs/language-server@2.7.7(typescript@5.4.2): + resolution: {integrity: sha512-1DdYlIGqzIpuHFMECDCFrOYvwhrRGnB7mCwSSyNdIUXFx9QIUgFJoZUR2/gYk0y8L2hpwm7Wa5d8NuiRv5V9kg==} hasBin: true peerDependencies: prettier: ^3.0.0 -- 2.40.1