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

[Snyk] Upgrade cloudevents from 7.0.2 to 8.0.0 #304

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

lholmquist
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade cloudevents from 7.0.2 to 8.0.0.

ℹ️ 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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2023-07-24.
Release notes
Package name: cloudevents
  • 8.0.0 - 2023-07-24

    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)
  • 7.0.2 - 2023-07-11

    7.0.2 (2023-07-05)

    Miscellaneous

    • add the provenance flag when publishing to npm (#556) (a0d8682)
    • fix the release-please automation script. (#554) (023171d)
from cloudevents GitHub release notes
Commit messages
Package name: cloudevents
  • db60220 chore(main): release 8.0.0 (#558)
  • 1ed43c8 chore: release 8.0.0 (#563)
  • df059e9 BREAKING CHANGE!: use string instead of enum for Version (#562)
  • 15f6505 BREAKING CHANGE: use string instead of enum for `Version` (#561)
  • 089520a chore: modify release-please to use Signed-Off-By on commits (#559)
  • fa388f7 chore: add `npm run build:schema` to the doc generation action (#557)

Compare


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

@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9dc620d) 89.89% compared to head (d9f5c05) 89.89%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #304   +/-   ##
=======================================
  Coverage   89.89%   89.89%           
=======================================
  Files           9        9           
  Lines         297      297           
=======================================
  Hits          267      267           
  Misses         30       30           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lance lance merged commit 5472036 into main Aug 16, 2023
6 checks passed
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.

4 participants