Skip to content

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

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#82
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.2 Dec 9, 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.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.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
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 78d8274 to 357be82 Compare April 6, 2025 00:30
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 7794114 to a3d525f Compare June 8, 2025 00:34
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from f6852d2 to 3c7c0a1 Compare October 5, 2025 00:31
@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 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 3 times, most recently from e6e7edb to 11ccd55 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
@tradeshiftcicomponents tradeshiftcicomponents force-pushed the main branch 2 times, most recently from 8d8a16e to 9b0acf5 Compare March 8, 2026 00:41
Jesper Terkelsen and others added 2 commits April 5, 2026 00:48
- mark team ownership in tradeshift
- setup rebase automation
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.7.4 - abandoned chore(deps): update dependency prettier to ^3.8.2 Apr 11, 2026
@tradeshift-renovate tradeshift-renovate Bot force-pushed the renovate/prettier-3.x branch from 6a27aaa to a674007 Compare April 11, 2026 00:21
@tradeshift-renovate tradeshift-renovate Bot changed the title chore(deps): update dependency prettier to ^3.8.2 chore(deps): update dependency prettier to ^3.8.2 - abandoned May 3, 2026
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