Skip to content

Conversation

@n-hidaka
Copy link
Contributor

@n-hidaka n-hidaka commented Aug 1, 2025

This pull request updates several dependencies in the package.json file to their latest versions, ensuring compatibility with newer features and addressing potential security or performance improvements. The changes primarily involve development tools, TypeScript, ESLint, and runtime libraries.

Dependency Updates:

Development Tools:

  • Updated @babel/core from ^7.27.7 to ^7.28.0.
  • Updated webpack from ^5.99.9 to ^5.101.0.

TypeScript and ESLint:

  • Updated @types/node from ^22.15.34 to ^24.1.0.
  • Updated @typescript-eslint/eslint-plugin from ^8.35.1 to ^8.38.0.
  • Updated @typescript-eslint/parser from ^8.35.1 to ^8.38.0.
  • Updated eslint from ^8.57.0 to ^8.57.1.
  • Updated eslint-config-prettier from ^9.1.0 to ^10.1.8.
  • Updated eslint-plugin-prettier from ^5.5.1 to ^5.5.3.
  • Updated eslint-plugin-react-hooks from ^4.6.2 to ^5.2.0.

Runtime Libraries:

  • Updated @skyway-sdk/room from ^1.13.1 to ^1.15.0.
  • Updated react-error-boundary from ^5.0.0 to ^6.0.0.
  • Updated `skyway-video-processors

@n-hidaka n-hidaka requested a review from Copilot August 1, 2025 09:50
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates various dependencies in package.json to their latest versions, focusing on development tools, TypeScript/ESLint packages, and runtime libraries to improve compatibility and address potential security or performance improvements.

  • Updates development dependencies including Babel, Webpack, TypeScript tools, and ESLint packages
  • Upgrades runtime dependencies including @skyway-sdk/room, react-error-boundary, and skyway-video-processors
  • Includes both major and minor version updates across the dependency stack
Comments suppressed due to low confidence (5)

package.json:16

  • The version @types/node@^24.1.0 appears to be non-existent. As of my knowledge cutoff in January 2025, @types/node major version 24 was not available. The current version should likely be in the 22.x range. Please verify this version exists before merging.
    "@types/node": "^24.1.0",

package.json:37

  • The version @babel/core@^7.28.0 appears to be non-existent. As of my knowledge cutoff in January 2025, @babel/core was in the 7.26.x range. Please verify this version exists before merging.
    "@babel/core": "^7.28.0",

package.json:26

  • The version eslint-config-prettier@^10.1.8 appears to be non-existent. As of my knowledge cutoff in January 2025, eslint-config-prettier was in the 9.x range. Please verify this version exists before merging.
    "eslint-config-prettier": "^10.1.8",

package.json:29

  • The version eslint-plugin-react-hooks@^5.2.0 appears to be non-existent. As of my knowledge cutoff in January 2025, eslint-plugin-react-hooks was in the 4.x range. Please verify this version exists before merging.
    "eslint-plugin-react-hooks": "^5.2.0",

package.json:50

  • The version react-error-boundary@^6.0.0 appears to be non-existent. As of my knowledge cutoff in January 2025, react-error-boundary was in the 4.x range. Please verify this version exists before merging.
    "react-error-boundary": "^6.0.0",

@n-hidaka n-hidaka merged commit 88b88fc into main Aug 1, 2025
1 check passed
@n-hidaka n-hidaka deleted the chore/update-packages-202508a branch August 1, 2025 09:54
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.

2 participants