Skip to content

Update minor devDeps #1104

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

Merged
merged 1 commit into from
Dec 14, 2020
Merged

Update minor devDeps #1104

merged 1 commit into from
Dec 14, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 14, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.12.8 -> 7.12.10 age adoption passing confidence
@babel/core (source) 7.12.9 -> 7.12.10 age adoption passing confidence
@babel/node (source) 7.12.6 -> 7.12.10 age adoption passing confidence
@babel/preset-env (source) 7.12.7 -> 7.12.10 age adoption passing confidence
@babel/preset-react (source) 7.12.7 -> 7.12.10 age adoption passing confidence
@babel/traverse (source) 7.12.9 -> 7.12.10 age adoption passing confidence
autoprefixer 10.0.4 -> 10.1.0 age adoption passing confidence
postcss (source) 8.1.14 -> 8.2.1 age adoption passing confidence

Release Notes

babel/babel

v7.12.10

Compare Source

👓 Spec Compliance
  • babel-parser
    • #​12443 Make sure estree test should not throw if babel parser does not throw (@​JLHwung)
    • #​12375 Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (@​JLHwung)
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
postcss/autoprefixer

v10.1.0

Compare Source

Coat of arms of Botswana

Autoprefixer 10.1 improved min-resolution support.

@​infusion added dpcm unit support and num2fraction with Fraction.js, which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ <0.001 afterward.

/* input */
@&#8203;media (min-resolution: 113.38dpcm) {
  …
}

/* output */
@&#8203;media (-webkit-min-device-pixel-ratio: 3),
       (min--moz-device-pixel-ratio: 3),
       (-o-min-device-pixel-ratio: 3/1),
       (min-resolution: 113.38dpcm) {
  …
}
postcss/postcss

v8.2.1

Compare Source

  • Fixed Node#toJSON() and postcss.fromJSON() (by Niklas Mischkulnig).

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: "before 2am on monday" (UTC).

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

@dmt0 dmt0 merged commit 778bfe2 into master Dec 14, 2020
@dmt0 dmt0 deleted the renovate/minor-devdeps branch December 14, 2020 03:28
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.

2 participants