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

chore(frontend/deps): bump the production-dependencies group in /autogpt_platform/frontend with 4 updates #9239

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps the production-dependencies group in /autogpt_platform/frontend with 4 updates: @next/third-parties, @supabase/supabase-js, embla-carousel-react and framer-motion.

Updates @next/third-parties from 15.1.3 to 15.1.4

Release notes

Sourced from @​next/third-parties's releases.

v15.1.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • backport: force module format for virtual client-proxy (#74608)
  • Fix prerender tags when notFound is called (#74607)
  • Use provided waitUntil for pending revalidates (#74604)
  • Feature: next/image: add support for images.qualities in next.config (#74588)
  • Chore: docs: add missing search: '' on remotePatterns (#74587)
  • Chore: docs: update version history of next/image (#73923) (#74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#74569)

Credits

Huge thanks to @ and @ for helping!

Commits

Updates @supabase/supabase-js from 2.47.10 to 2.47.12

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.47.12

2.47.12 (2025-01-08)

Bug Fixes

  • Bump postgrest-js to 1.17.10 (80d3c76)

v2.47.11

2.47.11 (2025-01-07)

NOTE: This release makes typings stricter which may break existing code.

Example code which was previously working:

await supabase
  .from('mytable')
  .select()
  .eq('myenumcolumn', 'not_a_valid_enum_variant')

Bug Fixes

  • stricter typings when filtering with .eq(), .neq(), and .in() (e50a86e)
Commits

Updates embla-carousel-react from 8.5.1 to 8.5.2

Release notes

Sourced from embla-carousel-react's releases.

v8.5.2

Support

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

New Contributors

Full Changelog: davidjerleke/embla-carousel@v8.5.1...v8.5.2

Commits

Updates framer-motion from 11.16.0 to 11.16.4

Changelog

Sourced from framer-motion's changelog.

[11.16.4] 2024-01-09

Fixed

  • Fix type of attachTimeline when skipLibCheck is disabled.

[11.16.3] 2024-01-09

Fixed

  • Checking return of press, hover, and inView callbacks before calling.

[11.16.2] 2024-01-09

Fixed

  • Restoring missing type exports.

[11.16.1] 2024-01-08

Fixed

  • Adding displayName to motion components.
  • Ensure press doesn't override tabindex when explicitly set.
Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group in /autogpt_platform/frontend with 4 updates: [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties), [@supabase/supabase-js](https://github.com/supabase/supabase-js), [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) and [framer-motion](https://github.com/motiondivision/motion).


Updates `@next/third-parties` from 15.1.3 to 15.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.4/packages/third-parties)

Updates `@supabase/supabase-js` from 2.47.10 to 2.47.12
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md)
- [Commits](supabase/supabase-js@v2.47.10...v2.47.12)

Updates `embla-carousel-react` from 8.5.1 to 8.5.2
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](davidjerleke/embla-carousel@v8.5.1...v8.5.2)

Updates `framer-motion` from 11.16.0 to 11.16.4
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.16.0...v11.16.4)

---
updated-dependencies:
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: embla-carousel-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 9, 2025 18:53
@dependabot dependabot bot removed the request for review from a team January 9, 2025 18:53
@dependabot dependabot bot requested a review from Bentlybro January 9, 2025 18:53
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jan 9, 2025
@dependabot dependabot bot requested a review from majdyz January 9, 2025 18:53
@github-actions github-actions bot added platform/frontend AutoGPT Platform - Front end platform/backend AutoGPT Platform - Back end size/m labels Jan 9, 2025
Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit 9ac4be7
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/67801b4799812e0008aa7be1

Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 9ac4be7
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/67801b47b8b01400087f1c94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code platform/backend AutoGPT Platform - Back end platform/frontend AutoGPT Platform - Front end size/m
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

0 participants