parcel-bundler/lightningcss (lightningcss)
### [`v1.28.2`](https://redirect.github.com/parcel-bundler/lightningcss/releases/tag/v1.28.2)
[Compare Source](https://redirect.github.com/parcel-bundler/lightningcss/compare/a3390fd4140ca87f5035595d22bc9357cf72177e...v1.28.2)
#### Fixes
- Fix duplicate prefixed properties in `transition-property` – [#850](https://redirect.github.com/parcel-bundler/lightningcss/issues/850) (thanks [@RobinMalfait](https://redirect.github.com/RobinMalfait) and [@LeoniePhiline](https://redirect.github.com/LeoniePhiline)!)
- Fix mapping original name from source maps – [`78f2fc4`](https://redirect.github.com/parcel-bundler/lightningcss/commit/78f2fc479537ec68a7481e33db571385cc21cdb7)
- Bump browser compat data – [`4159bc5`](https://redirect.github.com/parcel-bundler/lightningcss/commit/4159bc507baa1ec438f89b20bdf9e8e74c7f48e4)
- Ensure consistent order of custom properties when `all` property is set – [`d4eec35`](https://redirect.github.com/parcel-bundler/lightningcss/commit/d4eec3593fe3c2244693d9e11af3547d6651ce57)
### [`v1.28.1`](https://redirect.github.com/parcel-bundler/lightningcss/compare/v1.28.0...a3390fd4140ca87f5035595d22bc9357cf72177e)
[Compare Source](https://redirect.github.com/parcel-bundler/lightningcss/compare/v1.28.0...a3390fd4140ca87f5035595d22bc9357cf72177e)
### [`v1.28.0`](https://redirect.github.com/parcel-bundler/lightningcss/releases/tag/v1.28.0)
[Compare Source](https://redirect.github.com/parcel-bundler/lightningcss/compare/v1.27.0...v1.28.0)
#### Added
- Add option to avoid hashing `@container` names in CSS Modules by [@kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/835](https://redirect.github.com/parcel-bundler/lightningcss/pull/835)
- Improve error message of `input:placeholder` by [@kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/813](https://redirect.github.com/parcel-bundler/lightningcss/pull/813)
- Add an error for the deprecated `@value` at-rule of CSS Modules by [@kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/842](https://redirect.github.com/parcel-bundler/lightningcss/pull/842)
#### Fixed
- Don't panic when passing system-color to color-mix by [@inottn](https://redirect.github.com/inottn) in [https://github.com/parcel-bundler/lightningcss/pull/819](https://redirect.github.com/parcel-bundler/lightningcss/pull/819)
- Dependency updates by [@kornelski](https://redirect.github.com/kornelski) in [https://github.com/parcel-bundler/lightningcss/pull/814](https://redirect.github.com/parcel-bundler/lightningcss/pull/814)
- Fix order of fallback width, height, and other size related properties – [`22a8b6f`](https://redirect.github.com/parcel-bundler/lightningcss/commit/22a8b6f937d391ca98adb09ae7971f34a46d2b5d)
- Fix stack overflow parsing `calc` expression – [`e3c8e12`](https://redirect.github.com/parcel-bundler/lightningcss/commit/e3c8e12f989651c51d3ae430d888bee7eb058207)
- Fix crash when parsing an invalid `calc` expression – [`378955e`](https://redirect.github.com/parcel-bundler/lightningcss/commit/378955ed60e88b00791b08c32d9e6d39bea7a4c6)
- Skip `clamp` function reduction when the comparison between preferred and max value is unknown – [`ddc9ce8`](https://redirect.github.com/parcel-bundler/lightningcss/commit/ddc9ce868d82d893d579643c83a6774fd966f917)
- Update browser compatibility data – [`f6b033f`](https://redirect.github.com/parcel-bundler/lightningcss/commit/f6b033ffed5f528993607b83c5d015389dedd209)
- docs: Update help command docs by [@DylanPiercey](https://redirect.github.com/DylanPiercey) in [https://github.com/parcel-bundler/lightningcss/pull/812](https://redirect.github.com/parcel-bundler/lightningcss/pull/812)
- docs: fix link to visitor type definitions by [@mayank99](https://redirect.github.com/mayank99) in [https://github.com/parcel-bundler/lightningcss/pull/823](https://redirect.github.com/parcel-bundler/lightningcss/pull/823)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.27.0
->1.28.2
Release Notes
parcel-bundler/lightningcss (lightningcss)
### [`v1.28.2`](https://redirect.github.com/parcel-bundler/lightningcss/releases/tag/v1.28.2) [Compare Source](https://redirect.github.com/parcel-bundler/lightningcss/compare/a3390fd4140ca87f5035595d22bc9357cf72177e...v1.28.2) #### Fixes - Fix duplicate prefixed properties in `transition-property` – [#850](https://redirect.github.com/parcel-bundler/lightningcss/issues/850) (thanks [@RobinMalfait](https://redirect.github.com/RobinMalfait) and [@LeoniePhiline](https://redirect.github.com/LeoniePhiline)!) - Fix mapping original name from source maps – [`78f2fc4`](https://redirect.github.com/parcel-bundler/lightningcss/commit/78f2fc479537ec68a7481e33db571385cc21cdb7) - Bump browser compat data – [`4159bc5`](https://redirect.github.com/parcel-bundler/lightningcss/commit/4159bc507baa1ec438f89b20bdf9e8e74c7f48e4) - Ensure consistent order of custom properties when `all` property is set – [`d4eec35`](https://redirect.github.com/parcel-bundler/lightningcss/commit/d4eec3593fe3c2244693d9e11af3547d6651ce57) ### [`v1.28.1`](https://redirect.github.com/parcel-bundler/lightningcss/compare/v1.28.0...a3390fd4140ca87f5035595d22bc9357cf72177e) [Compare Source](https://redirect.github.com/parcel-bundler/lightningcss/compare/v1.28.0...a3390fd4140ca87f5035595d22bc9357cf72177e) ### [`v1.28.0`](https://redirect.github.com/parcel-bundler/lightningcss/releases/tag/v1.28.0) [Compare Source](https://redirect.github.com/parcel-bundler/lightningcss/compare/v1.27.0...v1.28.0) #### Added - Add option to avoid hashing `@container` names in CSS Modules by [@kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/835](https://redirect.github.com/parcel-bundler/lightningcss/pull/835) - Improve error message of `input:placeholder` by [@kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/813](https://redirect.github.com/parcel-bundler/lightningcss/pull/813) - Add an error for the deprecated `@value` at-rule of CSS Modules by [@kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/842](https://redirect.github.com/parcel-bundler/lightningcss/pull/842) #### Fixed - Don't panic when passing system-color to color-mix by [@inottn](https://redirect.github.com/inottn) in [https://github.com/parcel-bundler/lightningcss/pull/819](https://redirect.github.com/parcel-bundler/lightningcss/pull/819) - Dependency updates by [@kornelski](https://redirect.github.com/kornelski) in [https://github.com/parcel-bundler/lightningcss/pull/814](https://redirect.github.com/parcel-bundler/lightningcss/pull/814) - Fix order of fallback width, height, and other size related properties – [`22a8b6f`](https://redirect.github.com/parcel-bundler/lightningcss/commit/22a8b6f937d391ca98adb09ae7971f34a46d2b5d) - Fix stack overflow parsing `calc` expression – [`e3c8e12`](https://redirect.github.com/parcel-bundler/lightningcss/commit/e3c8e12f989651c51d3ae430d888bee7eb058207) - Fix crash when parsing an invalid `calc` expression – [`378955e`](https://redirect.github.com/parcel-bundler/lightningcss/commit/378955ed60e88b00791b08c32d9e6d39bea7a4c6) - Skip `clamp` function reduction when the comparison between preferred and max value is unknown – [`ddc9ce8`](https://redirect.github.com/parcel-bundler/lightningcss/commit/ddc9ce868d82d893d579643c83a6774fd966f917) - Update browser compatibility data – [`f6b033f`](https://redirect.github.com/parcel-bundler/lightningcss/commit/f6b033ffed5f528993607b83c5d015389dedd209) - docs: Update help command docs by [@DylanPiercey](https://redirect.github.com/DylanPiercey) in [https://github.com/parcel-bundler/lightningcss/pull/812](https://redirect.github.com/parcel-bundler/lightningcss/pull/812) - docs: fix link to visitor type definitions by [@mayank99](https://redirect.github.com/mayank99) in [https://github.com/parcel-bundler/lightningcss/pull/823](https://redirect.github.com/parcel-bundler/lightningcss/pull/823)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.