Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

chore(deps): update dependency postcss to v8.2.10 #8

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

postcss/postcss

v8.2.10

Compare Source

  • Fixed ReDoS vulnerabilities in source map parsing.
  • Fixed webpack 5 support (by Barak Igal).
  • Fixed docs (by Roeland Moors).

v8.2.9

Compare Source

  • Exported NodeErrorOptions type (by Rouven Weßling).

v8.2.8

Compare Source

  • Fixed browser builds in webpack 4 (by Matt Jones).

v8.2.7

Compare Source

  • Fixed browser builds in webpack 5 (by Matt Jones).

v8.2.6

Compare Source

  • Fixed Maximum call stack size exceeded in Node#toJSON.
  • Fixed docs (by inokawa).

v8.2.5

Compare Source

  • Fixed escaped characters handling in list.split (by Natalie Weizenbaum).

v8.2.4

Compare Source

  • Added plugin name to postcss.plugin() warning (by Tom Williams).
  • Fixed docs (by Bill Columbia).

v8.2.3

Compare Source

  • Fixed JSON.stringify(Node[]) support (by Niklas Mischkulnig).

v8.2.2

Compare Source

  • Fixed CSS-in-JS support (by James Garbutt).
  • Fixed plugin types (by Ludovico Fischer).
  • Fixed Result#warn() types.

v8.2.1

Compare Source

  • Fixed ReDoS vulnerabilities in source map parsing.
  • Fixed webpack 5 support (by Barak Igal).
  • Fixed docs (by Roeland Moors).

v8.2.0

Compare Source

Prince Orobas seal

PostCSS 8.2 added a new API to serialize and deserialize CSS AST to JSON.

import { parse, fromJSON } from 'postcss'

let root = parse('a{}', { from: 'input.css' })
let json = root.toJSON()
// save to file, send by network, etc
let root2 = fromJSON(json)

Thanks to @​mischnic for his work.

v8.1.14

Compare Source

  • Fixed parser performance regression.

v8.1.13

Compare Source

  • Fixed broken AST after moving nodes in visitor API.

v8.1.12

Compare Source

  • Fixed Autoprefixer regression.

v8.1.11

Compare Source

  • Added PostCSS update suggestion on unknown event in plugin.

v8.1.10

Compare Source

  • Fixed LazyResult type export (by Evan You).
  • Fixed LazyResult type compatibility with Promise (by Anton Kastritskiy).

v8.1.9

Compare Source

  • Reduced dependencies number (by Bogdan Chadkin).

v8.1.8

Compare Source

  • Fixed LazyResult type compatibility with Promise (by Ludovico Fischer).
  • Fixed HTTPS links in documentation.

Configuration

📅 Schedule: 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.

🔕 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/postcss-8.x branch from a88a51f to c8a2115 Compare February 11, 2021 07:41
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.2.5 chore(deps): update dependency postcss to v8.2.6 Feb 11, 2021
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from c8a2115 to eae8ce3 Compare February 15, 2021 14:13
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from eae8ce3 to 2cbf318 Compare March 4, 2021 00:58
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.2.6 chore(deps): update dependency postcss to v8.2.7 Mar 4, 2021
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 2cbf318 to cfa4b8b Compare March 9, 2021 22:46
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.2.7 chore(deps): update dependency postcss to v8.2.8 Mar 9, 2021
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from cfa4b8b to 65e7f91 Compare March 30, 2021 21:37
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.2.8 chore(deps): update dependency postcss to v8.2.9 Mar 30, 2021
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 65e7f91 to 22b5d86 Compare April 11, 2021 17:19
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.2.9 chore(deps): update dependency postcss to v8.2.10 Apr 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant