Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Update dependency postcss-preset-env to v7 #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-preset-env 6.7.0 -> 7.5.0 age adoption passing confidence

Release Notes

csstools/postcss-plugins

v7.5.0

Compare Source

v7.4.4

Compare Source

  • Updated @csstools/postcss-color-function to 1.1.0 (minor)
  • Updated @csstools/postcss-is-pseudo-class to 2.0.2 (patch)
  • Updated @csstools/postcss-oklab-function to 1.1.0 (minor)
  • Updated autoprefixer to 10.4.5 (patch)
  • Updated browserslist to 4.20.3 (patch)
  • Updated postcss-custom-properties to 12.1.7 (patch)
  • Updated postcss-lab-function to 4.2.0 (minor)
  • Updated postcss-nesting to 10.1.4 (patch)
  • Updated postcss-pseudo-class-any-link to 7.1.2 (patch)

v7.4.3

Compare Source

  • Fix manually enabling a feature that doesn't meet the required vendor implementations. #​310
  • Updated postcss-clamp to 4.1.0 (minor)
  • Updated @csstools/postcss-color-function to 1.0.3 (patch)
  • Updated @csstools/postcss-is-pseudo-class to 2.0.1 (patch)
  • Updated @csstools/postcss-oklab-function to 1.0.2 (patch)
  • Updated @csstools/postcss-progressive-custom-properties to 1.3.0 (minor)
  • Updated autoprefixer to 10.4.4 (patch)
  • Updated browserslist to 4.20.2 (patch)
  • Updated cssdb to 6.5.0 (minor)
  • Updated postcss-custom-properties to 12.1.5 (patch)
  • Updated postcss-double-position-gradients to 3.1.1 (patch)
  • Updated postcss-env-function to 4.0.6 (patch)
  • Updated postcss-lab-function to 4.1.2 (patch)
  • Updated postcss-nesting to 10.1.3 (patch)
  • Remove internal patch for postcss-clamp
  • Document all features. csstools/postcss-preset-env#​156

see the list of features

v7.4.2

Compare Source

  • Adding internal patch for postcss-clamp to fix issue when clamp was being used with any other values along. #​274

v7.4.1

Compare Source

  • Updated postcss-clamp to 4.0.0 (major)

v7.4.0

Compare Source

  • Added @csstools/color-function
    Check the plugin README for usage details.
  • Added @csstools/oklab-function
    Check the plugin README for usage details.
  • Added @csstools/ic-unit
    Check the plugin README for usage details.
  • Updated @csstools/postcss-progressive-custom-properties to 1.2.0 (minor)
  • Updated cssdb to 6.3.1 (patch)
  • Updated postcss-double-position-gradients to 3.1.0 (minor)
  • Updated postcss-lab-function to 4.1.1 (patch)

v7.3.3

Compare Source

  • Updated cssdb to 6.3.0 (minor)

v7.3.2

Compare Source

  • Updated postcss-lab-function to 4.1.0 (minor)

postcss-lab-function now supports wide gamut colors and out of gamut color mapping.

  • Updated css-blank-pseudo to 3.0.3 (patch)
  • Updated css-has-pseudo to 3.0.4 (patch)
  • Updated cssdb to 6.2.1 (patch)
  • Updated postcss-color-functional-notation to 4.2.2 (patch)
  • Updated postcss-color-hex-alpha to 8.0.3 (patch)
  • Updated postcss-dir-pseudo-class to 6.0.4 (patch)
  • Updated postcss-double-position-gradients to 3.0.5 (patch)
  • Updated postcss-env-function to 4.0.5 (patch)
  • Updated postcss-focus-visible to 6.0.4 (patch)
  • Updated postcss-focus-within to 5.0.4 (patch)
  • Updated postcss-gap-properties to 3.0.3 (patch)
  • Updated postcss-image-set-function to 4.0.6 (patch)
  • Updated postcss-logical to 5.0.4 (patch)
  • Updated postcss-overflow-shorthand to 3.0.3 (patch)
  • Updated postcss-place to 7.0.4 (patch)
  • Updated postcss-pseudo-class-any-link to 7.1.1 (patch)
  • Updated @csstools/postcss-progressive-custom-properties to 1.1.0.

v7.3.1

Compare Source

  • Ensured that debug option uses a single instance per run, this allows for debug to work on parallel runs within CI environments.
  • Normalized exports to support both Common JS and ESM within our modules. This allows for the package to be processable via Webpack #​221
  • Updated postcss-opacity-percentage to 1.1.2 (patch).

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)

v7.2.3

Compare Source

  • Enhanced importFrom / exportTo so it's harder to cause unexpected issues by different shapes of data.

v7.2.2

Compare Source

  • Updated postcss-logical to 5.0.3 (patch)
  • Updated postcss-custom-properties to 12.1.2 (patch)

v7.2.1

Compare Source

  • Always run plugins with side effects if certain options are set. #​140
    • custom-media-queries
    • custom-properties
    • environment-variables
    • custom-selectors
  • Updated caniuse-lite to 1.0.30001299 (minor)
  • Updated css-blank-pseudo to 3.0.2 (minor)
  • Updated css-has-pseudo to 3.0.3 (minor)
  • Updated postcss-color-rebeccapurple to 7.0.2 (minor)
  • Updated postcss-custom-properties to 12.1.0 (minor)
  • Updated postcss-dir-pseudo-class to 6.0.3 (minor)
  • Updated postcss-nesting to 10.1.2 (minor)

This will ensure that CSS transforms that are not a browser polyfill are still applied.
⚠️ A future major version postcss-preset-env will remove this behavior completely.

v7.2.0

Compare Source

  • Added warnings and useful messages when a feature that doesn't exist is configured. 156.

When configured with these options for example:

options: {
	features: {
		"custom-media": true,
		"postcss-logical": true,
		"postcss-logica": true,
	}
}

It will yield the following warnings:

Unknown feature: "custom-media" did you mean: "custom-media-queries"
Unknown feature: "postcss-logical" did you mean: "logical-properties-and-values"
Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
  • Removed Sourcemaps from package tarball.
  • Moved CLI to CLI Package. See announcement.
  • Updated postcss to 8.4 (minor)
  • Updated autoprefixer to 10.4.1 (patch)
  • Updated caniuse-lite to 1.0.30001295 (patch)
  • Updated css-blank-pseudo to 3.0.1 (patch)
  • Updated css-has-pseudo to 3.0.2 (patch)
  • Updated css-prefers-color-scheme to 6.0.2 (patch)
  • Updated postcss-color-functional-notation to 4.2.1 (minor)
  • Updated postcss-color-hex-alpha to 8.0.2 (patch)
  • Updated postcss-custom-properties to 12.0.2 (patch)
  • Updated postcss-dir-pseudo-class to 6.0.2 (patch)
  • Updated postcss-double-position-gradients to 3.0.4 (patch)
  • Updated postcss-env-function to 4.0.4 (patch)
  • Updated postcss-focus-visible to 6.0.3 (patch)
  • Updated postcss-focus-within to 5.0.3 (patch)
  • Updated postcss-gap-properties to 3.0.2 (patch)
  • Updated postcss-image-set-function to 4.0.4 (patch)
  • Updated postcss-lab-function to 4.0.3 (patch)
  • Updated postcss-logical to 5.0.2 (patch)
  • Updated postcss-nesting to 10.1.1 (minor)
  • Updated postcss-overflow-shorthand to 3.0.2 (patch)
  • Updated postcss-place to 7.0.3 (patch)
  • Updated postcss-pseudo-class-any-link to 7.0.2 (patch)

v7.1.0

Compare Source

v7.0.2

Compare Source

  • Fixed unexpected behaviours when using different versions of postcss-values-parser across the plugins 228
  • Updated browserlist to 4.19.1 (minor)
  • Updated caniuse-lite to 1.0.30001287 (minor)
  • Updated css-blank-pseudo to 3.0.0 (major)
  • Updated css-has-pseudo to 3.0.0 (major)
  • Updated css-prefers-color-scheme to 6.0.0 (major)
  • Updated postcss-color-functional-notation to 4.1.0 (minor)
  • Updated postcss-color-hex-alpha to 8.0.1 (patch)
  • Updated postcss-color-rebeccapurple to 7.0.1 (patch)
  • Updated postcss-custom-properties to 12.0.1 (patch)
  • Updated postcss-dir-pseudo-class to 6.0.1 (patch)
  • Updated postcss-double-position-gradients to 3.0.3 (patch)
  • Updated postcss-env-function to 4.0.3 (patch)
  • Updated postcss-focus-visible to 6.0.2 (patch)
  • Updated postcss-focus-within to 5.0.2 (patch)
  • Updated postcss-gap-properties to 3.0.1 (patch)
  • Updated postcss-image-set-function to 4.0.3 (patch)
  • Updated postcss-lab-function to 4.0.2 (patch)
  • Updated postcss-logical to 5.0.1 (patch)
  • Updated postcss-nesting to 10.0.3 (patch)
  • Updated postcss-overflow-shorthand to 3.0.1 (patch)
  • Updated postcss-place to 7.0.2 (patch)
  • Updated postcss-pseudo-class-any-link to 7.0.1 (patch)
  • Updated documentation
  • Updated postcss to be a peer dependency.

v7.0.1

Compare Source

  • Fixed infinite loop in double-position-gradients 223
  • Fixed "Unknown word" errors in when parsing CSS values 224
  • Fixed "undefined" CSS values after transforms with postcss-place 225
  • Updated postcss-color-functional-notation to 4.0.1 (patch)
  • Updated postcss-double-position-gradients to 3.0.1 (patch)
  • Updated postcss-env-function to 4.0.2 (patch)
  • Updated postcss-image-set-function to 4.0.2 (patch)
  • Updated postcss-lab-function to 4.0.1 (patch)
  • Updated postcss-nesting to 10.0.2 (patch)
  • Updated postcss-place to 7.0.1 (patch)

v7.0.0

Compare Source

  • Updated autoprefixer to 10.4.0 (major)
  • Updated browserslist to 4.17.5 (minor)
  • Updated caniuse-lite to 1.0.30001272 (patch)
  • Updated css-blank-pseudo to 2.0.0 (major)
  • Updated css-has-pseudo to 2.0.0 (major)
  • Updated css-prefers-color-scheme to 5.0.0 (major)
  • Updated cssdb to 5.0.0 (major)
  • Updated postcss to 8.3.0 (major)
  • Updated postcss-attribute-case-insensitive to 5.0.0 (major)
  • Updated postcss-color-functional-notation to 4.0.0 (major)
  • Updated postcss-color-hex-alpha to 8.0.0 (major)
  • Updated postcss-color-rebeccapurple to 7.0.0 (major)
  • Updated postcss-custom-media to 8.0.0 (major)
  • Updated postcss-custom-properties to 12.0.0 (major)
  • Updated postcss-custom-selectors to 6.0.0 (major)
  • Updated postcss-dir-pseudo-class to 6.0.0 (major)
  • Updated postcss-double-position-gradients to 3.0.0 (major)
  • Updated postcss-env-function to 4.0.1 (major)
  • Updated postcss-focus-visible to 6.0.1 (major)
  • Updated postcss-focus-within to 5.0.1 (major)
  • Updated postcss-font-variant to 5.0.0 (major)
  • Updated postcss-gap-properties to 3.0.0 (major)
  • Updated postcss-image-set-function to 4.0.0 (major)
  • Updated postcss-initial to 3.0.4 (patch)
  • Updated postcss-lab-function to 4.0.0 (major)
  • Updated postcss-logical to 5.0.0 (major)
  • Updated postcss-media-minmax to 5.0.0 (major)
  • Updated postcss-nesting to 10.0.0 (major)
  • Updated postcss-overflow-shorthand to 3.0.0 (major)
  • Updated postcss-page-break to 3.0.4 (major)
  • Updated postcss-place to 7.0.0 (major)
  • Updated postcss-pseudo-class-any-link to 7.0.0 (major)
  • Updated postcss-replace-overflow-wrap to 4.0.0 (major)
  • Removed postcss-selector-matches
  • Removed postcss-color-gray
  • Updated support for Node 12+ (major)

v6.7.1

Compare Source

  • Added notice when using preset-env with PostCSS > 7 to prompt to upgrade.

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 7 times, most recently from 5147900 to 8d32537 Compare November 24, 2021 23:58
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 4 times, most recently from ddba14c to 4bc57f0 Compare December 6, 2021 21:57
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 3 times, most recently from 53e8086 to 192f763 Compare December 9, 2021 02:25
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 2 times, most recently from 6d3902f to 8c6356f Compare December 22, 2021 09:37
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from 8c6356f to 6791dd4 Compare January 2, 2022 17:00
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 2 times, most recently from 520aff9 to 042f81e Compare January 12, 2022 13:57
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 2 times, most recently from bb75f3f to a328337 Compare February 3, 2022 10:10
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from a328337 to f449fd1 Compare March 7, 2022 07:59
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from f449fd1 to ee4b6b2 Compare March 26, 2022 15:41
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from ee4b6b2 to 01bfc8e Compare May 15, 2022 22:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant