Bump postcss, autoprefixer, css-loader and postcss-loader
Bumps postcss to 8.4.35 and updates ancestor dependencies postcss, autoprefixer, css-loader and postcss-loader. These dependencies need to be updated together.
Updates postcss from 5.2.16 to 8.4.35
Release notes
Sourced from postcss's releases.
8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to simplify types.8.4.34
- Fixed
AtRule#nodestype (by@tim-we).- Cleaned up code (by
@DrKiraDmitry).8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by@romainmenke).- Fixed
NoWorkResultusage conditions (by@ahmdammarr).8.4.32
- Fixed
postcss().process()types (by@ferreira-tb).8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone 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
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by@remcohaszing).8.4.21
- Fixed
Input#errortypes (by@hudochenkov).
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to simplify types.8.4.34
- Fixed
AtRule#nodestype (by Tim Weißenfels).- Cleaned up code (by Dmitry Kirillov).
8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by Romain Menke).- Fixed
NoWorkResultusage conditions (by@ahmdammarr).8.4.32
- Fixed
postcss().process()types (by Andrew Ferreira).8.4.31
- Fixed
\rparsing 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.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone 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
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by Remco Haszing).8.4.21
- Fixed
Input#errortypes (by Aleks Hudochenkov).
... (truncated)
Commits
edda95eRelease 8.4.35 version612f360Merge pull request #1924 from postcss/refactor/types5e7449fFix node.parent.nodes type65075dfAllow to pass undefined to adding methods to simplify type check477b3bbRelease 8.4.34 version25af117Update dependenciesbb0314aMerge pull request #1922 from tim-we/improve-at-rule-types9dd5a93Fix at-rule test8322d11Fix visitor testee7fcd4Fix Document#nodes- Additional commits viewable in compare view
Updates autoprefixer from 6.7.7 to 10.4.18
Release notes
Sourced from autoprefixer's releases.
10.4.18
- Fixed removing
-webkit-box-orienton-webkit-line-clamp(@Goodwine).10.4.17
- Fixed
user-select: containprefixes.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-decorationprefixes by moving to MDN data (by@romainmenke).10.4.10
- Fixed
unicode-bidiprefixes by moving to MDN data.10.4.9
- Fixed
css-unicode-bidiissue from latest Can I Use.10.4.8
- Do not print
color-adjustwarning ifprint-color-adjustalso is in rule.10.4.7
- Fixed
print-color-adjustsupport in Firefox.10.4.6
- Fixed
print-color-adjustsupport.10.4.5
- Fixed
NaNin grid (by@SukkaW).10.4.4
- Fixed
package.fundingto have same value between all PostCSS packages.10.4.3
- Fixed
package.funding(by@mondeja).
... (truncated)
Changelog
Sourced from autoprefixer's changelog.
10.4.18
- Fixed removing
-webkit-box-orienton-webkit-line-clamp(@Goodwine).10.4.17
- Fixed
user-select: containprefixes.10.4.16
- Improved performance (by Romain Menke).
- Fixed docs (by Christian Oliff).
10.4.15
- Fixed
::backdropprefixes (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-decorationprefixes by moving to MDN data (by Romain Menke).10.4.10
- Fixed
unicode-bidiprefixes by moving to MDN data.10.4.9
- Fixed
css-unicode-bidiissue from latest Can I Use.10.4.8
- Do not print
color-adjustwarning ifprint-color-adjustalso is in rule.10.4.7
- Fixed
print-color-adjustsupport in Firefox.10.4.6
- Fixed
print-color-adjustsupport.10.4.5
- Fixed
NaNin grid (by@SukkaW).10.4.4
- Fixed
package.fundingto have same value between all PostCSS packages.10.4.3
- Fixed
package.funding(by Álvaro Mondéjar).
... (truncated)
Commits
90dc18dRelease 10.4.18 version0af1be8Update dependencies1efe165Update c8 config80ff109Add Node.js 21 to CI5e5d193Automate release creatione72c36aUpdate actionsec68b52Preserve -webkit-box-orient when -webkit-line-clamp is present (#1511)46cd2ccRelease 10.4.17 version2738f72Update dependenciesb0a4007Fix user-select: contain- Additional commits viewable in compare view
Updates css-loader from 0.27.3 to 6.10.0
Release notes
Sourced from css-loader's releases.
v6.10.0
6.10.0 (2024-01-30)
Features
- add
@rspack/coreas an optional peer dependency (#1568) (3924679)- pass the
resourceQueryandresourceFragmentto theautoandmodecallback (#1569) (d641c4d)- support named exports with any characters (6f43929)
v6.9.1
6.9.1 (2024-01-18)
Bug Fixes
- css nesting support
@scopeat-rule supportv6.9.0
6.9.0 (2024-01-09)
Features
Bug Fixes
v6.8.1
6.8.1 (2023-05-28)
Bug Fixes
v6.8.0
6.8.0 (2023-05-27)
Features
Bug Fixes
... (truncated)
Changelog
Sourced from css-loader's changelog.
6.10.0 (2024-01-30)
Features
- add
@rspack/coreas an optional peer dependency (#1568) (3924679)- pass the
resourceQueryandresourceFragmentto theautoandmodecallback (#1569) (d641c4d)- support named exports with any characters (6f43929)
6.9.1 (2024-01-18)
Bug Fixes
- css nesting support
@scopeat-rule support6.9.0 (2024-01-09)
Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes
6.8.0 (2023-05-27)
Features
Bug Fixes
6.7.4 (2023-05-19)
... (truncated)
Commits
7bbb57cchore(release): 6.10.0d641c4dfeat: pass theresourceQueryandresourceFragmentto theautoand `mode...3924679feat: add@rspack/coreas an optional peer dependency (#1568)6f43929feat: support named exports with any charactersf9192eechore(release): 6.9.16515be0fix: css nesting support and@scopeat-rule0751f7adocs: update (#1562)2d17551chore(release): 6.9.0e38116fchore: update dependencies to latest version (#1561)d09ff73test: getLocalIdent and node type (#1560)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for css-loader since your current version.
Updates postcss-loader from 1.3.3 to 8.1.1
Release notes
Sourced from postcss-loader's releases.
v8.1.1
8.1.1 (2024-02-28)
Bug Fixes
- respect
defaultwhen 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
klonafor postcss options (#658) (e754c3f)- bug with loading configurations after updating
cosmiconfigto 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
defaultwhen 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
klonafor postcss options (#658) (e754c3f)- bug with loading configurations after updating
cosmiconfigto 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
d2651fcchore(release): 8.1.152d8050fix: respectdefaultwhen loading postcss esm configsfdd5448ci: fix commitlint check (#683)107b519chore: update dependencies to latest version (#682)947f29bchore: update dependency-review-action to the latest version (#681)df307b5chore(release): 8.1.0512e4c3feat: add@rspack/coreas an optional peer dependency (#679)d53fe9dchore(release): 8.0.08dd0315chore!: minimum supported Node.js version is18.12.0(#677)754c4a5chore(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.
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.