Skip to content

chore(deps): update dependency @types/react to ^19.2.14#484

Open
vapor-ui wants to merge 1 commit intomainfrom
renovate/react-core
Open

chore(deps): update dependency @types/react to ^19.2.14#484
vapor-ui wants to merge 1 commit intomainfrom
renovate/react-core

Conversation

@vapor-ui
Copy link
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) ^19.2.10^19.2.14 age confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@vercel
Copy link
Contributor

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vapor-ui Ready Ready Preview, Comment Feb 16, 2026 0:16am

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Feb 16, 2026

⚠️ No Changeset found

Latest commit: 2541e07

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @vapor-ui, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on maintaining up-to-date project dependencies by upgrading the @types/react package. This update ensures that the project benefits from the latest type definitions for React, which can improve code quality and catch potential issues during development. Additionally, the lockfile now includes explicit warnings for certain older packages with known security concerns, promoting better security practices.

Highlights

  • Dependency Update: Updated the @types/react dependency from ^19.2.10 to ^19.2.14 across the project's lockfile and workspace configuration.
  • Lockfile Consistency: Ensured all dependent packages referencing @types/react are updated to reflect the new version in pnpm-lock.yaml.
  • Deprecation Warnings: Added deprecation warnings to glob and tar package entries in the lockfile, indicating known security vulnerabilities in older versions.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • pnpm-lock.yaml
    • Updated @types/react version from 19.2.10 to 19.2.14 in the catalogs section.
    • Adjusted @types/react version references within various package dependencies (e.g., @types/react-dom, @storybook/addon-docs, @radix-ui/* components, fumadocs-* packages, react-markdown).
    • Added deprecated fields to glob@10.4.5, glob@11.0.3, and tar@7.4.4 entries, noting security vulnerabilities in older versions.
  • pnpm-workspace.yaml
    • Updated the @types/react specifier from ^19.2.10 to ^19.2.14 in the catalog section.
Activity
  • This pull request was automatically generated by Renovate Bot to update dependencies.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이 PR은 @types/react 의존성을 ^19.2.10에서 ^19.2.14로 업데이트하는 내용입니다. 타입 정의를 최신으로 유지하는 좋은 변경입니다. 다만, 의존성 업데이트 과정에서 pnpm-lock.yaml 파일에 몇 가지 오래되고 취약점이 있는 패키지가 deprecated로 표시된 것을 확인했습니다. globtar 패키지에서 보안 문제가 발견되었으니, 관련 코멘트를 확인하고 후속 조치를 진행하는 것을 권장합니다.

Comment on lines +5437 to +5443
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
hasBin: true

glob@11.0.3:
resolution: {integrity: sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==}
engines: {node: 20 || >=22}
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

pnpm lock 실행 결과, glob 패키지의 10.4.511.0.3 버전이 deprecated로 표시되었습니다.
경고 메시지에 따르면, 이 버전들은 널리 알려진 보안 취약점을 포함하고 있으며 더 이상 지원되지 않습니다.
jscodeshift, rimraf 등의 의존성에서 사용되고 있으니, 해당 패키지들을 업데이트하여 glob의 최신 버전을 사용하도록 조치하는 것이 좋습니다. 이는 잠재적인 보안 위협을 제거하고 프로젝트의 안정성을 높이는 데 중요합니다.

tar@7.4.4:
resolution: {integrity: sha512-O1z7ajPkjTgEgmTGz0v9X4eqeEXTDREPTO77pVC1Nbs86feBU1Zhdg+edzavPmYW1olxkwsqA2v4uOw6E8LeDg==}
engines: {node: '>=18'}
deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

tar@7.4.4 버전이 deprecated로 표시되었습니다.
경고 메시지에 따르면 이 버전은 보안 취약점을 포함하고 있으며 더 이상 지원되지 않습니다.
현재 @tailwindcss/oxide 패키지가 이 버전을 사용하고 있습니다. 관련 패키지를 업데이트하여 tar의 안전한 버전을 사용하도록 하는 것이 좋습니다.

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.

1 participant