Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update dependency postcss-preset-env to v7 #22179

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

csstools/postcss-plugins

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)

Configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.

🚦 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 these updates 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 added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Nov 17, 2021
@google-cla google-cla bot added the cla: yes label Nov 17, 2021
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 2 times, most recently from 8ff5857 to dbac9ea Compare November 17, 2021 10:21
@alan-agius4 alan-agius4 added state: blocked and removed action: merge The PR is ready for merge by the caretaker labels Nov 17, 2021
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 2 times, most recently from 77a21bf to b37ff72 Compare November 19, 2021 11:53
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from b37ff72 to e39b85c Compare November 29, 2021 21:38
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch 3 times, most recently from 09a8564 to 1a94a7e Compare December 14, 2021 22:06
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from 1a94a7e to 15b02e9 Compare December 16, 2021 11:16
Copy link

@freddysilber freddysilber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! We need this to hopefully resolve this error when trying to build with ng-packagr: Unknown error from PostCSS plugin. Your current PostCSS version is 8.4.5, but postcss-preset-env uses 7.0.32. Perhaps this is the source of the error below.

@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from 15b02e9 to 6ae9fd7 Compare December 22, 2021 08:21
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from 6ae9fd7 to a0cfcac Compare January 2, 2022 17:41
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed state: blocked labels Jan 10, 2022
@alan-agius4 alan-agius4 changed the title build: update dependency postcss-preset-env to v7 build: update dependency postcss-preset-env to v7- Jan 11, 2022
@alan-agius4 alan-agius4 force-pushed the renovate/postcss-preset-env-7.x branch from a0cfcac to b89ea0c Compare January 11, 2022 12:43
@alan-agius4 alan-agius4 changed the title build: update dependency postcss-preset-env to v7- build: update dependency postcss-preset-env to v7 Jan 11, 2022
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from b89ea0c to c263ddc Compare January 12, 2022 11:46
@renovate renovate bot force-pushed the renovate/postcss-preset-env-7.x branch from c263ddc to 2253eed Compare January 12, 2022 15:24
@dgp1130 dgp1130 merged commit acad0ab into master Jan 12, 2022
@renovate renovate bot deleted the renovate/postcss-preset-env-7.x branch January 12, 2022 18:10
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants