Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node 12.19.4 -> 12.19.7 age adoption passing confidence
@types/react 16.9.56 -> 16.14.2 age adoption passing confidence
@types/react-dom 16.9.9 -> 16.9.10 age adoption passing confidence
prettier (source) ^2.1.2 -> ^2.2.1 age adoption passing confidence
react-scripts 4.0.0 -> 4.0.1 age adoption passing confidence
typescript (source) 4.0.5 -> 4.1.2 age adoption passing confidence

Release Notes

prettier/prettier

v2.2.1

Compare Source

diff

Fix formatting for AssignmentExpression with ClassExpression (#​9741 by @​sosukesuzuki)
// 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");
  }
};

v2.2.0

Compare Source

diff

🔗 Release Notes

facebook/create-react-app

v4.0.1

Compare Source

Microsoft/TypeScript

v4.1.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

📅 Schedule: "before 3am 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d4be969 to c036ed1 Compare November 25, 2020 06:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c036ed1 to f3ff22a Compare November 28, 2020 02:12
@mxschmitt mxschmitt merged commit d06bc2f into master Nov 28, 2020
@mxschmitt mxschmitt deleted the renovate/all-minor-patch branch November 28, 2020 10:03
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