openedx / frontend-build

Common build scripts and tooling for Open edX micro-frontends.
GNU Affero General Public License v3.0
18 stars 33 forks source link

fix(deps): update dependency postcss-rtlcss to v5 #504

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-rtlcss 4.0.9 -> 5.1.0 age adoption passing confidence

Release Notes

elchininet/postcss-rtlcss (postcss-rtlcss) ### [`v5.1.0`](https://togithub.com/elchininet/postcss-rtlcss/blob/HEAD/CHANGELOG.md#510---2023-12-30) [Compare Source](https://togithub.com/elchininet/postcss-rtlcss/compare/v5.0.0...v5.1.0) - New directives to set the option `processRuleNames`: `/*rtl:rules*/`, `/*rtl:begin:rules*/`, and `/*rtl:end:rules*/` ### [`v5.0.0`](https://togithub.com/elchininet/postcss-rtlcss/blob/HEAD/CHANGELOG.md#500---2023-12-30) [Compare Source](https://togithub.com/elchininet/postcss-rtlcss/compare/v4.0.9...v5.0.0) - Breaking change: removed `autoRename` option and `/*rtl:rename*/`, `/*rtl:begin:rename*/`, and `/*rtl:end:rename*/` directives - Fixed a bug: `/*rtl:begin:urls*/` and `/*rtl:end:urls*/` (previously `/*rtl:begin:rename*/` and `/*rtl:end:rename*/`) blocks didn't change the URL names inside rules if started outside - New option: `processRuleNames`, if this option is `true`, rules with no directional properties that match any entry in the `stringMap` will be swapped when the direction changes - New directives: `/*rtl:urls*/`, `/*rtl:begin:urls*/`, and `/*rtl:end:urls*/` have replaced `/*rtl:rename*/`, `/*rtl:begin:rename*/`, and `/*rtl:end:rename*/` and they only take effect in declarations' URLs

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

openedx-semantic-release-bot commented 10 months ago

:tada: This PR is included in version 13.0.25 :tada:

The release is available on:

Your semantic-release bot :package::rocket: