Sourced from @testing-library/jest-dom's
releases.
v6.9.1
6.9.1 (2025-10-01)
Bug Fixes
v6.9.0
6.9.0 (2025-09-30)
Features
Sourced from @tailwindcss/postcss's
releases.
v4.1.16
Fixed
- Discard candidates with an empty data type (#19172)
- Fix canonicalization of arbitrary variants with attribute selectors (#19176)
- Fix invalid colors due to nested
&(#19184)- Improve canonicalization for
& > :pseudoand& :pseudoarbitrary variants (#19178)v4.1.15
Fixed
- Fix Safari devtools rendering issue due to
color-mixfallback (#19069)- Suppress Lightning CSS warnings about
:deep,:slotted, and:global(#19094)- Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
- Allow named groups in combination with
not-*,has-*, andin-*(#19100)- Prevent important utilities from affecting other utilities (#19110)
- Don’t index into strings with the
theme(…)function (#19111)- Fix parsing issue when
\tis used in at-rules (#19130)- Upgrade: Canonicalize utilities containing
0values (#19095)- Upgrade: Migrate deprecated
break-wordstowrap-break-word(#19157)Changed
- Remove the
postinstallscript from oxide (#19149)
Sourced from @tailwindcss/postcss's
changelog.
[4.1.16] - 2025-10-23
Fixed
- Discard candidates with an empty data type (#19172)
- Fix canonicalization of arbitrary variants with attribute selectors (#19176)
- Fix invalid colors due to nested
&(#19184)- Improve canonicalization for
& > :pseudoand& :pseudoarbitrary variants (#19178)[4.1.15] - 2025-10-20
Fixed
- Fix Safari devtools rendering issue due to
color-mixfallback (#19069)- Suppress Lightning CSS warnings about
:deep,:slotted, and:global(#19094)- Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
- Allow named groups in combination with
not-*,has-*, andin-*(#19100)- Prevent important utilities from affecting other utilities (#19110)
- Don’t index into strings with the
theme(…)function (#19111)- Fix parsing issue when
\tis used in at-rules (#19130)- Upgrade: Canonicalize utilities containing
0values (#19095)- Upgrade: Migrate deprecated
break-wordstowrap-break-word(#19157)Changed
- Remove the
postinstallscript from oxide (#19149)(tailwindlabs/tailwindcss#19149)
cbbbe84
Release 4.1.16 (#19185)b2e2435
Release 4.1.15 (#19159)Sourced from astral-sh/setup-uv's releases.
v7.1.1 🌈 Fix empty workdir detection and lowest resolution strategy
Changes
This release fixes a bug where the
working-directoryinput was not used to detect an empty work dir. It also fixes thelowestresolution strategy resolving to latest when only a lower bound was specified.Special thanks to
@tpgillamfor the first contribution!🐛 Bug fixes
- Fix "lowest" resolution strategy with lower-bound only
@tpgillam(#649)- Use working-directory to detect empty workdir
@eifinger(#645)🧰 Maintenance
- chore: update known checksums for 0.9.4 @github-actions[bot] (#651)
- chore: update known checksums for 0.9.3 @github-actions[bot] (#644)
📚 Documentation
- Change version in docs to v7
@eifinger(#647)⬆️ Dependency updates
- Bump github/codeql-action from 4.30.7 to 4.30.8 @dependabot[bot] (#639)
- Bump actions/setup-node from 5.0.0 to 6.0.0 @dependabot[bot] (#641)
- Bump eifinger/actionlint-action from 1.9.1 to 1.9.2 @dependabot[bot] (#634)
- Update lockfile with latest npm
@eifinger(#636)
2ddd2b9
chore: update known checksums for 0.9.4 (#651)b7bf789
Fix "lowest" resolution strategy with lower-bound only (#649)cb6c0a5
Change version in docs to v7 (#647)dffc629
Use working-directory to detect empty workdir (#645)6e346e1
chore: update known checksums for 0.9.3 (#644)3ccd0fd
Bump github/codeql-action from 4.30.7 to 4.30.8 (#639)ce6dbd8
Bump actions/setup-node from 5.0.0 to 6.0.0 (#641)2382069
Bump eifinger/actionlint-action from 1.9.1 to 1.9.2 (#634)b1daf91
Update lockfile with latest npm (#636)Sourced from actions/upload-artifact's releases.
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734New Contributors
@GhadimiRmade their first contribution in actions/upload-artifact#681@nebuk89made their first contribution in actions/upload-artifact#712@danwkennedymade their first contribution in actions/upload-artifact#727@patrikpolyakmade their first contribution in actions/upload-artifact#725Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v5.0.0
330a01c
Merge pull request #734
from actions/danwkennedy/prepare-5.0.003f2824
Update github.dep.yml905a1ec
Prepare v5.0.02d9f9cd
Merge pull request #725
from patrikpolyak/patch-19687587
Merge branch 'main' into patch-12848b2c
Merge pull request #727
from danwkennedy/patch-19b51177
Spell out the first use of GHEScd231ca
Update GHES guidance to include reference to Node 20 versionde65e23
Merge pull request #712
from actions/nebuk89-patch-18747d8c
Update README.md