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/filecoin-project/go-jsonrpc from 0.1.8 to 0.1.9 #1048

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps github.com/filecoin-project/go-jsonrpc from 0.1.8 to 0.1.9.

Release notes

Sourced from github.com/filecoin-project/go-jsonrpc's releases.

v0.1.9

Fix handling of types

Commits
  • 70f44a9 Merge pull request #83 from filecoin-project/raulk/fix-id
  • 666479d fix handling of types.
  • 34adecb avoid using json.Number; allow floats as ids.
  • 3320738 make request and response ID handling spec-compliant.
  • See full diff 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 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)

@dependabot dependabot bot added the th/dependencies Theme: Pertains to project dependencies, including libraries or frameworks label Nov 8, 2022
@wjam
Copy link
Contributor

wjam commented Nov 8, 2022

@dependabot rebase

Bumps [github.com/filecoin-project/go-jsonrpc](https://github.com/filecoin-project/go-jsonrpc) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/filecoin-project/go-jsonrpc/releases)
- [Commits](filecoin-project/go-jsonrpc@v0.1.8...v0.1.9)

---
updated-dependencies:
- dependency-name: github.com/filecoin-project/go-jsonrpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/filecoin-project/go-jsonrpc-0.1.9 branch from ffc6bdb to 8387c6d Compare November 8, 2022 16:13
@wjam wjam merged commit c8e9dcb into main Nov 9, 2022
@wjam wjam deleted the dependabot/go_modules/github.com/filecoin-project/go-jsonrpc-0.1.9 branch November 9, 2022 08:41
simonwo added a commit that referenced this pull request Nov 16, 2022
# [updatecli] Ops Bacalhau Dependency


Bump ops clusters to "v0.3.12". This is an automated PR.



## Report

	Source:
		✔ [default] (githubrelease)


	Condition:

	Target:
		⚠ [development] Bump Dev(file)
		⚠ [production] Bump Dev(file)
		⚠ [staging] Bump Dev(file)




## Changelog

<details><summary>Click to expand</summary>

````

Release published on the 2022-11-16 14:05:57 +0000 UTC at the url https://github.com/filecoin-project/bacalhau/releases/tag/v0.3.12

## UX and core features
* Allow WASM jobs to have environment variables by @simonwo in #1026
* Don't overwrite files with hardlinks when downloading by @binocarlos in #985
* Support volumes with slashes for WASM jobs by @simonwo in #1027
* Fix running locally docs to use binary name by @iand in #1038
* Always use a random port of IPFS API server by @wjam in #1006
* Put WASM env vars in a consistent order by @wjam in #1051
* Add job timeout by @wdbaruni in #1061
* add --timeout cli option by @wdbaruni in #1065
* moving to beta by @aronchick in #1067
* 1015 fix CVE by @aronchick in #1019
* Load WASM import modules from IPFS (#880) by @lsp1138 in #1144
* Revert libp2p withdirectpeers by @lukemarsden in #1154
* More robust startup by @lukemarsden in #1159
* Pin results to Estuary after publishing to IPFS by @simonwo in #1002

## Developer experience
* Fix canary to look in correct results folder by @simonwo in #987
* Expose piggybacked publisher information by @wjam in #997
* Fetch build info from debug.BuildInfo struct by @wjam in #999
* Ensure temp files are cleaned up by @wjam in #1005
* Update dependencies and enable dependabot by @wjam in #1028
* Suppress logging output in tests by @iand in #1039
* Turn down some log messages that show up on every single test in CI by @lukemarsden in #1041
* Make GPU capacitymanager tests work when you have a GPU installed by @lukemarsden in #1042
* Remove test as it is a duplicate by @wjam in #1044
* Tweaks to make it easier to diagnose CI issues by @wjam in #1052
* First pass at removing Docker from tests which don't test it by @simonwo in #1054
* Don't run Docker tests on Windows or Mac by @wjam in #1066
* remove dead function GetSystemDirectory by @wdbaruni in #1072
* Associate the job id with both parts of the trace by @wjam in #1076
* have CircleCI notice the unittests.xml file by @lukemarsden in #1078
* Use Scenario-based tests to remove Docker and streamline test code by @simonwo in #1069
* Split tests out into unit vs integration, and run each type in parallel by @lukemarsden in #1083
* Clean up a directory related to testing by @wjam in #1128
* Expose test coverage by @wjam in #1123
* Use Noop executor in scenario-based tests by @simonwo in #1122
* Avoid flaky port collisions in tests by assign node ports up front by @simonwo in #1142
* Build canary against latest code by @simonwo in #1156
* Improve CI speed by @wjam in #1160
* Create CNAME by @aronchick in #1162
* Download Go on Windows directly by @wjam in #1164

## Dependency updates
* [updatecli] Ops Bacalhau Dependency by @philwinder in #984
* deps: updates wazero to 1.0.0-pre.3 by @codefromthecrypt in #989
* chore: Update Kubo to v0.16.0 by @Jorropo in #949
* Update Go version to 1.19 by @wjam in #1014
* Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 by @dependabot in #1049
* Bump github.com/filecoin-project/go-jsonrpc from 0.1.8 to 0.1.9 by @dependabot in #1048
* Bump github.com/bmatcuk/doublestar/v4 from 4.3.2 to 4.4.0 by @dependabot in #1047
* Bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 by @dependabot in #1046
* Bump golang.org/x/net from 0.1.0 to 0.2.0 by @dependabot in #1055
* Bump github.com/filecoin-project/go-state-types from 0.9.8 to 0.9.9 by @dependabot in #1057
* Bump golang.org/x/mod from 0.6.0 to 0.7.0 by @dependabot in #1059
* Bump github.com/ipfs/go-ipfs-files from 0.1.1 to 0.2.0 by @dependabot in #1058
* Bump github.com/filecoin-project/go-address from 1.0.0 to 1.1.0 by @dependabot in #1056

## New Contributors
* @codefromthecrypt made their first contribution in #989
* @Jorropo made their first contribution in #949
* @iand made their first contribution in #1039
* @lsp1138 made their first contribution in #1144

**Full Changelog**: v0.3.11...v0.3.12


````

</details>

## Remark

This pull request was automatically created using
[Updatecli](https://www.updatecli.io).

Please report any issues with this tool
[here](https://github.com/updatecli/updatecli/issues/)


Co-authored-by: Simon Worthington <simon@register-dynamics.co.uk>
aronchick pushed a commit that referenced this pull request Dec 16, 2022
# [updatecli] Ops Bacalhau Dependency


Bump ops clusters to "v0.3.12". This is an automated PR.



## Report

	Source:
		✔ [default] (githubrelease)


	Condition:

	Target:
		⚠ [development] Bump Dev(file)
		⚠ [production] Bump Dev(file)
		⚠ [staging] Bump Dev(file)




## Changelog

<details><summary>Click to expand</summary>

````

Release published on the 2022-11-16 14:05:57 +0000 UTC at the url https://github.com/filecoin-project/bacalhau/releases/tag/v0.3.12

## UX and core features
* Allow WASM jobs to have environment variables by @simonwo in #1026
* Don't overwrite files with hardlinks when downloading by @binocarlos in #985
* Support volumes with slashes for WASM jobs by @simonwo in #1027
* Fix running locally docs to use binary name by @iand in #1038
* Always use a random port of IPFS API server by @wjam in #1006
* Put WASM env vars in a consistent order by @wjam in #1051
* Add job timeout by @wdbaruni in #1061
* add --timeout cli option by @wdbaruni in #1065
* moving to beta by @aronchick in #1067
* 1015 fix CVE by @aronchick in #1019
* Load WASM import modules from IPFS (#880) by @lsp1138 in #1144
* Revert libp2p withdirectpeers by @lukemarsden in #1154
* More robust startup by @lukemarsden in #1159
* Pin results to Estuary after publishing to IPFS by @simonwo in #1002

## Developer experience
* Fix canary to look in correct results folder by @simonwo in #987
* Expose piggybacked publisher information by @wjam in #997
* Fetch build info from debug.BuildInfo struct by @wjam in #999
* Ensure temp files are cleaned up by @wjam in #1005
* Update dependencies and enable dependabot by @wjam in #1028
* Suppress logging output in tests by @iand in #1039
* Turn down some log messages that show up on every single test in CI by @lukemarsden in #1041
* Make GPU capacitymanager tests work when you have a GPU installed by @lukemarsden in #1042
* Remove test as it is a duplicate by @wjam in #1044
* Tweaks to make it easier to diagnose CI issues by @wjam in #1052
* First pass at removing Docker from tests which don't test it by @simonwo in #1054
* Don't run Docker tests on Windows or Mac by @wjam in #1066
* remove dead function GetSystemDirectory by @wdbaruni in #1072
* Associate the job id with both parts of the trace by @wjam in #1076
* have CircleCI notice the unittests.xml file by @lukemarsden in #1078
* Use Scenario-based tests to remove Docker and streamline test code by @simonwo in #1069
* Split tests out into unit vs integration, and run each type in parallel by @lukemarsden in #1083
* Clean up a directory related to testing by @wjam in #1128
* Expose test coverage by @wjam in #1123
* Use Noop executor in scenario-based tests by @simonwo in #1122
* Avoid flaky port collisions in tests by assign node ports up front by @simonwo in #1142
* Build canary against latest code by @simonwo in #1156
* Improve CI speed by @wjam in #1160
* Create CNAME by @aronchick in #1162
* Download Go on Windows directly by @wjam in #1164

## Dependency updates
* [updatecli] Ops Bacalhau Dependency by @philwinder in #984
* deps: updates wazero to 1.0.0-pre.3 by @codefromthecrypt in #989
* chore: Update Kubo to v0.16.0 by @Jorropo in #949
* Update Go version to 1.19 by @wjam in #1014
* Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 by @dependabot in #1049
* Bump github.com/filecoin-project/go-jsonrpc from 0.1.8 to 0.1.9 by @dependabot in #1048
* Bump github.com/bmatcuk/doublestar/v4 from 4.3.2 to 4.4.0 by @dependabot in #1047
* Bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 by @dependabot in #1046
* Bump golang.org/x/net from 0.1.0 to 0.2.0 by @dependabot in #1055
* Bump github.com/filecoin-project/go-state-types from 0.9.8 to 0.9.9 by @dependabot in #1057
* Bump golang.org/x/mod from 0.6.0 to 0.7.0 by @dependabot in #1059
* Bump github.com/ipfs/go-ipfs-files from 0.1.1 to 0.2.0 by @dependabot in #1058
* Bump github.com/filecoin-project/go-address from 1.0.0 to 1.1.0 by @dependabot in #1056

## New Contributors
* @codefromthecrypt made their first contribution in #989
* @Jorropo made their first contribution in #949
* @iand made their first contribution in #1039
* @lsp1138 made their first contribution in #1144

**Full Changelog**: v0.3.11...v0.3.12


````

</details>

## Remark

This pull request was automatically created using
[Updatecli](https://www.updatecli.io).

Please report any issues with this tool
[here](https://github.com/updatecli/updatecli/issues/)


Co-authored-by: Simon Worthington <simon@register-dynamics.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
th/dependencies Theme: Pertains to project dependencies, including libraries or frameworks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant