Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Bump prettier from 2.1.2 to 2.2.1 #254

Merged
merged 1 commit into from
Dec 10, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2020

Bumps prettier from 2.1.2 to 2.2.1.

Release notes

Sourced from prettier's releases.

2.2.1

🔗 Changelog

2.2.0

diff

🔗 Release Notes

Changelog

Sourced from prettier's changelog.

2.2.1

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");
}
};

2.2.0

diff

🔗 Release Notes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 30, 2020
@codecov
Copy link

codecov bot commented Nov 30, 2020

Codecov Report

Merging #254 (ad5cb87) into master (47a1350) will increase coverage by 2.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #254      +/-   ##
==========================================
+ Coverage   82.19%   84.25%   +2.06%     
==========================================
  Files          23       23              
  Lines         292      381      +89     
  Branches       60       95      +35     
==========================================
+ Hits          240      321      +81     
- Misses         40       49       +9     
+ Partials       12       11       -1     
Impacted Files Coverage Δ
lib/codecov.js 70.93% <0.00%> (-1.42%) ⬇️
lib/git.js 100.00% <0.00%> (ø)
lib/services/snap.js 100.00% <0.00%> (ø)
lib/services/drone.js 100.00% <0.00%> (ø)
lib/services/circle.js 100.00% <0.00%> (ø)
lib/services/cirrus.js 100.00% <0.00%> (ø)
lib/services/gitlab.js 100.00% <0.00%> (ø)
lib/services/heroku.js 100.00% <0.00%> (ø)
lib/services/travis.js 100.00% <0.00%> (ø)
lib/services/jenkins.js 100.00% <0.00%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 47a1350...2e12fb3. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.2.1 branch from 6eaf4ec to ad5cb87 Compare December 9, 2020 16:42
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@2.1.2...2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.2.1 branch from ad5cb87 to 2e12fb3 Compare December 10, 2020 02:34
@thomasrockhu thomasrockhu merged commit 96f52cb into master Dec 10, 2020
@thomasrockhu thomasrockhu deleted the dependabot/npm_and_yarn/prettier-2.2.1 branch December 10, 2020 02:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant