Skip to content

⬆️ Updates prettier to ^2.8.8#45

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-2.x
Open

⬆️ Updates prettier to ^2.8.8#45
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 13, 2021

This PR contains the following updates:

Package Change Age Confidence
prettier (source) ^2.1.2^2.8.8 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prettier/prettier (prettier)

v2.8.8

Compare Source

v2.8.7

Compare Source

v2.8.6

Compare Source

v2.8.5

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.2

Compare Source

v2.6.1

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js

v2.5.1

Compare Source

diff

Improve formatting for empty tuple types (#​11884 by @​sosukesuzuki)
// Input
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;

// Prettier 2.5.0
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [

]
  ? Foo3
  : Foo4;

// Prettier 2.5.0 (tailingCommma = all)
// Invalid TypeScript code
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [
  ,
]
  ? Foo3
  : Foo4;

// Prettier 2.5.1
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;
Fix compatibility with Jest inline snapshot test (#​11892 by @​fisker)

A internal change in Prettier@​v2.5.0 accidentally breaks the Jest inline snapshot test.

Support Glimmer's named blocks (#​11899 by @​duailibe)

Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.

See: Glimmer's named blocks.

// Input
<Component>
  <:named></:named>
</Component>

// Prettier 2.5.0
<Component>
  <:named />
</Component>

// Prettier 2.5.1
<Component>
  <:named></:named>
</Component>

v2.5.0

Compare Source

diff

🔗 Release Notes

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@&#8203;forward "library" as btn-*;

// Prettier 2.4.0
@&#8203;forward "library" as btn- *;

// Prettier 2.4.1
@&#8203;forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

v2.4.0

Compare Source

diff

🔗 Release Notes

v2.3.2

Compare Source

diff

Fix failure on dir with trailing slash (#​11000 by @​fisker)
$ ls
1.js  1.unknown

v2.3.1

Compare Source

$ prettier . -l
1.js
$ prettier ./ -l
[error] No supported files were found in the directory: "./".

v2.3.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: (in timezone Europe/Moscow)

  • Branch creation
    • "after 10pm every weekday,before 5am every weekday,every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changelogg
Copy link
Copy Markdown

changelogg Bot commented Mar 13, 2021

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 13, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@github-actions
Copy link
Copy Markdown

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

@github-actions
Copy link
Copy Markdown

🏷️ [bumpr] Next version:v0.0.1

@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 2fe2f7a to b0c4ec9 Compare March 13, 2021 16:50
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.2.1 ⬆️ Updates prettier to ^2.2.1 - autoclosed Apr 19, 2021
@renovate renovate Bot closed this Apr 19, 2021
@renovate renovate Bot deleted the renovate/prettier-2.x branch April 19, 2021 11:51
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.2.1 - autoclosed ⬆️ Updates prettier to ^2.2.1 Apr 19, 2021
@renovate renovate Bot reopened this Apr 19, 2021
@renovate renovate Bot restored the renovate/prettier-2.x branch April 19, 2021 21:17
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from b0c4ec9 to 5dcfb14 Compare April 19, 2021 21:18
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 56d60ea to 016547f Compare May 10, 2021 00:27
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.2.1 ⬆️ Updates prettier to ^2.3.0 May 10, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 016547f to 3c5d2c8 Compare May 24, 2021 12:34
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 3c5d2c8 to 653b914 Compare June 5, 2021 10:55
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.3.0 ⬆️ Updates prettier to ^2.3.1 Jun 5, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 653b914 to c24af1d Compare June 26, 2021 09:41
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.3.1 ⬆️ Updates prettier to ^2.3.2 Jun 26, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from c24af1d to 41ce243 Compare October 18, 2021 19:44
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.3.2 ⬆️ Updates prettier to ^2.4.1 Oct 18, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 41ce243 to 752fe3b Compare March 7, 2022 10:39
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.4.1 ⬆️ Updates prettier to ^2.5.1 Mar 7, 2022
@viezly
Copy link
Copy Markdown

viezly Bot commented Mar 7, 2022

Pull request by bot. No need to analyze

@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 752fe3b to 9431fe2 Compare March 26, 2022 13:57
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.5.1 ⬆️ Updates prettier to ^2.6.1 Mar 26, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 9431fe2 to 8a8fe6c Compare April 25, 2022 01:48
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.6.1 ⬆️ Updates prettier to ^2.6.2 Apr 25, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 8a8fe6c to 463786d Compare June 18, 2022 17:32
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.6.2 ⬆️ Updates prettier to ^2.7.1 Jun 18, 2022
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.7.1 ⬆️ Updates prettier to ^2.8.4 Mar 18, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 463786d to 03820a8 Compare March 18, 2023 10:02
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.8.4 ⬆️ Updates prettier to ^2.8.7 Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 03820a8 to 157565e Compare March 24, 2023 18:52
@renovate renovate Bot changed the title ⬆️ Updates prettier to ^2.8.7 ⬆️ Updates prettier to ^2.8.8 May 28, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 157565e to 4e868c7 Compare May 28, 2023 12:22
@socket-security
Copy link
Copy Markdown

socket-security Bot commented May 28, 2023

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 4e868c7 to 6758f94 Compare January 4, 2024 23:06
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 6758f94 to 68fa583 Compare March 4, 2025 00:41
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 68fa583 to 37e7777 Compare November 10, 2025 16:10
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 37e7777 to 1379a57 Compare December 3, 2025 17:57
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 1379a57 to 325729b Compare April 18, 2026 12:58
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedprettier@​2.2.1 ⏵ 2.8.8921009897100

View full report

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.

0 participants