From 24f46774b09880b7cb8568a5e612e034b4a39aad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:43:05 +0000 Subject: [PATCH] Update dependency eslint-plugin-astro to v1.1.1 --- package.json | 2 +- pnpm-lock.yaml | 66 +++++++------------------------------------------- 2 files changed, 10 insertions(+), 58 deletions(-) diff --git a/package.json b/package.json index 5f67fed9..127860b2 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@typescript-eslint/parser": "7.8.0", "autoprefixer": "10.4.19", "eslint": "9.1.1", - "eslint-plugin-astro": "1.1.0", + "eslint-plugin-astro": "1.1.1", "postcss": "8.4.38", "prettier": "3.2.5", "prettier-plugin-astro": "0.13.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 48021079..c62dce76 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: 9.1.1 version: 9.1.1 eslint-plugin-astro: - specifier: 1.1.0 - version: 1.1.0(eslint@9.1.1)(typescript@5.3.3) + specifier: 1.1.1 + version: 1.1.1(eslint@9.1.1)(typescript@5.3.3) postcss: specifier: 8.4.38 version: 8.4.38 @@ -859,10 +859,6 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@7.7.1': - resolution: {integrity: sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==} - engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/scope-manager@7.8.0': resolution: {integrity: sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==} engines: {node: ^18.18.0 || >=20.0.0} @@ -877,23 +873,10 @@ packages: typescript: optional: true - '@typescript-eslint/types@7.7.1': - resolution: {integrity: sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==} - engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/types@7.8.0': resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/typescript-estree@7.7.1': - resolution: {integrity: sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - '@typescript-eslint/typescript-estree@7.8.0': resolution: {integrity: sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==} engines: {node: ^18.18.0 || >=20.0.0} @@ -909,10 +892,6 @@ packages: peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/visitor-keys@7.7.1': - resolution: {integrity: sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==} - engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/visitor-keys@7.8.0': resolution: {integrity: sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==} engines: {node: ^18.18.0 || >=20.0.0} @@ -1379,8 +1358,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-astro@1.1.0: - resolution: {integrity: sha512-fvvy7nYRqtr9V7hMgpZ3lKXLhbxZdPzerGhesq6bLBl49lRF944EsJsIRNt5kcvRD0ZJlNL7nXbw09xOWXGTqg==} + eslint-plugin-astro@1.1.1: + resolution: {integrity: sha512-DDRPLz25oahOHpET5ubbK/G/O8D2CP18XKhQmf8r2jF4BJ5JCk8YGfK4kNmInsw5J41eeZiK1T8aey5ItLrr/g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.57.0' @@ -3652,11 +3631,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@7.7.1': - dependencies: - '@typescript-eslint/types': 7.7.1 - '@typescript-eslint/visitor-keys': 7.7.1 - '@typescript-eslint/scope-manager@7.8.0': dependencies: '@typescript-eslint/types': 7.8.0 @@ -3674,25 +3648,8 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@7.7.1': {} - '@typescript-eslint/types@7.8.0': {} - '@typescript-eslint/typescript-estree@7.7.1(typescript@5.3.3)': - dependencies: - '@typescript-eslint/types': 7.7.1 - '@typescript-eslint/visitor-keys': 7.7.1 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - minimatch: 9.0.4 - semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.3.3) - optionalDependencies: - typescript: 5.3.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/typescript-estree@7.8.0(typescript@5.3.3)': dependencies: '@typescript-eslint/types': 7.8.0 @@ -3722,11 +3679,6 @@ snapshots: - supports-color - typescript - '@typescript-eslint/visitor-keys@7.7.1': - dependencies: - '@typescript-eslint/types': 7.7.1 - eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@7.8.0': dependencies: '@typescript-eslint/types': 7.8.0 @@ -3836,9 +3788,9 @@ snapshots: astro-eslint-parser@1.0.1(typescript@5.3.3): dependencies: '@astrojs/compiler': 2.7.1 - '@typescript-eslint/scope-manager': 7.7.1 - '@typescript-eslint/types': 7.7.1 - '@typescript-eslint/typescript-estree': 7.7.1(typescript@5.3.3) + '@typescript-eslint/scope-manager': 7.8.0 + '@typescript-eslint/types': 7.8.0 + '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.3.3) astrojs-compiler-sync: 1.0.0(@astrojs/compiler@2.7.1) debug: 4.3.4 entities: 4.5.0 @@ -4344,11 +4296,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-astro@1.1.0(eslint@9.1.1)(typescript@5.3.3): + eslint-plugin-astro@1.1.1(eslint@9.1.1)(typescript@5.3.3): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.1) '@jridgewell/sourcemap-codec': 1.4.15 - '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/types': 7.8.0 astro-eslint-parser: 1.0.1(typescript@5.3.3) eslint: 9.1.1 eslint-compat-utils: 0.5.0(eslint@9.1.1)