Update npm to version 3.8.9 🚀#198
Closed
greenkeeperio-bot wants to merge 1 commit into
Closed
Conversation
9eea4db to
0b5e989
Compare
github-actions Bot
pushed a commit
to Eyalm321/pnpm
that referenced
this pull request
May 18, 2026
* test: fix snapshot * test: filter out index files temporarily * chore: install registry-mock * chore(just): add pnpm to test * feat: create registry-mock crate * feat(registry-mock): expose get_or_init instead * refactor: local static * feat(testing-utils): add_mocked_registry * refactor: rename new to init * fix: enable_all * refactor: use * feat: add ending / * fix: must be "localhost" * feat(registry-mock): use portpicker * feat(registry-mock): share a single instance * feat(testing-utils): stop skipping index files * test(cli/install): use registry-mock * fix: forgot to save * fix: forgot increment * fix: used to wrong syntax * feat(registry-mock): use advisory-lock * fix: save anchor before early exit * fix: drop before delete * tmp: stored * refactor: remove unused import * fix: truncate the file * feat: use try_lock * feat(registry-mock): separate lock from anchor * refactor: use RAII pattern * fix(registry-mock): user_count * refactor: rename user_count to ref_count * fix: kill groups * fix(registry-mock): ref_count * chore(git): revert broken fix This reverts commit 8c0ba7bafd7670dd6580a142ccd7dea5809ed782. * fix(registry-mock): use sysinfo to kill * fix(registry-mock): kill algorithm * feat(registry-mock): recurse regardless * feat(registry-mock): use reverse recursion instead * refactor: reduce complexity * refactor: remove unnecessary mod declarations * refactor: marks some struct as must_use * test(cli/add): use registry-mock * test(pnpm-compatibility): use registry-mock * refactor: remove unused items * docs: correction * chore(license): allow MPL-2.0 * chore(license): allow Unlicense * fix(registry-mock): failure on few threads * chore: move pnpm install to just * ci: cache pnpm * fix(test): kill leftovers * fix(test): allow delete to fail * fix(ci): Install just * fix(test): don't kill leftovers This reverts commit ef78d8c54cee691d93fa8e5c169141a0098047f2. * refactor: move some types to their own mods * refactor: move port_to_url * refactor: make listen lazy * refactor: rename `listen` to `url` * refactor: use qualified path * refactor: store port as u16 * feat(registry-mock): PreparedRegistryInfo * refactor: remove unnecessary async * refactor: move init code * refactor: define lib * feat(registry-mock): bin * refactor: call just test * ci: prepare a server * feat(registry-mock): unique prepared * docs(registry-mock): cli * feat(registry-mock/cli): locations of log files * docs(mocked-registry): important items * docs(registry-mock): ignore bin * style: taplo fmt * docs(readme): instruction to run test * refactor: move registry-mock to tasks * ci(codecov): fix * feat(registry-mock): bump max_retries
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.
Hello 👋
🚀🚀🚀
npm just published its new version 3.8.9, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of npm – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
v3.8.9 (2016-04-28)
Our biggest news this week is that we got the Windows test suite passing! It'll take a little longer to get it passing in our Windows CI but that's coming soon too.
That means we'll be shifting gears away from tests to fixing Big Bugs™ again. Join us at our team meeting next Tuesday to learn more about that.
BUG FIXES AND REFACTORING
60da618#12347 Fix a bug that could result in shrinkwraps missing theresolvedfield, which is necessary in producing a fully reproducible build. (@sminnee)8597ba4#12009 Fix a bug innpm view <packagename> versionsthat resulted in bad output if you didn't also pass in--json. (@watilde)20125f1a53feac6cfbae4#12485 Refactor how the help summaries for commands are produced, such that we only have one list of command aliases. (@watilde)2ae210cread-package-json@2.0.4: Fix a crash we discovered while fixing up the Windows test suite where if you had a file in yournode_modulesit would cause a crash on Windows (but not MacOS/Linux).This makes the error code you get on Windows match that from MacOS/Linux if you try to read a
package.jsonfrom a path that includes a file, not a folder. (@zkat)The new version differs by 57 commits .
df876673.8.9b8bca7cupdate AUTHORS70cc6a7doc: changelog for 3.8.920125f1lib: Refactor summary usage to use utils/usagea53feacutils: add usage summary generator6cfbae4config: document run alias for run-script60da618fetch-package-metadata: Ensure _resolved always available.8597ba4view: fix view versions without --jsonda1d86aci: nix iojs, add Node.js 6, prioritize 4 over 545db3f8tacks@1.2.12ae210cread-package-json@2.0.4db5d7cd3.8.8d83e625update AUTHORSfe48a3adoc: changelog for 3.8.8769e620install: failing to parse package.json should be errorThere are 57 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software up to date, all the time.