[PR #853] [CLOSED] Bump the prod-major-updates group with 5 updates #857

Closed
opened 2025-11-13 12:12:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/853
Author: @dependabot[bot]
Created: 6/6/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/prod-major-updates-120d9d1f79


📝 Commits (1)

  • f004828 Bump the prod-major-updates group with 5 updates

📊 Changes

2 files changed (+258 additions, -251 deletions)

View changed files

📝 package-lock.json (+253 -246)
📝 package.json (+5 -5)

📄 Description

Bumps the prod-major-updates group with 5 updates:

Package From To
@hookform/resolvers 3.9.1 5.0.1
express 4.21.2 5.1.0
@types/express 5.0.0 5.0.2
nodemailer 6.9.16 7.0.3
tailwind-merge 2.6.0 3.3.0

Updates @hookform/resolvers from 3.9.1 to 5.0.1

Release notes

Sourced from @​hookform/resolvers's releases.

v5.0.1

5.0.1 (2025-04-02)

Bug Fixes

  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#758) (6e88393)

v5.0.0

5.0.0 (2025-04-01)

Features

  • infer input/output types from schema (#753) (6124c59)

BREAKING CHANGES

Before Prior to V5, some projects used manual types like

useForm<FormValues>();

After With V5, the correct approach is:

useForm<Input, Context, Output>();
useForm<FormInputValues, Context, FormOutputValues>();

This update enables distinct outputs when utilizing features like transform from validation libraries.

ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.

v4.1.3

4.1.3 (2025-03-03)

Bug Fixes

  • escape square brackets in field name regex pattern (#752) (50dd4ad)

... (truncated)

Commits
  • 6e88393 fix: relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#758)
  • a54d05a Merge branch 'dev'
  • 6124c59 feat: infer input/output types from schema (#753)
  • 50dd4ad fix: escape square brackets in field name regex pattern (#752)
  • ded1746 fix(standard-schema): move @​standard-schema/utils to dependencies (#748)
  • 8ffada0 fix(standard-schema): Propertly handle object path segments (#746)
  • 8ea953c update README.md
  • caaff8d feat: automatically infer values from schema (#739)
  • f9f9187 docs: update resolver documentation link (#740)
  • b75a95a feat(standard-schema): add standard-schema resolver (#738)
  • Additional commits viewable in compare view

Updates express from 4.21.2 to 5.1.0

Release notes

Sourced from express's releases.

v5.1.0

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0
    • res.redirect('back') and res.location('back') is no longer a supported magic string, explicitly use req.get('Referrer') || '/'.
  • change:
    • res.clearCookie will ignore user provided maxAge and expires options
  • deps: cookie-signature@^1.2.1
  • deps: debug@4.3.6
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: qs@6.13.0
  • deps: accepts@^2.0.0
  • deps: mime-types@^3.0.0
    • application/javascript => text/javascript
  • deps: type-is@^2.0.0
  • deps: content-disposition@^1.0.0

... (truncated)

Commits

Updates @types/express from 5.0.0 to 5.0.2

Commits

Updates nodemailer from 6.9.16 to 7.0.3

Release notes

Sourced from nodemailer's releases.

v7.0.3

7.0.3 (2025-05-08)

Bug Fixes

  • attachments: Set the default transfer encoding for message/rfc822 attachments as '7bit' (007d5f3)

v7.0.2

7.0.2 (2025-05-04)

Bug Fixes

  • ses: Fixed structured from header (faa9a5e)

v7.0.1

7.0.1 (2025-05-04)

Bug Fixes

  • ses: Use formatted FromEmailAddress for SES emails (821cd09)

v7.0.0

7.0.0 (2025-05-03)

⚠ BREAKING CHANGES

  • SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features

See SES Transport Docs for updated usage details

Features

  • SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features (15db667)

v6.10.1

6.10.1 (2025-02-06)

Bug Fixes

v6.10.0

6.10.0 (2025-01-23)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

7.0.3 (2025-05-08)

Bug Fixes

  • attachments: Set the default transfer encoding for message/rfc822 attachments as '7bit' (007d5f3)

7.0.2 (2025-05-04)

Bug Fixes

  • ses: Fixed structured from header (faa9a5e)

7.0.1 (2025-05-04)

Bug Fixes

  • ses: Use formatted FromEmailAddress for SES emails (821cd09)

7.0.0 (2025-05-03)

⚠ BREAKING CHANGES

  • SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features

Features

  • SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features (15db667)

6.10.1 (2025-02-06)

Bug Fixes

6.10.0 (2025-01-23)

Features

  • services: add Seznam email service configuration (#1695) (d1ae0a8)

Bug Fixes

  • proxy: Set error and timeout errors for proxied sockets (aa0c99c)
Commits
  • 125b01e chore(master): release 7.0.3 [skip-ci] (#1735)
  • ba2d4df Updated test matrix
  • 1a22bb5 Bumped deps
  • 73f37fc Merge branch 'master' of github.com:nodemailer/nodemailer
  • 007d5f3 fix(attachments): Set the default transfer encoding for message/rfc822 attach...
  • 12b792f chore(master): release 7.0.2 [skip-ci] (#1733)
  • 7c0ea74 Merge branch 'master' of github.com:nodemailer/nodemailer
  • faa9a5e fix(ses): Fixed structured from header
  • 94c4874 chore(master): release 7.0.1 [skip-ci] (#1732)
  • cf25278 Merge branch 'master' of github.com:nodemailer/nodemailer
  • Additional commits viewable in compare view

Updates tailwind-merge from 2.6.0 to 3.3.0

Release notes

Sourced from tailwind-merge's releases.

v3.3.0

New Features

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.2.0...v3.3.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and @​block for sponsoring tailwind-merge! ❤️

v3.2.0

New Features

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.1.0...v3.2.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

v3.1.0

New Features

Bug Fixes

Documentation

Other

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.0.2...v3.1.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.2

Bug Fixes

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.0.1...v3.0.2

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

... (truncated)

Commits
  • ceb3b4a v3.3.0
  • 876ada9 add changelog for v3.3.0
  • ac1d918 Merge pull request #575 from dcastil/feature/add-support-for-tailwind-css-v4.1.5
  • e545f96 add *-lh utilities
  • 596d9a6 add test case for *-lh utilities
  • 8c2f180 Merge pull request #572 from dcastil/renovate/major-octokit-monorepo
  • b4d2ed6 Merge pull request #570 from dcastil/dependabot/npm_and_yarn/vite-6.3.4
  • d6ba428 Bump vite from 6.2.6 to 6.3.4
  • 421f4f2 Merge pull request #571 from dcastil/renovate/all-minor-patch
  • efb48ab Update dependency @​octokit/types to v14
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 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/fosrl/pangolin/pull/853 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prod-major-updates-120d9d1f79` --- ### 📝 Commits (1) - [`f004828`](https://github.com/fosrl/pangolin/commit/f004828dc39d3ef543b614234458736b16bcf1db) Bump the prod-major-updates group with 5 updates ### 📊 Changes **2 files changed** (+258 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+253 -246) 📝 `package.json` (+5 -5) </details> ### 📄 Description Bumps the prod-major-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.9.1` | `5.0.1` | | [express](https://github.com/expressjs/express) | `4.21.2` | `5.1.0` | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `5.0.0` | `5.0.2` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.16` | `7.0.3` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.3.0` | Updates `@hookform/resolvers` from 3.9.1 to 5.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-hook-form/resolvers/releases"><code>@​hookform/resolvers</code>'s releases</a>.</em></p> <blockquote> <h2>v5.0.1</h2> <h2><a href="https://github.com/react-hook-form/resolvers/compare/v5.0.0...v5.0.1">5.0.1</a> (2025-04-02)</h2> <h3>Bug Fixes</h3> <ul> <li>relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/758">#758</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/6e8839343dcfea0fe9b874772a01f3bc551cbb5c">6e88393</a>)</li> </ul> <h2>v5.0.0</h2> <h1><a href="https://github.com/react-hook-form/resolvers/compare/v4.1.3...v5.0.0">5.0.0</a> (2025-04-01)</h1> <h3>Features</h3> <ul> <li>infer input/output types from schema (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/753">#753</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/6124c59a99e9b05604196f8f0c310879033ed58d">6124c59</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Requires react-hook-form@7.55.0 or higher</li> </ul> <p><strong>Before</strong> Prior to V5, some projects used manual types like</p> <pre lang="tsx"><code>useForm&lt;FormValues&gt;(); </code></pre> <p><strong>After</strong> With V5, the correct approach is:</p> <pre lang="tsx"><code>useForm&lt;Input, Context, Output&gt;(); useForm&lt;FormInputValues, Context, FormOutputValues&gt;(); </code></pre> <p>This update enables distinct outputs when utilizing features like <code>transform</code> from validation libraries.</p> <p>ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.</p> <h2>v4.1.3</h2> <h2><a href="https://github.com/react-hook-form/resolvers/compare/v4.1.2...v4.1.3">4.1.3</a> (2025-03-03)</h2> <h3>Bug Fixes</h3> <ul> <li>escape square brackets in field name regex pattern (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/752">#752</a>) (<a href="https://github.com/react-hook-form/resolvers/commit/50dd4add92d4f9837efa1f147870925672f01c15">50dd4ad</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/resolvers/commit/6e8839343dcfea0fe9b874772a01f3bc551cbb5c"><code>6e88393</code></a> fix: relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/758">#758</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/a54d05a9a27545c0be563bd770596a9c0e24a172"><code>a54d05a</code></a> Merge branch 'dev'</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/6124c59a99e9b05604196f8f0c310879033ed58d"><code>6124c59</code></a> feat: infer input/output types from schema (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/753">#753</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/50dd4add92d4f9837efa1f147870925672f01c15"><code>50dd4ad</code></a> fix: escape square brackets in field name regex pattern (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/752">#752</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/ded1746ee88778232cd162cff91f3710e90195de"><code>ded1746</code></a> fix(standard-schema): move <code>@​standard-schema/utils</code> to dependencies (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/748">#748</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/8ffada0c7a2026ad4d311ca167f15d5b86d63349"><code>8ffada0</code></a> fix(standard-schema): Propertly handle object path segments (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/746">#746</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/8ea953c84da3ae6a56858b4980fff6df700f8914"><code>8ea953c</code></a> update README.md</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/caaff8ddbac714c7c4de5a56287bdb9469bd0e9a"><code>caaff8d</code></a> feat: automatically infer values from schema (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/739">#739</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/f9f9187d2b1e63392f931c668dda20ad55aa354b"><code>f9f9187</code></a> docs: update resolver documentation link (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/740">#740</a>)</li> <li><a href="https://github.com/react-hook-form/resolvers/commit/b75a95a170f1c69f49481a40cf7d81ce7bbe0917"><code>b75a95a</code></a> feat(standard-schema): add standard-schema resolver (<a href="https://redirect.github.com/react-hook-form/resolvers/issues/738">#738</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/resolvers/compare/v3.9.1...v5.0.1">compare view</a></li> </ul> </details> <br /> Updates `express` from 4.21.2 to 5.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">express's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h2>What's Changed</h2> <ul> <li>Update captains by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6027">expressjs/express#6027</a></li> <li>build: Node.js 23.0 by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6075">expressjs/express#6075</a></li> <li>Add funding field (v5) by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6064">expressjs/express#6064</a></li> <li>✅ add discarded middleware test by <a href="https://github.com/ctcpip"><code>@​ctcpip</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5819">expressjs/express#5819</a></li> <li>update homepage link http to https by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5920">expressjs/express#5920</a></li> <li>Improve readme by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5994">expressjs/express#5994</a></li> <li>Add bjohansebas as repo captain for expressjs.com by <a href="https://github.com/crandmck"><code>@​crandmck</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6058">expressjs/express#6058</a></li> <li>Remove Object.setPrototypeOf polyfill by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6081">expressjs/express#6081</a></li> <li>fix(buffer): use node:buffer instead of safe-buffer by <a href="https://github.com/bhavya3024"><code>@​bhavya3024</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6071">expressjs/express#6071</a></li> <li>docs: Add DCO by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6048">expressjs/express#6048</a></li> <li>cleanup: remove promise support check from tests by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6148">expressjs/express#6148</a></li> <li>Use loop for acceptParams by <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6066">expressjs/express#6066</a></li> <li>Improve documentation step in release process by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6150">expressjs/express#6150</a></li> <li>cleanup: remove unnecessary require for global Buffer by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6146">expressjs/express#6146</a></li> <li>cleanup: remove AsyncLocalStorage check by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6147">expressjs/express#6147</a></li> <li>update history.md for acceptParams change by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6177">expressjs/express#6177</a></li> <li>docs: add <a href="https://github.com/rxmarbles"><code>@​rxmarbles</code></a> to the triage team by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6151">expressjs/express#6151</a></li> <li>refactor: improve readability by <a href="https://github.com/sazk07"><code>@​sazk07</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6173">expressjs/express#6173</a></li> <li>docs: clarify the security process in the triage role by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6217">expressjs/express#6217</a></li> <li>chore: replace <code>methods</code> dependency with standard library by <a href="https://github.com/jonkoops"><code>@​jonkoops</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6196">expressjs/express#6196</a></li> <li>Remove <code>utils-merge</code> dependency - use spread syntax instead by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6091">expressjs/express#6091</a></li> <li>fix(securite): fix vulnerabilities by <a href="https://github.com/Abdel-Monaam-Aouini"><code>@​Abdel-Monaam-Aouini</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6211">expressjs/express#6211</a></li> <li>refactor: prefix built-in node module imports by <a href="https://github.com/slagiewka"><code>@​slagiewka</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6236">expressjs/express#6236</a></li> <li>fix: remove download size badges by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6266">expressjs/express#6266</a></li> <li>Remove unused <code>depd</code> dependency by <a href="https://github.com/jonkoops"><code>@​jonkoops</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6197">expressjs/express#6197</a></li> <li>fix: usage of <code>Invalid action input 'persist-credentials'</code> for <code>actions/setup-node@v4</code> in <code>ci.yml</code> by <a href="https://github.com/hamirmahal"><code>@​hamirmahal</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6256">expressjs/express#6256</a></li> <li>Add support for OSSF scorecard reporting by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5431">expressjs/express#5431</a></li> <li>docs: add <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> to the triage team by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6276">expressjs/express#6276</a></li> <li>fix: added a missing semicolon in css styles in examples/auth by <a href="https://github.com/pr4j3sh"><code>@​pr4j3sh</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6297">expressjs/express#6297</a></li> <li>docs: include team email in the security policy by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6278">expressjs/express#6278</a></li> <li>refactor: simplify <code>normalizeTypes</code> function by <a href="https://github.com/Ayoub-Mabrouk"><code>@​Ayoub-Mabrouk</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6097">expressjs/express#6097</a></li> <li>ci: updated github actions ci workflow by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6314">expressjs/express#6314</a></li> <li>ci: fix npm install --include typo by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6324">expressjs/express#6324</a></li> <li>ci: updated scorecard actions by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6322">expressjs/express#6322</a></li> <li>build(deps): use carat notation for dependency versions by <a href="https://github.com/dpopp07"><code>@​dpopp07</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6317">expressjs/express#6317</a></li> <li>chore(deps): update <code>debug</code> to ^4.4.0 by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6313">expressjs/express#6313</a></li> <li>docs: retroactively note 5.0.0-beta.1 api change in history file by <a href="https://github.com/dpopp07"><code>@​dpopp07</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6333">expressjs/express#6333</a></li> <li>feat(deps): body-parser@^2.1.0 by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6332">expressjs/express#6332</a></li> <li>feat(deps): router@^2.1.0 by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6331">expressjs/express#6331</a></li> <li>Update repo captains by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6234">expressjs/express#6234</a></li> <li>deps: upgrade nyc by <a href="https://github.com/agungjati"><code>@​agungjati</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6122">expressjs/express#6122</a></li> <li>fix (deps): update deps by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6337">expressjs/express#6337</a></li> <li>response: add support for ETag option in res.sendFile by <a href="https://github.com/juanarbol"><code>@​juanarbol</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6073">expressjs/express#6073</a></li> <li>Update multiple links to use <code>https</code> instead of <code>http</code> by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6338">expressjs/express#6338</a></li> <li>Extend res.links() to allow adding multiple links with the same rel <a href="https://redirect.github.com/expressjs/express/issues/2729">#2729</a> by <a href="https://github.com/andvea"><code>@​andvea</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4885">expressjs/express#4885</a></li> <li>docs: update emeritus triagers by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6345">expressjs/express#6345</a></li> <li>docs: update guidance for triager nominations by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6349">expressjs/express#6349</a></li> <li>docs: clarify guidelines for becoming a committer by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6364">expressjs/express#6364</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/master/History.md">express's changelog</a>.</em></p> <blockquote> <h1>5.1.0 / 2025-03-31</h1> <ul> <li>Add support for <code>Uint8Array</code> in <code>res.send()</code></li> <li>Add support for ETag option in <code>res.sendFile()</code></li> <li>Add support for multiple links with the same rel in <code>res.links()</code></li> <li>Add funding field to package.json</li> <li>perf: use loop for acceptParams</li> <li>refactor: prefix built-in node module imports</li> <li>deps: remove <code>setprototypeof</code></li> <li>deps: remove <code>safe-buffer</code></li> <li>deps: remove <code>utils-merge</code></li> <li>deps: remove <code>methods</code></li> <li>deps: remove <code>depd</code></li> <li>deps: <code>debug@^4.4.0</code></li> <li>deps: <code>body-parser@^2.2.0</code></li> <li>deps: <code>router@^2.2.0</code></li> <li>deps: <code>content-type@^1.0.5</code></li> <li>deps: <code>finalhandler@^2.1.0</code></li> <li>deps: <code>qs@^6.14.0</code></li> <li>deps: <code>server-static@2.2.0</code></li> <li>deps: <code>type-is@2.0.1</code></li> </ul> <h1>5.0.1 / 2024-10-08</h1> <ul> <li>Update <code>cookie</code> semver lock to address <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47764">CVE-2024-47764</a></li> </ul> <h1>5.0.0 / 2024-09-10</h1> <ul> <li>remove: <ul> <li><code>path-is-absolute</code> dependency - use <code>path.isAbsolute</code> instead</li> </ul> </li> <li>breaking: <ul> <li><code>res.status()</code> accepts only integers, and input must be greater than 99 and less than 1000 <ul> <li>will throw a <code>RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.</code> for inputs outside this range</li> <li>will throw a <code>TypeError: Invalid status code: ${code}. Status code must be an integer.</code> for non integer inputs</li> </ul> </li> <li>deps: send@1.0.0</li> <li><code>res.redirect('back')</code> and <code>res.location('back')</code> is no longer a supported magic string, explicitly use <code>req.get('Referrer') || '/'</code>.</li> </ul> </li> <li>change: <ul> <li><code>res.clearCookie</code> will ignore user provided <code>maxAge</code> and <code>expires</code> options</li> </ul> </li> <li>deps: cookie-signature@^1.2.1</li> <li>deps: debug@4.3.6</li> <li>deps: merge-descriptors@^2.0.0</li> <li>deps: serve-static@^2.1.0</li> <li>deps: qs@6.13.0</li> <li>deps: accepts@^2.0.0</li> <li>deps: mime-types@^3.0.0 <ul> <li><code>application/javascript</code> =&gt; <code>text/javascript</code></li> </ul> </li> <li>deps: type-is@^2.0.0</li> <li>deps: content-disposition@^1.0.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/express/commit/cd7d4397c398a3f3ecadeaf9ef6ac1377bd414c4"><code>cd7d439</code></a> 5.1.0</li> <li><a href="https://github.com/expressjs/express/commit/4c4f3ea1059319d217dbb8177dfec902d2917424"><code>4c4f3ea</code></a> fix(deps): serve-static@^2.2.0 (<a href="https://redirect.github.com/expressjs/express/issues/6418">#6418</a>)</li> <li><a href="https://github.com/expressjs/express/commit/cb4c56e9a7ebc208730886e010b75475bf816fd9"><code>cb4c56e</code></a> fix(docs): remove <a href="https://github.com/mertcanaltin"><code>@​mertcanaltin</code></a> from Triagers (<a href="https://redirect.github.com/expressjs/express/issues/6408">#6408</a>)</li> <li><a href="https://github.com/expressjs/express/commit/7b44e1d8501d7b8a15de5bbee7d10a67d86f2630"><code>7b44e1d</code></a> ci: use full SHAs for github action versions</li> <li><a href="https://github.com/expressjs/express/commit/eb6d12587a2fdb907bd91cbedcd3b92f434fadd0"><code>eb6d125</code></a> deps: router@^2.2.0 (<a href="https://redirect.github.com/expressjs/express/issues/6417">#6417</a>)</li> <li><a href="https://github.com/expressjs/express/commit/f1a2dc884de77fe9e84cdc8807407bd57a2e1008"><code>f1a2dc8</code></a> deps: type-is@^2.0.1 (<a href="https://redirect.github.com/expressjs/express/issues/6420">#6420</a>)</li> <li><a href="https://github.com/expressjs/express/commit/6b51e8ef979d0aa6dc42ee0d61c8eb4c3e3196df"><code>6b51e8e</code></a> deps: body-parser@^2.2.0 (<a href="https://redirect.github.com/expressjs/express/issues/6419">#6419</a>)</li> <li><a href="https://github.com/expressjs/express/commit/1f311c59d4b9cb94562ae0dd9917351e556f1602"><code>1f311c5</code></a> build(deps-dev): bump cookie-session from 2.0.0 to 2.1.0 (<a href="https://redirect.github.com/expressjs/express/issues/6399">#6399</a>)</li> <li><a href="https://github.com/expressjs/express/commit/9e97144222cb4c29df0a96b689781e87fc3e781c"><code>9e97144</code></a> feat(deps): finalhandler@2.1.0 (<a href="https://redirect.github.com/expressjs/express/issues/6373">#6373</a>)</li> <li><a href="https://github.com/expressjs/express/commit/29d09803c11641d910107793947cefe4c0133358"><code>29d0980</code></a> build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (<a href="https://redirect.github.com/expressjs/express/issues/6397">#6397</a>)</li> <li>Additional commits viewable in <a href="https://github.com/expressjs/express/compare/4.21.2...v5.1.0">compare view</a></li> </ul> </details> <br /> Updates `@types/express` from 5.0.0 to 5.0.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express">compare view</a></li> </ul> </details> <br /> Updates `nodemailer` from 6.9.16 to 7.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/releases">nodemailer's releases</a>.</em></p> <blockquote> <h2>v7.0.3</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v7.0.2...v7.0.3">7.0.3</a> (2025-05-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>attachments:</strong> Set the default transfer encoding for message/rfc822 attachments as '7bit' (<a href="https://github.com/nodemailer/nodemailer/commit/007d5f3f40908c588f1db46c76de8b64ff429327">007d5f3</a>)</li> </ul> <h2>v7.0.2</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v7.0.1...v7.0.2">7.0.2</a> (2025-05-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>ses:</strong> Fixed structured from header (<a href="https://github.com/nodemailer/nodemailer/commit/faa9a5eafaacbaf85de3540466a04636e12729b3">faa9a5e</a>)</li> </ul> <h2>v7.0.1</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v7.0.0...v7.0.1">7.0.1</a> (2025-05-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>ses:</strong> Use formatted FromEmailAddress for SES emails (<a href="https://github.com/nodemailer/nodemailer/commit/821cd09002f16c20369cc728b9414c7eb99e4113">821cd09</a>)</li> </ul> <h2>v7.0.0</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.10.1...v7.0.0">7.0.0</a> (2025-05-03)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features</li> </ul> <blockquote> <p>See <a href="https://nodemailer.com/transports/ses/">SES Transport Docs</a> for updated usage details</p> </blockquote> <h3>Features</h3> <ul> <li>SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features (<a href="https://github.com/nodemailer/nodemailer/commit/15db667af2d0a5ed835281cfdbab16ee73b5edce">15db667</a>)</li> </ul> <h2>v6.10.1</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.10.0...v6.10.1">6.10.1</a> (2025-02-06)</h2> <h3>Bug Fixes</h3> <ul> <li>close correct socket (<a href="https://github.com/nodemailer/nodemailer/commit/a18062c04d0e05ca4357fbe8f0a59b690fa5391e">a18062c</a>)</li> </ul> <h2>v6.10.0</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.16...v6.10.0">6.10.0</a> (2025-01-23)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md">nodemailer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v7.0.2...v7.0.3">7.0.3</a> (2025-05-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>attachments:</strong> Set the default transfer encoding for message/rfc822 attachments as '7bit' (<a href="https://github.com/nodemailer/nodemailer/commit/007d5f3f40908c588f1db46c76de8b64ff429327">007d5f3</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v7.0.1...v7.0.2">7.0.2</a> (2025-05-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>ses:</strong> Fixed structured from header (<a href="https://github.com/nodemailer/nodemailer/commit/faa9a5eafaacbaf85de3540466a04636e12729b3">faa9a5e</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v7.0.0...v7.0.1">7.0.1</a> (2025-05-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>ses:</strong> Use formatted FromEmailAddress for SES emails (<a href="https://github.com/nodemailer/nodemailer/commit/821cd09002f16c20369cc728b9414c7eb99e4113">821cd09</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.10.1...v7.0.0">7.0.0</a> (2025-05-03)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features</li> </ul> <h3>Features</h3> <ul> <li>SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features (<a href="https://github.com/nodemailer/nodemailer/commit/15db667af2d0a5ed835281cfdbab16ee73b5edce">15db667</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.10.0...v6.10.1">6.10.1</a> (2025-02-06)</h2> <h3>Bug Fixes</h3> <ul> <li>close correct socket (<a href="https://github.com/nodemailer/nodemailer/commit/a18062c04d0e05ca4357fbe8f0a59b690fa5391e">a18062c</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.16...v6.10.0">6.10.0</a> (2025-01-23)</h2> <h3>Features</h3> <ul> <li><strong>services:</strong> add Seznam email service configuration (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1695">#1695</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/d1ae0a86883ba6011a49a5bbdf076098e2e3637a">d1ae0a8</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>proxy:</strong> Set error and timeout errors for proxied sockets (<a href="https://github.com/nodemailer/nodemailer/commit/aa0c99c8f25440bb3dc91f4f3448777c800604d7">aa0c99c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodemailer/nodemailer/commit/125b01ea3c873d41bc93e058b0d94e1f7da2c027"><code>125b01e</code></a> chore(master): release 7.0.3 [skip-ci] (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1735">#1735</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/ba2d4df7ed8f12e7ec11ebd46ff28e82572a7be9"><code>ba2d4df</code></a> Updated test matrix</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/1a22bb58dd36b5a538e2a98dbbf2ada461a70d22"><code>1a22bb5</code></a> Bumped deps</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/73f37fc90fbfad6529baa8280f93a17c45669faa"><code>73f37fc</code></a> Merge branch 'master' of github.com:nodemailer/nodemailer</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/007d5f3f40908c588f1db46c76de8b64ff429327"><code>007d5f3</code></a> fix(attachments): Set the default transfer encoding for message/rfc822 attach...</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/12b792fb91045660ad1a4308e4dbcf4ec7d3c66c"><code>12b792f</code></a> chore(master): release 7.0.2 [skip-ci] (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1733">#1733</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/7c0ea7459e5de6cc90d32067afe282ec4f7d3b29"><code>7c0ea74</code></a> Merge branch 'master' of github.com:nodemailer/nodemailer</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/faa9a5eafaacbaf85de3540466a04636e12729b3"><code>faa9a5e</code></a> fix(ses): Fixed structured from header</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/94c48745112859253b8b6a6774e2284b47517aec"><code>94c4874</code></a> chore(master): release 7.0.1 [skip-ci] (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1732">#1732</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/cf252787ea50c4ec78c4f57ef3f08610b1133493"><code>cf25278</code></a> Merge branch 'master' of github.com:nodemailer/nodemailer</li> <li>Additional commits viewable in <a href="https://github.com/nodemailer/nodemailer/compare/v6.9.16...v7.0.3">compare view</a></li> </ul> </details> <br /> Updates `tailwind-merge` from 2.6.0 to 3.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dcastil/tailwind-merge/releases">tailwind-merge's releases</a>.</em></p> <blockquote> <h2>v3.3.0</h2> <h3>New Features</h3> <ul> <li>Add support for tailwind CSS v4.1.5 by <a href="https://github.com/dcastil"><code>@​dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/575">dcastil/tailwind-merge#575</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v3.2.0...v3.3.0">https://github.com/dcastil/tailwind-merge/compare/v3.2.0...v3.3.0</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@​brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@​manavm1990</code></a>, <a href="https://github.com/langy"><code>@​langy</code></a>, <a href="https://github.com/roboflow"><code>@​roboflow</code></a>, <a href="https://github.com/syntaxfm"><code>@​syntaxfm</code></a>, <a href="https://github.com/getsentry"><code>@​getsentry</code></a>, <a href="https://github.com/codecov"><code>@​codecov</code></a>, <a href="https://github.com/sourcegraph"><code>@​sourcegraph</code></a>, a private sponsor and <a href="https://github.com/block"><code>@​block</code></a> for sponsoring tailwind-merge! ❤️</p> <h2>v3.2.0</h2> <h3>New Features</h3> <ul> <li>Add support for Tailwind CSS v4.1 by <a href="https://github.com/dcastil"><code>@​dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/565">dcastil/tailwind-merge#565</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v3.1.0...v3.2.0">https://github.com/dcastil/tailwind-merge/compare/v3.1.0...v3.2.0</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@​brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@​manavm1990</code></a>, <a href="https://github.com/langy"><code>@​langy</code></a>, <a href="https://github.com/jamesreaco"><code>@​jamesreaco</code></a>, <a href="https://github.com/roboflow"><code>@​roboflow</code></a>, <a href="https://github.com/syntaxfm"><code>@​syntaxfm</code></a>, <a href="https://github.com/getsentry"><code>@​getsentry</code></a>, <a href="https://github.com/codecov"><code>@​codecov</code></a>, <a href="https://github.com/sourcegraph"><code>@​sourcegraph</code></a> and a private sponsor for sponsoring tailwind-merge! ❤️</p> <h2>v3.1.0</h2> <h3>New Features</h3> <ul> <li>Add support for Tailwind CSS v4.0.10 by <a href="https://github.com/dcastil"><code>@​dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/546">dcastil/tailwind-merge#546</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix length variable in <code>via-(length:*)</code> class being merged with <code>via-&lt;color&gt;</code> classes accidentally by <a href="https://github.com/dcastil"><code>@​dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/559">dcastil/tailwind-merge#559</a></li> </ul> <h3>Documentation</h3> <ul> <li>Fix typo in comment in types.ts by <a href="https://github.com/roottool"><code>@​roottool</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/549">dcastil/tailwind-merge#549</a></li> <li>Update shadow scale recipe to tailwind merge v3 API by <a href="https://github.com/dcastil"><code>@​dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/545">dcastil/tailwind-merge#545</a></li> </ul> <h3>Other</h3> <ul> <li>Fix metrics report action erroring on PRs from forks by <a href="https://github.com/dcastil"><code>@​dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/551">dcastil/tailwind-merge#551</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v3.0.2...v3.1.0">https://github.com/dcastil/tailwind-merge/compare/v3.0.2...v3.1.0</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@​brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@​manavm1990</code></a>, <a href="https://github.com/langy"><code>@​langy</code></a>, <a href="https://github.com/jamesreaco"><code>@​jamesreaco</code></a>, <a href="https://github.com/roboflow"><code>@​roboflow</code></a>, <a href="https://github.com/syntaxfm"><code>@​syntaxfm</code></a>, <a href="https://github.com/getsentry"><code>@​getsentry</code></a>, <a href="https://github.com/codecov"><code>@​codecov</code></a>, <a href="https://github.com/sourcegraph"><code>@​sourcegraph</code></a> and a private sponsor for sponsoring tailwind-merge! ❤️</p> <h2>v3.0.2</h2> <h3>Bug Fixes</h3> <ul> <li>Fix <code>px</code> value not being recognized for some class groups by <a href="https://github.com/dcastil"><code>@​dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/538">dcastil/tailwind-merge#538</a></li> <li>Fix doc comment being in incorrect place in default config by <a href="https://github.com/gjtorikian"><code>@​gjtorikian</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/526">dcastil/tailwind-merge#526</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v3.0.1...v3.0.2">https://github.com/dcastil/tailwind-merge/compare/v3.0.1...v3.0.2</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@​brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@​manavm1990</code></a>, <a href="https://github.com/langy"><code>@​langy</code></a>, <a href="https://github.com/jamesreaco"><code>@​jamesreaco</code></a>, <a href="https://github.com/roboflow"><code>@​roboflow</code></a>, <a href="https://github.com/syntaxfm"><code>@​syntaxfm</code></a>, <a href="https://github.com/getsentry"><code>@​getsentry</code></a>, <a href="https://github.com/codecov"><code>@​codecov</code></a>, <a href="https://github.com/sourcegraph"><code>@​sourcegraph</code></a> and a private sponsor for sponsoring tailwind-merge! ❤️</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dcastil/tailwind-merge/commit/ceb3b4aea113281e75b39f20e40fd1d16e0727be"><code>ceb3b4a</code></a> v3.3.0</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/876ada9209f143a57b6404940ffd4be2417b3b06"><code>876ada9</code></a> add changelog for v3.3.0</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/ac1d9187181d9e75c3e6ebdb409d52fe0e383930"><code>ac1d918</code></a> Merge pull request <a href="https://redirect.github.com/dcastil/tailwind-merge/issues/575">#575</a> from dcastil/feature/add-support-for-tailwind-css-v4.1.5</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/e545f96abb4fc16e7666f8c0e0c1bc6d8d6e60a3"><code>e545f96</code></a> add *-lh utilities</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/596d9a6ef4ad0c2dc42a10a358d44eb1b33cd0ed"><code>596d9a6</code></a> add test case for *-lh utilities</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/8c2f180908f8ceda7ff766c596f7f0bb9e4ba944"><code>8c2f180</code></a> Merge pull request <a href="https://redirect.github.com/dcastil/tailwind-merge/issues/572">#572</a> from dcastil/renovate/major-octokit-monorepo</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/b4d2ed6cce4616a16f13a08e4451fc573482e2b1"><code>b4d2ed6</code></a> Merge pull request <a href="https://redirect.github.com/dcastil/tailwind-merge/issues/570">#570</a> from dcastil/dependabot/npm_and_yarn/vite-6.3.4</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/d6ba428330df0ab9c4cccbb97eb07ec63ae6d1c9"><code>d6ba428</code></a> Bump vite from 6.2.6 to 6.3.4</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/421f4f219fd0373ae0f665bef2a624da7e94309d"><code>421f4f2</code></a> Merge pull request <a href="https://redirect.github.com/dcastil/tailwind-merge/issues/571">#571</a> from dcastil/renovate/all-minor-patch</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/efb48ab0b7de2f4e3818b134b6fbdadf00bace04"><code>efb48ab</code></a> Update dependency <code>@​octokit/types</code> to v14</li> <li>Additional commits viewable in <a href="https://github.com/dcastil/tailwind-merge/compare/v2.6.0...v3.3.0">compare view</a></li> </ul> </details> <br /> 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) --- <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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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-11-13 12:12:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#857