relaycorp / awala-endpoint-internet

Middleware for server-side apps to communicate over Awala without implementing any of the networking or cryptography from the protocol suite.
https://docs.relaycorp.tech/awala-endpoint-internet/
GNU Affero General Public License v3.0
0 stars 0 forks source link

fix(deps): Bump cloudevents from 7.0.2 to 8.0.1 #182

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps cloudevents from 7.0.2 to 8.0.1.

Release notes

Sourced from cloudevents's releases.

v8.0.1

8.0.1 (2024-06-12)

Bug Fixes

Miscellaneous

  • Update compatible node version (#573) (245bae9)
  • updated check mark symbol to show some green checkboxes (#582) (c65afe9)

v8.0.0

8.0.0 (2023-07-24)

⚠ BREAKING CHANGES

  • use string instead of enum for Version (#561) (15f6505) TypeScript does not consider enum values equivalent, even if the string representation is the same. So, when a module imports cloudevents and also has a dependency on cloudevents this can cause conflicts where the CloudEvent.version attribute is not considered equal when, in fact, it is.

Miscellaneous

  • add npm run build:schema to the doc generation action (#557) (fa388f7)
  • modify release-please to use Signed-Off-By on commits (#559) (089520a)
  • release 8.0.0 (#563) (1ed43c8)
Changelog

Sourced from cloudevents's changelog.

8.0.1 (2024-06-12)

Bug Fixes

Miscellaneous

  • Update compatible node version (#573) (245bae9)
  • updated check mark symbol to show some green checkboxes (#582) (c65afe9)

8.0.0 (2023-07-24)

⚠ BREAKING CHANGES

  • use string instead of enum for Version (#561) (15f6505) TypeScript does not consider enum values equivalent, even if the string representation is the same. So, when a module imports cloudevents and also has a dependency on cloudevents this can cause conflicts where the CloudEvent.version attribute is not considered equal when, in fact, it is.

Miscellaneous

  • add npm run build:schema to the doc generation action (#557) (fa388f7)
  • modify release-please to use Signed-Off-By on commits (#559) (089520a)
  • release 8.0.0 (#563) (1ed43c8)
Commits


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)
dependabot[bot] commented 2 months ago

Superseded by #187.