Skip to content

chore: update Next.js, @next/mdx, and eslint-config-next dependencies…#11

Merged
citron03 merged 2 commits intomainfrom
feat/next
Dec 9, 2025
Merged

chore: update Next.js, @next/mdx, and eslint-config-next dependencies…#11
citron03 merged 2 commits intomainfrom
feat/next

Conversation

@citron03
Copy link
Owner

@citron03 citron03 commented Dec 9, 2025

User description

… to 15.5.7


PR Type

Enhancement


Description

  • Next.js를 15.5.7로 업데이트

  • @next/mdx를 15.5.7로 업데이트

  • eslint-config-next를 15.5.7로 업데이트

  • pnpm 잠금 파일 동기화


File Walkthrough

Relevant files
Dependencies
pnpm-workspace.yaml
Next.js 및 관련 의존성 버전 업데이트                                                                 

pnpm-workspace.yaml

  • next 의존성을 15.5.0에서 15.5.7로 업데이트했습니다.
  • @next/mdx 의존성을 15.5.0에서 15.5.7로 업데이트했습니다.
  • eslint-config-next 의존성을 15.5.0에서 15.5.7로 업데이트했습니다.
+6/-6     
pnpm-lock.yaml
pnpm 잠금 파일 업데이트                                                                                   

pnpm-lock.yaml

  • pnpm-workspace.yaml 파일의 종속성 변경 사항을 반영하여 잠금 파일을 업데이트했습니다.
  • 업데이트된 Next.js 및 관련 패키지 버전을 포함합니다.
+261/-315

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

호환성 확인

Next.js 및 관련 라이브러리들의 마이너 버전 업데이트이므로, 기존 코드와의 호환성에 문제가 없는지 릴리즈 노트를 통해 확인하고, 주요 기능들이 정상적으로 동작하는지 테스트하는 것이 중요합니다.

  next: 15.5.7
  babel-plugin-react-compiler: 1.0.0
  eslint-plugin-react-compiler: npm:eslint-plugin-react-compiler@experimental
  storybook: 8.6.14
  '@storybook/react': 8.6.14
  '@storybook/react-vite': 8.6.14
  '@storybook/cli': 8.6.14
  '@storybook/builder-vite': 8.6.14
  '@storybook/addon-essentials': 8.6.14
  '@storybook/addon-interactions': 8.6.14
  '@mdx-js/loader': 3.1.0
  '@mdx-js/react': 3.1.0
  '@next/mdx': 15.5.7
  '@vanilla-extract/next-plugin': 2.4.14
  '@vanilla-extract/css': 1.15.1
  '@vanilla-extract/vite-plugin': 5.1.1
  vitest: 2.0.5
  jsdom: 25.0.0
  '@testing-library/jest-dom': 6.8.0
  '@testing-library/react': 16.3.0
  '@testing-library/user-event': 14.6.1
  eslint: 9.34.0
  eslint-config-next: 15.5.7
  eslint-config-prettier: 9.1.0
  eslint-plugin-import: 2.29.1
  eslint-plugin-prettier: 5.2.1
  eslint-plugin-react: 7.35.1
  eslint-plugin-react-hooks: 7.0.0
  eslint-plugin-simple-import-sort: 12.1.0
  '@typescript-eslint/eslint-plugin': 8.40.0
  '@typescript-eslint/parser': 8.40.0
  '@eslint/js': 9.3.0
  prettier: 3.3.3
  stylelint: 16.9.0
  stylelint-config-prettier: 9.0.5
  stylelint-config-standard: 36.0.1
  lint-staged: 15.2.10
  '@commitlint/cli': 19.8.1
  '@commitlint/config-conventional': 19.8.1
  typescript: 5.4.5
  '@types/node': 20.17.13
  '@types/react': 19.0.7
  '@types/react-dom': 19.0.3
  '@types/mdx': 2.0.13
  '@types/loadable__component': 5.13.10
  '@types/react-color': 3.0.13
  husky: 9.1.4
  vite: 5.4.21
  '@loadable/component': 5.16.7
  react-color: 2.19.3
  chalk: 5.3.0
  inquirer: 9.2.20
  zx: 8.1.0

catalogs:
  framework:
    react: 19.0.0-rc.0
    react-dom: 19.0.0-rc.0
    next: 15.5.7
  storybook:
    storybook: 8.6.14
    '@storybook/react': 8.6.14
    '@storybook/react-vite': 8.6.14
    '@storybook/cli': 8.6.14
    '@storybook/builder-vite': 8.6.14
    '@storybook/addon-essentials': 8.6.14
    '@storybook/addon-interactions': 8.6.14
  mdx:
    '@mdx-js/loader': 3.1.0
    '@mdx-js/react': 3.1.0
    '@next/mdx': 15.5.7
  vanilla-extract:
    '@vanilla-extract/next-plugin': 2.4.14
    '@vanilla-extract/css': 1.15.1
    '@vanilla-extract/vite-plugin': 5.1.1
  testing:
    vitest: 2.0.5
    jsdom: 25.0.0
    '@testing-library/jest-dom': 6.8.0
    '@testing-library/react': 16.3.0
    '@testing-library/user-event': 14.6.1
  eslint:
    eslint: 9.34.0
    eslint-config-next: 15.5.7
기능 테스트

의존성 업데이트 후 기존 기능들이 예상대로 동작하는지, 특히 Next.js의 핵심 기능(라우팅, 데이터 페칭 등)에 문제가 없는지 충분한 테스트가 필요합니다.

  next: 15.5.7
  babel-plugin-react-compiler: 1.0.0
  eslint-plugin-react-compiler: npm:eslint-plugin-react-compiler@experimental
  storybook: 8.6.14
  '@storybook/react': 8.6.14
  '@storybook/react-vite': 8.6.14
  '@storybook/cli': 8.6.14
  '@storybook/builder-vite': 8.6.14
  '@storybook/addon-essentials': 8.6.14
  '@storybook/addon-interactions': 8.6.14
  '@mdx-js/loader': 3.1.0
  '@mdx-js/react': 3.1.0
  '@next/mdx': 15.5.7
  '@vanilla-extract/next-plugin': 2.4.14
  '@vanilla-extract/css': 1.15.1
  '@vanilla-extract/vite-plugin': 5.1.1
  vitest: 2.0.5
  jsdom: 25.0.0
  '@testing-library/jest-dom': 6.8.0
  '@testing-library/react': 16.3.0
  '@testing-library/user-event': 14.6.1
  eslint: 9.34.0
  eslint-config-next: 15.5.7
  eslint-config-prettier: 9.1.0
  eslint-plugin-import: 2.29.1
  eslint-plugin-prettier: 5.2.1
  eslint-plugin-react: 7.35.1
  eslint-plugin-react-hooks: 7.0.0
  eslint-plugin-simple-import-sort: 12.1.0
  '@typescript-eslint/eslint-plugin': 8.40.0
  '@typescript-eslint/parser': 8.40.0
  '@eslint/js': 9.3.0
  prettier: 3.3.3
  stylelint: 16.9.0
  stylelint-config-prettier: 9.0.5
  stylelint-config-standard: 36.0.1
  lint-staged: 15.2.10
  '@commitlint/cli': 19.8.1
  '@commitlint/config-conventional': 19.8.1
  typescript: 5.4.5
  '@types/node': 20.17.13
  '@types/react': 19.0.7
  '@types/react-dom': 19.0.3
  '@types/mdx': 2.0.13
  '@types/loadable__component': 5.13.10
  '@types/react-color': 3.0.13
  husky: 9.1.4
  vite: 5.4.21
  '@loadable/component': 5.16.7
  react-color: 2.19.3
  chalk: 5.3.0
  inquirer: 9.2.20
  zx: 8.1.0

catalogs:
  framework:
    react: 19.0.0-rc.0
    react-dom: 19.0.0-rc.0
    next: 15.5.7
  storybook:
    storybook: 8.6.14
    '@storybook/react': 8.6.14
    '@storybook/react-vite': 8.6.14
    '@storybook/cli': 8.6.14
    '@storybook/builder-vite': 8.6.14
    '@storybook/addon-essentials': 8.6.14
    '@storybook/addon-interactions': 8.6.14
  mdx:
    '@mdx-js/loader': 3.1.0
    '@mdx-js/react': 3.1.0
    '@next/mdx': 15.5.7
  vanilla-extract:
    '@vanilla-extract/next-plugin': 2.4.14
    '@vanilla-extract/css': 1.15.1
    '@vanilla-extract/vite-plugin': 5.1.1
  testing:
    vitest: 2.0.5
    jsdom: 25.0.0
    '@testing-library/jest-dom': 6.8.0
    '@testing-library/react': 16.3.0
    '@testing-library/user-event': 14.6.1
  eslint:
    eslint: 9.34.0
    eslint-config-next: 15.5.7

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

@citron03 citron03 merged commit c0120e3 into main Dec 9, 2025
1 check passed
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