figma-tailwindcss
figma-tailwindcss copied to clipboard
Bump postcss, autoprefixer, css-loader, cssnano, postcss-import, postcss-loader, postcss-nested, purgecss-webpack-plugin and tailwindcss
Bumps postcss to 8.4.38 and updates ancestor dependencies postcss, autoprefixer, css-loader, cssnano, postcss-import, postcss-loader, postcss-nested, purgecss-webpack-plugin and tailwindcss. These dependencies need to be updated together.
Updates postcss
from 7.0.32 to 8.4.38
Release notes
Sourced from postcss's releases.
8.4.38
- Fixed
endIndex: 0
in errors and warnings (by@romainmenke
).8.4.37
- Fixed
original.column are not numbers
error in another case.8.4.36
- Fixed
original.column are not numbers
error on broken previous source map.8.4.35
- Avoid
!
innode.parent.nodes
type.- Allow to pass
undefined
to node adding method to simplify types.8.4.34
- Fixed
AtRule#nodes
type (by@tim-we
).- Cleaned up code (by
@DrKiraDmitry
).8.4.33
- Fixed
NoWorkResult
behavior difference with normal mode (by@romainmenke
).- Fixed
NoWorkResult
usage conditions (by@ahmdammarr
).8.4.32
- Fixed
postcss().process()
types (by@ferreira-tb
).8.4.31
- Fixed
\r
parsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke
).8.4.29
8.4.28
- Fixed
Root.source.end
for better source map (by@romainmenke
).- Fixed
Result.root
types whenprocess()
has no parser.8.4.27
- Fixed
Container
clone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke
).- Fixed docs (by
@vikaskaliramna07
).8.4.24
- Fixed
Plugin
types.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.38
- Fixed
endIndex: 0
in errors and warnings (by@romainmenke
).8.4.37
- Fixed
original.column are not numbers
error in another case.8.4.36
- Fixed
original.column are not numbers
error on broken previous source map.8.4.35
- Avoid
!
innode.parent.nodes
type.- Allow to pass
undefined
to node adding method to simplify types.8.4.34
- Fixed
AtRule#nodes
type (by Tim Weißenfels).- Cleaned up code (by Dmitry Kirillov).
8.4.33
- Fixed
NoWorkResult
behavior difference with normal mode (by Romain Menke).- Fixed
NoWorkResult
usage conditions (by@ahmdammarr
).8.4.32
- Fixed
postcss().process()
types (by Andrew Ferreira).8.4.31
- Fixed
\r
parsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset
(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.end
for better source map (by Romain Menke).- Fixed
Result.root
types whenprocess()
has no parser.8.4.27
- Fixed
Container
clone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07
).8.4.24
- Fixed
Plugin
types.
... (truncated)
Commits
a69d45e
Release 8.4.38 version64e35d9
Update dependenciesc1ad8fb
Merge pull request #1932 from romainmenke/fix-warning-end-index--inventive-nu...b45e7e9
fix endIndex1bea246
failing test: for endIndex 0 in rangeBy0fd1d86
Add changelog auto release on Github49c906e
Release 8.4.37 versionb5bd92c
Fix another broken prev source map issue2882039
Update dependenciese5ad939
Release 8.4.36 version- Additional commits viewable in compare view
Updates autoprefixer
from 9.8.8 to 10.4.19
Release notes
Sourced from autoprefixer's releases.
10.4.19
- Removed
end value has mixed support, consider using flex-end
warning sinceend
/start
now have good support.10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine
).10.4.17
- Fixed
user-select: contain
prefixes.10.4.16
- Improved performance (by
@romainmenke
).- Fixed docs (by
@coliff
).10.4.15
10.4.14
- Improved startup time and reduced JS bundle size (by
@Knagis
).10.4.13
- Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
10.4.12
- Fixed support of unit-less zero angle in backgrounds (by
@yisibl
).10.4.11
- Fixed
text-decoration
prefixes by moving to MDN data (by@romainmenke
).10.4.10
- Fixed
unicode-bidi
prefixes by moving to MDN data.10.4.9
- Fixed
css-unicode-bidi
issue from latest Can I Use.10.4.8
- Do not print
color-adjust
warning ifprint-color-adjust
also is in rule.10.4.7
- Fixed
print-color-adjust
support in Firefox.10.4.6
- Fixed
print-color-adjust
support.10.4.5
- Fixed
NaN
in grid (by@SukkaW
).10.4.4
- Fixed
package.funding
to have same value between all PostCSS packages.
... (truncated)
Changelog
Sourced from autoprefixer's changelog.
10.4.19
- Removed
end value has mixed support, consider using flex-end
warning sinceend
/start
now have good support.10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine
).10.4.17
- Fixed
user-select: contain
prefixes.10.4.16
- Improved performance (by Romain Menke).
- Fixed docs (by Christian Oliff).
10.4.15
- Fixed
::backdrop
prefixes (by 一丝).- Fixed docs (by Christian Oliff).
10.4.14
- Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
10.4.13
- Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
10.4.12
- Fixed support of unit-less zero angle in backgrounds (by 一丝).
10.4.11
- Fixed
text-decoration
prefixes by moving to MDN data (by Romain Menke).10.4.10
- Fixed
unicode-bidi
prefixes by moving to MDN data.10.4.9
- Fixed
css-unicode-bidi
issue from latest Can I Use.10.4.8
- Do not print
color-adjust
warning ifprint-color-adjust
also is in rule.10.4.7
- Fixed
print-color-adjust
support in Firefox.10.4.6
- Fixed
print-color-adjust
support.10.4.5
- Fixed
NaN
in grid (by@SukkaW
).10.4.4
- Fixed
package.funding
to have same value between all PostCSS packages.
... (truncated)
Commits
8060e33
Release 10.4.19 versionfe7bae4
Remove end→flex-end warning5f6f362
Update dependencies13a86df
Move to flat ESLint configb3e0579
Update dependencies90dc18d
Release 10.4.18 version0af1be8
Update dependencies1efe165
Update c8 config80ff109
Add Node.js 21 to CI5e5d193
Automate release creation- Additional commits viewable in compare view
Updates css-loader
from 1.0.1 to 7.1.1
Release notes
Sourced from css-loader's releases.
v7.1.1
7.1.1 (2024-04-10)
Bug Fixes
v7.1.0
7.1.0 (2024-04-08)
Features
v7.0.0
7.0.0 (2024-04-04)
⚠ BREAKING CHANGES
- The
modules.namedExport
option istrue
by default if you enable theesModule
optionMigration guide:
Before:
import style from "./style.css";
console.log(style.myClass);
After:
import * as style from "./style.css";
console.log(style.myClass);
- The
modules.exportLocalsConvention
has the valueas-is
when themodules.namedExport
option istrue
and you don't specify a value- Minimum supported webpack version is
5.27.0
- Minimum supported Node.js version is
18.12.0
Features
... (truncated)
Changelog
Sourced from css-loader's changelog.
7.1.1 (2024-04-10)
Bug Fixes
7.1.0 (2024-04-08)
Features
7.0.0 (2024-04-04)
⚠ BREAKING CHANGES
- The
modules.namedExport
option istrue
by default if you enable theesModule
optionMigration guide:
Before:
import style from "./style.css";
console.log(style.myClass);
After:
import * as style from "./style.css";
console.log(style.myClass);
To restore 6.x behavior, please use:
module.exports = { module: { rules: [ { test: /\.css$/i, loader: "css-loader", options: { modules: { </tr></table>
... (truncated)
Commits
5c717c9
chore(release): 7.1.1d6c31a1
fix: automatically rename classdefault
to_default
when named export is ...b162e25
chore(release): 7.1.015f793d
docs: update logic (#1587)9c165a4
docs: update migration guide (#1586)af834b4
feat: added thegetJSON
option to output CSS modules mapping (#1577)fd18587
chore: husky migration (#1584)96e6ff4
chore(release): 7.0.0a2231ae
test: updatef96a110
feat:namedExports
works fine with anyexportLocalsConvention
value- Additional commits viewable in compare view
Updates cssnano
from 4.1.11 to 6.1.2
Release notes
Sourced from cssnano's releases.
v6.1.2
Bug Fixes
- preserve correct order of
gap
andcolumn-gap
propertiesPatch Changes
- update autoprefixer
v6.1.1
Patch changes
- update selector parser
- in the minify font plugin, you can pass a function to determine whether a css variable is one of font, font-family, and font-weight to determine whether the variable needs to remove quotes.
v6.1.0
This release contains a lot of fixes to Browserslist support thanks to
@colinrotherham
Features
- support Browserslist options in more plugins
- support overriding autoprefixer options
Additionally, this release includes improved TypeScript types.
v6.0.5
Bug Fixes
- correctly minify
font
declaration in edge cases- preserve
initial
property in-webkit-line-clamp
v6.0.4
Bug Fixes
- preserve empty
@layer
declarations- avoid crashing when encountering
@layer
without any braces afterwards- update to latest lilconfig dependency to avoid vulnerability
v6.0.3
Bug fixes
- do not sort unknown properties
Other
- Require latest browserslist and postcss-selector-parser
v6.0.2
- fix: update cssnano peer dependency to 8.4.31 to avoid security issue
- fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
- deps(postcss-svgo): update SVGO to 3.0.5 and update doc
- chore: update css-declaration-sorter
- fix(postcss-minify-selectors): prevent mangling of timeline range names
- fix(postcss-convert-values): keep percent unit in
@Property
- chore(cssnano): update lilconfig to 3.0.0
v6.0.1
... (truncated)
Commits
760ba29
Publish cssnano 6.1.20ffe067
Update css-declaration-sorter to 7.2.00b9ce45
Merge pull request #1589 from cssnano/update-autoprefixer2f3fb50
chore(cssnano-preset-advanced): update autoprefixer3282447
Merge pull request #1587 from cssnano/update-dev-deps0857e15
chore: update development dependencies7a1cfe3
Merge pull request #1586 from cssnano/update-website32eebd5
docs: update website dependencies18206e6
Merge pull request #1585 from cssnano/release-611d7b4d2b
Publish cssnano 6.1.1- Additional commits viewable in compare view
Updates postcss-import
from 12.0.1 to 16.1.0
Release notes
Sourced from postcss-import's releases.
14.0.0 / 2020-12-14
This release should not have breaking changes for the vast majority of users; only those with
@charset
statements in their CSS may be affected.
- BREAKING: Error if multiple incompatible
@charset
statements (#447)- BREAKING: Warn if
@charset
statements are not at the top of files (#447)- Fix handing of
@charset
(#436, #447)13.0.0 / 2020-10-20
Changelog
Sourced from postcss-import's changelog.
16.1.0 / 2024-03-20
16.0.1 / 2024-02-14
16.0.0 / 2024-01-02
- BREAKING: Require Node.js v18+ (#550, #551)
- BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
- Support for
@supports
conditional imports added (#532, #548)- When
skipDuplicates
isfalse
, handles import cycles correctly (#462, #535)- Add
warnOnEmpty
option to allow disabling warnings for empty files (#84, #541)- Use proper
node.error
s (#518, #540)Huge thanks to
@romainmenke
for all the hard work he put into this release.15.1.0 / 2022-12-07
- Add
data:
URL support (this is not useful for most consumers) (#515)15.0.1 / 2022-12-01
- Preserve layer in ignored
@import
s (#510, #511)- Join media queries in the correct order (#512, #513)
15.0.0 / 2022-08-30
- BREAKING: Require Node.js v14+ (#497)
- BREAKING: Require
nameLayer
option for handling anonymous layers (#496)- Fix handling of
@media
queries inside layered imports (#495, #496)14.1.0 / 2022-03-22
- Add
@layer
support (#483)14.0.2 / 2021-05-10
14.0.1 / 2021-03-31
14.0.0 / 2020-12-14
This release should not have breaking changes for the vast majority of users; only those with
@charset
statements in their CSS may be affected.
... (truncated)
Commits
9217ec3
16.1.0eb9899b
Allow urls that contain fragments, fixes #560 (#561)fa42e63
16.0.1ba92913
ensure that media params remain string values (#558)d8a9f21
Update dependency prettier to ~3.2.0 (#555)9e53da3
Update dependency c8 to v9 (#554)025f27a
16.0.07fb74a5
Add trailing commas; lint on CI (#553)97690de
Update dependency ava to v6 (#547)c3e795c
Update dependency prettier to v3 (#526)- Additional commits viewable in compare view
Updates postcss-loader
from 3.0.0 to 8.1.1
Release notes
Sourced from postcss-loader's releases.
v8.1.1
8.1.1 (2024-02-28)
Bug Fixes
- respect
default
when loading postcss esm configs (52d8050)v8.1.0
8.1.0 (2024-01-30)
Features
v8.0.0
8.0.0 (2024-01-16)
⚠ BREAKING CHANGES
v7.3.4
7.3.4 (2023-12-27)
Bug Fixes
v7.3.3
7.3.3 (2023-06-10)
Bug Fixes
- perf: avoid using
klona
for postcss options (#658) (e754c3f)- bug with loading configurations after updating
cosmiconfig
to version 8.2 (684d265)v7.3.2
7.3.2 (2023-05-28)
Bug Fixes
v7.3.1
... (truncated)
Changelog
Sourced from postcss-loader's changelog.
8.1.1 (2024-02-28)
Bug Fixes
- respect
default
when loading postcss esm configs (52d8050)8.1.0 (2024-01-30)
Features
8.0.0 (2024-01-16)
⚠ BREAKING CHANGES
7.3.4 (2023-12-27)
Bug Fixes
7.3.3 (2023-06-10)
Bug Fixes
- perf: avoid using
klona
for postcss options (#658) (e754c3f)- bug with loading configurations after updating
cosmiconfig
to version 8.2 (684d265)7.3.2 (2023-05-28)
Bug Fixes
7.3.1 (2023-05-26)
Bug Fixes
- warning and error serialization (65748ec)
... (truncated)
Commits
d2651fc
chore(release): 8.1.152d8050
fix: respectdefault
when loading postcss esm configsfdd5448
ci: fix commitlint check (#683)107b519
chore: update dependencies to latest version (#682)947f29b
chore: update dependency-review-action to the latest version (#681)df307b5
chore(release): 8.1.0512e4c3
feat: add@rspack/core
as an optional peer dependency (#679)d53fe9d
chore(release): 8.0.08dd0315
chore!: minimum supported Node.js version is18.12.0
(#677)754c4a5
chore(release): 7.3.4- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for postcss-loader since your current version.
Updates postcss-nested
from 4.2.3 to 6.0.1
Changelog
Sourced from postcss-nested's changelog.
6.0.1
- Added
@container
to bubbling at-rules.6.0
- Added
@layer
to bubbling at-rules (by Már Örlygsson).- Added moving all preceding comments with rule (by Már Örlygsson).
- Added
with
&without
parameters on@at-root
(by Már Örlygsson).- Added
rootRuleName
option (by Már Örlygsson).- Fixed handling sibling
@at-root
rule blocks (by Már Örlygsson).5.0.6
- Fixed custom at-rules nesting (by
@bsak-shell
).5.0.5
- Fixed
,
at the tail (by Jesse de Boer).5.0.4
- Fixed nested
&
at the tail (by Raphael Luba).- Fixed docs (by Samuel Charpentier).
5.0.3
- Fixed compatibility with Autoprefixer by adding
@-webkit-keyframes
support.5.0.2
- Fixed compatibility with
postcss-mixins
by moving to visitor API.5.0.1
- Fixed PostCSS 8.1 compatibility.
- Added funding links.
5.0
- Moved to PostCSS 8.
- Moved
postcss
topeerDependencies
.
Commits
69c2eba
Release 6.1 version6e3b93c
Add@container
to bubbled at-rules07b4427
Update note about postcss-nestinga5a8b49
Clarify that there is no 100% compatibility0bec2f5
Update dependencies851afa0
Add Node.js 19 to CI0302ee4
Remove dublicate pluginbed7d26
Release 6.0 version6c37bc9
CLean up code from typescb93b65
Update dependencies- Additional commits viewable in compare view
Updates purgecss-webpack-plugin
from 1.6.0 to 6.0.0
Release notes
Sourced from purgecss-webpack-plugin's releases.
v6.0.0
Bug Fixes
- collect of used variables for changed selector (#1217) (9fbb592)
- gulp-purgecss: move vinyl-sourcemaps-apply to deps #999 (7858b7a)
- Only throw
No files found from the passed PurgeCSS option 'content'.
warning when files/globs are passed tocontent
by@AdrianGonz97
in FullHuman/purgecss#1188- Classes that contain
:is
or:where
in their names are no longer unintentionally purged by@AdrianGonz97
in FullHuman/purgecss#1187- Fix [class*=foo] with HTML extractor by
@Gaelan
in FullHuman/purgecss#1133Features
Breaking changes
- Supports NodeJS 18+
What's Changed (full list)
build(deps-dev): update dependencies
build(deps): update dependencies
Update hugo.md by
@davidsneighbour
in FullHuman/purgecss#1013Minor adjustment to documentation for clarity by
@dvelguru
in FullHuman/purgecss#997Fix wrong import name in FullHuman/purgecss#1015
Point to new extractor package names by
@danieldiekmeier
in FullHuman/purgecss#1024Clarify node package installation for Hugo guide by
@anakinsleftleg
in FullHuman/purgecss#1000Add alignwide and alignfull classes from GB by
@nextgenthemes
in FullHuman/purgecss#1072Create SECURITY.md by
@Ffloriel
in FullHuman/purgecss#1103bugfix: Only throw
No files found from the passed PurgeCSS option 'content'.
warning when files/globs are passed tocontent
by@AdrianGonz97
in FullHuman/purgecss#1188bugfix: Classes that contain
:is
or:where
in their names are no longer unintentionally purged by@AdrianGonz97
in FullHuman/purgecss#1187Fix [class*=foo] with HTML extractor by
@Gaelan
in FullHuman/purgecss#1133Update Hugo docs by
@schnerring
in FullHuman/purgecss#1216fixed collect used variables for the changed selector by
@vsn4ik
in FullHuman/purgecss#1217fix typo by
@kempster
in FullHuman/purgecss#1232New Contributors
@davidsneighbour
made their first contribution in FullHuman/purgecss#1013@dvelguru
made their first contribution in FullHuman/purgecss#997@danieldiekmeier
made their first contribution in FullHuman/purgecss#1024@anakinsleftleg
made their first contribution in FullHuman/purgecss#1000@nextgenthemes
made their first contribution in FullHuman/purgecss#1072@AdrianGonz97
made their first contribution in FullHuman/purgecss#1188@Gaelan
made their first contribution in FullHuman/purgecss#1133@schnerring
made their first contribution in FullHuman/purgecss#1216@vsn4ik
made their first contribution in FullHuman/purgecss#1217@kempster
made their first contribution in FullHuman/purgecss#1232Full Changelog: https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0
... (truncated)
Changelog
Sourced from purgecss-webpack-plugin's changelog.
6.0.0 (2024-03-29)
Bug Fixes
- collect of used variables for changed selector (#1217) (9fbb592)
- gulp-purgecss: move vinyl-sourcemaps-apply to deps #999 (7858b7a)
Features
(2022-09-13)
5.0.0 (2022-09-13)
Bug Fixes
- add safelist variables to postcss-purgecss #840 (c822058)
- gulp-purgecss: support skippedContentGlobs option #853 (b72de77)
- Purgecss webpack plugin/only filter fix (#933) (f8e4c2c)
- purgecss-webpack-plugin: add sourcemap support #409 (b3f73ed)
- purgecss-webpack-plugin: export as named export as well as default (#821) (a6a2c8e)
- wrong path import (4f3ddd0)
Features
- add source map support #526 (f2a9c5a)
- gulp-purgecss: add support for gulp-sourcemaps #257 (55c26d2)
- postcss-purgecss: load options from purgecss config (4de3bd8)
- purgecss-webpack-plugin: load config file automatically #767 (726faaa)
BREAKING CHANGES
- purgecss-webpack-plugin: drop webpack 4 support
(2022-09-13)
4.1.0 (2021-11-28)
Bug Fixes
- Allow Absolute Paths (#679) (15335a2)
- css variable removed when declared in wrong order (89ece42), closes #518
- Fix interaction with other plugins (#647) (fb08e3a)
- grunt-purgecss: Fix plugin not ouputting all files (#723) (646e419)
- gulp-purgecss: fix support for stream input (fd5d3bf)
- Keep keyframe decimals for prefixed
@keyframes
(#749) (b804441)- purgecss-from-pug: class attribute with multiple values not correctly handled with pug (#678) (ba6285d), closes #677
... (truncated)
Commits
- See full diff in compare view
Updates tailwindcss
from 1.9.6 to 3.4.3
Release notes
Sourced from tailwindcss's releases.
v3.4.3
Fixed
- Revert changes to glob handling (#13384)
v3.4.2
Fixed
- Ensure max specificity of
0,0,1
for button and input Preflight rules (#12735)- Improve glob handling for folders with
(
,)
,[
or]
in the file path (#12715)- Split
:has
rules when usingexperimental.optimizeUniversalDefaults
(#12736)- Sort arbitrary properties alphabetically across multiple class lists (#12911)
- Add
mix-blend-plus-darker
utility (#12923)- Ensure dashes are allowed in variant modifiers (#13303)
- Fix crash showing completions in Intellisense when using a custom separator (#13306)
- Transpile
import.meta.url
in config files (#13322)- Reset letter spacing for form elements (#13150)
- Fix missing
xx-large
and remove doublex-large
absolute size (#13324)- Don't error when encountering nested CSS unless trying to
@apply
a class that uses nesting (#13325)- Ensure that arbitrary properties respect
important
configuration (#13353)- Change dark mode selector so
@apply
works correctly with pseudo elements (#13379)v3.4.1
Fixed
- Don't remove keyframe stops when using important utilities (#12639)
- Don't add spaces to gradients and grid track names when followed by
calc()
(#12704)- Restore old behavior for
class
dark mode strategy (#12717)Added
- Add new
selector
andvariant
strategies for dark mode (#12717)Changed
- Support
rtl
andltr
variants on same element asdir
attribute (#12717)v3.4.0
Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.
Added
- Add
svh
,lvh
, anddvh
values to defaultheight
/min-height
/max-height
theme (#11317)- Add
has-*
variants for:has(...)
pseudo-class (#11318)- Add
text-wrap
utilities includingtext-balance
andtext-pretty
(#11320, #12031)- Extend default
opacity
scale to include all steps of 5 (#11832)- Update Preflight
html
style...Description has been truncated