-
Notifications
You must be signed in to change notification settings - Fork 36
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: npm/make-fetch-happen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.1.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: npm/make-fetch-happen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 10 files changed
- 5 contributors
Commits on Apr 20, 2022
-
chore: bump @npmcli/template-oss from 3.2.2 to 3.4.1 (#142)
* chore: bump @npmcli/template-oss from 3.2.2 to 3.4.1 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.2.2 to 3.4.1. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v3.2.2...v3.4.1) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luke Karrys <luke@lukekarrys.com>
Configuration menu - View commit details
-
Copy full SHA for 177329d - Browse repository at this point
Copy the full SHA 177329dView commit details
Commits on Apr 30, 2022
-
chore: bump @npmcli/template-oss from 3.4.1 to 3.4.2
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2701188 - Browse repository at this point
Copy the full SHA 2701188View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac55965 - Browse repository at this point
Copy the full SHA ac55965View commit details
Commits on May 9, 2022
-
fix: make
defaults
chaining actually work (#144)The README says: > A defaulted `fetch` will also have a `.defaults()` method, so they can > be chained. But this didn't really work, because while the `defaults` method was placed on the `defaulted` fetch, a chained defaulted fetch would just call the original fetch function directly instead of the intermediate function. This PR makes chaining actually work and adds a test. Also, it fixes the previous test, which wasn't actually verifying that the correct request headers were received because it used the nock API incorrectly: the option is `reqheaders` not `reqHeaders`.
Configuration menu - View commit details
-
Copy full SHA for aa71e81 - Browse repository at this point
Copy the full SHA aa71e81View commit details -
chore: bump @npmcli/template-oss from 3.4.2 to 3.4.3 (#145)
* chore: bump @npmcli/template-oss from 3.4.2 to 3.4.3 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v3.4.2...v3.4.3) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm team <ops+robot@npmjs.com>
Configuration menu - View commit details
-
Copy full SHA for 6d35ffe - Browse repository at this point
Copy the full SHA 6d35ffeView commit details -
chore(main): release 10.1.3 (#146)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06cee12 - Browse repository at this point
Copy the full SHA 06cee12View commit details
There are no files selected for viewing