This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
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.
This PR contains the following updates:
8.1.3
->17.0.2
5.2.7
->10.0.1
11.15.2
->18.15.10
7.5.1
->10.0.13
3.4.6
->9.0.1
6.0.3
->8.5.4
11.0.0
->17.0.0
16.5.0
->17.0.0
5.1.0
->7.0.0
3.0.0
->5.0.0
7.7.3
->9.11.0
^0.12.0 || ^0.13.0 || ^14.0.0
->^0.12.0 || ^0.13.0 || ^14.0.0 || ^16.0.0
14.5.8
->16.6.0
7.0.1
->21.0.1
6.2.2
->10.2.0
0.19.1
->3.7.0
14.1.1
->15.1.0
7.5.0
->15.0.3
8.5.2
->10.9.1
3.7.2
->5.0.2
3.3.3
->9.0.0
Release Notes
jaydenseric/apollo-upload-client
v17.0.0
Compare Source
Major
^12.22.0 || ^14.17.0 || >= 16.0.0
../package
from the packageexports
field; the fullpackage.json
filename must be used in arequire
path.Patch
graphql
peer dependency to14 - 16
.fetch-blob
dev dependency.assertBundleSize
function to assert module bundle size in tests:timeLimitPromise
error messages.singleQuote
to the default,false
.v16.0.0
Compare Source
Major
extract-files
dependency to v11.Patch
main
field path.v15.0.0
Compare Source
Major
^12.20 || >= 14.13
.@apollo/client
from a dependency to a peer dependency, fixing #251 via #252.package.json
exports
field public subpath folder mapping (deprecated by Node.js) with a subpath pattern. Deeprequire
paths withinapollo-upload-client/public/
must now include the.js
file extension..mjs
files instead of CJS in.js
files.Patch
hard-rejection
to detect unhandledPromise
rejections in tests, as Node.js v15+ does this natively.esbuild
andgzip-size
, removingsize-limit
related dev dependencies, config, and scripts.actions/checkout
to v2.actions/setup-node
to v2.CI
environment variable as it’s set by default.main
field path.jsdoc-md
v10 automatically generates a Prettier formatted readme.test:jsdoc
script that checks the readme API docs are up to date with the source JSDoc..js
file extension in internalrequire
paths.createUploadLink
description, fixing #247.createUploadLink
optionfetchOptions.signal
bugs:once: true
when adding theabort
event listener on the given abort controller signal to avoid a possible memory leak.changelog.md
is no longer published.v14.1.3
Compare Source
Patch
subscriptions-transport-ws
peer dependency, via #235.AbortController
global being defined in Node.js v15+.v14.1.2
Compare Source
Patch
execute
fromapollo-link
instead ofApolloClient
query
andmutate
methods.v14.1.1
Compare Source
Patch
revertable-globals
for tests.formdata-node
workarounds in tests.npm-debug.log
from the.gitignore
file as npm v4.2.0+ doesn’t create it in the current working directory.clientAwareness
being undefined in Apollo Link context, via #212.v14.1.0
Compare Source
Minor
Patch
extract-files
dependency to v9, updating relevant deep require paths.signal
fetch option, fixing #209.createUploadLink
:clientAwareness
from context. It was an obstacle to 100% code coverage becauseApolloClient
defaults it to an empty object.Observable
function scope.options.uri
.v14.0.1
Compare Source
Patch
@apollo/client
imports to support non React projects, fixing #207.v14.0.0
Compare Source
Major
^10.17.0 || ^12.0.0 || >= 13.7.0
.exports
field with conditional exports to support native ESM in Node.js and keep internal code private, whilst avoiding the dual package hazard. Published files have been reorganized, so previously undocumented deep imports will need to be rewritten according to the newly documented paths.@apollo/client
v3, fixing #174 via #175.Patch
graphql
peer dependency to support a wider range of package managers, via #196.npm install-test
command.overrides
to ensure.js
files are parsed as scripts, eliminating BabelinteropRequireDefault
helpers from transpilation output.ReactNativeFileSubstitute
code example.import
instead ofrequire
.v13.0.0
Compare Source
Major
Minor
createUploadLink
options:isExtractableFile
FormData
formDataAppendFile
createUploadLink
option defaults:isExtractableFile
formDataAppendFile
Patch
eslint-plugin-import-order-alphabetical
dev dependency.size-limit
dev dependency.husky
andlint-staged
.babel.config.js
tosrc/.babelrc.json
.prepare:prettier
andtest:prettier
scripts.semi
to the default,true
.package-lock.json
from.gitignore
and.prettierignore
as it’s disabled in.npmrc
anyway.v12.1.0
Compare Source
Minor
.github/funding.yml
to display a sponsor button in GitHub.package.json
funding
field to enable npm CLI funding features.v12.0.0
Compare Source
Major
eslint
dev dependency now supports. This is unlikely to be a breaking change for the published package.Patch
eslint-plugin-jsdoc
dev dependency.size-limit
dev dependency with@size-limit/preset-small-lib
.AbortController
instance ifsignal
is not already set in fetch options, fixing #162 via #169.@apollo/react-hooks
.browserify/browserify
v17.0.0
Compare Source
off()
method.require('events').once
can be used to react to an event being emitted withasync
/await
syntax. (#1839)require('stream')
now matches the Node.js 10+ API. (#1970)util.promisify
andutil.callbackify
are finally available by default in browserify. (#1844).json
files will now fail to bundle. (#1700)v16.5.2
Compare Source
Upgrade browser-resolve to v2.
https://github.com/browserify/browserify/pull/1973
v16.5.1
Compare Source
Remove deprecated
mkdirp
version in favour ofmkdirp-classic
.browserify/browserify@00c913f
Pin dependencies for Node.js 0.8 support.
https://github.com/browserify/browserify/pull/1939
sindresorhus/del
v7.0.0
Compare Source
Breaking
106d7d8
require('del')
→import {deleteAsync} from 'del'
require('del').sync
→import {deleteSync} from 'del'
v6.1.1
Compare Source
ProgressData#deletedCount
(#142)7b4c881
v6.1.0
Compare Source
onProgress
option (#141)8742649
v6.0.0
Compare Source
Breaking
6c99805
Improvements
6c99805
sindresorhus/del-cli
v5.0.0
Compare Source
Breaking
b977982
v4.0.1
Compare Source
72e377d
v4.0.0
Compare Source
Breaking
4c65d87
Improvements
4c65d87
v3.0.1
Compare Source
922e9fe
wheresrhys/fetch-mock
v9.11.0
: Babel upgradesCompare Source
In theory, this should not cause anybody any problems
v9.10.10
: Fixes various typesCompare Source
v9.10.7
: Refactor routes to be wrapped in a classCompare Source
v9.10.6
: Fix mocking requests with bodies in safariCompare Source
Merge pull request #585 from lambdalisue/hotfix-584
Patch native fetch on Safari to fix #584
v9.10.5
: Make typescript types available when importing the esm buildCompare Source
v9.10.4
: Prevent responses from hanging in node-fetchCompare Source
v9.10.3
: AddmatchPartialBody
to typingsCompare Source
v9.10.2
: Allow response bodies to be inspectedCompare Source
v9.10.1
: Correct release with response inspectionCompare Source
v9.10.0
: Allow inspecting responsesCompare Source
v9.9.1
Compare Source
v9.9.0
: Full support for coercing objects into query string matchersCompare Source
v9.8.0
: Added support for multi-value query string matchingCompare Source
v9.7.0
: Added support for sticky routesCompare Source
v9.6.0
: Non-trivial changes to testing of build targetsCompare Source
v9.5.1
: Null release to overwrite accidental alpha tagged as latestCompare Source
v9.5.0
: Allow spying on just a single routeCompare Source
v9.4.0
: Export full node-fetch signatureCompare Source
v9.3.1
: Include cheatsheetCompare Source
v9.3.0
: Allow user defined matchersCompare Source
v9.2.2
: Allow empty string responsesCompare Source
v9.2.1
: Better readme spielCompare Source
v9.2.0
: Shorthand methods to match any fetch callCompare Source
v9.1.2
: Better description in readmeCompare Source
v9.1.1
: Fixes bug using body matching in inspection methodsCompare Source
v9.1.0
: Implements partial body matchingCompare Source
v9.0.0
: Fix ES modules and handle async body matchingCompare Source
v8.3.2
: Republish readmeCompare Source
v8.3.1
: Fix regression #493Compare Source
v8.3.0
: Accept all matching options in the first parameterCompare Source
v8.2.1
: Fix lintingCompare Source
v8.1.0
: Add support for a URL instance as a matcherCompare Source
v8.0.3
: Fix bug #477Compare Source
Shorthand methods such as
get()
were not applying the shorthand options i.e.{method: 'get'}
when called with an object rather thanmatcher
,response
,options
triplesThis release fixes that bug
v8.0.1
: Fixes failure to use signal defined directly on Request instanceCompare Source
v8.0.0
: Version 8Compare Source
graphql/graphql-js
v16.6.0
Compare Source
v16.6.0 (2022-08-16)
New Feature 🚀
Bug Fix 🐞
Committers: 2
v16.5.0
Compare Source
v16.5.0 (2022-05-09)
New Feature 🚀
Committers: 1
v16.4.0
Compare Source
v16.4.0 (2022-04-25)
New Feature 🚀
Bug Fix 🐞
Docs 📝
2 PRs were merged
Polish 💅
3 PRs were merged
Internal 🏠
26 PRs were merged
Dependency 📦
2 PRs were merged
Committers: 7
v16.3.0
Compare Source
v16.3.0 (2022-01-26)
New Feature 🚀
getArgumentValues
as public API (@IvanGoncharov)Bug Fix 🐞
Docs 📝
2 PRs were merged
Polish 💅
7 PRs were merged
Internal 🏠
5 PRs were merged
Dependency 📦
4 PRs were merged
Committers: 6
v16.2.0
: v16.2.0Compare Source
v16.2.0 (2021-12-17)
New Feature 🚀
resolve*Thunk
functions (@IvanGoncharov)Docs 📝
Polish 💅
Internal 🏠
2 PRs were merged
Committers: 2
v16.1.0
[Compare Source]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.