Skip to content

chore(deps): update dependency prettier to ^3.8.2 - abandoned#90

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

chore(deps): update dependency prettier to ^3.8.2 - abandoned#90
tradeshift-renovate[bot] wants to merge 3 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 changed the title chore(deps): update dependency prettier to ^3.4.0 chore(deps): update dependency prettier to ^3.4.0 - abandoned Dec 1, 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.0 - abandoned chore(deps): update dependency prettier to ^3.4.2 Dec 4, 2024
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.4.2 chore(deps): update dependency prettier to ^3.4.2 - abandoned Dec 15, 2024
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.4.2 - abandoned chore(deps): update dependency prettier to ^3.5.1 Feb 17, 2025
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.5.1 chore(deps): update dependency prettier to ^3.5.1 - abandoned Mar 2, 2025
@tradeshift-renovate tradeshift-renovate Bot force-pushed the renovate/prettier-3.x branch from 4ed4eba to 1255136 Compare March 3, 2025 07:23
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.5.1 - abandoned chore(deps): update dependency prettier to ^3.5.3 Mar 3, 2025
@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 075b40e to 9ee15ac Compare July 27, 2025 00:26
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from f3e7c2c to 7c1d56c Compare August 10, 2025 00:26
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from d23e40d to e46d575 Compare August 24, 2025 00:24
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 05469df to ed1b3b2 Compare October 5, 2025 00:23
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.6.2 - 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 4 times, most recently from 56cc912 to e09b89f Compare December 1, 2025 04:16
@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
Jesper Terkelsen and others added 3 commits April 5, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants