Skip to content
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

build(deps-dev): bump prettier from 2.7.1 to 2.8.1 #9

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2022

Bumps prettier from 2.7.1 to 2.8.1.

Release notes

Sourced from prettier's releases.

2.8.1

🔗 Changelog

2.8.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

2.8.1

diff

Fix SCSS map in arguments (#9184 by @​agamkrbit)

// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
")-1})",
),
$display-breakpoints
);
// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
(
"print-only": "only print",
"screen-only": "only screen",
"xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
),
$display-breakpoints
);

Support auto accessors syntax (#13919 by @​sosukesuzuki)

Support for Auto Accessors Syntax landed in TypeScript 4.9.

(Doesn't work well with babel-ts parser)

class Foo {
  accessor foo: number = 3;
</tr></table> 

... (truncated)

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 will merge this PR once CI passes on it, as requested by @Th3S4mur41.


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 Dec 7, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.1 branch 7 times, most recently from 9dba490 to eeaa940 Compare December 9, 2022 12:07
Th3S4mur41
Th3S4mur41 previously approved these changes Dec 9, 2022
Copy link
Owner

@Th3S4mur41 Th3S4mur41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2022

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Th3S4mur41
Th3S4mur41 previously approved these changes Dec 9, 2022
Copy link
Owner

@Th3S4mur41 Th3S4mur41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@github-actions
Copy link

github-actions bot commented Dec 9, 2022

Pull Request Validation Report

This comment is automatically generated by Conventional PR

Whitelist Report

Whitelist Active Result
Pull request is submitted by a bot and should be ignored
Pull request is a draft and should be ignored
Pull request is made by a whitelisted user and should be ignored
Pull request is submitted by administrators and should be ignored

Result

Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped.

Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.7.1...2.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Owner

@Th3S4mur41 Th3S4mur41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@github-actions
Copy link

github-actions bot commented Dec 9, 2022

Pull Request Validation Report

This comment is automatically generated by Conventional PR

Whitelist Report

Whitelist Active Result
Pull request is submitted by a bot and should be ignored
Pull request is a draft and should be ignored
Pull request is made by a whitelisted user and should be ignored
Pull request is submitted by administrators and should be ignored

Result

Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped.

@dependabot dependabot bot merged commit 8cda3a3 into main Dec 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prettier-2.8.1 branch December 9, 2022 12:30
Th3S4mur41 pushed a commit that referenced this pull request Dec 9, 2022
## 1.0.0 (2022-12-09)

### Features

* initical release ([064a60d](064a60d))

### Dependencies and Other Build Updates

* add missing release script ([c624bdf](c624bdf))
* **deps-dev:** bump @commitlint/cli from 17.1.2 to 17.3.0 ([#8](#8)) ([8ada81d](8ada81d))
* **deps-dev:** bump @commitlint/config-conventional from 17.1.0 to 17.3.0 ([#6](#6)) ([eea701e](eea701e))
* **deps-dev:** bump husky from 8.0.1 to 8.0.2 ([#5](#5)) ([c0ba712](c0ba712))
* **deps-dev:** bump prettier from 2.7.1 to 2.8.1 ([#9](#9)) ([8cda3a3](8cda3a3))
* **deps:** bump styfle/cancel-workflow-action from 0.10.0 to 0.11.0 ([#2](#2)) ([a0ca5e1](a0ca5e1))
* **git:** add commit msg linter ([669911e](669911e))
* setup automatic release ([f3f683c](f3f683c))
* setup npm package ([695870e](695870e))
@Th3S4mur41
Copy link
Owner

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant