astroturfcss / astroturf

Better Styling through Compiling: CSS-in-JS for those that want it all.
https://astroturfcss.github.io/astroturf/
MIT License
2.28k stars 60 forks source link

chore(deps): update all non-major dependencies #662

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.12.7 -> ^7.12.8 age adoption passing confidence
@babel/core (source) ^7.12.7 -> ^7.12.9 age adoption passing confidence
babel-loader ^8.2.1 -> ^8.2.2 age adoption passing confidence
lint-staged ^10.5.1 -> ^10.5.2 age adoption passing confidence
prettier (source) ^2.2.0 -> ^2.2.1 age adoption passing confidence

Release Notes

babel/babel ### [`v7.12.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7128-2020-11-23) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.7...v7.12.8) ##### :bug: Bug Fix - `babel-traverse` - [#​12390](https://togithub.com/babel/babel/pull/12390) Avoid infinite loops in type inference logic ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​12387](https://togithub.com/babel/babel/pull/12387) Initialize NodePath context when using `getSibling` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli` - [#​12382](https://togithub.com/babel/babel/pull/12382) Fix Node version check ([@​Hypnosphi](https://togithub.com/Hypnosphi)) ##### :house: Internal - [#​12372](https://togithub.com/babel/babel/pull/12372) chore: fix watch config ([@​JLHwung](https://togithub.com/JLHwung))
babel/babel-loader ### [`v8.2.2`](https://togithub.com/babel/babel-loader/compare/v8.2.1...v8.2.2) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.1...v8.2.2)
okonet/lint-staged ### [`v10.5.2`](https://togithub.com/okonet/lint-staged/releases/v10.5.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.5.1...v10.5.2) ##### Bug Fixes - use bibliography-style links in related posts section of readme ([#​932](https://togithub.com/okonet/lint-staged/issues/932)) ([0ff2917](https://togithub.com/okonet/lint-staged/commit/0ff29178c8771ab10e43a395e252c6a118306942)), closes [#​931](https://togithub.com/okonet/lint-staged/issues/931)
prettier/prettier ### [`v2.2.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​221) [Compare Source](https://togithub.com/prettier/prettier/compare/2.2.0...2.2.1) [diff](https://togithub.com/prettier/prettier/compare/2.2.0...2.2.1) ##### Fix formatting for AssignmentExpression with ClassExpression ([#​9741](https://togithub.com/prettier/prettier/pull/9741) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```js // Input module.exports = class A extends B { method() { console.log("foo"); } }; // Prettier 2.2.0 module.exports = class A extends ( B ) { method() { console.log("foo"); } }; // Prettier 2.2.1 module.exports = class A extends B { method() { console.log("foo"); } }; ```

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.