Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2022

Bumps fetch-cookie from 1.0.1 to 2.1.0.

Changelog

Sourced from fetch-cookie's changelog.

[2.1.0] - 2022-07-12

  • Explicitly export package.json to be compatible with bundlers. (#72)

[2.0.5] - 2022-05-26

  • Change order of exports default in package.json. (#72)

[2.0.4] - 2022-05-25

  • Support ESM and CJS hybrid types. (#71)

[2.0.3] - 2022-03-16

  • Fix TypeScript types, and add a test to check that TypeScript is happy with fetch-cookie, node-fetch v2, v3 and undici. (#70)

[2.0.2] - 2022-03-15

  • Make build script more portable.
  • Backwards compatibility for environments not supporting the exports object in package.json, falling back on main and module fields. #69

[2.0.1] - 2022-03-03

  • Fix TypeScript types. (#68)
  • Because we can't specify different types for ESM and CJS, I chose to drop CJS support for TypeScript as I assume most TypeScript users will use this module with ESM. You can still import fetchCookie = require('fetch-cookie') but the type will be wrong (it's a function, not an object with a default property as TypeScript assumes).

[2.0.0] - 2022-02-17

  • Rewrite in TypeScript. (#43)
  • Hybrid support of ESM and CJS.
  • Test against node-fetch v2, v3 and hypothetically WHATWG spec through Undici.
  • Reimplement the redirect logic based on latest most complete node-fetch implementation. (#11, #39, #42, #57)
  • Breaking: the redirect logic is now included in the main export and the node-fetch wrapper (require('fetch-cookie/node-fetch')) was removed. Just require('node-fetch') and you're good to go with redirects!
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fetch-cookie](https://github.com/valeriangalliat/fetch-cookie) from 1.0.1 to 2.1.0.
- [Release notes](https://github.com/valeriangalliat/fetch-cookie/releases)
- [Changelog](https://github.com/valeriangalliat/fetch-cookie/blob/master/CHANGELOG.md)
- [Commits](valeriangalliat/fetch-cookie@v1.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: fetch-cookie
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants