[PR #203] [MERGED] Bump cookie and react-email in /supabase/email-templates #200

Closed
opened 2025-10-31 16:59:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/203
Author: @dependabot[bot]
Created: 11/10/2024
Status: Merged
Merged: 11/10/2024
Merged by: @ricoberger

Base: mainHead: dependabot/npm_and_yarn/supabase/email-templates/multi-d0e7a5e557


📝 Commits (2)

  • acc2be8 Bump cookie and react-email in /supabase/email-templates
  • d7bd3ae Update react-email

📊 Changes

2 files changed (+1937 additions, -2920 deletions)

View changed files

📝 supabase/email-templates/package-lock.json (+1935 -2918)
📝 supabase/email-templates/package.json (+2 -2)

📄 Description

Bumps cookie to 0.7.2 and updates ancestor dependency react-email. These dependencies need to be updated together.

Updates cookie from 0.4.2 to 0.7.2

Release notes

Sourced from cookie's releases.

v0.7.2

Fixed

  • Fix object assignment of hasOwnProperty (#177) bc38ffd

https://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1

0.7.0

https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0

0.6.0

  • Add partitioned option

0.5.0

  • Add priority option
  • Fix expires option to reject invalid dates
  • pref: improve default decode speed
  • pref: remove slow string split in parse
Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates react-email from 2.1.6 to 3.0.2

Release notes

Sourced from react-email's releases.

react-email 3.0.2

What's Changed

Patch changes

  • dc72ca4: bump chokidar to v4
  • 2a8675a: Add util/types as a module
  • 4b174a4: Fix missing Request and Response globals
  • 7eb68af: Fix NODE_ENV for emails as "PRODUCTION" instead of "DEVELOPMENT"
  • 76183e0: Update socket.io and socket.io-client by @​vlinder
  • f295614: Add AbortSignal, Event and EventTarget
  • bb79540: Add missing timers/promises Node module for email dev

New Contributors

Full Changelog: https://github.com/resend/react-email/compare/react-email@3.0.1...react-email@3.0.2

react-email 3.0.1

What's Changed

  • a40904e: Fix hot reloading

Full Changelog: https://github.com/resend/react-email/compare/react-email@3.0.0...react-email@3.0.1

react-email 3.0.0

What's Changed

Major Changes

  • 1a47335: Use a built version of preview app when running email dev

Patch Changes

  • 19cab7b: Fixes decorators causing dependency tree babel parsing to fail
  • 14b7d1d: update socket.io/socket.io-client to 4.7.5
  • b68e166: Fix sharp warning when running email dev
  • 3caaf53: Updated peer dependencies to allow for React 19 release candidated and React 19 itself
  • 9a5fd78: fix email template preview failing with emails having spaces
  • d118a39: Fixes tooltip color being black for specific theming configurations
  • 481e339: Fixes root directories being hidden when they are alone at their depth
  • f9483ec: Updated usage of render to treat a returned promise for the new @react-email/render@1.0.0

Full Changelog: https://github.com/resend/react-email/compare/react-email@2.1.6...react-email@3.0.0

Changelog

Sourced from react-email's changelog.

3.0.2

Patch Changes

  • dc72ca4: bump chokidar to v4
  • 2a8675a: Add util/types as a module
  • 4b174a4: Fix missing Request and Response globals
  • 7eb68af: Fix NODE_ENV for emails as "PRODUCTION" instead of "DEVELOPMENT"
  • 76183e0: Update socket.io and socket.io-client
  • f295614: Add AbortSignal, Event and EventTarget
  • bb79540: Add missing timers/promises Node module for email dev

3.0.2-canary.4

Patch Changes

  • 76183e0: Update socket.io and socket.io-client

3.0.2-canary.3

Patch Changes

  • ac01c91: bump chokidar to v4

3.0.2-canary.2

Patch Changes

  • 59e27bc: Add missing timers/promises Node module for email dev

3.0.2-canary.1

Patch Changes

  • 8ceb667: Add util/types as a module
  • da82d77: Add AbortSignal, Event and EventTarget

3.0.2-canary.0

Patch Changes

  • 76bbf7b: Fix missing Request and Response globals
  • 1af53fb: Fix NODE_ENV for emails as "PRODUCTION" instead of "DEVELOPMENT"

3.0.1

Patch Changes

  • a40904e: Fix hot reloading

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
react-email [> 2.1.0]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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 <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/203 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/10/2024 **Status:** ✅ Merged **Merged:** 11/10/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/supabase/email-templates/multi-d0e7a5e557` --- ### 📝 Commits (2) - [`acc2be8`](https://github.com/feeddeck/feeddeck/commit/acc2be8cd8c1be23f1e2e235efbd305ceeb80b52) Bump cookie and react-email in /supabase/email-templates - [`d7bd3ae`](https://github.com/feeddeck/feeddeck/commit/d7bd3aed10bd1f6dbbc512f4dcc35f77f87dea05) Update react-email ### 📊 Changes **2 files changed** (+1937 additions, -2920 deletions) <details> <summary>View changed files</summary> 📝 `supabase/email-templates/package-lock.json` (+1935 -2918) 📝 `supabase/email-templates/package.json` (+2 -2) </details> ### 📄 Description Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email). These dependencies need to be updated together. Updates `cookie` from 0.4.2 to 0.7.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshttp/cookie/releases">cookie's releases</a>.</em></p> <blockquote> <h2>v0.7.2</h2> <p><strong>Fixed</strong></p> <ul> <li>Fix object assignment of <code>hasOwnProperty</code> (<a href="https://redirect.github.com/jshttp/cookie/issues/177">#177</a>) bc38ffd</li> </ul> <p><a href="https://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2">https://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2</a></p> <h2>0.7.1</h2> <p><strong>Fixed</strong></p> <ul> <li>Allow leading dot for domain (<a href="https://redirect.github.com/jshttp/cookie/issues/174">#174</a>) <ul> <li>Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec</li> </ul> </li> <li>Add fast path for <code>serialize</code> without options, use <code>obj.hasOwnProperty</code> when parsing (<a href="https://redirect.github.com/jshttp/cookie/issues/172">#172</a>)</li> </ul> <p><a href="https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1">https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1</a></p> <h2>0.7.0</h2> <ul> <li>perf: parse cookies ~10% faster (<a href="https://redirect.github.com/jshttp/cookie/issues/144">#144</a> by <a href="https://github.com/kurtextrem"><code>@​kurtextrem</code></a> and <a href="https://redirect.github.com/jshttp/cookie/issues/170">#170</a>)</li> <li>fix: narrow the validation of cookies to match RFC6265 (<a href="https://redirect.github.com/jshttp/cookie/issues/167">#167</a> by <a href="https://github.com/bewinsnw"><code>@​bewinsnw</code></a>)</li> <li>fix: add <code>main</code> to <code>package.json</code> for rspack (<a href="https://redirect.github.com/jshttp/cookie/issues/166">#166</a> by <a href="https://github.com/proudparrot2"><code>@​proudparrot2</code></a>)</li> </ul> <p><a href="https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0">https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0</a></p> <h2>0.6.0</h2> <ul> <li>Add <code>partitioned</code> option</li> </ul> <h2>0.5.0</h2> <ul> <li>Add <code>priority</code> option</li> <li>Fix <code>expires</code> option to reject invalid dates</li> <li>pref: improve default decode speed</li> <li>pref: remove slow string split in parse</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jshttp/cookie/commit/d19eaa1a2bb9ca43ac0951edd852ba4e88e410e0"><code>d19eaa1</code></a> 0.7.2</li> <li><a href="https://github.com/jshttp/cookie/commit/bc38ffd0eae716b199236dda061d0bdc74192dd3"><code>bc38ffd</code></a> Fix object assignment of <code>hasOwnProperty</code> (<a href="https://redirect.github.com/jshttp/cookie/issues/177">#177</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/cf4658f492c5bd96aeaf5693c3500f8495031014"><code>cf4658f</code></a> 0.7.1</li> <li><a href="https://github.com/jshttp/cookie/commit/6a8b8f5a49af7897b98ebfb29a1c4955afa3d33e"><code>6a8b8f5</code></a> Allow leading dot for domain (<a href="https://redirect.github.com/jshttp/cookie/issues/174">#174</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/58015c0b93de0b63db245cfdc5a108e511a81ad0"><code>58015c0</code></a> Remove more code and perf wins (<a href="https://redirect.github.com/jshttp/cookie/issues/172">#172</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/ab057d6c06b94a7b1e3358e69a685ae49c97b627"><code>ab057d6</code></a> 0.7.0</li> <li><a href="https://github.com/jshttp/cookie/commit/5f02ca87688481dbcf155e49ca8b61732f30e542"><code>5f02ca8</code></a> Migrate history to GitHub releases</li> <li><a href="https://github.com/jshttp/cookie/commit/a5d591ce8447dd63821779724f96ad3c774c8579"><code>a5d591c</code></a> Migrate history to GitHub releases</li> <li><a href="https://github.com/jshttp/cookie/commit/51968f94b5e820adeceef505539fa193ffe2d105"><code>51968f9</code></a> Skip isNaN</li> <li><a href="https://github.com/jshttp/cookie/commit/9e7ca51ade4b325307eedd6b4dec190983e9e2cc"><code>9e7ca51</code></a> perf(parse): cache length, return early (<a href="https://redirect.github.com/jshttp/cookie/issues/144">#144</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~blakeembrey">blakeembrey</a>, a new releaser for cookie since your current version.</p> </details> <br /> Updates `react-email` from 2.1.6 to 3.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/resend/react-email/releases">react-email's releases</a>.</em></p> <blockquote> <h2>react-email 3.0.2</h2> <h2>What's Changed</h2> <h3>Patch changes</h3> <ul> <li>dc72ca4: bump chokidar to v4</li> <li>2a8675a: Add util/types as a module</li> <li>4b174a4: Fix missing Request and Response globals</li> <li>7eb68af: Fix NODE_ENV for emails as &quot;PRODUCTION&quot; instead of &quot;DEVELOPMENT&quot;</li> <li>76183e0: Update socket.io and socket.io-client by <a href="https://github.com/vlinder"><code>@​vlinder</code></a></li> <li>f295614: Add AbortSignal, Event and EventTarget</li> <li>bb79540: Add missing timers/promises Node module for <code>email dev</code></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vlinder"><code>@​vlinder</code></a> made their first contribution in <a href="https://redirect.github.com/resend/react-email/pull/1736">resend/react-email#1736</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/resend/react-email/compare/react-email@3.0.1...react-email@3.0.2">https://github.com/resend/react-email/compare/react-email@3.0.1...react-email@3.0.2</a></p> <h2>react-email 3.0.1</h2> <h2>What's Changed</h2> <ul> <li>a40904e: Fix hot reloading</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/resend/react-email/compare/react-email@3.0.0...react-email@3.0.1">https://github.com/resend/react-email/compare/react-email@3.0.0...react-email@3.0.1</a></p> <h2>react-email 3.0.0</h2> <h2>What's Changed</h2> <h3>Major Changes</h3> <ul> <li>1a47335: Use a built version of preview app when running <code>email dev</code></li> </ul> <h3>Patch Changes</h3> <ul> <li>19cab7b: Fixes decorators causing dependency tree babel parsing to fail</li> <li>14b7d1d: update socket.io/socket.io-client to 4.7.5</li> <li>b68e166: Fix sharp warning when running <code>email dev</code></li> <li>3caaf53: Updated peer dependencies to allow for React 19 release candidated and React 19 itself</li> <li>9a5fd78: fix email template preview failing with emails having spaces</li> <li>d118a39: Fixes tooltip color being black for specific theming configurations</li> <li>481e339: Fixes root directories being hidden when they are alone at their depth</li> <li>f9483ec: Updated usage of <code>render</code> to treat a returned promise for the new <code>@react-email/render@1.0.0</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/resend/react-email/compare/react-email@2.1.6...react-email@3.0.0">https://github.com/resend/react-email/compare/react-email@2.1.6...react-email@3.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md">react-email's changelog</a>.</em></p> <blockquote> <h2>3.0.2</h2> <h3>Patch Changes</h3> <ul> <li>dc72ca4: bump chokidar to v4</li> <li>2a8675a: Add util/types as a module</li> <li>4b174a4: Fix missing Request and Response globals</li> <li>7eb68af: Fix NODE_ENV for emails as &quot;PRODUCTION&quot; instead of &quot;DEVELOPMENT&quot;</li> <li>76183e0: Update socket.io and socket.io-client</li> <li>f295614: Add AbortSignal, Event and EventTarget</li> <li>bb79540: Add missing timers/promises Node module for <code>email dev</code></li> </ul> <h2>3.0.2-canary.4</h2> <h3>Patch Changes</h3> <ul> <li>76183e0: Update socket.io and socket.io-client</li> </ul> <h2>3.0.2-canary.3</h2> <h3>Patch Changes</h3> <ul> <li>ac01c91: bump chokidar to v4</li> </ul> <h2>3.0.2-canary.2</h2> <h3>Patch Changes</h3> <ul> <li>59e27bc: Add missing timers/promises Node module for <code>email dev</code></li> </ul> <h2>3.0.2-canary.1</h2> <h3>Patch Changes</h3> <ul> <li>8ceb667: Add util/types as a module</li> <li>da82d77: Add AbortSignal, Event and EventTarget</li> </ul> <h2>3.0.2-canary.0</h2> <h3>Patch Changes</h3> <ul> <li>76bbf7b: Fix missing Request and Response globals</li> <li>1af53fb: Fix NODE_ENV for emails as &quot;PRODUCTION&quot; instead of &quot;DEVELOPMENT&quot;</li> </ul> <h2>3.0.1</h2> <h3>Patch Changes</h3> <ul> <li>a40904e: Fix hot reloading</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/resend/react-email/commit/17eb85cc3e619ca07419073ce4aba4b32377b229"><code>17eb85c</code></a> chore: Bump for release (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1751">#1751</a>)</li> <li><a href="https://github.com/resend/react-email/commit/9e46fca9298cc1555ed15b0570b49c68d8009884"><code>9e46fca</code></a> fix(react-email): Add Windows support for build process (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1699">#1699</a>)</li> <li><a href="https://github.com/resend/react-email/commit/e029c471415c3ae2dfafab7c3c4539ae4dd9a02e"><code>e029c47</code></a> chore: Bump for release (canary) (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1723">#1723</a>)</li> <li><a href="https://github.com/resend/react-email/commit/76183e0103900b3a038fc06b490a003ccb7397cc"><code>76183e0</code></a> fix(react-email): bump socket.io and socket.io-client (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1736">#1736</a>)</li> <li><a href="https://github.com/resend/react-email/commit/d6d286d4e43e00149d49e4dc08d03f7a26e624a5"><code>d6d286d</code></a> chore: Bump for release (canary) (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1713">#1713</a>)</li> <li><a href="https://github.com/resend/react-email/commit/dc72ca4e8b30d7a0412f203baac605e51666124a"><code>dc72ca4</code></a> Misc(react-email): bump chokidar to V4 (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1711">#1711</a>)</li> <li><a href="https://github.com/resend/react-email/commit/4627675d23c40962066313e705c84d9104d9307a"><code>4627675</code></a> fix(render): Null characters in between chunks (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1709">#1709</a>)</li> <li><a href="https://github.com/resend/react-email/commit/58d08987dc45219a3824eb457d7988958b468e2d"><code>58d0898</code></a> fix(deps): update dependency next to v14.2.10 [security] (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1692">#1692</a>)</li> <li><a href="https://github.com/resend/react-email/commit/827cc70c35e8b0e8c2ae1cb7dbcdc99c511e73c4"><code>827cc70</code></a> chore: Bump for release (canary) (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1686">#1686</a>)</li> <li><a href="https://github.com/resend/react-email/commit/bb795404adeda3a2cf0a07926cbb0d961e0b9727"><code>bb79540</code></a> fix(react-email): MongoDB driver import breaking compilation (<a href="https://github.com/resend/react-email/tree/HEAD/packages/react-email/issues/1685">#1685</a>)</li> <li>Additional commits viewable in <a href="https://github.com/resend/react-email/commits/react-email@3.0.2/packages/react-email">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | react-email | [> 2.1.0] | </details> 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-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖 <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/feeddeck/feeddeck/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:59:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#200