Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency lightningcss to v1.28.2 (#2528)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lightningcss](https://redirect.github.com/parcel-bundler/lightningcss) | [`1.25.1` -> `1.28.2`](https://renovatebot.com/diffs/npm/lightningcss/1.25.1/1.28.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lightningcss/1.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lightningcss/1.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lightningcss/1.25.1/1.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lightningcss/1.25.1/1.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>parcel-bundler/lightningcss (lightningcss)</summary> ### [`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) ### [`v1.27.0`](https://redirect.github.com/parcel-bundler/lightningcss/releases/tag/v1.27.0) [Compare Source](https://redirect.github.com/parcel-bundler/lightningcss/compare/v1.26.0...v1.27.0) #### Added - Add `[content-hash]` css module pattern by [@​rubberpants](https://redirect.github.com/rubberpants) in [https://github.com/parcel-bundler/lightningcss/pull/802](https://redirect.github.com/parcel-bundler/lightningcss/pull/802). This includes a hash of the file contents rather than the file path (as `[hash]` works), which can be used to support multiple versions of the same library simultaneously without conflicts. - Improve error message for pseudo elements followed by selectors by [@​kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/797](https://redirect.github.com/parcel-bundler/lightningcss/pull/797) - Implement pure mode lints for CSS Modules by [@​kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/796](https://redirect.github.com/parcel-bundler/lightningcss/pull/796). This option enforces the use of a class or id selector in each rule. #### Fixed - Fix `box-shadow` combination of `oklch` and `currentColor` by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/parcel-bundler/lightningcss/pull/801](https://redirect.github.com/parcel-bundler/lightningcss/pull/801) - Add missing browserslist import in docs.md by [@​cpeaustriajc](https://redirect.github.com/cpeaustriajc) in [https://github.com/parcel-bundler/lightningcss/pull/798](https://redirect.github.com/parcel-bundler/lightningcss/pull/798) - Update broken selectors link in homepage by [@​20jasper](https://redirect.github.com/20jasper) in [https://github.com/parcel-bundler/lightningcss/pull/750](https://redirect.github.com/parcel-bundler/lightningcss/pull/750) - Make CLI example work with Windows by [@​tim-we](https://redirect.github.com/tim-we) in [https://github.com/parcel-bundler/lightningcss/pull/726](https://redirect.github.com/parcel-bundler/lightningcss/pull/726) - Update copyright year on main page by [@​log101](https://redirect.github.com/log101) in [https://github.com/parcel-bundler/lightningcss/pull/790](https://redirect.github.com/parcel-bundler/lightningcss/pull/790) - Update browser compat data - parcel-bundler/lightningcss@54390b4 ### [`v1.26.0`](https://redirect.github.com/parcel-bundler/lightningcss/releases/tag/v1.26.0) [Compare Source](https://redirect.github.com/parcel-bundler/lightningcss/compare/v1.25.1...v1.26.0) #### Added - Add support for named timeline ranges in `@keyframes` by [@​grimsteel](https://redirect.github.com/grimsteel) in [https://github.com/parcel-bundler/lightningcss/pull/787](https://redirect.github.com/parcel-bundler/lightningcss/pull/787) - Implement animation-range properties – parcel-bundler/lightningcss@39964f1 - Add a lint for unsupported CSS Module selector by [@​kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/784](https://redirect.github.com/parcel-bundler/lightningcss/pull/784) - add wasm file to package exports by [@​elevatebart](https://redirect.github.com/elevatebart) in [https://github.com/parcel-bundler/lightningcss/pull/755](https://redirect.github.com/parcel-bundler/lightningcss/pull/755) - Add support for arm64 Windows – parcel-bundler/lightningcss@0bcd896 #### Fixed - Fix codegen of `:is(input:checked)` by [@​kdy1](https://redirect.github.com/kdy1) in [https://github.com/parcel-bundler/lightningcss/pull/783](https://redirect.github.com/parcel-bundler/lightningcss/pull/783) - Bump browserslist-rs 0.16.0 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/parcel-bundler/lightningcss/pull/772](https://redirect.github.com/parcel-bundler/lightningcss/pull/772) - update compat data – parcel-bundler/lightningcss@dcbb997 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 10-19 1-7 * MON" in timezone Asia/Seoul, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/channel-io/bezier-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hvcmU6ZGVwcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information