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

chore(deps): update postcss (major) #368

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-nesting (source) ^12.0.1 -> ^13.0.1 age adoption passing confidence
postcss-preset-env (source) ^9.1.4 -> ^10.1.2 age adoption passing confidence

Release Notes

csstools/postcss-plugins (postcss-nesting)

v13.0.1

Compare Source

October 23, 2024

v13.0.0

Compare Source

August 3, 2024

v12.1.5

Compare Source

May 23, 2024

  • Fix nested rules within @scope

v12.1.4

Compare Source

May 13, 2024

v12.1.3

Compare Source

May 11, 2024

v12.1.2

Compare Source

April 21, 2024

  • Edition 2024-02:
    • Do not rewrite selectors for declarations in conditional rules to a form with :is()

This will work:

::before, ::after {
	color: blue;

	@​media screen { color: cyan; }
}

This still wont work:

::before, ::after {
	color: blue;

	&:hover { color: cyan; }
}

v12.1.1

Compare Source

March 31, 2024

v12.1.0

Compare Source

March 6, 2024

  • Add the edition plugin option to control which CSS nesting specification version should be used. The default is 2021 but you can also set it to the newer 2024-02 edition to have more modern behavior.

v12.0.4

Compare Source

February 26, 2024

  • Fix order of final CSS with complex usage of both nesting and mixins, by @​pciarach

v12.0.3

Compare Source

February 19, 2024

v12.0.2

Compare Source

December 15, 2023

csstools/postcss-plugins (postcss-preset-env)

v10.1.2

Compare Source

December 13, 2024

v10.1.1

Compare Source

November 17, 2024

v10.1.0

Compare Source

November 11, 2024

v10.0.9

Compare Source

November 1, 2024

v10.0.8

Compare Source

October 23, 2024

v10.0.7

Compare Source

October 10, 2024

v10.0.6

Compare Source

October 4, 2024

v10.0.5

Compare Source

September 22, 2024

v10.0.4

Compare Source

September 22, 2024

v10.0.3

Compare Source

September 9, 2024

v10.0.2

Compare Source

August 18, 2024

v10.0.1

Compare Source

August 14, 2024

v10.0.0

Compare Source

August 3, 2024

Read more about the specific changes on our wiki

v9.6.0

Compare Source

July 7, 2024

v9.5.16

Compare Source

July 6, 2024


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 1, 2024
@renovate renovate bot requested a review from xiaofan2406 September 1, 2024 01:34
Copy link

codecov bot commented Sep 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.27%. Comparing base (d1e0aa4) to head (7eab4ca).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #368   +/-   ##
=======================================
  Coverage   26.27%   26.27%           
=======================================
  Files          17       17           
  Lines         274      274           
  Branches       90       90           
=======================================
  Hits           72       72           
  Misses        201      201           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the dependency-major-postcss branch from 659b2a3 to c71dfe9 Compare September 9, 2024 11:40
@renovate renovate bot force-pushed the dependency-major-postcss branch 2 times, most recently from 27dc77d to a48b81a Compare September 22, 2024 15:26
@renovate renovate bot force-pushed the dependency-major-postcss branch 2 times, most recently from 135ee3d to 811ac7f Compare October 10, 2024 13:20
@renovate renovate bot force-pushed the dependency-major-postcss branch from 811ac7f to 2fd1b51 Compare October 24, 2024 01:48
@renovate renovate bot force-pushed the dependency-major-postcss branch from 2fd1b51 to a603f06 Compare November 1, 2024 22:16
@renovate renovate bot force-pushed the dependency-major-postcss branch 2 times, most recently from 21aa36a to 2f3321a Compare November 17, 2024 18:51
@renovate renovate bot force-pushed the dependency-major-postcss branch from 2f3321a to 7eab4ca Compare December 13, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants