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

build(deps): bump the production-dependencies group across 1 directory with 7 updates #8556

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the production-dependencies group with 7 updates in the /autogpt_platform/frontend directory:

Package From To
@radix-ui/react-icons 1.3.0 1.3.1
@sentry/nextjs 8.35.0 8.36.0
@supabase/supabase-js 2.46.0 2.46.1
@xyflow/react 12.3.2 12.3.4
cmdk 1.0.0 1.0.4
next-themes 0.3.0 0.4.3
recharts 2.13.0 2.13.3

Updates @radix-ui/react-icons from 1.3.0 to 1.3.1

Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-icons since your current version.


Updates @sentry/nextjs from 8.35.0 to 8.36.0

Release notes

Sourced from @​sentry/nextjs's releases.

8.36.0

Important Changes

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry. Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry. Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route. This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes

  • deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively (#14050)
  • feat(deps): bump @​opentelemetry/instrumentation-aws-sdk from 0.44.0 to 0.45.0 (#14099)
  • feat(deps): bump @​opentelemetry/instrumentation-connect from 0.39.0 to 0.40.0 (#14101)
  • feat(deps): bump @​opentelemetry/instrumentation-express from 0.43.0 to 0.44.0 (#14102)
  • feat(deps): bump @​opentelemetry/instrumentation-fs from 0.15.0 to 0.16.0 (#14098)
  • feat(deps): bump @​opentelemetry/instrumentation-kafkajs from 0.3.0 to 0.4.0 (#14100)
  • feat(nextjs): Add method and url to route handler request data (#14084)
  • feat(node): Add breadcrumbs for child_process and worker_thread (#13896)
  • fix(core): Ensure standalone spans are not sent if SDK is disabled (#14088)
  • fix(nextjs): Await flush in api handlers (#14023)
  • fix(nextjs): Don't leak webpack types into exports (#14116)
  • fix(nextjs): Fix matching logic for file convention type for root level components (#14038)
  • fix(nextjs): Respect directives in value injection loader (#14083)
  • fix(nuxt): Only wrap .mjs entry files in rollup (#14060)
  • fix(nuxt): Re-export all exported bindings (#14086)
  • fix(nuxt): Server-side setup in readme (#14049)
  • fix(profiling-node): Always warn when running on incompatible major version of Node.js (#14043)
  • fix(replay): Fix onError callback (#14002)
  • perf(otel): Only calculate current timestamp once (#14094)
  • test(browser-integration): Add sentry DSN route handler by default (#14095)

Bundle size 📦

Path Size
@​sentry/browser 22.73 KB
@​sentry/browser - with treeshaking flags 21.52 KB
@​sentry/browser (incl. Tracing) 35.11 KB
@​sentry/browser (incl. Tracing, Replay) 71.82 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.26 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.13 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.94 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.77 KB
@​sentry/browser (incl. metrics) 26.98 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 27.37 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

8.36.0

Important Changes

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry. Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry. Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route. This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes

  • deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively (#14050)
  • feat(deps): bump @​opentelemetry/instrumentation-aws-sdk from 0.44.0 to 0.45.0 (#14099)
  • feat(deps): bump @​opentelemetry/instrumentation-connect from 0.39.0 to 0.40.0 (#14101)
  • feat(deps): bump @​opentelemetry/instrumentation-express from 0.43.0 to 0.44.0 (#14102)
  • feat(deps): bump @​opentelemetry/instrumentation-fs from 0.15.0 to 0.16.0 (#14098)
  • feat(deps): bump @​opentelemetry/instrumentation-kafkajs from 0.3.0 to 0.4.0 (#14100)
  • feat(nextjs): Add method and url to route handler request data (#14084)
  • feat(node): Add breadcrumbs for child_process and worker_thread (#13896)
  • fix(core): Ensure standalone spans are not sent if SDK is disabled (#14088)
  • fix(nextjs): Await flush in api handlers (#14023)
  • fix(nextjs): Don't leak webpack types into exports (#14116)
  • fix(nextjs): Fix matching logic for file convention type for root level components (#14038)
  • fix(nextjs): Respect directives in value injection loader (#14083)
  • fix(nuxt): Only wrap .mjs entry files in rollup (#14060)
  • fix(nuxt): Re-export all exported bindings (#14086)
  • fix(nuxt): Server-side setup in readme (#14049)
  • fix(profiling-node): Always warn when running on incompatible major version of Node.js (#14043)
  • fix(replay): Fix onError callback (#14002)
  • perf(otel): Only calculate current timestamp once (#14094)
  • test(browser-integration): Add sentry DSN route handler by default (#14095)
Commits
  • 13e6c8e release: 8.36.0
  • a566681 Merge pull request #14136 from getsentry/prepare-release/8.36.0
  • 09c8577 meta(changelog): Update changelog for 8.36.0
  • b6dbde8 Merge pull request #14135 from getsentry/master
  • 472c228 ref(nuxt): Revert Sentry Pinia plugin (#14134)
  • a9cedf9 Merge pull request #14120 from getsentry/prepare-release/8.36.0
  • c98377b fix(aws-serverless): Remove possible prototype pollution source (#14110)
  • a091bdd feat(replay): Expose recordingMode in public API (#14085)
  • 8d9322c meta(changelog): Update changelog for 8.36.0
  • 06ef628 feat(nextjs): Add method and url to route handler request data (#14084)
  • Additional commits viewable in compare view

Updates @supabase/supabase-js from 2.46.0 to 2.46.1

Release notes

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

v2.46.1

2.46.1 (2024-10-30)

Bug Fixes

  • Revert "Merge pull request #1299 from supabase/rc" (0585c01)
Commits

Updates @xyflow/react from 12.3.2 to 12.3.4

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.3.4

Patch Changes

  • #4772 7f670ab0 Thanks @​mistic! - Splits exports field in package.json to support an explicit resolution for browser, node and default to resolve issues with webpack esm module resolution.

  • Updated dependencies [7f670ab0]:

    • @​xyflow/system@​0.0.45

@​xyflow/react@​12.3.3

Patch Changes

Changelog

Sourced from @​xyflow/react's changelog.

12.3.4

Patch Changes

  • #4772 7f670ab0 Thanks @​mistic! - Splits exports field in package.json to support an explicit resolution for browser, node and default to resolve issues with webpack esm module resolution.

  • Updated dependencies [7f670ab0]:

    • @​xyflow/system@​0.0.45

12.3.3

Patch Changes

Commits
  • 0d37d87 chore(packages): bump
  • 7f670ab chore(NA): adds explicit browser, node and default exports resolution in pack...
  • 3013ee4 chore(packages): bump
  • 6f3eb21 added module to exports in package.json
  • See full diff in compare view

Updates cmdk from 1.0.0 to 1.0.4

Release notes

Sourced from cmdk's releases.

v1.0.4

What's Changed

New Contributors

Full Changelog: pacocoursey/cmdk@v1.0.3...v1.0.4

v1.0.3

  • Fix use-sync-external-store shim for compatibility with Next.js 15 and React 19 RC

v1.0.1

What's Changed

New Contributors

Full Changelog: pacocoursey/cmdk@v1.0.0...v1.0.1

Commits

Updates next-themes from 0.3.0 to 0.4.3

Release notes

Sourced from next-themes's releases.

v0.4.3

What's Changed

  • Pass nonce to inline style tag when using disableTransitionOnChange

Full Changelog: pacocoursey/next-themes@v0.4.2...v0.4.3

v0.4.2

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.1...v0.4.2

v0.4.1

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.0...v0.4.1

v0.4.0

What's Changed

New Contributors

... (truncated)

Commits
  • d00d29c v0.4.3
  • 5c7289d Bump the npm_and_yarn group across 4 directories with 1 update (#320)
  • 7f6fbfd pass nonce to inline style for disableTransitionOnChange, fixes #303
  • 807cfe3 v0.4.2
  • a619d35 v0.4.1
  • 06b6a39 Re-export types from next-themes (#321)
  • 2a39066 Bump next from 13.5.6 to 14.2.10 in the npm_and_yarn group across 1 directory...
  • 5287ede Prevent Cloudflare Rocket Loader deferring script (#156)
  • 23c00a8 Add dynamic loading as a way to avoid hydration mismatch in README (#249)
  • b3baf27 chore: use corepack instead of pnpm setup action in ci (#291)
  • Additional commits viewable in compare view

Updates recharts from 2.13.0 to 2.13.3

Release notes

Sourced from recharts's releases.

v2.13.3

What's Changed

Small change which may (or may not) help when using ResponsiveContainer with React 19. Worth a shot.

!! react-is override is still needed for React 19 to work correctly with recharts !! - see recharts/recharts#4558

Fix

Full Changelog: recharts/recharts@v2.13.2...v2.13.3

v2.13.2

What's Changed

  • Another fix from 2.13. Categorical charts should have their ref props back.

Fix

Full Changelog: recharts/recharts@v2.13.1...v2.13.2

v2.13.1

What's Changed

  • Small bug fixes from the 2.13 release

Fix

New Contributors

Full Changelog: recharts/recharts@v2.13.0...v2.13.1

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

…y with 7 updates

Bumps the production-dependencies group with 7 updates in the /autogpt_platform/frontend directory:

| Package | From | To |
| --- | --- | --- |
| @radix-ui/react-icons | `1.3.0` | `1.3.1` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `8.35.0` | `8.36.0` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.46.0` | `2.46.1` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.3.2` | `12.3.4` |
| [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk) | `1.0.0` | `1.0.4` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.3.0` | `0.4.3` |
| [recharts](https://github.com/recharts/recharts) | `2.13.0` | `2.13.3` |



Updates `@radix-ui/react-icons` from 1.3.0 to 1.3.1

Updates `@sentry/nextjs` from 8.35.0 to 8.36.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.35.0...8.36.0)

Updates `@supabase/supabase-js` from 2.46.0 to 2.46.1
- [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.46.0...v2.46.1)

Updates `@xyflow/react` from 12.3.2 to 12.3.4
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.3.4/packages/react)

Updates `cmdk` from 1.0.0 to 1.0.4
- [Release notes](https://github.com/pacocoursey/cmdk/releases)
- [Commits](https://github.com/pacocoursey/cmdk/commits/v1.0.4/cmdk)

Updates `next-themes` from 0.3.0 to 0.4.3
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](pacocoursey/next-themes@v0.3.0...v0.4.3)

Updates `recharts` from 2.13.0 to 2.13.3
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.13.0...v2.13.3)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: "@xyflow/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cmdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next-themes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: recharts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 23:18
@dependabot dependabot bot removed the request for review from a team November 4, 2024 23:18
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Nov 4, 2024
@dependabot dependabot bot requested review from Bentlybro and kcze November 4, 2024 23:18
@github-actions github-actions bot added platform/frontend AutoGPT Platform - Front end platform/backend AutoGPT Platform - Back end size/xl labels Nov 4, 2024
@ntindle ntindle merged commit 111fb8e into dev Nov 4, 2024
8 checks passed
@ntindle ntindle deleted the dependabot/npm_and_yarn/autogpt_platform/frontend/dev/production-dependencies-fc402513cc branch November 4, 2024 23:44
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/xl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant