Skip to content

Update minor devDeps #1099

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
Nov 30, 2020
Merged

Update minor devDeps #1099

merged 1 commit into from
Nov 30, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 30, 2020

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/traverse (source) 7.12.7 -> 7.12.9 age adoption passing confidence
autoprefixer 10.0.2 -> 10.0.4 age adoption passing confidence
babel-loader 8.2.1 -> 8.2.2 age adoption passing confidence
postcss (source) 8.1.9 -> 8.1.10 age adoption passing confidence
prettier (source) 2.2.0 -> 2.2.1 age adoption passing confidence

Release Notes

babel/babel

v7.12.8

Compare Source

🐛 Bug Fix
🏠 Internal
postcss/autoprefixer

v10.0.4

Compare Source

  • Fixed Cannot read property 'proxyOf' of undefined error (by Igor Kamyshev).

v10.0.3

Compare Source

  • Fixed substract to subtract value for mask-composite (by Michelle Enos).
babel/babel-loader

v8.2.2

Compare Source

postcss/postcss

v8.1.10

Compare Source

  • Fixed LazyResult type export (by Evan You).
  • Fixed LazyResult type compatibility with Promise (by Anton Kastritskiy).
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");
  }
};

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 75aaff0 into master Nov 30, 2020
@dmt0 dmt0 deleted the renovate/minor-devdeps branch November 30, 2020 06:32
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