Skip to content
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

Update Apollo GraphQL packages #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 30, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apollo 2.1.8 -> 2.34.0 age adoption passing confidence
apollo-boost 0.1.22 -> 0.4.9 age adoption passing confidence
graphql-tag 2.10.0 -> 2.12.6 age adoption passing confidence
graphql-tag 2.10.1 -> 2.12.6 age adoption passing confidence
react-apollo 2.3.2 -> 2.5.8 age adoption passing confidence

Release Notes

apollographql/apollo-tooling (apollo)

v2.34.0

Compare Source

Minor Changes

v2.33.11

Compare Source

  • 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 moment as a dependency #​2595

v2.33.10

Compare Source

  • 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.

    • apollo-codegen-core@0.40.8
    • apollo-codegen-flow@0.38.8
    • apollo-codegen-scala@0.39.8
    • apollo-codegen-swift@0.40.8
    • apollo-codegen-typescript@0.40.8
    • apollo-graphql@0.9.6
    • apollo-language-server@1.26.8
    • @​apollographql/apollo-tools@​0.5.3
    • apollo@2.33.10
  • apollo-tools@0.5.3

    • Add undeclared peer dependency graphql #​2049

v2.33.9

Compare Source

  • apollo-language-server@1.26.7 / apollo-codegen-core@0.40.7
    • Adjust apollo-codegen-core to use the same withTypenameFieldAddedWhereNeeded utility as apollo-language-server, to make sure modified operations align between codegen and anything leveraging the language server utility functions (like the client:push command).

      @​hwillson in #​2473

v2.33.8

Compare Source

  • apollo-graphql@0.9.5
    • Export useful operation sanitization transforms PR #​2057
    • Preserve directive usages on SchemaDefinition nodes in buildSchemaFromSDL PR #​2457

v2.33.7

Compare Source

  • apollo-graphql@0.9.4
    • Add support for interface on interfaces to transformSchema. PR #​2456

v2.33.6

Compare Source

v2.33.5

Compare Source

  • apollo@2.33.5

  • apollo-tools@0.5.1

    • Remove dependency on apollo-env, so using this package no longer installs polyfills.
  • apollo-graphql@0.9.3

v2.33.4

Compare Source

v2.33.3

Compare Source

v2.33.2

Compare Source

  • apollo@2.33.2

  • apollo-env@0.10.0

    • deps: Updated node-fetch to v2.6.1
  • apollo-graphql@0.9.2

  • apollo-env@0.9.0

    • The following utility functions are no longer exported from apollo-env and can now be found in the apollo-graphql library:
      • createHash
      • isNodeLike
      • mapValues
      • isNotNullOrDefined
  • apollo-graphql@0.9.0

    • This package no longer depends on apollo-env to avoid the side-effects of its polyfills.

v2.33.1

Compare Source

  • 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 moment as a dependency #​2595

v2.33.0

Compare Source

v2.32.13

Compare Source

v2.32.12

Compare Source

v2.32.11

Compare Source

v2.32.10

Compare Source

v2.32.8

Compare Source

v2.32.5

Compare Source

  • apollo@2.32.5

    • Bump version of env-ci #​1754 Issue #​2219

      Due 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.)

      • apollo-codegen-core@0.39.3
      • apollo-codegen-flow@0.37.3
      • apollo-codegen-scala@0.38.3
      • apollo-codegen-swift@0.39.3
      • apollo-codegen-typescript@0.39.3
      • apollo-env@0.6.6
      • apollo-graphql@0.6.1
      • apollo-language-server@1.25.2
      • @apollographql/apollo-tools@0.4.9
      • vscode-apollo@1.18.2

v2.32.4

Compare Source

  • This version should not be used as it was published without depended-on packages. Please use apollo@2.32.5 instead.

v2.32.1

Compare Source

  • apollo-codegen-swift
    • Fix issue where a query referencing many fragments caused type checking for queryDocument to time out #​2198

v2.32.0

Compare Source

  • apollo@2.32.0
    • Support the standard HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables for using an HTTP proxy. #​2181

v2.31.2

Compare Source

  • apollo-codegen-swift
    • Fix bug in generated compound type names that lead to structName being inconsistent throughout codegen #​2170

v2.31.1

Compare Source

  • Update CLI default API domain from engine-graphql.apollographql.com to graphql.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
  • --commitId in service:check and service:push overrides the current commit ID otherwise read through env-ci.
  • service:push now takes --author and --branch matching service:check.

v2.31.0

Compare Source

v2.30.3

Compare Source

v2.30.2

Compare Source

  • apollo-codegen-core
    • Add new unionTypes and interfaceTypes properties to the exported IR JSON (when using the json-modern target), that list all unions and their types, as well as all interfaces and their implementing types #​2050.

v2.30.1

Compare Source

  • apollo-codegen-swift@0.37.7
    • Generate JSON file including fragments when --operationIds option is provided #​2017

v2.30.0

Compare Source

  • apollo@2.30.0
    • Allow flags for --branch and --author in service:check command. This will permit users to group changes using the --branch flag and indicate an author, via a string value using the --author flag.

v2.29.1

Compare Source

** Note: this release is an immediate follow-up to the previous release. apollo-graphql should've been updated but it was unfortunately missed. **

  • apollo-graphql@0.5.0
    • Add support for graphql version ^15 #​1743

v2.29.0

Compare Source

  • apollo@2.29.0
    • Add support for graphql version ^15 #​1743
  • apollo-language-server@1.23.0
    • Fix definition navigation for vscode using localSchemaFile #​1996
    • Add support for graphql version ^15 #​1743
  • vscode-apollo@1.16.4
    • Fix definition navigation for vscode using localSchemaFile #​1996
    • Fix 'Apollo: Show Status' command. #​2004

v2.28.3

Compare Source

  • apollo@2.28.3
    • Don't send a user-specified frontend URL to Apollo's servers; fetch one when needed. Drop --frontend flag. #​1990
  • apollo-language-server@1.22.3
    • Don't send a user-specified frontend URL to Apollo's servers; fetch one when needed. #​1990

v2.28.2

Compare Source

  • apollo@2.28.2
    • Prevent cli from sending some git credentials #​1988

v2.28.1

Compare Source

  • apollo@2.28.1
    • Fix silent codegen errors on syntax errors #​1899
  • apollo-language-server@1.22.1
    • Remove error from the case with old and new api keys present #​1893
    • Add Elixir support for vscode #​1971
  • vscode-apollo@1.61.1
    • Add Elixir support for vscode #​1971

v2.28.0

Compare Source

v2.27.4

Compare Source

v2.27.3

Compare Source

  • apollo@2.27.4
    • Change json-modern target to use legacy IR as base, similar to json target #​1916.
    • Update json-modern IR to expose typeNodes on typesUsed #​1916
  • apollo-codegen-core@0.36.9
    • Change json-modern target to use legacy IR as base, similar to json target #​1916.
    • Update json-modern IR to expose typeNodes on typesUsed #​1916

v2.27.2

Compare Source

  • apollo@2.27.2
    • Setup automatically creating a GitHub release #​1876

v2.27.0

Compare Source

  • apollo@2.27.0
    • downgrade mkdirp to keep node 8 working as expected 63f0773
    • Remove "hidden: true" from --variant in service:push #​1865
    • update ENGINE_API_KEY deprecation message to give alternative #​1866
    • Add json-modern codegen target which adds typeNodes (ast type nodes) to codegen output #​1846
  • apollo-codegen-core@0.36.6
    • Add json-modern target which adds typeNodes (ast type nodes) to codegen output #​1846

v2.26.0

Compare Source

  • apollo@2.26.0
    • Support APOLLO_KEY and deprecate ENGINE_API_KEY for .env support #​1851
    • Support --graph/-v flag for specifying graph manager id without requiring a config file #​1858
    • Support graph@variant parsing under the service.name key 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@variant parsing within the apollo.config.js #​1849
    • Improved error messaging when a graph is not specified in either apollo.config.js or within the API key. #​1849
    • Added --ignoreFailures flag 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
  • apollo-language-server@1.21.0
    • Support APOLLO_KEY and deprecate ENGINE_API_KEY for .env support #​1851
    • Support graph@variant parsing under the service.name key in config files, similar to client configs #​1858
    • Improved error messaging when a graph is not specified in either apollo.config.js or 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

v2.25.0

Compare Source

  • apollo@2.25.0
    • Add confirmation check when deleting services #​1826

v2.24.0

Compare Source

  • apollo@2.24.0
    • Correctly fail on duplicate operations in client projects #​1812
  • apollo-language-server@1.20.0
    • Correctly fail on duplicate operations in client projects #​1812

v2.23.0

Compare Source

  • apollo
    • Fix rendering of unexpected composition errors throwing a table cell error #​1806
    • Add ability to define schema download output path that doesn't exist yet #​1807

v2.22.1

Compare Source

  • apollo@2.22.1
    • Update shortlinks to use go.apollo.dev instead of bitly #​1790
  • apollo-codegen-flow@0.34.1
  • apollo-codegen-scala@0.35.1
  • apollo-codegen-swift@0.36.1
  • apollo-codegen-typescript@0.36.1

v2.22.0

Compare Source

  • apollo@2.22.0
    • Support disabling literal stripping when extracting queries. 1703

v2.21.3

Compare Source

  • apollo-codegen-swift@0.35.10
    • Add documentation to input structs' constructors #​1619
  • apollo-env@0.6.1
  • apollo-language-server@1.18.0
    • Adds support for ReasonML to the language server #​1488
  • vscode-apollo@1.13.0
    • Adds syntax highlighting for ReasonML #​1488

v2.21.2

Compare Source

  • apollo@2.21.2
    • Rename "Engine" to "Apollo Graph Manager" in ouput #​1705
  • apollo-codegen-swift@0.35.14
    • Add additional type annotations to improve compile times. 1638
  • apollo-graphql@0.3.6
  • apollo-language-server@1.17.2
    • Rename "Engine" to "Apollo Graph Manager" in ouput #​1705
    • Add helpful messages for common errors when introspecting schemas #​1713

v2.21.1

Compare Source

  • apollo@2.21.1
    • Add sdl download ability to client:download-schema #​1470
    • colors: use cyan instead of blue for text highlighting #​1598
    • Fix codegen --watch breaking out of watch mode on validation errors #​1627
  • apollo-env@0.6.0
    • POTENTIALLY BREAKING: Make apollo-env a 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.
  • vscode-apollo@1.12.1
    • Fix client localSchemaFile for vscode stats command #​1634

v2.21.0

Compare Source

  • apollo@2.21.0
    • Add flag to omit deprecated enum cases for swift codegen #​1595
  • apollo-codegen-swift@0.35.7
    • Add flag to omit deprecated enum cases #​1595
    • Fix code generation for input fields with the value null #​1596

v2.20.0

Compare Source

  • apollo@2.20.0
    • Fix codegen --watch mode not writing changes for files #​1591
    • Fix service:check not outputing url
  • apollo-codegen-swift@0.35.11
    • Fix code generation for empty input objects / arrays #​1589
  • apollo-language-server@1.17.0
    • Improve autocomplete performance by fixing leading option and debounce threshold #​1593
    • Load ENV variables from both .env and .env.local for Vue CLI compatibility #​1525
  • vscode-apollo@1.12.0
    • Fix ctrl+space autocomplete with language-server imrovements #​1593
    • Watch both .env and .env.local for changes #​1525

v2.19.1

Compare Source

  • apollo@2.19.1
    • Support custom frontend and historic parameters for federated service:check
  • apollo-codegen-swift@0.35.10
    • Ensure fields named self don't cause compilation errors in the generated code #​1533
    • Preserve leading/trailing underscores on field names #​1533
    • Allow generated code to be compiled without a module umbrella header #​1248

v2.19.0

Compare Source

  • apollo@2.19.0
    • 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 localSchemaFile for federated service commands #​1489
  • apollo-codegen-core@0.35.4
    • Improve performance of validation when client fields are present or not #​1559
  • apollo-codegen-swift@0.35.9
    • Switch operations and fragments to default to printing queries as multiline strings rather than including queries as multiline comments
    • Add --suppressSwiftMultilineStringLiterals flag to allow a version which strips unnecessary whitespace.
  • apollo-graphql@0.3.4
    • Use reference-equality, rather than Function.prototype.name string comparison, when omitting validation rules within buildSchemaFromSDL. #​1551
  • apollo-language-server@1.16.0
    • Replace old mutation used for checking partial service schemas to use checkPartialSchema #​1539
    • Remove old federation-info provider #​1489
    • Support using local schema files for checks/pushes of federated services #​1489
  • vscode-apollo@1.11.0
    • Improve performance of validation when client fields are present or not #​1559

v2.18.3

Compare Source

  • apollo
    • fix bad parsing of multiple localSchemaFiles #​1529

v2.18.2

Compare Source

  • apollo-codegen-core@0.35.2

  • apollo-codegen-flow@0.33.27

  • apollo-codegen-scala@0.34.27

  • apollo-codegen-swift@0.35.7

  • apollo-codegen-typescript@0.35.2

  • apollo-language-server@1.15.2

  • apollo@2.18.2

  • apollo

    • Support multiple localSchemaFiles #​1500
  • 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

    • Replace instanceof checks with their respective predicates #​1518
    • Ensure types and strings are properly escaped in all generated code #​1515
    • Fix warning in Xcode 11 when enums have a none case #​1482
  • apollo-codegen-typescript

    • Replace instanceof checks with their respective predicates #​1518
  • apollo-language-server

    • Replace instanceof checks with their respective predicates #​1518
    • Support multiple localSchemaFiles #​1500

v2.18.1

Compare Source

  • apollo-codegen-core@0.35.1
  • apollo-codegen-flow@0.33.26
  • apollo-codegen-scala@0.34.26
  • apollo-codegen-swift@0.35.6
  • apollo-codegen-typescript@0.35.1
  • apollo-language-server@1.15.1
  • vscode-apollo@1.10.1
  • apollo@2.18.1
    • Shorten client:check and service:check output in CI #​1404
    • service:check add null check for validation config #​1471

v2.18.0

Compare Source

  • apollo-codegen-core@0.35.0
    • Add tsFileExtension option to allow custom file extension in ts (like d.ts) #​1130
  • apollo-codegen-typescript@0.35.0
    • Add tsFileExtension option to allow custom file extension in ts (like d.ts) #​1130
  • apollo-language-server@1.15.0
    • Add debugging util classes for better error/warning handling #​1429
    • Add error for duplicate client operation names #​1466
    • Add client schema support through autocomplete, hover information, validation rules, and code actions. #​1433
  • apollo@2.18.0
    • Add tsFileExtension flag to allow custom file extension in ts (like d.ts) #​1130
  • vscode-apollo@1.10.0
    • Improve the syntax highlighting of directives and their definitions. #​1433
    • Add debugging util class for better logging in vs code #​1429

v2.17.4

Compare Source

v2.17.3

Compare Source

v2.17.2

Compare Source

v2.17.1

Compare Source

  • apollo-codegen-swift@0.35.1
    • Fixes issue where a server adding a new type the client doesn't know about can cause a crash

v2.17.0

Compare Source

  • apollo-codegen-swift@0.35.0
    • Fix issue where type names were not being properly escaped iOS 193
    • Fix overcorrection on removing redundant modifiers #​1449
    • Added CaseIterable conformance so all known cases can be easily iterated.
    • Added comment to operationDefinition to 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

Compare Source

v2.16.2

Compare Source

v2.16.1

Compare Source

  • apollo@2.16.1
    • Add ApolloConfig type to exports from apollo #​1413
  • apollo-language-server@1.13.1
    • Add error message for service lookup failure #​1413
  • vscode-apollo@1.8.1
    • Only activate extension on apollo.config.js/ts #​1411
    • Changed the status bar title to be "Apollo" to save space. #​1415

v2.16.0

Compare Source

  • apollo@2.16.0
    • Add service:list and tests #​1358 and header #​1377
    • Update service:list test to use a simulated time to prevent relative dates causing snapshot failures #​1374
    • Update service:check to support --markdown and --json flags for federated schema #​1378
    • Exit status code 1 after composition errors in service:push #​1403
    • Update service:check to include graphCompositionId in query params for UI #​1401
  • apollo-codegen-swift@0.34.0
    • Update Swift codegen to add operation name to generated query classes #​1386
    • Append terminating newline character to generated files #​531
  • apollo-language-server@1.13.0
    • Allow template literal placeholders that span multiple rows#​1299
    • Add support for extracting GraphQL documents from Ruby source files using <<-GRAPHQL...GRAPHQL heredoc. #​1304
  • apollo-tools@0.4.0
    • Handle subscribe in buildServiceDefinition and add type in resolverMap #​1047
  • vscode-apollo@1.8.0
    • Add support for Ruby source files using <<-GRAPHQL...GRAPHQL heredoc. #​1304

v2.15.0

Compare Source

  • apollo@2.15.0
    • Relax graphql version, resolve missing types "Boolean", "String" #​1355
  • apollo-language-server@1.12.0
    • Relax graphql version, resolve missing types "Boolean", "String" #​1355

v2.14.1

Compare Source

v2.14.0

Compare Source

  • apollo@2.14.0
    • Add integration tests to service:check #​1308
    • Add support for federated service to service:check #​1308
  • apollo-language-server@1.11.0
    • Add support for federated service to service:check #​1308
  • vscode-apollo@1.7.4
    • Fix bug causing some editor features to sometimes give stale results #​1361

v2.13.1

Compare Source

  • apollo@2.13.1
    • Remove federation warnings and update types #​1332
  • apollo-graphql@0.3.2
    • buildSchemaFromSDL - support meta fields on abstract types #​1330

v2.13.0

Compare Source

  • apollo@2.13.0
    • update client:push to pass the tag / graphVariant #​1307
  • apollo-language-server@1.10.0
    • Use offset equal to length of tagname when parsing JS documents#​1050
    • Allow template literal placeholders that span multiple rows#​1299

v2.12.5

Compare Source

v2.12.4

Compare Source

  • apollo@2.12.4
    • Update client:push command with new resolver and more output #​1290
  • apollo-language-server@1.9.0
    • update stats window types #​1292
    • Allow configuration of validation rules #​1288
  • vscode-apollo@1.7.0
    • Allow configuration of validation rules #​1288

v2.12.3

Compare Source

v2.12.2

Compare Source

v2.12.1

Compare Source

  • apollo@2.12.1
    • Add debugging logs to apollo client:push and apollo service:push # 1273
    • remove apollo service:info command, since it's undocumented and unused #​1274
  • apollo-language-server@1.8.3
    • Fix __typename addition for InlineFragments #​1286

v2.12.0

Compare Source

v2.11.1

Compare Source

  • apollo@2.11.1
    • Document engine requirements in client:check and client:push #​1077
  • apollo-language-server@1.8.1
    • Fix windows file paths by normalizing all URIs to a consistent format #​1213.
    • Fix positionToOffset to consider windows line endings #​1213.
  • vscode-apollo@1.6.9
    • Add env variable to silence TLS errors #​1212

v2.11.0

Compare Source

  • apollo@2.11.0
    • Leverage updates to apollo-language-server to support federated services #​1251
    • Add service:delete command for deleting federated services #​1251
  • apollo-env@0.5.0
  • apollo-graphql@0.3.0
    • Require graphql@^14.2.1 #​1251
    • Add buildSchemaFromSDL and related utilities for constructing partial schemas
      #​1251
    • Add transformSchema and related utilities for easily transforming schemas
      #​1251
  • apollo-language-server@1.8.0
    • Fix windows file paths by normalizing all URIs to a consistent format #​1213.
    • Fix positionToOffset to consider windows line endings #​1213.
    • Extend Engine API for federated schema uploads and checks #​1251
    • Reorganize files and exports #​1251

v2.10.3

Compare Source

  • apollo@2.10.3
    • Add service:check debuggability #​1250

v2.10.2

Compare Source

  • apollo@2.10.2

v2.10.1

Compare Source

  • apollo@2.10.1
    • Add service:push debuggability #​1244

v2.10.0

Compare Source

  • apollo@2.10.0
    • Add client:download-schema command to download schemas from engine to an output file #​1108

v2.9.0

Compare Source

  • apollo@2.9.0
    • Support local schema files in service:check #​1118
  • apollo-language-server@1.7.0
    • Fix on-hover bugs introduced by replacing visitWithTypeInfo #​1196
    • Add gql extension to the default includes configuration #​1176
    • Simple perf improvements (debouncer + cache) #​1206

[v2.8.3


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 4 times, most recently from 164d243 to befea6b Compare August 10, 2019 16:27
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from 097c703 to 324d542 Compare August 19, 2019 17:43
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from 8141ea0 to 0183f73 Compare September 13, 2019 21:36
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 0183f73 to 26aebb7 Compare November 11, 2019 04:56
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 26aebb7 to f2e5f11 Compare November 21, 2019 11:45
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f2e5f11 to 26cfd50 Compare December 14, 2019 20:50
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 26cfd50 to 161febf Compare January 18, 2020 23:59
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 161febf to e59cb49 Compare February 8, 2020 15:51
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from e59cb49 to 17c8f2e Compare February 16, 2020 15:56
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 17c8f2e to dabe8d8 Compare March 14, 2020 21:58
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from dabe8d8 to 6558fb8 Compare April 27, 2020 16:00
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 6558fb8 to 2729fc0 Compare May 7, 2020 21:59
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 2729fc0 to 3e4b159 Compare May 16, 2020 04:55
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 3e4b159 to 1424b01 Compare July 1, 2020 16:59
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 1424b01 to 6eaf21d Compare August 22, 2020 15:59
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 6eaf21d to 15a4d68 Compare October 25, 2020 23:59
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 15a4d68 to 0f45f85 Compare November 26, 2020 20:50
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 0f45f85 to aa09a11 Compare December 9, 2020 08:58
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from aa09a11 to a1fc03a Compare January 6, 2021 11:55
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from a1fc03a to cc47913 Compare January 22, 2021 09:54
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from cc47913 to 5f3a6d2 Compare April 26, 2021 15:16
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 7015955 to 0487ad4 Compare May 15, 2021 19:13
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 0487ad4 to a619558 Compare June 6, 2021 23:05
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from a619558 to fbc45c2 Compare October 19, 2021 02:17
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from fbc45c2 to 79c6fbb Compare March 7, 2022 07:40
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 79c6fbb to a721cc3 Compare April 25, 2022 02:14
@renovate
Copy link
Author

renovate bot commented Apr 25, 2022

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: packages/frontend/yarn.lock
npm WARN ignoring workspace config at /mnt/renovate/gh/malbertSC/fantasy-football/packages/frontend/.npmrc 
npm ERR! Workspaces not supported for global packages

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-04-25T02_14_25_767Z-debug-0.log

File name: packages/api/yarn.lock
npm WARN ignoring workspace config at /mnt/renovate/gh/malbertSC/fantasy-football/packages/api/.npmrc 
npm ERR! Workspaces not supported for global packages

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-04-25T02_14_28_773Z-debug-0.log

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from a721cc3 to e1ea41a Compare May 15, 2022 21:49
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from e1ea41a to 82bc868 Compare June 18, 2022 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants