Skip to content

[Snyk] Upgrade @graphql-tools/stitch from 6.0.13 to 6.0.15 #6876

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

Merged
merged 2 commits into from
Aug 24, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade @graphql-tools/stitch from 6.0.13 to 6.0.15.

merge advice

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 38 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-07-22.
Release notes
Package name: @graphql-tools/stitch
  • 6.0.15 - 2020-07-22

    Come talk to us directly on our Discord channel
    Contact us here: the-guild.dev

    What’s Changed

    🚀 Features

    • Use improved fork of graphql-tag/loader (more customizable, much smaller output, bundle size improvements) @kamilkisiela (#1815)
    • Helper + docs for selectionSet arguments @gmac (#1802)

    🧰 Enhancements

    🐛 Bug Fixes

  • 6.0.15-alpha-ffbbfdc0.0 - 2020-07-20
  • 6.0.15-alpha-ef401487.0 - 2020-07-22
  • 6.0.15-alpha-e17ef07e.0 - 2020-07-22
  • 6.0.15-alpha-dff16fb6.0 - 2020-07-22
  • 6.0.15-alpha-dea8c115.0 - 2020-07-22
  • 6.0.15-alpha-c8ff8c6b.0 - 2020-07-19
  • 6.0.15-alpha-b49acfbd.0 - 2020-07-22
  • 6.0.15-alpha-b2e5ca83.0 - 2020-07-19
  • 6.0.15-alpha-ad349394.0 - 2020-07-21
  • 6.0.15-alpha-aa287ef5.0 - 2020-07-22
  • 6.0.15-alpha-9e0941bb.0 - 2020-07-22
  • 6.0.15-alpha-9a6aeb49.0 - 2020-07-19
  • 6.0.15-alpha-998474ba.0 - 2020-07-22
  • 6.0.15-alpha-71a91fe8.0 - 2020-07-22
  • 6.0.15-alpha-6658bc16.0 - 2020-07-22
  • 6.0.15-alpha-5ae9ee3b.0 - 2020-07-22
  • 6.0.15-alpha-479892bd.0 - 2020-07-18
  • 6.0.15-alpha-2e7eb16c.0 - 2020-07-19
  • 6.0.15-alpha-2b226dd1.0 - 2020-07-19
  • 6.0.15-alpha-0b6671ec.0 - 2020-07-21
  • 6.0.15-alpha-09a9afe2.0 - 2020-07-19
  • 6.0.14 - 2020-07-16

    Come talk to us directly on our Discord channel
    Contact us here: the-guild.dev

    What’s Changed

    🚀 Features

    🧰 Enhancements

    • feat(merge): support multidimensional arrays for mergeTypeDefs and mergeResolvers @ardatan (#1789)

    🐛 Bug Fixes

  • 6.0.14-alpha-f5b9c70a.0 - 2020-07-15
  • 6.0.14-alpha-d8e3a375.0 - 2020-07-16
  • 6.0.14-alpha-ce586b07.0 - 2020-07-16
  • 6.0.14-alpha-cd3b97d0.0 - 2020-07-14
  • 6.0.14-alpha-b63bf4d0.0 - 2020-07-16
  • 6.0.14-alpha-a4dd0ead.0 - 2020-07-16
  • 6.0.14-alpha-8d5462c6.0 - 2020-07-15
  • 6.0.14-alpha-8ac60307.0 - 2020-07-16
  • 6.0.14-alpha-89b0b6dc.0 - 2020-07-14
  • 6.0.14-alpha-70916407.0 - 2020-07-14
  • 6.0.14-alpha-3e6df325.0 - 2020-07-16
  • 6.0.14-alpha-35f73d51.0 - 2020-07-16
  • 6.0.14-alpha-24101f9a.0 - 2020-07-16
  • 6.0.14-alpha-1f3b14a1.0 - 2020-07-16
  • 6.0.14-alpha-1cfd6f92.0 - 2020-07-16
  • 6.0.13 - 2020-07-14

    Come talk to us directly on our Discord channel
    Contact us here: the-guild.dev

    What’s Changed

    🚀 Features

    🧰 Enhancements

    🐛 Bug Fixes

    • fix(url-loader): send correct data if useGETForQueries is true @ardatan (#1778)
    • Modify ast nodes when transforming schemas @yaacovCR (#1762)
    • fixes selectionSet hints with WrapFields transform @yaacovCR (#1757)
from @graphql-tools/stitch GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@ghost ghost added the Merge On Green label Aug 21, 2020
@codecov
Copy link

codecov bot commented Aug 24, 2020

Codecov Report

Merging #6876 into master will decrease coverage by 9.96%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6876      +/-   ##
==========================================
- Coverage   93.81%   83.84%   -9.97%     
==========================================
  Files         168      168              
  Lines       12185    12185              
==========================================
- Hits        11431    10217    -1214     
- Misses        754     1968    +1214     
Impacted Files Coverage Δ
...dapters/Storage/Postgres/PostgresStorageAdapter.js 2.49% <0.00%> (-93.54%) ⬇️
src/Adapters/Storage/Postgres/PostgresClient.js 6.66% <0.00%> (-80.00%) ⬇️
src/Controllers/FilesController.js 92.00% <0.00%> (-2.00%) ⬇️
src/Controllers/UserController.js 93.45% <0.00%> (-0.94%) ⬇️
src/Routers/UsersRouter.js 93.75% <0.00%> (-0.63%) ⬇️
src/RestWrite.js 93.97% <0.00%> (+0.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 441a0da...0adf36b. Read the comment docs.

@davimacedo davimacedo merged commit 7b13661 into master Aug 24, 2020
@TomWFox TomWFox deleted the snyk-upgrade-611244ca2137614df62a35f127096010 branch October 31, 2020 20:32
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.

2 participants