Skip to content

chore(deps): update dependency postcss to v8.5.14#7

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postcss-8.x
Open

chore(deps): update dependency postcss to v8.5.14#7
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postcss-8.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 20, 2023

This PR contains the following updates:

Package Change Age Confidence
postcss (source) 8.4.198.5.14 age confidence

Release Notes

postcss/postcss (postcss)

v8.5.14

Compare Source

v8.5.13

Compare Source

  • Fixed postcss-scss commend regression.

v8.5.12

Compare Source

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

v8.5.11

Compare Source

  • Fixed nested brackets parsing performance (by @​offset).

v8.5.10

Compare Source

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

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

v8.4.21

Compare Source

  • Fixed Input#error types (by Aleks Hudochenkov).

v8.4.20

Compare Source

  • Fixed source map generation for childless at-rules like @layer.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 renovate Bot changed the title chore(deps): update dependency postcss to v8.4.21 chore(deps): update dependency postcss to v8.4.24 May 28, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 26001d6 to 41909da Compare May 28, 2023 23:59
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.24 chore(deps): update dependency postcss to v8.4.25 Jul 8, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 41909da to a3a6753 Compare July 8, 2023 02:31
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.25 chore(deps): update dependency postcss to v8.4.26 Jul 14, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from a3a6753 to b0fb19f Compare July 14, 2023 02:57
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.26 chore(deps): update dependency postcss to v8.4.27 Jul 21, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from b0fb19f to 877950b Compare July 21, 2023 11:58
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.27 chore(deps): update dependency postcss to v8.4.28 Aug 16, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 877950b to 4e4c52a Compare August 16, 2023 18:00
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.28 chore(deps): update dependency postcss to v8.4.29 Aug 30, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 4e4c52a to d656aea Compare August 30, 2023 02:21
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.29 chore(deps): update dependency postcss to v8.4.30 Sep 19, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from d656aea to df11c19 Compare September 19, 2023 02:42
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.30 chore(deps): update dependency postcss to v8.4.31 Sep 29, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from df11c19 to 09c28c5 Compare September 29, 2023 02:35
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.31 chore(deps): update dependency postcss to v8.4.32 Dec 2, 2023
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 09c28c5 to f6939cf Compare December 2, 2023 05:47
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from f6939cf to c7c934a Compare January 5, 2024 02:21
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.32 chore(deps): update dependency postcss to v8.4.33 Jan 5, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from c7c934a to 7a42f3e Compare February 6, 2024 02:40
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.33 chore(deps): update dependency postcss to v8.4.34 Feb 6, 2024
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.34 chore(deps): update dependency postcss to v8.4.35 Feb 8, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 7a42f3e to 3e11386 Compare February 8, 2024 01:56
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 3e11386 to ff2adf4 Compare March 18, 2024 02:44
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.35 chore(deps): update dependency postcss to v8.4.36 Mar 18, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from ff2adf4 to 57a2403 Compare March 19, 2024 23:43
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.36 chore(deps): update dependency postcss to v8.4.37 Mar 19, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 57a2403 to 076af0b Compare March 21, 2024 08:42
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.37 chore(deps): update dependency postcss to v8.4.38 Mar 21, 2024
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.43 chore(deps): update dependency postcss to v8.4.44 Sep 3, 2024
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.44 chore(deps): update dependency postcss to v8.4.45 Sep 5, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from c8003f7 to 114ff41 Compare September 5, 2024 02:49
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 114ff41 to 9849148 Compare September 15, 2024 05:43
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.45 chore(deps): update dependency postcss to v8.4.47 Sep 15, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 9849148 to ab35f31 Compare November 11, 2024 11:37
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.47 chore(deps): update dependency postcss to v8.4.48 Nov 11, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from ab35f31 to 94cb7ae Compare November 12, 2024 05:06
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.48 chore(deps): update dependency postcss to v8.4.49 Nov 12, 2024
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 94cb7ae to 5a0e9a9 Compare January 14, 2025 06:51
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.4.49 chore(deps): update dependency postcss to v8.5.0 Jan 14, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 5a0e9a9 to 01d3178 Compare January 16, 2025 07:55
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.0 chore(deps): update dependency postcss to v8.5.1 Jan 16, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 01d3178 to 2d4a2be Compare February 13, 2025 04:06
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.1 chore(deps): update dependency postcss to v8.5.2 Feb 13, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 2d4a2be to 76773b4 Compare February 20, 2025 00:06
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.2 chore(deps): update dependency postcss to v8.5.3 Feb 20, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 76773b4 to cb236f5 Compare May 31, 2025 04:07
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.3 chore(deps): update dependency postcss to v8.5.4 May 31, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from cb236f5 to 60a9e12 Compare June 15, 2025 07:50
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.4 chore(deps): update dependency postcss to v8.5.5 Jun 15, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 60a9e12 to 11bc420 Compare June 28, 2025 20:05
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.5 chore(deps): update dependency postcss to v8.5.6 Jun 28, 2025
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 11bc420 to cf19343 Compare March 8, 2026 06:50
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.6 chore(deps): update dependency postcss to v8.5.8 Mar 8, 2026
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from cf19343 to 311ec3f Compare April 15, 2026 11:15
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.8 chore(deps): update dependency postcss to v8.5.9 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/postcss-8.x branch from 311ec3f to 6ec72de Compare April 19, 2026 07:34
@renovate renovate Bot changed the title chore(deps): update dependency postcss to v8.5.9 chore(deps): update dependency postcss to v8.5.10 Apr 19, 2026
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.

0 participants