fix(deps): update dependency @apidevtools/json-schema-ref-parser to v16 - #315
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/apidevtools-json-schema-ref-parser-16.x
branch
from
August 15, 2026 09:35
2f91c18 to
043268d
Compare
hrdtbs
approved these changes
Aug 19, 2026
hrdtbs
left a comment
Member
There was a problem hiding this comment.
major 更新につき影響分析のうえ自動 approve。
確認した breaking changes(@apidevtools/json-schema-ref-parser 15.5.2 → 16.0.0)
- Node.js の最低要件が
>=20から>=22.19.0へ引き上げ(engines.node)。これが唯一の breaking changeで、API 自体の変更はない(v16.0.0 の唯一の上流コミット 117061b は.github/workflows/CI-CD.yaml/AGENTS.md/package.json/pnpm-lock.yamlのみを変更し、srcに差分なし)。
この repo に影響しない根拠
- 唯一の利用箇所は
src/executers/repository/parseJsonSchema.ts:1,4の default import +jsonSchemaRefParser.dereference<S>(data)のみ。options 未使用・bundle/resolve未使用のため、仮に API 変更があっても影響範囲外(実際には API 変更なし)。 - Node 要件は CI 実測で充足: 本 PR ブランチの run で Test ジョブが Node v22.23.2 を使用し、Lint / Test 両ジョブ success(19 Test Files / 44 Tests 全 pass)。
publish.yml/publish-alpha.ymlは明示的にnode-version: 24を指定しており要件を満たす。
bot-pr-review-routine による自動投稿
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.
This PR contains the following updates:
15.5.2→16.0.0Release Notes
APIDevTools/json-schema-ref-parser (@apidevtools/json-schema-ref-parser)
v16.0.0Compare Source
BREAKING CHANGES
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.