AmericanWhitewater / wh2o-vue

Interactive map and guide for whitewater rivers in North America
https://wh2o-vue.netlify.app/
9 stars 1 forks source link

Bump apollo-upload-client from 13.0.0 to 14.1.3 #257

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps apollo-upload-client from 13.0.0 to 14.1.3.

Release notes

Sourced from apollo-upload-client's releases.

Version 14.1.3

Patch

  • Removed the subscriptions-transport-ws peer dependency, via #235.
  • Updated dependencies.
  • Also run GitHub Actions with Node.js v15.
  • Updated tests to account for the AbortController global being defined in Node.js v15+.

Version 14.1.2

Patch

  • Updated dependencies.
  • Lint fixes for updated Prettier.
  • Rewrote the tests to use execute from apollo-link instead of ApolloClient query and mutate methods.
  • Ensure the Apollo Link observable terminates with an error when there are both errors and data, fixing #222.

Version 14.1.1

Patch

  • Use revertable-globals for tests.
  • Removed no longer necessary formdata-node workarounds in tests.
  • Removed npm-debug.log from the .gitignore file as npm v4.2.0+ doesn’t create it in the current working directory.
  • Support clientAwareness being undefined in Apollo Link context, via #212.

Version 14.1.0

Minor

  • Support GET requests, fixing #151.

Patch

  • Updated the extract-files dependency to v9, updating relevant deep require paths.
  • Added API tests, fixing #204.
  • Properly support the signal fetch option, fixing #209.
  • Updated createUploadLink:
    • Alphabetically sorted destructured imports.
    • Removed a redundant fallback value when destructuring clientAwareness from context. It was an obstacle to 100% code coverage because ApolloClient defaults it to an empty object.
    • Unnested some code from the Observable function scope.
    • Fixed the JSDoc default value type for options.uri.
    • Improved code comments.
  • Replaced references to “Apollo Graph Manager” with “Apollo Studio” and updated related URLs.
  • Better npm link in the readme setup instructions.

Version 14.0.1

Patch

Version 14.0.0

Major

Changelog

Sourced from apollo-upload-client's changelog.

14.1.3

Patch

  • Removed the subscriptions-transport-ws peer dependency, via #235.
  • Updated dependencies.
  • Also run GitHub Actions with Node.js v15.
  • Updated tests to account for the AbortController global being defined in Node.js v15+.

14.1.2

Patch

  • Updated dependencies.
  • Lint fixes for updated Prettier.
  • Rewrote the tests to use execute from apollo-link instead of ApolloClient query and mutate methods.
  • Ensure the Apollo Link observable terminates with an error when there are both errors and data, fixing #222.

14.1.1

Patch

  • Use revertable-globals for tests.
  • Removed no longer necessary formdata-node workarounds in tests.
  • Removed npm-debug.log from the .gitignore file as npm v4.2.0+ doesn’t create it in the current working directory.
  • Support clientAwareness being undefined in Apollo Link context, via #212.

14.1.0

Minor

  • Support GET requests, fixing #151.

Patch

  • Updated the extract-files dependency to v9, updating relevant deep require paths.
  • Added API tests, fixing #204.
  • Properly support the signal fetch option, fixing #209.
  • Updated createUploadLink:
    • Alphabetically sorted destructured imports.
    • Removed a redundant fallback value when destructuring clientAwareness from context. It was an obstacle to 100% code coverage because ApolloClient defaults it to an empty object.
    • Unnested some code from the Observable function scope.
    • Fixed the JSDoc default value type for options.uri.
    • Improved code comments.
  • Replaced references to “Apollo Graph Manager” with “Apollo Studio” and updated related URLs.
  • Better npm link in the readme setup instructions.

14.0.1

Patch

Commits
  • 6dec8ed Version 14.1.3.
  • 7d8cd30 Update tests to account for the AbortController global being defined in Node....
  • b44ff32 Also run GitHub Actions with Node.js v15.
  • 18535c9 Update dependencies.
  • dbfba84 Merge pull request #235 from PowerKiKi/master
  • ae8c26d Remove the subscriptions-transport-ws peer dependency
  • 7950946 Version 14.1.2.
  • 1a8d096 Terminate the Apollo Link observable with an error when there are both errors...
  • c766ccd More versatile timeLimitPromise test helper.
  • 019d1b4 Rewrite the tests to use execute from apollo-link.
  • Additional commits viewable in compare view


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)