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.8.3 to 2.8.4 #25

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2023

Bumps prettier from 2.8.3 to 2.8.4.

Release notes

Sourced from prettier's releases.

2.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

2.8.4

diff

Fix leading comments in mapped types with readonly (#13427 by @​thorn0, @​sosukesuzuki)

// Input
type Type = {
  // comment
  readonly [key in Foo];
};
// Prettier 2.8.3
type Type = {
readonly // comment
[key in Foo];
};
// Prettier 2.8.4
type Type = {
// comment
readonly [key in Foo];
};

Group params in opening block statements (#14067 by @​jamescdavis)

This is a follow-up to #13930 to establish wrapping consistency between opening block statements and else blocks by grouping params in opening blocks. This causes params to break to a new line together and not be split across lines unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the same as opening blocks.

{{! Input }}
{{#block param param param param param param param param param param as |blockParam|}}
  Hello
{{else block param param param param param param param param param param as |blockParam|}}
  There
{{/block}}
{{! Prettier 2.8.3 }}
{{#block
param
param
param
param
param
</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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 8, 2023
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 dependabot bot merged commit fe0a4a7 into main Feb 8, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prettier-2.8.4 branch February 8, 2023 23:11
Th3S4mur41 pushed a commit that referenced this pull request Jun 19, 2023
## [1.0.2](v1.0.1...v1.0.2) (2023-06-19)

### Dependencies and Other Build Updates

* bump node to version 18 (LTS) ([#17](#17)) ([e2b2cb8](e2b2cb8)), closes [#16](#16)
* **deps-dev:** bump @commitlint/cli from 17.3.0 to 17.4.0 ([#12](#12)) ([bc58e0f](bc58e0f))
* **deps-dev:** bump @commitlint/cli from 17.4.0 to 17.4.1 ([#18](#18)) ([7245b86](7245b86))
* **deps-dev:** bump @commitlint/cli from 17.4.1 to 17.4.2 ([#20](#20)) ([b0efed8](b0efed8))
* **deps-dev:** bump @commitlint/cli from 17.4.2 to 17.4.3 ([#27](#27)) ([94a7d30](94a7d30))
* **deps-dev:** bump @commitlint/cli from 17.4.3 to 17.4.4 ([#29](#29)) ([6be1aa9](6be1aa9))
* **deps-dev:** bump @commitlint/cli from 17.4.4 to 17.5.0 ([#34](#34)) ([1269065](1269065))
* **deps-dev:** bump @commitlint/cli from 17.5.0 to 17.5.1 ([#38](#38)) ([c7be3b5](c7be3b5))
* **deps-dev:** bump @commitlint/cli from 17.5.1 to 17.6.0 ([#40](#40)) ([180129f](180129f))
* **deps-dev:** bump @commitlint/cli from 17.6.0 to 17.6.1 ([#42](#42)) ([94d0628](94d0628))
* **deps-dev:** bump @commitlint/cli from 17.6.1 to 17.6.3 ([#46](#46)) ([d228d0c](d228d0c))
* **deps-dev:** bump @commitlint/cli from 17.6.3 to 17.6.5 ([#48](#48)) ([1ab4a74](1ab4a74))
* **deps-dev:** bump @commitlint/config-conventional from 17.3.0 to 17.4.0 ([#13](#13)) ([67265f9](67265f9))
* **deps-dev:** bump @commitlint/config-conventional from 17.4.0 to 17.4.2 ([#19](#19)) ([c903a4d](c903a4d))
* **deps-dev:** bump @commitlint/config-conventional from 17.4.2 to 17.4.3 ([#26](#26)) ([4f75b8f](4f75b8f))
* **deps-dev:** bump @commitlint/config-conventional from 17.4.3 to 17.4.4 ([#28](#28)) ([f0fca05](f0fca05))
* **deps-dev:** bump @commitlint/config-conventional from 17.4.4 to 17.6.0 ([#41](#41)) ([4729bf0](4729bf0))
* **deps-dev:** bump @commitlint/config-conventional from 17.6.0 to 17.6.1 ([#43](#43)) ([6c54b55](6c54b55))
* **deps-dev:** bump @commitlint/config-conventional from 17.6.1 to 17.6.3 ([#47](#47)) ([bd3edc9](bd3edc9))
* **deps-dev:** bump @commitlint/config-conventional from 17.6.3 to 17.6.5 ([#49](#49)) ([6d014a7](6d014a7))
* **deps-dev:** bump @semantic-release/changelog from 6.0.2 to 6.0.3 ([#35](#35)) ([b45547d](b45547d))
* **deps-dev:** bump husky from 8.0.2 to 8.0.3 ([#11](#11)) ([4757aaf](4757aaf))
* **deps-dev:** bump prettier from 2.8.1 to 2.8.2 ([#15](#15)) ([0190006](0190006))
* **deps-dev:** bump prettier from 2.8.2 to 2.8.3 ([#21](#21)) ([f08bab7](f08bab7))
* **deps-dev:** bump prettier from 2.8.3 to 2.8.4 ([#25](#25)) ([fe0a4a7](fe0a4a7))
* **deps-dev:** bump prettier from 2.8.4 to 2.8.5 ([#32](#32)) ([8ccac85](8ccac85))
* **deps-dev:** bump prettier from 2.8.5 to 2.8.6 ([#33](#33)) ([ff68ff6](ff68ff6))
* **deps-dev:** bump prettier from 2.8.6 to 2.8.7 ([#37](#37)) ([ad269ac](ad269ac))
* **deps-dev:** bump prettier from 2.8.7 to 2.8.8 ([#44](#44)) ([b6f0c9f](b6f0c9f))
* **deps-dev:** bump semantic-release from 19.0.5 to 20.0.2 ([#14](#14)) ([a6dd339](a6dd339)), closes [#1915](https://github.com/Th3S4mur41/demo-auto-security-release/issues/1915) [#2569](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2569) [#2543](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2543) [#2620](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2620) [#2632](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2632) [#2619](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2619) [#2632](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2632) [#2620](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2620) [#1915](https://github.com/Th3S4mur41/demo-auto-security-release/issues/1915) [#2653](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2653) [#2650](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2650) [#2649](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2649) [#2646](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2646) [#2645](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2645) [#2607](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2607)
* **deps-dev:** bump semantic-release from 20.0.2 to 20.0.3 ([#22](#22)) ([406a767](406a767))
* **deps-dev:** bump semantic-release from 20.0.3 to 20.0.4 ([#23](#23)) ([78137c4](78137c4))
* **deps-dev:** bump semantic-release from 20.0.4 to 20.1.0 ([#24](#24)) ([0f70e0b](0f70e0b))
* **deps-dev:** bump semantic-release from 20.1.0 to 20.1.1 ([#30](#30)) ([3d4e4d1](3d4e4d1))
* **deps-dev:** bump semantic-release from 20.1.1 to 20.1.3 ([#31](#31)) ([9eb860f](9eb860f))
* **deps-dev:** bump semantic-release from 20.1.3 to 21.0.1 ([#39](#39)) ([e5b05f5](e5b05f5)), closes [#2757](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2757) [#2709](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2709) [#2757](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2757) [#2751](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2751) [#2744](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2744) [#2737](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2737) [#2746](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2746) [#2748](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2748) [#2745](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2745) [#2740](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2740) [#2741](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2741)
* **deps-dev:** bump semantic-release from 21.0.1 to 21.0.2 ([#45](#45)) ([2462d05](2462d05))
* **deps-dev:** bump semantic-release from 21.0.2 to 21.0.3 ([#50](#50)) ([1911bfc](1911bfc))
* **deps-dev:** bump semantic-release from 21.0.3 to 21.0.5 ([#51](#51)) ([517e9cc](517e9cc))
* **deps:** bump Namchee/conventional-pr from 0.12.1 to 0.13.0 ([#52](#52)) ([0963797](0963797))
@Th3S4mur41
Copy link
Owner

🎉 This PR is included in version 1.0.2 🎉

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