Skip to content

Commit ea34014

Browse files
authored
chore: update eslint and eslint-markdown (#1514)
`eslint` 및 `eslint-markdown` 의존성을 최신으로 업데이트 하였습니다.
1 parent 51ae3d4 commit ea34014

2 files changed

Lines changed: 18 additions & 12 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint-editorconfig": "yarn editorconfig-checker",
2525
"textlint-test": "yarn mocha ./textlint/tests/utils && yarn mocha ./textlint/tests/rules",
2626
"textlint-docs": "node ./textlint/generators/genTranslateGlossaryDocs.js && git add wiki/translate-glossary.md",
27-
"textlint-lint": "yarn textlint ./src/content --rulesdir ./textlint/rules -f pretty-error && npx --yes eslint@9 -c eslint.config.mjs",
27+
"textlint-lint": "yarn textlint ./src/content --rulesdir ./textlint/rules -f pretty-error && npx --yes eslint@10 -c eslint.config.mjs",
2828
"deadlinks": "node scripts/deadLinkChecker.js",
2929
"copyright": "node scripts/copyright.js",
3030
"test:eslint-local-rules": "yarn --cwd eslint-local-rules test"
@@ -79,7 +79,7 @@
7979
"eslint-plugin-import": "2.x",
8080
"eslint-plugin-jsx-a11y": "6.x",
8181
"eslint-plugin-local-rules": "link:eslint-local-rules",
82-
"eslint-markdown": "^0.5.0",
82+
"eslint-markdown": "^0.9.0",
8383
"eslint-plugin-react": "7.x",
8484
"eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
8585
"eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215",

yarn.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3623,6 +3623,11 @@ entities@^6.0.0:
36233623
resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
36243624
integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
36253625

3626+
entities@^8.0.0:
3627+
version "8.0.0"
3628+
resolved "https://registry.yarnpkg.com/entities/-/entities-8.0.0.tgz#c1df5fe3602429747fa233d0dd26f142f0ce4743"
3629+
integrity sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==
3630+
36263631
environment@^1.0.0:
36273632
version "1.1.0"
36283633
resolved "https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz#8e86c66b180f363c7ab311787e0259665f45a9f1"
@@ -3934,14 +3939,14 @@ eslint-import-resolver-typescript@^2.4.0:
39343939
resolve "^1.22.0"
39353940
tsconfig-paths "^3.14.1"
39363941

3937-
eslint-markdown@^0.5.0:
3938-
version "0.5.0"
3939-
resolved "https://registry.yarnpkg.com/eslint-markdown/-/eslint-markdown-0.5.0.tgz#09f142af02801c87431bc491c093c9d34e6e24ea"
3940-
integrity sha512-EVY0viuqqPLNxo+/hcSuSsG2OhKlAi+NOzSICLZk1WqgI5OzAwGBELXnN6KoZWNp/ISzzeRtvUayavv9tlSpvg==
3942+
eslint-markdown@^0.9.0:
3943+
version "0.9.0"
3944+
resolved "https://registry.yarnpkg.com/eslint-markdown/-/eslint-markdown-0.9.0.tgz#d15d622a3312ba3e2d41ae3368a2b99ba60ad84f"
3945+
integrity sha512-prjW5TYlxljeQEZn4MHjxiQq5VRigKOd1D8XuKQob5oQYZJYrIvrYQUiS5au9Zb+HKeeDzSPDSM19zID3GwGzA==
39413946
dependencies:
39423947
"@eslint/markdown" "^7.5.1"
39433948
micromark-util-normalize-identifier "^2.0.1"
3944-
parse5 "^8.0.0"
3949+
parse5 "^8.0.1"
39453950

39463951
eslint-module-utils@^2.7.2:
39473952
version "2.7.2"
@@ -4049,6 +4054,7 @@ eslint-plugin-jsx-a11y@^6.4.1:
40494054

40504055
"eslint-plugin-local-rules@link:eslint-local-rules":
40514056
version "0.0.0"
4057+
uid ""
40524058

40534059
eslint-plugin-react-compiler@^19.0.0-beta-e552027-20250112:
40544060
version "19.0.0-beta-e552027-20250112"
@@ -7718,12 +7724,12 @@ parse5@^7.3.0:
77187724
dependencies:
77197725
entities "^6.0.0"
77207726

7721-
parse5@^8.0.0:
7722-
version "8.0.0"
7723-
resolved "https://registry.yarnpkg.com/parse5/-/parse5-8.0.0.tgz#aceb267f6b15f9b6e6ba9e35bfdd481fc2167b12"
7724-
integrity sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==
7727+
parse5@^8.0.1:
7728+
version "8.0.1"
7729+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-8.0.1.tgz#f43bcd2cd683efe084075333e9ce0da7d06da31e"
7730+
integrity sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==
77257731
dependencies:
7726-
entities "^6.0.0"
7732+
entities "^8.0.0"
77277733

77287734
parseurl@~1.3.3:
77297735
version "1.3.3"

0 commit comments

Comments
 (0)