chore: update eslint and eslint-markdown#1514
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Size changesDetails📦 Next.js Bundle Analysis for undefinedThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Contributor
There was a problem hiding this comment.
Pull request overview
eslint-markdown을 최신 버전으로 올리고, textlint-lint 스크립트에서 실행하는 ESLint 버전을 npx eslint@10으로 상향해 문서(src/content/**/*.md) 린트 체인을 업데이트하는 PR입니다.
Changes:
eslint-markdown을^0.5.0→^0.9.0로 업데이트textlint-lint에서 사용하는 ESLint를npx eslint@9→npx eslint@10으로 변경- 관련 트랜지티브 의존성(
parse5,entities) lockfile 갱신
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | eslint-markdown 버전 상향 및 textlint-lint에서 npx eslint@10 사용으로 변경 |
| yarn.lock | eslint-markdown@0.9.0 반영 및 parse5/entities 등 트랜지티브 업데이트 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
eslint및eslint-markdown의존성을 최신으로 업데이트 하였습니다.