Skip to content

Update got to version 6.2.0 🚀#143

Closed
greenkeeperio-bot wants to merge 1 commit into
masterfrom
greenkeeper-got-6.2.0
Closed

Update got to version 6.2.0 🚀#143
greenkeeperio-bot wants to merge 1 commit into
masterfrom
greenkeeper-got-6.2.0

Conversation

@greenkeeperio-bot

Copy link
Copy Markdown
Contributor

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).

  • fc86dcc 6.2.0
  • db7f0a0 note about statusCode/statusMessage props in error
  • 45e758e Merge pull request #183 from satazor/parse-error-status
  • 26a499c Add statusCode to ParseError, closes #182.
  • cecea2d 6.1.2
  • 7717a7c Merge pull request #175 from unikoid/master
  • dbddd67 Clarify readme section about retries
  • 09ea45e fix retries delay function description
  • 14a05b3 :arrow_up: ava@0.12.0
  • 5a66b89 Merge pull request #172 from lpinca/gh-170
  • 45a636c parse the response body only if it is not empty
  • f9078b6 Close #171 PR: Fix user-agent string RFC 2616 Section 14.43. Fixes #169
  • 3dc219e nit - remove unnecessary use of template literal in tests
  • 26ec3d4 6.1.1
  • a51ab9e :arrow_up: ava@0.11

There are 69 commits in total. See the full diff.


This pull request was created by greenkeeper.io.
It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡

@rstacruz rstacruz force-pushed the greenkeeper-got-6.2.0 branch from 66d3188 to a31e17f Compare April 14, 2016 06:42
@rstacruz rstacruz force-pushed the greenkeeper-got-6.2.0 branch from a31e17f to 0d37cff Compare June 11, 2016 08:41
@rstacruz rstacruz force-pushed the greenkeeper-got-6.2.0 branch 2 times, most recently from a18fac3 to 1372c23 Compare June 27, 2016 14:40
@rstacruz rstacruz force-pushed the greenkeeper-got-6.2.0 branch from 1372c23 to 9032783 Compare July 12, 2016 03:28
@rstacruz rstacruz closed this Jul 12, 2016
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants