Skip to content

chore(deps): update dependency prettier to ^3.8.2#93

Open
tradeshift-renovate[bot] wants to merge 4 commits intomainfrom
renovate/prettier-3.x
Open

chore(deps): update dependency prettier to ^3.8.2#93
tradeshift-renovate[bot] wants to merge 4 commits intomainfrom
renovate/prettier-3.x

Conversation

@tradeshift-renovate
Copy link
Copy Markdown

@tradeshift-renovate tradeshift-renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies patch ^3.8.1 -> ^3.8.2

Release Notes

prettier/prettier (prettier)

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday in 2125" in timezone Europe/Copenhagen.

🚦 Automerge: Enabled.

♻️ Rebasing: Never, 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 Renovate Bot.

@tradeshift-renovate tradeshift-renovate bot added dependencies Pull requests that update a dependency file dev labels Nov 26, 2024
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.4.1 chore(deps): update dependency prettier to ^3.4.1 - abandoned Dec 15, 2024
@tradeshift-renovate
Copy link
Copy Markdown
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.4.1 - abandoned chore(deps): update dependency prettier to ^3.5.0 Feb 10, 2025
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.5.0 chore(deps): update dependency prettier to ^3.5.2 Feb 24, 2025
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.5.2 chore(deps): update dependency prettier to ^3.5.2 - abandoned Mar 2, 2025
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.5.2 - abandoned chore(deps): update dependency prettier to ^3.5.3 Mar 3, 2025
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/prettier-3.x branch from ba33ba1 to cd4ba3d Compare March 3, 2025 12:17
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.5.3 chore(deps): update dependency prettier to ^3.5.3 - abandoned Mar 9, 2025
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from b45ecf6 to 037b39b Compare August 10, 2025 00:31
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 94dd34d to 6f46d1b Compare August 24, 2025 00:29
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 205c39a to b970022 Compare October 5, 2025 00:27
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.6.0 - abandoned chore(deps): update dependency prettier to ^3.7.3 Dec 1, 2025
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from bdc894c to 77ea639 Compare December 1, 2025 03:43
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.7.3 chore(deps): update dependency prettier to ^3.7.4 Dec 9, 2025
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.7.4 chore(deps): update dependency prettier to ^3.7.4 - abandoned Jan 4, 2026
@tradeshift-renovate
Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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 dev

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants