-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency apollo-upload-client to v18 #8871
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/apollo-upload-client-18.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
November 13, 2023 17:42
6082982
to
1475e57
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
2 times, most recently
from
December 4, 2023 22:15
cbbef59
to
c2e6b8d
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
January 1, 2024 13:36
c2e6b8d
to
e916de9
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
February 12, 2024 15:37
e916de9
to
23ab980
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
2 times, most recently
from
February 26, 2024 13:39
bb3f7f2
to
c8a2f69
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
March 4, 2024 15:18
c8a2f69
to
54e426f
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
March 25, 2024 15:29
54e426f
to
f1fb277
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
April 1, 2024 15:39
f1fb277
to
6270dd9
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
2 times, most recently
from
April 16, 2024 14:09
30c0c0f
to
5dcd0d8
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
2 times, most recently
from
April 29, 2024 14:05
65affbc
to
5baf33f
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
2 times, most recently
from
May 13, 2024 15:40
c3e80f7
to
631b3e1
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
May 20, 2024 17:15
631b3e1
to
26eed01
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
July 8, 2024 17:43
26eed01
to
19f4850
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6a0c4f8:
|
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
2 times, most recently
from
August 12, 2024 14:25
536e138
to
d13eac6
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
2 times, most recently
from
September 2, 2024 14:30
00d1672
to
122f1c5
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
September 9, 2024 17:27
122f1c5
to
599e609
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
October 15, 2024 13:39
599e609
to
7f887ea
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
October 28, 2024 14:38
7f887ea
to
3a722b6
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
November 11, 2024 14:29
3a722b6
to
625b74f
Compare
renovate
bot
force-pushed
the
renovate/apollo-upload-client-18.x
branch
from
November 18, 2024 17:20
625b74f
to
6a0c4f8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^17.0.0
->^18.0.0
17.0.5
->18.0.0
Release Notes
jaydenseric/apollo-upload-client (apollo-upload-client)
v18.0.1
Compare Source
Patch
createUploadLink
optionuri
type, fixing #316._
, fixing #317.v18.0.0
Compare Source
Major
Updated Node.js support to
^18.15.0 || >=20.4.0
.Updated the
@apollo/client
peer dependency to^3.8.0
.Updated the
extract-files
dependency to v13.React Native is no longer supported out of the box.
The class
ReactNativeFile
is no longer exported, or matched by the functionisExtractableFile
.This class was bloating non React Native environments with an extra module, increasing bundle sizes when building and adding an extra step to ESM loading waterfalls in browsers.
It’s the responsibility of Facebook to adhere to web standards and implement spec-complaint
Blob
,File
, andFormData
globals in the React Native environment.To migrate, React Native projects that are unable to use the standard globals can manually implement a class
ReactNativeFile
and match it with a custom functionisReactNativeFile
for use with the functioncreateUploadLink
optionisExtractableFile
.“Plain” objects in the GraphQL operation that aren’t
Object
instances (e.g.Object.create(null)
) are now also deep cloned when searching for extractable files.Updated dev dependencies, some of which require newer Node.js versions than previously supported.
Use the Node.js test runner API and remove the dev dependency
test-director
.Refactored tests to use the standard
AbortController
,AbortSignal
,File
,FormData
, andResponse
APIs available in modern Node.js and removed the dev dependenciesabort-controller
,formdata-node
, andnode-fetch
.Public modules are now individually listed in the package
files
andexports
fields.Removed the package main index module; deep imports must be used. To migrate:
Shortened public module deep import paths, removing the
/public/
. To migrate:The API is now ESM in
.mjs
files instead of CJS in.js
files, accessible viaimport
but notrequire
.Implemented TypeScript types via JSDoc comments.
Types published in
@types/apollo-upload-client
should no longer be used.Projects must configure TypeScript to use types from the ECMAScript modules that have a
// @​ts-check
comment:compilerOptions.allowJs
should betrue
.compilerOptions.maxNodeModuleJsDepth
should be reasonably large, e.g.10
.compilerOptions.module
should be"node16"
or"nodenext"
.Internally, use the function
selectHttpOptionsAndBodyInternal
that was added in@apollo/client
v3.5.5.Minor
print
for the functioncreateUploadLink
, to customize how the GraphQL query or mutation AST prints to a string for transport. It that works like the same option forHttpLink
.Patch
eslint-plugin-optimal-modules
.types
script.jsdoc-md
dev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section.package.json
fieldrepository
to conform to new npm requirements.actions/checkout
to v4.actions/setup-node
to v3.node:
URL scheme for Node.js builtin module imports.headers
that as of@apollo/client
v3.7.0 is a null-prototype object, use the assertiondeepEqual
instead ofdeepStrictEqual
.Configuration
📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.