Bump postcss and tailwindcss
Bumps postcss and tailwindcss. These dependencies needed to be updated together.
Updates postcss from 8.2.9 to 8.5.3
Release notes
Sourced from postcss's releases.
8.5.3
- Added more details to
Unknown worderror (by@hiepxanh).- Fixed types (by
@romainmenke).- Fixed docs (by
@catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenkeduring his work on Stylelint addedInput#documentin additional toInput#css.root.source.input.document //=> "<p>Hello</p> // <style> // p { // color: green; // } // </style>" root.source.input.css //=> "p { // color: green; // }"Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at GitHub Sponsors or Open Collective.
8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.5.3
- Added more details to
Unknown worderror (by@hiepxanh).- Fixed types (by
@romainmenke).- Fixed docs (by
@catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
- Added
Input#documentfor sources like CSS-in-JS or HTML (by@romainmenke).8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar).8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).
... (truncated)
Commits
22c309dRelease 8.5.3 versiona2b594fUpdate ESLint config8232ba0Fix tests5082831Fix text4fdb54bupdate: parser.js to clarify error message06006ecAtRule can be empty755f08ffix typo: them -> then (#2016)692fcdeRelease 8.5.2 versionb70e98fUpdate dependenciesba587e3Fix end position of rules withownSemicon(#2012)- Additional commits viewable in compare view
Updates tailwindcss from 2.1.1 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
PluginsConfigallowundefinedvalues (#14668)Changed
- Bumped lilconfig to v3.x (#15289)
v3.4.15
- Bump versions for security vulnerabilities (#14697)
- Ensure the TypeScript types for the
boxShadowtheme configuration allows arrays (#14856)- Set fallback for opacity variables to ensure setting colors with the
selection:*variant works in Chrome 131 (#15003)v3.4.14
Fixed
- Don't set
display: noneon elements that usehidden="until-found"(#14625)v3.4.13
Fixed
- Improve source glob verification performance (#14481)
v3.4.12
Fixed
- Ensure using
@applywith utilities that use@defaultsworks with rules defined in the base layer when usingoptimizeUniversalDefaults(#14427)v3.4.11
Fixed
- Allow
anchor-size(…)in arbitrary values (#14393)v3.4.10
Fixed
- Bump versions of plugins in the Standalone CLI (#14185)
v3.4.9
Fixed
- No longer warns when broad glob patterns are detecting
vendorfoldersv3.4.8
... (truncated)
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
PluginsConfigallowundefinedvalues (#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
boxShadowtheme configuration allows arrays (#14856)- Set fallback for opacity variables to ensure setting colors with the
selection:*variant works in Chrome 131 (#15003)[3.4.14] - 2024-10-15
Fixed
- Don't set
display: noneon elements that usehidden="until-found"(#14625)[3.4.13] - 2024-09-23
Fixed
- Improve source glob verification performance (#14481)
[3.4.12] - 2024-09-17
Fixed
- Ensure using
@applywith utilities that use@defaultsworks with rules defined in the base layer when usingoptimizeUniversalDefaults(#14427)[3.4.11] - 2024-09-11
Fixed
- Allow
anchor-size(…)in arbitrary values (#14393)[3.4.10] - 2024-08-13
Fixed
... (truncated)
Commits
- See full diff 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.