chore: Update dependencies and fix create-pr workflow permissions#86
Merged
chore: Update dependencies and fix create-pr workflow permissions#86
Conversation
- Bump @aws-sdk/client-sns from ^3.893.0 to ^3.1000.0 - Update lru-cache from ^11.2.4 to ^11.2.6 - Upgrade @next/eslint-plugin-next from ^15.5.6 to ^16.2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
This PR performs routine maintenance across the project by updating dependencies and fixing CI workflow permissions.
🔧 CI/CD Changes
.github/workflows/create-pr.yml: Added explicitpermissionsblock for pull request operations. This ensures the workflow has the necessarypull-requestspermission to create/update PRs, addressing potential authorization failures in GitHub Actions.📦 Dependency Updates
package.json/package-lock.json: Streamlined and updated project dependencies. The net reduction in lines (-22 linesremoved vs+13 linesadded) suggests consolidation — likely removing redundant or duplicate dependency entries and aligning version specifications.Key UI/UX Improvements
Breaking Changes
Testing Notes for Reviewers
CI Workflow Verification:
create-prworkflow runs successfully with the new permissions block by triggering the workflow (or verifying it on a subsequent PR).Dependency Validation:
npm install(ornpm ci) from a cleannode_modulesto verify the lock file resolves correctly with no peer dependency warnings or conflicts.npm test) to confirm no regressions from updated packages.npm run buildto verify the Next.js production build completes without errors.npm run dev) for any runtime issues.Lock File Integrity:
package-lock.jsonis consistent withpackage.json(no drift) — runningnpm installshould produce zero changes to the lock file.Browser Compatibility Considerations
🤖 Generated with Claude Code
Branch Info:
chore/package-update-alignmentmainCo-Authored-By: Claude noreply@anthropic.com