webbertakken / email-worker

Lightweight tool to process emails directly from Cloudflare
MIT License
46 stars 9 forks source link

chore: Update devDependencies #50

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types 4.20240529.0 -> 4.20240605.0 age adoption passing confidence
prettier (source) 3.3.0 -> 3.3.1 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20240605.0`](https://togithub.com/cloudflare/workerd/compare/132f8630b710c45d973da48e4d7c80a4e178b38f...19a4d87e9bb1fd15a02d909e2529b120f0c609cf) [Compare Source](https://togithub.com/cloudflare/workerd/compare/132f8630b710c45d973da48e4d7c80a4e178b38f...19a4d87e9bb1fd15a02d909e2529b120f0c609cf) ### [`v4.20240603.0`](https://togithub.com/cloudflare/workerd/compare/0b97db7562078dd09576e6508144cc61147e4f7d...132f8630b710c45d973da48e4d7c80a4e178b38f) [Compare Source](https://togithub.com/cloudflare/workerd/compare/0b97db7562078dd09576e6508144cc61147e4f7d...132f8630b710c45d973da48e4d7c80a4e178b38f)
prettier/prettier (prettier) ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ```

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

pr-code-reviewer[bot] commented 1 month ago

:wave: Hi there!

  1. Update the version and resolution fields for "@cloudflare/workers-types" to reflect the new version 4.20240605.0.
  2. Update the "prettier" package version field to 3.3.1 to match the updated version.
  3. Ensure that checksums are also updated for both packages to verify integrity after version changes.

Automatically generated with the help of gpt-3.5-turbo. Feedback? Please don't hesitate to drop me an email at webber@takken.io.