GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 160 forks source link

chore(deps): update dependency cloudevents to v8 #565

Closed renovate-bot closed 5 months ago

renovate-bot commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloudevents ^7.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

cloudevents/sdk-javascript (cloudevents) ### [`v8.0.0`](https://togithub.com/cloudevents/sdk-javascript/blob/HEAD/CHANGELOG.md#800-2023-07-24) [Compare Source](https://togithub.com/cloudevents/sdk-javascript/compare/v7.0.2...v8.0.0) ##### ⚠ BREAKING CHANGES - use string instead of enum for Version ([#​561](https://togithub.com/cloudevents/sdk-javascript/issues/561)) ([15f6505](https://togithub.com/cloudevents/sdk-javascript/commit/15f6505a580b2bbf8d6b2e89feea10cbd40ab827)) 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](https://togithub.com/cloudevents/sdk-javascript/issues/557)) ([fa388f7](https://togithub.com/cloudevents/sdk-javascript/commit/fa388f7dc65c1739864d7a885d6d28111ce07775)) - modify release-please to use Signed-Off-By on commits ([#​559](https://togithub.com/cloudevents/sdk-javascript/issues/559)) ([089520a](https://togithub.com/cloudevents/sdk-javascript/commit/089520a4cc8304e39ac9bfccf0ed59c76ea8c11a)) - release 8.0.0 ([#​563](https://togithub.com/cloudevents/sdk-javascript/issues/563)) ([1ed43c8](https://togithub.com/cloudevents/sdk-javascript/commit/1ed43c84868ccfd18531deaf6cc9d4e4fcb21a08)) ### [`v7.0.2`](https://togithub.com/cloudevents/sdk-javascript/blob/HEAD/CHANGELOG.md#702-2023-07-05) [Compare Source](https://togithub.com/cloudevents/sdk-javascript/compare/v7.0.1...v7.0.2) ##### Miscellaneous - add the provenance flag when publishing to npm ([#​556](https://togithub.com/cloudevents/sdk-javascript/issues/556)) ([a0d8682](https://togithub.com/cloudevents/sdk-javascript/commit/a0d86826138be31072c9a30edf26f4b91da576ed)) - fix the release-please automation script. ([#​554](https://togithub.com/cloudevents/sdk-javascript/issues/554)) ([023171d](https://togithub.com/cloudevents/sdk-javascript/commit/023171d9a08484c32e24f8228602ef4d5173c749))

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.