open-rpc / server-js

JSON-RPC 2.0 Server implementation that supports multiple transport protocols.
Apache License 2.0
44 stars 11 forks source link

build(deps): bump @open-rpc/schema-utils-js from 2.0.2 to 2.0.3 #818

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps @open-rpc/schema-utils-js from 2.0.2 to 2.0.3.

Release notes

Sourced from @​open-rpc/schema-utils-js's releases.

2.0.3

2.0.3 (2024-06-27)

Bug Fixes

Changelog

Sourced from @​open-rpc/schema-utils-js's changelog.

2.0.3 (2024-06-27)

Bug Fixes

Commits
  • 0d4f063 chore(release): 2.0.3 [skip ci]
  • 86805d8 Merge pull request #895 from amanusk/fix/parse_notifications
  • 7c81f67 fix: parse notifications
  • c6ddc64 Merge pull request #881 from open-rpc/dependabot/npm_and_yarn/types/json-sche...
  • 93cebfa chore(deps-dev): bump @​types/json-schema from 7.0.11 to 7.0.15
  • 18b4aeb Merge pull request #887 from open-rpc/dependabot/npm_and_yarn/braces-3.0.3
  • aba52ca chore(deps-dev): bump braces from 3.0.2 to 3.0.3
  • a87ca33 Merge pull request #883 from open-rpc/dependabot/npm_and_yarn/types/is-url-1....
  • 30a6531 chore(deps-dev): bump @​types/is-url from 1.2.30 to 1.2.32
  • 40e47aa Merge pull request #889 from open-rpc/dependabot/npm_and_yarn/ts-jest-29.1.5
  • 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 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)
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.36%. Comparing base (f772779) to head (1725fa7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #818 +/- ## ======================================= Coverage 96.36% 96.36% ======================================= Files 7 7 Lines 220 220 Branches 30 30 ======================================= Hits 212 212 Misses 7 7 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.