Skip to content

chore(deps): lock file maintenance website #318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: current
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
lockFileMaintenance All locks refreshed
@sanity/prettier-config devDependencies patch ^1.0.5 -> ^1.0.6 age confidence
@types/react (source) dependencies patch ^19.1.8 -> ^19.1.10 age confidence
@types/react-dom (source) dependencies patch ^19.1.6 -> ^19.1.7 age confidence
next (source) dependencies minor ^15.3.4 -> ^15.4.6 age confidence
prettier (source) devDependencies minor ^3.5.3 -> ^3.6.2 age confidence
react (source) dependencies patch ^19.1.0 -> ^19.1.1 age confidence
react-dom (source) dependencies patch ^19.1.0 -> ^19.1.1 age confidence
typescript (source) dependencies minor 5.8.3 -> 5.9.2 age confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

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

v1.0.6

Compare Source

Bug Fixes
vercel/next.js (next)

v15.4.6

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#​82347)
  • fix: add ?dpl to fonts in /_next/static/media (#​82384)
Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

v15.4.5

Compare Source

v15.4.4

Compare Source

v15.4.3

Compare Source

v15.4.2

Compare Source

v15.4.1

Compare Source

v15.4.0

Compare Source

v15.3.5

Compare Source

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

facebook/react (react)

v19.1.1

Compare Source

facebook/react (react-dom)

v19.1.1

Compare Source

microsoft/TypeScript (typescript)

v5.9.2

Compare Source


Configuration

📅 Schedule: Branch creation - On day 1 of the month, every 12 months ( * * 1 */12 * ) (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.

👻 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

@renovate renovate bot requested a review from a team July 17, 2025 19:31
Copy link

vercel bot commented Jul 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Comments Updated (UTC)
react-rx Ready Preview 💬 Add feedback Aug 11, 2025 11:07pm

Copy link

socket-security bot commented Jul 17, 2025

@renovate renovate bot force-pushed the renovate/website branch from b802964 to d575e31 Compare July 18, 2025 21:09
@renovate renovate bot force-pushed the renovate/website branch from d575e31 to 854e11f Compare July 22, 2025 21:57
@renovate renovate bot force-pushed the renovate/website branch from 854e11f to 628f219 Compare July 24, 2025 21:35
@renovate renovate bot force-pushed the renovate/website branch from 628f219 to f8cefec Compare July 28, 2025 16:11
@renovate renovate bot force-pushed the renovate/website branch from f8cefec to 88fc7ef Compare July 29, 2025 14:40
@renovate renovate bot force-pushed the renovate/website branch from 88fc7ef to 6e42041 Compare July 29, 2025 22:16
@renovate renovate bot force-pushed the renovate/website branch from 6e42041 to 277cddd Compare July 31, 2025 23:07
@renovate renovate bot force-pushed the renovate/website branch from 277cddd to 3240ddf Compare August 4, 2025 11:40
@renovate renovate bot force-pushed the renovate/website branch from 3240ddf to fe776ef Compare August 6, 2025 22:15
@renovate renovate bot force-pushed the renovate/website branch from fe776ef to ffeb6e4 Compare August 10, 2025 15:20
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