chore(deps): bump next from 15.5.4 to 15.5.7#353
Open
dependabot[bot] wants to merge 5 commits intostagingfrom
Open
chore(deps): bump next from 15.5.4 to 15.5.7#353dependabot[bot] wants to merge 5 commits intostagingfrom
dependabot[bot] wants to merge 5 commits intostagingfrom
Conversation
Bumps [next](https://github.com/vercel/next.js) from 15.5.4 to 15.5.7. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.4...v15.5.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* fix: fix create project error handling * feat: enhance login and project grid components with session handling and error management * chore: Add staging branch to build workflow * Fix left arrow buttons in dual-thumb duration slider (#340) * sync main (#339) * fix: fix create project error handling * feat: enhance login and project grid components with session handling and error management * chore: Add staging branch to build workflow * 🔖 Release 3.3.3 * Initial plan * Fix duration-slider left arrow buttons in dual-thumb mode Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: Younes <younes.benaomar@gmail.com> Co-authored-by: github-actions[bot] <celluloid-camp[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * feat: add manual time input fields to duration slider (#341) * Initial plan * Add text input fields between slider buttons for manual time entry Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Fix: Add minDistance to dependency arrays for input handlers Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * chore: remove Dependabot configuration and add Renovate configuration * feat: enhance duration slider with manual time input and validation. * feat: add My Playlists tab to user profile (#343) * Initial plan * Add MyPlaylist tab to profile with tabs UI and playlist display Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Address code review feedback - fix auth check, ordering, and placeholder image Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Move PlaylistThumbnail component to profile directory Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> Co-authored-by: Younes <younes.benaomar@gmail.com> * fix: update transcript generation messages in English and French locales for clarity * Add GitHub Copilot instructions configuration (#345) * Initial plan * feat: add GitHub Copilot instructions configuration Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * fix: add missing SMTP_SECURE environment variable to copilot instructions Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * fix: correct environment variable names to match actual codebase usage Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * fix: replace BullMQ with @mgcrea/prisma-queue in documentation Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> Co-authored-by: Younes <younes.benaomar@gmail.com> * Add playlist edit and delete functionality with confirmation dialog (#346) * Initial plan * feat: Add playlist edit and delete functionality - Add update and delete tRPC procedures to playlist router - Create EditPlaylistDialog component with title/description fields - Add delete confirmation dialog using material-ui-confirm - Add edit button to PlaylistThumbnail component - Add translation keys for edit/delete playlist actions (EN/FR) Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * fix: Address code review feedback - Fix validation message to use correct translation key - Fix authorization logic to check ctx.user.role directly instead of using requireRoles - Update confirm dialog to use async/await pattern for better error handling Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * refactor: Remove redundant auth checks and improve validation - Remove redundant ctx.user checks in protectedProcedure mutations - Add proper titleRequired translation key for validation - Use titleRequired key in form validation for better UX Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * fix: Remove invalid justifyItems CSS property from flexbox Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * chore: update docker-compose volume path, add langchain dependencies, and enhance transcript processing logic - Changed Redis volume path in docker-compose.yml to use local directory. - Added new dependencies for langchain in pnpm-lock.yaml. - Updated user project grid tabs with improved styling. - Modified transcript generation to include better error handling and logging. - Fixed sorting logic in vision job to sort files by size in ascending order. * Fix project list ordering to show most recent first (#347) * Initial plan * Initial plan for project ordering fix Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * fix: remove reverse() to order projects from recent to oldest Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Fix test-ci.yml workflow: correct Playwright webServer command and update actions (#348) * Initial plan * fix: update playwright config and workflow actions versions Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * fix: use correct prisma migrate command in playwright config Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * chore: update CI configuration * feat: enhance user profile with My Projects and My Playlists tabs * chore: update Dockerfile and package dependencies * Fix Playwright tests: Add missing test-ids, fix standalone build static files, and update CI workflow (#350) * Initial plan * Initial investigation and setup for Playwright test fixes Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Add missing test-ids to signup and login forms Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Fix standalone build static files and update build process Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Remove Playwright container from CI workflow to fix service connectivity Install Playwright directly on ubuntu-latest runner instead of using container image. This resolves port connectivity issues with postgres and redis services. Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Configure E2E tests to run on PRs to staging only Changed workflow trigger from 'push' to 'pull_request' so E2E tests run only on pull requests targeting the staging branch, not on direct pushes. Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Fix database connection in CI by using localhost instead of service names Updated .env.ci to use localhost:5432 for postgres and localhost:6379 for redis. This is required because we removed the Playwright container and now run directly on ubuntu-latest, where services are accessible via localhost, not by their service names. Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> Co-authored-by: Younes <younes.benaomar@gmail.com> * feat: add create playlist functionality with dialog and translations * fix: update French translation for video transcript message * fix: specify that the transcript must be in French in the system prompt (#370) * Fix release (#371) * fix: specify that the transcript must be in French in the system prompt * chore: update release workflow to check for semantic release on staging branch and merge to main if needed * Update staging (#373) * fix: specify that the transcript must be in French in the system prompt * chore: add i18n-ally locales paths for localization support --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <celluloid-camp[bot]@users.noreply.github.com>
Contributor
|
@copilot update pnpm lock to fix : Lockfile is up to date, resolution step is skipped This issue is probably caused by a badly resolved merge conflict. |
Contributor
|
@younes200 I've opened a new pull request, #374, to work on those changes. Once the pull request is ready, I'll request review from you. |
* Initial plan * fix: update pnpm-lock.yaml to resolve missing caniuse-lite entry Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> * Co-authored-by: younes200 <198514+younes200@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: younes200 <198514+younes200@users.noreply.github.com>
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.
Bumps next from 15.5.4 to 15.5.7.
Release notes
Sourced from next's releases.
Commits
3eaf68bv15.5.78367ce5update version script9115040Update React Version for Next.js 15.5.7 (#10)96f6999update tag55ef0e3v15.5.692bbbb1Backport: don't defineprocess.cwd()in node_modules (#84957)f895b72Fix url-imports test on 15-5 (#84966)81f530dv15.5.59abbc0e[backport] fix: missingnext/linktypes withtypedRoutes(#82814) (#84779)121e1b5[backport] docs: early October improvements and fixes (#84334)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.