Update got to version 6.2.0 🚀#143
Closed
greenkeeperio-bot wants to merge 1 commit into
Closed
Conversation
66d3188 to
a31e17f
Compare
a31e17f to
0d37cff
Compare
a18fac3 to
1372c23
Compare
1372c23 to
9032783
Compare
github-actions Bot
pushed a commit
to Eyalm321/pnpm
that referenced
this pull request
May 18, 2026
## Summary * Move code that handles package managing to its own crate named `pacquet_package_manager`. * Convert functions with multiple arguments into structs. * Make `pacquet add` reuses the algorithm from `pacquet install`. * Achieved by having `pacquet add` creates an in-memory `package.json` and pass it to the `Install` subroutine. * Convert the error-prone tests in `crates/cli` into proper integration tests that invoke the `pacquet` binary. * Tests become shorter and more readable. * Solve race condition issues with `cargo test`. * All code with `set_current_dir` have been replaced by either integration tests or dependency injection. * Solve race condition issues with `cargo test`. * `thiserror` has been completely removed. `derive_more` is used in its stead. * `thiserror` cannot handle generic trait bound. * `derive_more` is already used to generate custom string types in the lockfile. * one less macro crate leads to slightly faster compile time. * `pacquet_package_json::PackageJson` has been renamed to `pacquet_package_manifest::PackageManifest`. * Other minor changes.
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 👋
🚀🚀🚀
got just published its new version 6.2.0, 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 got – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
The new version differs by 69 commits (ahead by 69, behind by 11).
fc86dcc6.2.0db7f0a0note about statusCode/statusMessage props in error45e758eMerge pull request #183 from satazor/parse-error-status26a499cAdd statusCode to ParseError, closes #182.cecea2d6.1.27717a7cMerge pull request #175 from unikoid/masterdbddd67Clarify readme section about retries09ea45efix retries delay function description14a05b3:arrow_up: ava@0.12.05a66b89Merge pull request #172 from lpinca/gh-17045a636cparse the response body only if it is not emptyf9078b6Close #171 PR: Fix user-agent string RFC 2616 Section 14.43. Fixes #1693dc219enit - remove unnecessary use of template literal in tests26ec3d46.1.1a51ab9e:arrow_up: ava@0.11There are 69 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.