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

Bump github.com/graphql-go/graphql from 0.7.9 to 0.8.1 in /v3/integrations/nrgraphqlgo #785

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps github.com/graphql-go/graphql from 0.7.9 to 0.8.1.

Release notes

Sourced from github.com/graphql-go/graphql's releases.

v0.8.1

v0.8.0

Commits
  • a974186 Merge pull request #642 from Invizory/fix-infinite-recursion-in-parser
  • 2a6e1ff Merge branch 'master' into fix-infinite-recursion-in-parser
  • 623f886 Merge pull request #651 from dariuszkuc/fix_list_name
  • c18e0b6 Merge branch 'master' into fix_list_name
  • d264c4c Merge pull request #653 from dariuszkuc/fix_object_description
  • e9c5c5f Merge branch 'master' into fix_object_description
  • 55311b1 Merge pull request #656 from victor-perov/victor/expose-ParseValue
  • 2ce8c8b Expose ParseValue
  • fc6b16f fix: return valid object description
  • ec07c50 fix String/Name methods on the List type
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

* minor fix for complete security disable flag

* Create FastHTTP Client Functions

* FastHTTP Request Integration

* FastHTTP example file

* FastHTTP Request Integration

* FastHTTP Response file

* mod file

* update security agent version

* supportability metric

* Created unit tests and removed extraneous file

* Moved FastHTTP to internal instrumentation

* Added testing for errors

* chore: add logs-in-context example with logrus

* chore: move example to specific folder

* FastHTTP external segments/Client example

* License for Server Example

* Added test for external segment/minor fixes

* FastHTTP Integration (#774)

Added Support For FastHTTP

* V3.25.0 Changelog (#781)

* V3.25.0

* update version

* corrected changelog for 3.25 release

* Fixed test not passing

* Update segments.go

Removed extra function

---------

Co-authored-by: aayush-ap <agarg@newrelic.com>
Co-authored-by: Steve Willoughby <76975199+nr-swilloughby@users.noreply.github.com>
Co-authored-by: Julien Erard <jerard@newrelic.com>
Co-authored-by: Emilio Garcia <iamemilio@users.noreply.github.com>
Co-authored-by: Steve Willoughby <swilloughby@newrelic.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2023

Codecov Report

Merging #785 (61940be) into master (d850ce9) will decrease coverage by 0.68%.
Report is 71 commits behind head on master.
The diff coverage is 40.29%.

@@            Coverage Diff             @@
##           master     #785      +/-   ##
==========================================
- Coverage   82.16%   81.48%   -0.68%     
==========================================
  Files         129      134       +5     
  Lines       11835    12336     +501     
==========================================
+ Hits         9724    10052     +328     
- Misses       1855     2001     +146     
- Partials      256      283      +27     
Files Changed Coverage Δ
v3/newrelic/config_options.go 48.61% <0.00%> (+0.82%) ⬆️
v3/newrelic/context.go 59.37% <0.00%> (-26.99%) ⬇️
v3/newrelic/error_events.go 93.61% <0.00%> (-6.39%) ⬇️
v3/newrelic/internal_response_writer.go 50.00% <0.00%> (-1.34%) ⬇️
v3/newrelic/secure_agent.go 9.67% <0.00%> (-4.12%) ⬇️
v3/newrelic/version.go 100.00% <ø> (ø)
v3/newrelic/sql_driver.go 46.00% <20.51%> (-19.11%) ⬇️
v3/integrations/nrmongo/nrmongo.go 82.02% <22.22%> (-14.37%) ⬇️
v3/newrelic/internal_txn.go 90.00% <23.52%> (-1.12%) ⬇️
v3/newrelic/transaction.go 68.00% <35.29%> (-2.30%) ⬇️
... and 7 more

... and 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

nr-swilloughby and others added 4 commits September 18, 2023 14:53
Bumps [github.com/graphql-go/graphql](https://github.com/graphql-go/graphql) from 0.7.9 to 0.8.1.
- [Release notes](https://github.com/graphql-go/graphql/releases)
- [Commits](graphql-go/graphql@v0.7.9...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/graphql-go/graphql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the 92c1dependabot/go_modules/v3/integrations/nrgraphqlgo/github.com/graphql-go/graphql-0.8.1 branch from 61940be to 6ab9bd0 Compare September 29, 2023 01:39
@mirackara mirackara changed the base branch from master to develop October 18, 2023 14:26
@mirackara mirackara merged commit fd9e026 into develop Oct 18, 2023
44 of 47 checks passed
@dependabot dependabot bot deleted the 92c1dependabot/go_modules/v3/integrations/nrgraphqlgo/github.com/graphql-go/graphql-0.8.1 branch October 18, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants