Skip to content

fix(deps): update dependency postcss to v8.5.4 #88

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss (source) 8.4.21 -> 8.5.4 age adoption passing confidence

Release Notes

postcss/postcss (postcss)

v8.5.4

Compare Source

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"
Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

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).

v8.4.31

Compare Source

v8.4.30

Compare Source

  • Improved source map performance (by Romain Menke).

v8.4.29

Compare Source

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

v8.4.28

Compare Source

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

v8.4.27

Compare Source

  • Fixed Container clone methods types.

v8.4.26

Compare Source

  • Fixed clone methods types.

v8.4.25

Compare Source

v8.4.24

Compare Source

  • Fixed Plugin types.

v8.4.23

Compare Source

  • Fixed warnings in TypeDoc.

v8.4.22

Compare Source

  • Fixed TypeScript support with node16 (by Remco Haszing).

Configuration

📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Africa/Johannesburg, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Jun 22, 2023

⚠ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: stacked-docs@0.1.2
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR!   react@"^18.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.4 || ^17.0.0" from @docusaurus/core@2.4.3
npm ERR! node_modules/@docusaurus/core
npm ERR!   @docusaurus/core@"^2.4.1" 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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-03-29T05_33_00_316Z-eresolve-report.txt

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

@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.24 fix(deps): update dependency postcss to v8.4.25 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 30a673c to 11ca1b0 Compare July 6, 2023 23:58
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.25 fix(deps): update dependency postcss to v8.4.26 Jul 14, 2023
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch 3 times, most recently from 6475032 to 4041b48 Compare July 18, 2023 09:02
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 4041b48 to a58e48f Compare July 22, 2023 02:46
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.26 fix(deps): update dependency postcss to v8.4.27 Jul 22, 2023
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from f70f21c to ecdc7ef Compare August 1, 2023 01:08
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.27 fix(deps): update dependency postcss to v8.4.28 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from ecdc7ef to ec609b8 Compare August 16, 2023 08:59
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.28 fix(deps): update dependency postcss to v8.4.29 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from 8aea683 to 7fcf02c Compare August 31, 2023 02:25
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.29 fix(deps): update dependency postcss to v8.4.30 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 7fcf02c to 50b498d Compare September 19, 2023 05:26
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 50b498d to eae33a6 Compare September 29, 2023 02:38
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.30 fix(deps): update dependency postcss to v8.4.31 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from eae33a6 to 2d33d84 Compare November 17, 2023 05:47
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 2d33d84 to 2086e45 Compare December 3, 2023 02:49
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.31 fix(deps): update dependency postcss to v8.4.32 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 2086e45 to e29bffb Compare January 5, 2024 08:16
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.32 fix(deps): update dependency postcss to v8.4.33 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from e29bffb to 66a2eec Compare January 8, 2024 05:04
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 66a2eec to 3645c1f Compare January 21, 2024 04:45
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from 5a1e940 to f714cde Compare February 6, 2024 02:03
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 9abdbd4 to af4be08 Compare September 3, 2024 05:25
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.43 fix(deps): update dependency postcss to v8.4.44 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from af4be08 to 2212823 Compare September 5, 2024 02:59
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.44 fix(deps): update dependency postcss to v8.4.45 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 2212823 to c405200 Compare September 15, 2024 08:46
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.45 fix(deps): update dependency postcss to v8.4.47 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from c405200 to af9bc25 Compare November 11, 2024 05:34
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.47 fix(deps): update dependency postcss to v8.4.48 Nov 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.48 fix(deps): update dependency postcss to v8.4.49 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from af9bc25 to ac48327 Compare November 12, 2024 05:44
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from ac48327 to 8f558e8 Compare January 15, 2025 19:33
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.4.49 fix(deps): update dependency postcss to v8.5.1 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from 95dac3b to 6255dfd Compare January 31, 2025 03:20
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 6255dfd to 9b773ec Compare February 12, 2025 20:14
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.5.1 fix(deps): update dependency postcss to v8.5.2 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 9b773ec to 2360a76 Compare February 21, 2025 00:09
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.5.2 fix(deps): update dependency postcss to v8.5.3 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 2360a76 to f645bf5 Compare March 5, 2025 07:39
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch 3 times, most recently from de939b4 to 7663528 Compare March 18, 2025 08:06
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 7663528 to cc50a19 Compare April 1, 2025 23:37
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from cc50a19 to 60a99b0 Compare April 12, 2025 04:07
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 60a99b0 to 207ceac Compare April 26, 2025 07:49
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch 2 times, most recently from cc752f9 to 5407a6b Compare May 31, 2025 07:54
@renovate renovate bot changed the title fix(deps): update dependency postcss to v8.5.3 fix(deps): update dependency postcss to v8.5.4 May 31, 2025
@renovate renovate bot force-pushed the renovate/postcss-8.x-lockfile branch from 5407a6b to 0a35d64 Compare June 6, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants