Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^7.12.7
^7.12.8
^7.12.9
^10.5.1
^10.5.2
^2.2.0
^2.2.1
: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.
This PR contains the following updates:
^7.12.7
->^7.12.8
^7.12.7
->^7.12.9
^10.5.1
->^10.5.2
^2.2.0
->^2.2.1
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))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.