Skip to content

Commit 4be8d7d

Browse files
chore(deps): update dependency eslint-plugin-astro to ~1.7.0
1 parent f834e15 commit 4be8d7d

2 files changed

Lines changed: 23 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/luxon": "~3.7.0",
3030
"astro": "^5.16.0",
3131
"eslint": "~9.39.0",
32-
"eslint-plugin-astro": "~1.5.0",
32+
"eslint-plugin-astro": "~1.7.0",
3333
"prettier": "~3.7.0",
3434
"prettier-plugin-astro": "~0.14.0",
3535
"tailwindcss": "^4.1.8",

yarn.lock

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
kleur "^4.1.5"
1313
yargs "^17.7.2"
1414

15-
"@astrojs/compiler@^2.0.0", "@astrojs/compiler@^2.10.3", "@astrojs/compiler@^2.13.0", "@astrojs/compiler@^2.9.1":
15+
"@astrojs/compiler@^2.0.0 || ^3.0.0":
16+
version "3.0.1"
17+
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-3.0.1.tgz#25c041906cdf8e101a595bf29023e7b21e137e53"
18+
integrity sha512-z97oYbdebO5aoWzuJ/8q5hLK232+17KcLZ7cJ8BCWk6+qNzVxn/gftC0KzMBUTD8WAaBkPpNSQK6PXLnNrZ0CA==
19+
20+
"@astrojs/compiler@^2.10.3", "@astrojs/compiler@^2.13.0", "@astrojs/compiler@^2.9.1":
1621
version "2.13.0"
1722
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.13.0.tgz#a40bef3106fff808bd91b41680275a7e28996d63"
1823
integrity sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==
@@ -1606,17 +1611,17 @@ astring@^1.8.0:
16061611
resolved "https://registry.yarnpkg.com/astring/-/astring-1.9.0.tgz#cc73e6062a7eb03e7d19c22d8b0b3451fd9bfeef"
16071612
integrity sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==
16081613

1609-
astro-eslint-parser@^1.0.2:
1610-
version "1.2.2"
1611-
resolved "https://registry.yarnpkg.com/astro-eslint-parser/-/astro-eslint-parser-1.2.2.tgz#e622776c7ec6819cb248e69aa6291504be92c8c4"
1612-
integrity sha512-JepyLROIad6f44uyqMF6HKE2QbunNzp3mYKRcPoDGt0QkxXmH222FAFC64WTyQu2Kg8NNEXHTN/sWuUId9sSxw==
1614+
astro-eslint-parser@^1.3.0:
1615+
version "1.4.0"
1616+
resolved "https://registry.yarnpkg.com/astro-eslint-parser/-/astro-eslint-parser-1.4.0.tgz#f29d5f50844fd743a6749796cea2de257891876d"
1617+
integrity sha512-+QDcgc7e+au6EZ0YjMmRRjNoQo5bDMlaR45aWDoFsuxQTCM9qmCHRoiKJPELgckJ8Wmr7vcfpa9eCDHBFh6G4w==
16131618
dependencies:
1614-
"@astrojs/compiler" "^2.0.0"
1619+
"@astrojs/compiler" "^2.0.0 || ^3.0.0"
16151620
"@typescript-eslint/scope-manager" "^7.0.0 || ^8.0.0"
16161621
"@typescript-eslint/types" "^7.0.0 || ^8.0.0"
16171622
astrojs-compiler-sync "^1.0.0"
16181623
debug "^4.3.4"
1619-
entities "^6.0.0"
1624+
entities "^7.0.0"
16201625
eslint-scope "^8.0.1"
16211626
eslint-visitor-keys "^4.0.0"
16221627
espree "^10.0.0"
@@ -2158,6 +2163,11 @@ entities@^6.0.0:
21582163
resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
21592164
integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
21602165

2166+
entities@^7.0.0:
2167+
version "7.0.1"
2168+
resolved "https://registry.yarnpkg.com/entities/-/entities-7.0.1.tgz#26e8a88889db63417dcb9a1e79a3f1bc92b5976b"
2169+
integrity sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==
2170+
21612171
es-module-lexer@^1.7.0:
21622172
version "1.7.0"
21632173
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz#9159601561880a85f2734560a9099b2c31e5372a"
@@ -2237,15 +2247,15 @@ eslint-compat-utils@^0.6.0:
22372247
dependencies:
22382248
semver "^7.5.4"
22392249

2240-
eslint-plugin-astro@~1.5.0:
2241-
version "1.5.0"
2242-
resolved "https://registry.yarnpkg.com/eslint-plugin-astro/-/eslint-plugin-astro-1.5.0.tgz#dc4d034a12c34b5133601c2a8927a01a6c55f1bc"
2243-
integrity sha512-IWy4kY3DKTJxd7g652zIWpBGFuxw7NIIt16kyqc8BlhnIKvI8yGJj+Maua0DiNYED3F/D8AmzoTTTA6A95WX9g==
2250+
eslint-plugin-astro@~1.7.0:
2251+
version "1.7.0"
2252+
resolved "https://registry.yarnpkg.com/eslint-plugin-astro/-/eslint-plugin-astro-1.7.0.tgz#edcd1ee47a965f51f095df99d6e25a5d4da00786"
2253+
integrity sha512-89xpAn528UKCdmyysbg0AHHqi6sqcK89wXnJIpu4F0mFBN03zATEBNK7pRtMfl6gwtMOm5ECXs+Wz5qDHhwTFw==
22442254
dependencies:
22452255
"@eslint-community/eslint-utils" "^4.2.0"
22462256
"@jridgewell/sourcemap-codec" "^1.4.14"
22472257
"@typescript-eslint/types" "^7.7.1 || ^8"
2248-
astro-eslint-parser "^1.0.2"
2258+
astro-eslint-parser "^1.3.0"
22492259
eslint-compat-utils "^0.6.0"
22502260
globals "^16.0.0"
22512261
postcss "^8.4.14"

0 commit comments

Comments
 (0)