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 #346

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

chore(deps): update postcss #346

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss (source) ^8.4.31 -> ^8.4.49 age adoption passing confidence
postcss-nesting (source) ^12.0.1 -> ^12.1.5 age adoption passing confidence
postcss-preset-env (source) ^9.1.4 -> ^9.6.0 age adoption passing confidence

Release Notes

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

v8.4.39

Compare Source

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

v8.4.33

Compare Source

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

v8.4.32

Compare Source

  • Fixed postcss().process() types (by Andrew Ferreira).
csstools/postcss-plugins (postcss-nesting)

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)

v9.6.0

Compare Source

July 7, 2024

v9.5.16

Compare Source

July 6, 2024

v9.5.15

Compare Source

June 29, 2024

v9.5.14

Compare Source

May 23, 2024

v9.5.13

Compare Source

May 13, 2024

v9.5.12

Compare Source

May 11, 2024

v9.5.11

Compare Source

May 4, 2024

v9.5.10

Compare Source

May 4, 2024

v9.5.9

Compare Source

April 22, 2024

v9.5.8

Compare Source

April 21, 2024

v9.5.7

Compare Source

April 21, 2024

v9.5.6

Compare Source

April 18, 2024

v9.5.5

Compare Source

April 11, 2024

v9.5.4

Compare Source

April 2, 2024

v9.5.3

Compare Source

March 31, 2024

v9.5.2

Compare Source

March 17, 2024

[v9.5.1](https://redirect.github.com/csstoo


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 Nov 1, 2023
@renovate renovate bot requested a review from xiaofan2406 November 1, 2023 00:24
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  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 changed the title chore(deps): update dependency postcss-preset-env to ^9.3.0 chore(deps): update postcss Dec 2, 2023
@renovate renovate bot force-pushed the dependency-postcss branch from 723552b to 57f807e Compare December 2, 2023 06:56
@renovate renovate bot force-pushed the dependency-postcss branch from 57f807e to 802bf7f Compare December 16, 2023 01:09
@renovate renovate bot force-pushed the dependency-postcss branch from 802bf7f to 951f38f Compare January 4, 2024 23:03
@renovate renovate bot force-pushed the dependency-postcss branch 2 times, most recently from 0eaa087 to 7e34702 Compare February 7, 2024 18:43
@renovate renovate bot force-pushed the dependency-postcss branch 2 times, most recently from e6042b2 to 194cc47 Compare February 20, 2024 01:55
@renovate renovate bot force-pushed the dependency-postcss branch from 194cc47 to 03093ab Compare February 26, 2024 21:11
@renovate renovate bot force-pushed the dependency-postcss branch from 03093ab to 13e9bbc Compare March 6, 2024 17:18
@renovate renovate bot force-pushed the dependency-postcss branch 4 times, most recently from 2ded067 to c80bc02 Compare March 19, 2024 19:44
@renovate renovate bot force-pushed the dependency-postcss branch from c80bc02 to 6522315 Compare March 20, 2024 23:24
@renovate renovate bot force-pushed the dependency-postcss branch 2 times, most recently from 2b2eb21 to d786467 Compare April 2, 2024 12:17
@renovate renovate bot force-pushed the dependency-postcss branch 2 times, most recently from 673739d to fa3bde0 Compare April 18, 2024 14:51
@renovate renovate bot force-pushed the dependency-postcss branch 2 times, most recently from 880c94a to f69f22c Compare April 22, 2024 17:49
@renovate renovate bot force-pushed the dependency-postcss branch 3 times, most recently from f3b4a2a to 982eeea Compare May 11, 2024 12:28
@renovate renovate bot force-pushed the dependency-postcss branch from 982eeea to 120a4b5 Compare May 13, 2024 21:09
@renovate renovate bot force-pushed the dependency-postcss branch from 120a4b5 to 10ea567 Compare May 23, 2024 23:00
@renovate renovate bot force-pushed the dependency-postcss branch from 10ea567 to 0372ef0 Compare June 29, 2024 19:36
@renovate renovate bot force-pushed the dependency-postcss branch 2 times, most recently from e4016b0 to 962d17e Compare July 6, 2024 12:35
@renovate renovate bot force-pushed the dependency-postcss branch from 962d17e to 8f1bd25 Compare July 7, 2024 16:50
@renovate renovate bot force-pushed the dependency-postcss branch from 8f1bd25 to 2076c84 Compare July 24, 2024 22:47
@renovate renovate bot force-pushed the dependency-postcss branch from 2076c84 to aad1e0a Compare August 6, 2024 02:07
@renovate renovate bot force-pushed the dependency-postcss branch 4 times, most recently from 6fb8bd1 to 989deec Compare September 4, 2024 10:10
@renovate renovate bot force-pushed the dependency-postcss branch from 989deec to c0664b0 Compare September 14, 2024 15:07
@renovate renovate bot force-pushed the dependency-postcss branch from c0664b0 to 6ae5aa0 Compare November 10, 2024 21:52
@renovate renovate bot force-pushed the dependency-postcss branch from 6ae5aa0 to dcaebed Compare November 11, 2024 21:54
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