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

Update dependency postcss to v8.2.0 #93

Merged
merged 1 commit into from Dec 9, 2020
Merged

Update dependency postcss to v8.2.0 #93

merged 1 commit into from Dec 9, 2020

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 8, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

postcss/postcss

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.


Renovate 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 added the dependencies label Dec 8, 2020
@vercel
Copy link

@vercel vercel bot commented Dec 8, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/atanas/itcss/asieoc5d9
Preview: https://itcss-git-renovate-postcss-8x.atanas.vercel.app

@scriptex scriptex merged commit 3461bc4 into master Dec 9, 2020
9 checks passed
9 checks passed
build (10.x)
Details
build (12.x)
Details
build (14.x)
Details
AccessLint Review complete
Codacy Static Code Analysis Codacy Static Code Analysis
Details
CodeFactor No issues found.
Details
DeepScan 0 new and 0 fixed issues
Details
Vercel Deployment has completed
Details
WhiteSource Security Check Security Report
Details
@scriptex scriptex deleted the renovate/postcss-8.x branch Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants