-
-
Notifications
You must be signed in to change notification settings - Fork 692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Rename npm_package_json to npm_requirements #621
Conversation
This PR has been automatically marked as stale because it has been open 30 days |
This is not stale |
@antonbabenko can you give it a look please? |
This PR has been automatically marked as stale because it has been open 30 days |
Still a thing |
This PR has been automatically marked as stale because it has been open 30 days |
Signed-off-by: GitHub <[email protected]>
@antonbabenko friendly ping. Can you please give a look? Thank you |
## [7.17.1](v7.17.0...v7.17.1) (2025-01-07) ### Bug Fixes * Rename npm_package_json to npm_requirements ([#621](#621)) ([4bc61eb](4bc61eb))
This PR is included in version 7.17.1 🎉 |
Description
This change was missed in #293. Documentation is up to date, code is not.
Fixes #506
Replace #507
Motivation and Context
This would solve inconsistencies in the documentation. It says the field is named
npm_requirements
, but it's in factnpm_package_json
.Breaking Changes
There is no breaking change. The wrongly documented field
npm_requirements
will start to work as expected. The previous non-documented fieldnpm_package_json
will keep working.How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request