Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@sanity/prettier-config ^2.0.0 -> ^2.0.1 age confidence devDependencies patch
browserslist ^4.24.4 -> ^4.27.0 age confidence devDependencies minor
google-github-actions/release-please-actiongoogleapis/release-please-action v3 -> v3 action replacement
peter-evans/create-pull-request 67ccf78 -> 271a8d0 action digest
prettier (source) ^3.6.0 -> ^3.6.2 age confidence devDependencies patch

This is a special PR that replaces google-github-actions/release-please-action with the community suggested minimal stable replacement version.


Release Notes

sanity-io/prettier-config (@​sanity/prettier-config)

v2.0.1

Compare Source

Bug Fixes
browserslist/browserslist (browserslist)

v4.27.0

Compare Source

  • Added BROWSERSLIST_TRACE_WARNING environment variable.

v4.26.3

Compare Source

v4.26.2

Compare Source

  • Fixed baseline-browser-mapping version requirement.

v4.26.1

Compare Source

  • Updated Firefox ESR.

v4.26.0

Compare Source

v4.25.4

Compare Source

v4.25.3

Compare Source

v4.25.2

Compare Source

  • Fixed Node.js --permission support (by @​broofa).

v4.25.1

Compare Source

  • Updated Firefox ESR.

v4.25.0

Compare Source

  • Added cover 95% in browserslist-config-mycompany stats query support.

v4.24.5

Compare Source

  • Fixed support ESM shared config.
  • Fixed docs (by Alexander Pushkov & マルコメ).
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 - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@socket-security
Copy link

socket-security bot commented Jul 17, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​sanity/​prettier-config@​2.0.0 ⏵ 2.0.185 -110079 +287 -1100
Updatedprettier@​3.6.0 ⏵ 3.6.299 +110010090100
Updatedbrowserslist@​4.24.4 ⏵ 4.27.0981009193100

View full report

@renovate renovate bot force-pushed the renovate/non-major branch from 6f07093 to 06960cf Compare July 17, 2025 21:39
@renovate renovate bot force-pushed the renovate/non-major branch from 06960cf to a276e50 Compare July 28, 2025 19:09
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from b114286 to 7b4edc4 Compare August 13, 2025 12:42
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from 7158b04 to cbf8082 Compare August 19, 2025 12:41
@renovate renovate bot force-pushed the renovate/non-major branch from cbf8082 to 6f4a16c Compare August 31, 2025 11:39
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from 99e67a5 to 8903c69 Compare September 16, 2025 15:54
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from 5ccf200 to d5c2c63 Compare October 1, 2025 22:25
@renovate renovate bot force-pushed the renovate/non-major branch from d5c2c63 to 1e8750a Compare October 9, 2025 11:35
@renovate renovate bot force-pushed the renovate/non-major branch 2 times, most recently from e14b55c to 2230c54 Compare October 25, 2025 14:46
@renovate renovate bot force-pushed the renovate/non-major branch from 2230c54 to f676a2f Compare October 27, 2025 13:53
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.

0 participants