Skip to content

Update dependency postcss-preset-env to v7#24

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/postcss-preset-env-7.x
Open

Update dependency postcss-preset-env to v7#24
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/postcss-preset-env-7.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 7, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

csstools/postcss-plugins

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 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, click this checkbox.

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

@renovate
Copy link
Author

renovate bot commented Mar 7, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN using --force Recommended protections disabled.
npm notice 
npm notice New minor version of npm available! 8.3.1 -> 8.5.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.3>
npm notice Run `npm install -g npm@8.5.3` to update!
npm notice 
npm WARN using --force Recommended protections disabled.
chmod: cannot access '/home/ubuntu/.npm': No such file or directory
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: tailwind-demo@1.0.0
npm ERR! Found: postcss-preset-env@6.7.0
npm ERR! node_modules/postcss-preset-env
npm ERR!   postcss-preset-env@"^7.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! postcss-preset-env@"^7.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: postcss@8.4.8
npm ERR! node_modules/postcss
npm ERR!   peer postcss@"^8.4" from postcss-preset-env@7.4.2
npm ERR!   node_modules/postcss-preset-env
npm ERR!     postcss-preset-env@"^7.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-03-07T17_43_11_203Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant