chore(deps): update dependency postcss-preset-env to v7.3.0 #1464

Merged
konrad merged 1 commits from renovate/postcss-preset-env-7.x into main 2022-01-31 09:20:00 +00:00
Member

This PR contains the following updates:

Package Type Update Change
postcss-preset-env devDependencies minor 7.2.3 -> 7.3.0

Release Notes

csstools/postcss-plugins

v7.3.0

Compare Source

  • Added @csstools/postcss-is-pseudo-class
    Check the plugin README for usage details.
  • Added @csstools/postcss-hwb-function
    Check the plugin README for usage details.
  • Added postcss-opacity-percentage
    Check the plugin README for usage details.
  • Added postcss-clamp
    Check the plugin README for usage details.
  • Added @csstools/postcss-normalize-display-values
    Check the plugin README for usage details.
  • Added @csstools/postcss-font-format-keywords
    Check the plugin README for usage details.
  • Added debug option that enables extra debugging information while processing the CSS.
  • Added enableClientSidePolyfills option that allows you to control every single plugin that requires a browser library to fully work. Defaults to true so they're enabled by default.
  • Added minimumVendorImplementations option that allows you to enable/disable plugins based on their implementation status in browsers.
  • Fix sourcemaps for image-set() function.
  • Removed caniuse-lite dependency. This results not only in lower package size but also in better feature detection lead by changes on CSSDB.
  • Updated cssdb to 6.1.0 (major).
  • Updated css-prefers-color-scheme to 6.0.3 (patch)
  • Updated postcss-custom-properties to 12.1.4 (patch)
  • Updated postcss-image-set-function to 4.0.5 (patch)
  • Updated postcss-pseudo-class-any-link to 7.1.0 (minor)

Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [postcss-preset-env](https://github.com/csstools/postcss-plugins) | devDependencies | minor | [`7.2.3` -> `7.3.0`](https://renovatebot.com/diffs/npm/postcss-preset-env/7.2.3/7.3.0) | --- ### Release Notes <details> <summary>csstools/postcss-plugins</summary> ### [`v7.3.0`](https://github.com/csstools/postcss-plugins/blob/master/plugin-packs/postcss-preset-env/CHANGELOG.md#&#8203;730-January-31-2022) [Compare Source](https://github.com/csstools/postcss-plugins/compare/32e6d4f24c78c2744a0cc6b134ed7860642102b0...51bfb76c1c427bd953f4816dab4ea1c759b60a85) - Added `@csstools/postcss-is-pseudo-class` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class#readme) for usage details. - Added `@csstools/postcss-hwb-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function#readme) for usage details. - Added `postcss-opacity-percentage` <br/> [Check the plugin README](https://github.com/mrcgrtz/postcss-opacity-percentage#readme) for usage details. - Added `postcss-clamp` <br/> [Check the plugin README](https://github.com/polemius/postcss-clamp#readme) for usage details. - Added `@csstools/postcss-normalize-display-values` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values#readme) for usage details. - Added `@csstools/postcss-font-format-keywords` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords#readme) for usage details. - Added `debug` [option](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#debug) that enables extra debugging information while processing the CSS. - Added `enableClientSidePolyfills` [option](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#enableclientsidepolyfills) that allows you to control every single plugin that requires a browser library to fully work. Defaults to `true` so they're enabled by default. - Added `minimumVendorImplementations` [option](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#minimumvendorimplementations) that allows you to enable/disable plugins based on their implementation status in browsers. - Fix sourcemaps for `image-set()` function. - Removed `caniuse-lite` dependency. This results not only in lower package size but also in better feature detection lead by changes on CSSDB. - Updated `cssdb` to `6.1.0` (major). - Updated `css-prefers-color-scheme` to `6.0.3` (patch) - Updated `postcss-custom-properties` to `12.1.4` (patch) - Updated `postcss-image-set-function` to `4.0.5` (patch) - Updated `postcss-pseudo-class-any-link` to `7.1.0` (minor) </details> --- ### Configuration 📅 **Schedule**: 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-01-31 09:02:45 +00:00
renovate added 1 commit 2022-01-31 09:02:46 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1464-renovatepostcss-preset-env-7.x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1464-renovatepostcss-preset-env-7.x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 110f48ebd7 into main 2022-01-31 09:20:00 +00:00
konrad deleted branch renovate/postcss-preset-env-7.x 2022-01-31 09:20:00 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.