React-Native-Web-TypeScript-Prettier-Boilerplate
React-Native-Web-TypeScript-Prettier-Boilerplate copied to clipboard
Update dependency apollo to v2.34.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| apollo | 2.15.0 -> 2.34.0 |
Release Notes
apollographql/apollo-tooling (apollo)
v2.34.0
Minor Changes
- #2619
573ff2beThanks @trevor-scheer! - Deprecate the client:codegen command
v2.33.11
-
This release includes a number of updates for dependencies within this repo's projects. Behavior changes aren't expected and should be considered reportable issues.
-
apollo-language-server- Remove
momentas a dependency #2595
- Remove
v2.33.10
-
This release includes a number of patch updates for dependencies within the following packages. Behavior changes aren't expected and should be considered reportable issues.
-
- Add undeclared peer dependency
graphql#2049
- Add undeclared peer dependency
v2.33.9
[email protected]/[email protected]- Adjust
apollo-codegen-coreto use the samewithTypenameFieldAddedWhereNeededutility asapollo-language-server, to make sure modified operations align between codegen and anything leveraging the language server utility functions (like theclient:pushcommand).
@hwillson in #2473
- Adjust
v2.33.8
v2.33.7
[email protected]- Add support for interface on interfaces to transformSchema. PR #2456
v2.33.6
[email protected]- Removed the use of the
ttynpm package which has been removed from npm. PR #2406 Issue #2407
- Removed the use of the
v2.33.5
-
- Adds support for àpollo.config.cjs
files allowingpackage.jsonfiles withtype: "module"` Issue #2342 PR #2381
- Adds support for àpollo.config.cjs
-
- Remove dependency on
apollo-env, so using this package no longer installs polyfills.
- Remove dependency on
v2.33.4
v2.33.3
v2.33.2
-
- Add a deprecation message to all
apollo service:*commands, pointing people towards the Apollo Rover CLI migration guide.
@hwillson in #2308
- Add a deprecation message to all
-
- deps: Updated
node-fetchto v2.6.1
- deps: Updated
-
- Add missing
sha.jsdependency PR #2283
- Add missing
-
- The following utility functions are no longer exported from
apollo-envand can now be found in theapollo-graphqllibrary:createHashisNodeLikemapValuesisNotNullOrDefined
- The following utility functions are no longer exported from
-
- This package no longer depends on
apollo-envto avoid the side-effects of its polyfills.
- This package no longer depends on
v2.33.1
-
This release includes a number of updates for dependencies within this repo's projects. Behavior changes aren't expected and should be considered reportable issues.
-
apollo-language-server- Remove
momentas a dependency #2595
- Remove
v2.33.0
v2.32.13
v2.32.12
v2.32.11
v2.32.10
v2.32.8
v2.32.5
-
-
Bump version of
env-ci#1754 Issue #2219Due to human error during the release process, the following packages also had their versions bumped, despite having no known significant changes. (Apologies, from that human.)
-
v2.32.4
- This version should not be used as it was published without depended-on packages. Please use
[email protected]instead.
v2.32.1
apollo-codegen-swift- Fix issue where a query referencing many fragments caused type checking for
queryDocumentto time out #2198
- Fix issue where a query referencing many fragments caused type checking for
v2.32.0
[email protected]- Support the standard
HTTP_PROXY,HTTPS_PROXY, andNO_PROXYenvironment variables for using an HTTP proxy. #2181
- Support the standard
v2.31.2
apollo-codegen-swift- Fix bug in generated compound type names that lead to structName being inconsistent throughout codegen #2170
v2.31.1
- Update CLI default API domain from
engine-graphql.apollographql.comtographql.api.apollographql.com. Users that have set up support for corporate proxies or firewalls may need to update configurations. - Accept GitLab remote URLs when fetching git info for service:check and service:push #2104
--commitIdinservice:checkandservice:pushoverrides the current commit ID otherwise read through env-ci.service:pushnow takes--authorand--branchmatchingservice:check.
v2.31.0
v2.30.3
v2.30.2
apollo-codegen-core- Add new
unionTypesandinterfaceTypesproperties to the exported IR JSON (when using thejson-moderntarget), that list all unions and their types, as well as all interfaces and their implementing types #2050.
- Add new
v2.30.1
[email protected]- Generate JSON file including fragments when --operationIds option is provided #2017
v2.30.0
[email protected]- Allow flags for
--branchand--authorin service:check command. This will permit users to group changes using the--branchflag and indicate an author, via a string value using the--authorflag.
- Allow flags for
v2.29.1
** Note: this release is an immediate follow-up to the previous release. apollo-graphql should've been updated but it was unfortunately missed. **
[email protected]- Add support for graphql version ^15 #1743
v2.29.0
[email protected]- Add support for graphql version ^15 #1743
[email protected][email protected]
v2.28.3
[email protected]- Don't send a user-specified frontend URL to Apollo's servers; fetch one when needed. Drop
--frontendflag. #1990
- Don't send a user-specified frontend URL to Apollo's servers; fetch one when needed. Drop
[email protected]- Don't send a user-specified frontend URL to Apollo's servers; fetch one when needed. #1990
v2.28.2
[email protected]- Prevent cli from sending some git credentials #1988
v2.28.1
[email protected]- Fix silent codegen errors on syntax errors #1899
[email protected][email protected]- Add Elixir support for vscode #1971
v2.28.0
v2.27.4
v2.27.3
v2.27.2
[email protected]- Setup automatically creating a GitHub release #1876
v2.27.0
[email protected][email protected]- Add json-modern target which adds typeNodes (ast type nodes) to codegen output #1846
v2.26.0
[email protected]- Support
APOLLO_KEYand deprecateENGINE_API_KEYfor.envsupport #1851 - Support
--graph/-vflag for specifying graph manager id without requiring a config file #1858 - Support
graph@variantparsing under theservice.namekey in config files, similar to client configs #1858 - Update all commands that supported --tag to prefer --variant and indicate a deprecation warning for --tag #1849
- Updates of --help messages #1849
- Bug fix of some apollo commands that did not work with
graph@variantparsing within theapollo.config.js#1849 - Improved error messaging when a graph is not specified in either
apollo.config.jsor within the API key. #1849 - Added
--ignoreFailuresflag to service:check to exit with code 0 with check failures #1856 - Make Update "no service found to link..." error more consistent #1847
- Fix non-existent service message to use the actual service name that's being looked up #1834
- Support
[email protected]- Support
APOLLO_KEYand deprecateENGINE_API_KEYfor.envsupport #1851 - Support
graph@variantparsing under theservice.namekey in config files, similar to client configs #1858 - Improved error messaging when a graph is not specified in either
apollo.config.jsor within the API key. #1849 - Make Update "no service found to link..." error more consistent #1847
- Fix non-existent service message to use the actual service name that's being looked up #1834
- Support
v2.25.0
[email protected]- Add confirmation check when deleting services #1826
v2.24.0
[email protected]- Correctly fail on duplicate operations in client projects #1812
[email protected]- Correctly fail on duplicate operations in client projects #1812
v2.23.0
apollo
v2.22.1
[email protected]- Update shortlinks to use go.apollo.dev instead of bitly #1790
[email protected]- Add @generated comment
[email protected]- Add @generated comment
[email protected]- Add @generated comment
[email protected]- Add @generated comment
v2.22.0
[email protected]- Support disabling literal stripping when extracting queries. 1703
v2.21.3
[email protected]- Add documentation to input structs' constructors #1619
[email protected]- Add @types/node-fetch to apollo-env deps since they are exported #1749
[email protected]- Adds support for ReasonML to the language server #1488
[email protected]- Adds syntax highlighting for ReasonML #1488
v2.21.2
[email protected]- Rename "Engine" to "Apollo Graph Manager" in ouput #1705
[email protected]- Add additional type annotations to improve compile times. 1638
[email protected]- [#1618] Fixes an issue when enums with a value of 0 fail to resolve when using a Federated Schema (https://github.com/apollographql/apollo-tooling/pull/1618)
[email protected]
v2.21.1
[email protected][email protected]- POTENTIALLY BREAKING: Make
apollo-enva standard TS package #1611 This PR likely warrants a pre-major version bump so that it isn't accidentally upgraded to for dependents using the ^ range. If this breaks your project, please don't hesitate to let us know and revert back to v0.5.1. This PR removes the handwritten node-fetch types and instead just re-exports them. Internally, this drastically simplifies the existence of apollo-env within this monorepo, as it no longer requires a special build step that forces lerna and TS to work around it.
- POTENTIALLY BREAKING: Make
[email protected]- Fix client localSchemaFile for vscode stats command #1634
v2.21.0
[email protected]- Add flag to omit deprecated enum cases for swift codegen #1595
[email protected]
v2.20.0
[email protected]- Fix codegen --watch mode not writing changes for files #1591
- Fix
service:checknot outputing url
[email protected]- Fix code generation for empty input objects / arrays #1589
[email protected][email protected]
v2.19.1
[email protected]- Support custom frontend and historic parameters for federated service:check
[email protected]
v2.19.0
[email protected]- Improve performance of CLI when running projects by delaying or not calling validation unnecessarily #1559
- Use "table" package for tabular output and word wrap support #1524
- Use new single step mutation for checking federated service schemas #1539
- Add support for
localSchemaFilefor federated service commands #1489
[email protected]- Improve performance of validation when client fields are present or not #1559
[email protected]- Switch operations and fragments to default to printing queries as multiline strings rather than including queries as multiline comments
- Add
--suppressSwiftMultilineStringLiteralsflag to allow a version which strips unnecessary whitespace.
[email protected]- Use reference-equality, rather than
Function.prototype.namestring comparison, when omitting validation rules withinbuildSchemaFromSDL. #1551
- Use reference-equality, rather than
[email protected][email protected]- Improve performance of validation when client fields are present or not #1559
v2.18.3
apollo- fix bad parsing of multiple
localSchemaFiles #1529
- fix bad parsing of multiple
v2.18.2
-
apollo- Support multiple
localSchemaFiles #1500
- Support multiple
-
apollo-codegen-core- Replace instanceof checks with their respective predicates #1518
-
apollo-codegen-flow- Replace instanceof checks with their respective predicates #1518
-
apollo-codegen-scala- Replace instanceof checks with their respective predicates #1518
-
apollo-codegen-swift -
apollo-codegen-typescript- Replace instanceof checks with their respective predicates #1518
-
apollo-language-server
v2.18.1
[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]
v2.18.0
[email protected]- Add tsFileExtension option to allow custom file extension in ts (like d.ts) #1130
[email protected]- Add tsFileExtension option to allow custom file extension in ts (like d.ts) #1130
[email protected][email protected]- Add tsFileExtension flag to allow custom file extension in ts (like d.ts) #1130
[email protected]
v2.17.4
v2.17.3
v2.17.2
v2.17.1
[email protected]- Fixes issue where a server adding a new type the client doesn't know about can cause a crash
v2.17.0
[email protected]- Fix issue where type names were not being properly escaped iOS 193
- Fix overcorrection on removing redundant modifiers #1449
- Added
CaseIterableconformance so all known cases can be easily iterated. - Added comment to
operationDefinitionto show the original query - Stripped excess whitespace out of
operationDefinition - Removed force-unwrap when the thing being unwrapped is a double optional
v2.16.3
v2.16.2
v2.16.1
[email protected]- Add
ApolloConfigtype to exports fromapollo#1413
- Add
[email protected]- Add error message for service lookup failure #1413
[email protected]
v2.16.0
[email protected]- Add
service:listand tests #1358 and header #1377 - Update
service:listtest to use a simulated time to prevent relative dates causing snapshot failures #1374 - Update
service:checkto support--markdownand--jsonflags for federated schema #1378 - Exit status code 1 after composition errors in service:push #1403
- Update
service:checkto includegraphCompositionIdin query params for UI #1401
- Add
[email protected][email protected][email protected]- Handle
subscribeinbuildServiceDefinitionand add type inresolverMap#1047
- Handle
[email protected]- Add support for Ruby source files using
<<-GRAPHQL...GRAPHQLheredoc. #1304
- Add support for Ruby source files using
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Congratulations :tada:. DeepCode analyzed your code in 0.781 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.
👉 View analysis in DeepCode’s Dashboard | Configure the bot
👉 The DeepCode service and API will be deprecated in August, 2021. Here is the information how to migrate. Thank you for using DeepCode 🙏 ❤️ !
If you are using our plugins, you might be interested in their successors: Snyk's JetBrains plugin and Snyk's VS Code plugin.