build(deps): @eslint/* と eslint-config-next の major も ignore に含める - #814
Merged
Conversation
#808 excluded major updates for eslint and next but not for the packages released alongside them. @eslint/js and @eslint/eslintrc ship at the same versions as eslint. team-apm/apm-data showed what the gap costs within hours of the equivalent change landing there: team-apm/apm-data#1004 raises @eslint/js to 10.0.1 on its own and leaves eslint at 9.39.5. eslint-config-next tracks next's major and shares a dependabot group with it, so without an entry the group can carry a next 16 config into a project still on next 15 — a combination this repository is not ready for while sharp and postcss still hold it to next 15. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
何を
.github/dependabot.ymlのignoreに 2 つ追加します。@eslint/*(@eslint/jsと@eslint/eslintrc)eslint-config-nextなぜ
#808 で
eslintとnextの major を除外しましたが、同時にリリースされる相方を入れ忘れていました。@eslint/*@eslint/jsと@eslint/eslintrcはeslintと同じバージョンで出ます。apm-data で同じ設定を入れた数時間後、dependabot が実際にこの穴を突いてきました(team-apm/apm-data#1004)。eslintは 9 のまま残ります。eslint-config-nextこちらはもう少し厄介です。
eslint-config-nextはnextの major に追随し、しかも dependabot のnextグループに同居しています。ignore が無いと、グループ PR が next 15 のプロジェクトに next 16 用の設定を持ち込めてしまいます。このリポジトリは
sharpとpostcssの alert が next 16 待ちで、まだ next 15 に留まる必要があるため、この組み合わせは避けたいところです。関連
apm-data は team-apm/apm-data#1010、apm-schema は team-apm/apm-schema#356 です。