Skip to content
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

refactor: upgrade Next.js to v15 #279

Merged
merged 37 commits into from
Feb 4, 2025
Merged

Conversation

JeffreyArt1
Copy link
Contributor

@JeffreyArt1 JeffreyArt1 commented Jan 9, 2025

This pull request includes several changes to improve the codebase, update dependencies, and fix bugs. The most important changes include updating imports, improving Sentry configuration, and making various bug fixes.

Import and Configuration Updates:

  • instrumentation.ts: Changed require to import for version and name from package.json. Added environment to Sentry configuration.
  • next.config.ts: Added Sentry configuration and webpack customizations for better handling of AWS SDK and other packages.

Dependency Updates:

  • package.json: Updated multiple dependencies and devDependencies to their latest versions.

Bug Fixes:

These changes enhance the stability and maintainability of the codebase by ensuring proper import usage, updating dependencies to their latest versions, and fixing bugs related to asynchronous operations.This pull request includes multiple changes to improve the codebase, update dependencies, and fix various issues. The most important changes include refactoring import statements, updating the next.config.ts file to include Sentry configuration, and updating dependencies in package.json.

Refactoring and Configuration Updates:

  • Refactored import statements in instrumentation.ts to use ES6 import syntax.
  • Added Sentry configuration to next.config.ts, including settings for source map uploading, hiding source maps, and disabling the logger.

Dependency Updates:

  • Updated various dependencies in package.json, including @aws-amplify, @emotion, @mui, @sentry/nextjs, next, react, and typescript.

Code Fixes and Improvements:

Code Cleanup:

@JeffreyArt1 JeffreyArt1 marked this pull request as ready for review January 16, 2025 13:26
@aws-sdk/client-rekognition, @sentry/nextjs, commitlint, typescript-eslint, and vitest
@JeffreyArt1 JeffreyArt1 merged commit 221792a into master Feb 4, 2025
5 of 7 checks passed
@JeffreyArt1 JeffreyArt1 deleted the refactor/uppgrade-next-15 branch February 4, 2025 20:02
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