-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
smaller v10 breaks #6641
Merged
Merged
smaller v10 breaks #6641
Conversation
This file contains 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
Member
wraithgar
commented
Jul 13, 2023
•
edited
Loading
edited
- fix: remove metric-registry config
- fix: remove "tmp" config
- fix: remove "hashAlgorithm" from flatOptions
- chore: test fixes for breaking changes in workspaces
- fix: stop retrying on 409 conflict
- chore: remove lodash.clonedeep
- fix: remove implicit if-present logic from run-script workspaces
- fix: remove "ci-name" config
no statistically significant performance changes detected timing results
|
wraithgar
force-pushed
the
gar/small-v10-breaks
branch
from
July 18, 2023 17:19
7243b8c
to
d93960d
Compare
BREAKING CHANGE: the hard-coded "metrics-registry" config has been removed. This is not used by npm at all, and is also not used by any of the npm modules that consume config. npm does not send data to any metrics server.
BREAKING CHANGE: the unused "tmp" config has been removed
BREAKING CHANGE: the hard-coded "hashAlgorithm" value is no longer being passed through flatOptions Nothing in npm is using this.
BREAKING CHANGE: libnpmpublish will no longer attempt a single automatic retry on 409 responses during publish.
BREAKING CHANGE: npm no longer treats missing scripts as a special case in workspace mode. Use `if-present` to ignore missing scripts.
BREAKING CHANGE: the "ci-name" config has been removed The "ci" portion of the default "user-agent" will now only be derived from the environment and can not be manually overridden.
wraithgar
force-pushed
the
gar/small-v10-breaks
branch
from
July 18, 2023 17:33
d93960d
to
afd3601
Compare
lukekarrys
approved these changes
Jul 26, 2023
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.