Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
amannn/action-semantic-pull-request action minor v6.0.1 -> v6.1.1 age confidence
prettier (source) devDependencies minor 3.5.3 -> 3.6.2 age confidence
turbo (source) devDependencies patch 2.5.4 -> 2.5.6 age confidence
typescript (source) devDependencies minor ~5.8.0 -> ~5.9.0 age confidence

Release Notes

amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features
Bug Fixes
  • Remove trailing whitespace from "unknown release type" error message (#​291) (afa4edb)
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

vercel/turborepo (turbo)

v2.5.6: Turborepo v2.5.6

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.5...v2.5.6

v2.5.5: Turborepo v2.5.5

Compare Source

What's Changed

Docs
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.4...v2.5.5

microsoft/TypeScript (typescript)

v5.9.2

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jun 23, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-non-major branch from 5851506 to 7dc0b4d Compare June 25, 2025 16:09
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.0 chore(deps): update dependency prettier to v3.6.1 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch from 7dc0b4d to 6be0f04 Compare June 27, 2025 04:40
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.1 chore(deps): update dependency prettier to v3.6.2 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from c3f6a9e to 518c58f Compare July 6, 2025 17:58
@renovate renovate bot force-pushed the renovate/all-non-major branch 10 times, most recently from 8a6b580 to 2749802 Compare July 14, 2025 14:08
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from 393badf to 0e09992 Compare July 16, 2025 21:33
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.2 chore(deps): update patch/minor dependencies Jul 16, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from 9c29526 to 4b4462a Compare July 30, 2025 23:54
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from 0e69e6c to 376f1c9 Compare August 5, 2025 12:59
@renovate renovate bot force-pushed the renovate/all-non-major branch 10 times, most recently from 0f64866 to f5af026 Compare August 23, 2025 09:42
@renovate renovate bot force-pushed the renovate/all-non-major branch 10 times, most recently from 0b3fd37 to bc0d26e Compare August 31, 2025 11:49
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from a81d2ed to 57c107c Compare September 2, 2025 06:55
@renovate renovate bot force-pushed the renovate/all-non-major branch from 57c107c to 70dbda3 Compare September 2, 2025 06:56
@barjin barjin merged commit 7922067 into master Sep 2, 2025
15 checks passed
@barjin barjin deleted the renovate/all-non-major branch September 2, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant