Skip to content

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Sep 1, 2025

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies minor 3.5.3 -> 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.

v3.6.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Sep 1, 2025
@kodiakhq kodiakhq bot merged commit 47f6c0d into main Sep 1, 2025
10 checks passed
@kodiakhq kodiakhq bot deleted the renovate/prettier-3.x-lockfile branch September 1, 2025 01:19
kodiakhq bot pushed a commit that referenced this pull request Sep 1, 2025
🤖 I have created a release *beep* *boop*
---


## [0.1.29](v0.1.28...v0.1.29) (2025-09-01)


### Bug Fixes

* **deps:** Update dependency @types/luxon to v3.7.1 ([#294](#294)) ([c1ae4c8](c1ae4c8))
* **deps:** Update dependency ava to v6.4.1 ([#289](#289)) ([d3d5a4a](d3d5a4a))
* **deps:** Update dependency execa to v9.6.0 ([#290](#290)) ([6f5925d](6f5925d))
* **deps:** Update dependency luxon to v3.7.1 ([#292](#292)) ([7b5fd8e](7b5fd8e))
* **deps:** Update dependency modern-errors to v7.1.2 ([#293](#293)) ([f72ae5a](f72ae5a))
* **deps:** Update dependency prettier to v3.6.2 ([#295](#295)) ([47f6c0d](47f6c0d))
* **deps:** Update dependency semver to v7.7.2 ([#296](#296)) ([8a55d10](8a55d10))
* **deps:** Update dependency typescript to v5.9.2 ([#297](#297)) ([18a9b41](18a9b41))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant