Skip to content

Conversation

tradeshift-renovate[bot]
Copy link

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

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies patch ^3.6.0 -> ^3.6.2

Release Notes

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.


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
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
Jesper Terkelsen and others added 2 commits June 29, 2025 00:25
- mark team ownership in tradeshift
- setup rebase automation
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/prettier-3.x branch from 1255136 to cecf866 Compare June 30, 2025 07:24
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.5.3 - abandoned chore(deps): update dependency prettier to ^3.6.2 Jun 30, 2025
@tradeshift-renovate tradeshift-renovate bot changed the title chore(deps): update dependency prettier to ^3.6.2 chore(deps): update dependency prettier to ^3.6.2 - abandoned Jul 6, 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
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