[PR #105] [MERGED] Bump tailwindcss from 3.4.14 to 3.4.17 #181

Closed
opened 2026-05-06 12:15:44 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/105
Author: @dependabot[bot]
Created: 1/6/2025
Status: Merged
Merged: 1/14/2025
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/tailwindcss-3.4.17


📝 Commits (1)

  • cb7389b Bump tailwindcss from 3.4.14 to 3.4.17

📊 Changes

2 files changed (+41 additions, -44 deletions)

View changed files

📝 package-lock.json (+40 -43)
📝 package.json (+1 -1)

📄 Description

Bumps tailwindcss from 3.4.14 to 3.4.17.

Release notes

Sourced from tailwindcss's releases.

v3.4.17

Fixed

  • Work around Node v22.12+ issue (#15421)

v3.4.16

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)

v3.4.15

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)
Changelog

Sourced from tailwindcss's changelog.

[3.4.17] - 2024-12-17

Fixed

  • Work around Node v22.12+ issue (#15421)

[3.4.16] - 2024-12-03

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)

[3.4.15] - 2024-11-14

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)
Commits

Dependabot compatibility score

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 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)

🔄 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/BreizhHardware/portfolio/pull/105 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/tailwindcss-3.4.17` --- ### 📝 Commits (1) - [`cb7389b`](https://github.com/BreizhHardware/portfolio/commit/cb7389bbb930afbcd7d063a1457021b8fc3ce4c6) Bump tailwindcss from 3.4.14 to 3.4.17 ### 📊 Changes **2 files changed** (+41 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+40 -43) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.17</h2> <h3>Fixed</h3> <ul> <li>Work around Node v22.12+ issue (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15421">#15421</a>)</li> </ul> <h2>v3.4.16</h2> <h3>Fixed</h3> <ul> <li>Ensure the TypeScript types for <code>PluginsConfig</code> allow <code>undefined</code> values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14668">#14668</a>)</li> </ul> <h1>Changed</h1> <ul> <li>Bumped lilconfig to v3.x (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15289">#15289</a>)</li> </ul> <h2>v3.4.15</h2> <ul> <li>Bump versions for security vulnerabilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697">#14697</a>)</li> <li>Ensure the TypeScript types for the <code>boxShadow</code> theme configuration allows arrays (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856">#14856</a>)</li> <li>Set fallback for opacity variables to ensure setting colors with the <code>selection:*</code> variant works in Chrome 131 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15003">#15003</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.17] - 2024-12-17</h2> <h3>Fixed</h3> <ul> <li>Work around Node v22.12+ issue (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15421">#15421</a>)</li> </ul> <h2>[3.4.16] - 2024-12-03</h2> <h3>Fixed</h3> <ul> <li>Ensure the TypeScript types for <code>PluginsConfig</code> allow <code>undefined</code> values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14668">#14668</a>)</li> </ul> <h1>Changed</h1> <ul> <li>Bumped lilconfig to v3.x (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15289">#15289</a>)</li> </ul> <h2>[3.4.15] - 2024-11-14</h2> <ul> <li>Bump versions for security vulnerabilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697">#14697</a>)</li> <li>Ensure the TypeScript types for the <code>boxShadow</code> theme configuration allows arrays (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856">#14856</a>)</li> <li>Set fallback for opacity variables to ensure setting colors with the <code>selection:*</code> variant works in Chrome 131 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15003">#15003</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/4f9f603e12b51cc53b8a09c7739b8f88c8eb87eb"><code>4f9f603</code></a> Fix error</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/02faa1529e77b4000e66c0835a8344f55d182f54"><code>02faa15</code></a> v3.4.17</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e268b2aa962918eed3ab46b6f692041bafc25f4a"><code>e268b2a</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/0a836f76bbd15d72e3ed4a57b73ff375314e2c22"><code>0a836f7</code></a> Work around issue with Node 22 and Jiti (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/15421">#15421</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f875ab9706cae8262e15e5b382580fc8e2d4197f"><code>f875ab9</code></a> Bump macos version</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8f91c27d3e638d4c7835e2738adfd1e5b62c51c5"><code>8f91c27</code></a> v3.4.16</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8c8c986e09249fc485e1ba4886c0b76477291b2d"><code>8c8c986</code></a> fix: update lilconfig for ESM and Windows support (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/15289">#15289</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/2702cfcc2c04f0615f0d53846850cbe769d57262"><code>2702cfc</code></a> Fix Plugin type issue (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14668">#14668</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/6069a811871c58a9b202fbb3a6f13774c57278c0"><code>6069a81</code></a> v3.4.15</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d093dce0fb015d8255e2fe56ac227510370dd12f"><code>d093dce</code></a> Add variable fallback to fix Chrome issue (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/15003">#15003</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss&package-manager=npm_and_yarn&previous-version=3.4.14&new-version=3.4.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:15:44 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/portfolio#181
No description provided.