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(deps): update all non-major dependencies #31

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ianvs/prettier-plugin-sort-imports ^4.3.1 -> ^4.4.1 age adoption passing confidence
@react-three/drei ^9.115.0 -> ^9.121.3 age adoption passing confidence
@react-three/fiber ^8.17.10 -> ^8.17.12 age adoption passing confidence
@sentry/nextjs (source) ^8.35.0 -> ^8.51.0 age adoption passing confidence
@types/node (source) ^20.17.1 -> ^20.17.16 age adoption passing confidence
@types/react (source) ^18.3.12 -> ^18.3.18 age adoption passing confidence
@types/react-dom (source) ^18.3.1 -> ^18.3.5 age adoption passing confidence
@vercel/speed-insights (source) ^1.0.14 -> ^1.1.0 age adoption passing confidence
class-variance-authority ^0.7.0 -> ^0.7.1 age adoption passing confidence
eslint-config-next (source) 14.2.16 -> 14.2.23 age adoption passing confidence
eslint-plugin-tailwindcss ^3.17.5 -> ^3.18.0 age adoption passing confidence
framer-motion ^11.11.10 -> ^11.18.2 age adoption passing confidence
next (source) 14.2.16 -> 14.2.23 age adoption passing confidence
next-themes ^0.3.0 -> ^0.4.4 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.5.1 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.8 -> ^0.6.11 age adoption passing confidence
react-icons ^5.3.0 -> ^5.4.0 age adoption passing confidence
react-lottie ^1.2.4 -> ^1.2.10 age adoption passing confidence
tailwind-merge ^2.5.4 -> ^2.6.0 age adoption passing confidence
tailwindcss (source) ^3.4.14 -> ^3.4.17 age adoption passing confidence
three (source) ^0.169.0 -> ^0.172.0 age adoption passing confidence
three-globe ^2.33.0 -> ^2.41.4 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.3 age adoption passing confidence

Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Enhancements
Maintenance

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.1...v4.4.0

pmndrs/drei (@​react-three/drei)

v9.121.3

Compare Source

Bug Fixes

v9.121.2

Compare Source

Bug Fixes

v9.121.1

Compare Source

Bug Fixes

v9.121.0

Compare Source

Features

v9.120.9

Compare Source

Bug Fixes

v9.120.8

Compare Source

Bug Fixes

v9.120.7

Compare Source

Bug Fixes

v9.120.6

Compare Source

Bug Fixes

v9.120.5

Compare Source

Bug Fixes

v9.120.4

Compare Source

Bug Fixes

v9.120.3

Compare Source

Bug Fixes

v9.120.2

Compare Source

Bug Fixes

v9.120.1

Compare Source

Bug Fixes

v9.120.0

Compare Source

Features

v9.119.0

Compare Source

Features

v9.118.0

Compare Source

Features

v9.117.3

Compare Source

Bug Fixes
  • Revert "feat: Use TTFLoader in useFont for non-JSON files (#​2095)" (f8e5653)

v9.117.2

Compare Source

Bug Fixes

v9.117.1

Compare Source

Bug Fixes
  • env blur, decal auto orient (414f1a6)

v9.117.0

Compare Source

Features

v9.116.3

Compare Source

Bug Fixes

v9.116.2

Compare Source

Bug Fixes
  • env near, env hmr, lightformer defaults and wrong orientation (78a526b)

v9.116.1

Compare Source

Bug Fixes

v9.116.0

Compare Source

Features
pmndrs/react-three-fiber (@​react-three/fiber)

v8.17.12

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v8.17.11...v8.17.12

v8.17.11

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-three-fiber@v8.17.10...v8.17.11

getsentry/sentry-javascript (@​sentry/nextjs)

v8.51.0

Compare Source

Important Changes
  • feat(v8/node): Add prismaInstrumentation option to Prisma integration as escape hatch for all Prisma versions (#​15128)

    This release adds a compatibility API to add support for Prisma version 6.
    To capture performance data for Prisma version 6:

    1. Install the @prisma/instrumentation package on version 6.

    2. Pass a new PrismaInstrumentation() instance as exported from @prisma/instrumentation to the prismaInstrumentation option:

      import { PrismaInstrumentation } from '@​prisma/instrumentation';
      
      Sentry.init({
        integrations: [
          prismaIntegration({
            // Override the default instrumentation that Sentry uses
            prismaInstrumentation: new PrismaInstrumentation(),
          }),
        ],
      });

      The passed instrumentation instance will override the default instrumentation instance the integration would use, while the prismaIntegration will still ensure data compatibility for the various Prisma versions.

    3. Remove the previewFeatures = ["tracing"] option from the client generator block of your Prisma schema.

Other Changes
  • feat(v8/browser): Add multiplexedtransport.js CDN bundle (#​15046)
  • feat(v8/browser): Add Unleash integration (#​14948)
  • feat(v8/deno): Deprecate Deno SDK as published on deno.land (#​15121)
  • feat(v8/sveltekit): Deprecate fetchProxyScriptNonce option (#​15011)
  • fix(v8/aws-lambda): Avoid overwriting root span name (#​15054)
  • fix(v8/core): fatal events should set session as crashed (#​15073)
  • fix(v8/node/nestjs): Use method on current fastify request (#​15104)

Work in this release was contributed by @​tjhiggins, and @​nwalters512. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 23.17 KB
@​sentry/browser (incl. Tracing) 35.85 KB
@​sentry/browser (incl. Tracing, Replay) 73.2 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.66 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.51 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.44 KB
@​sentry/browser (incl. Feedback) 39.5 KB
@​sentry/browser (incl. sendFeedback) 27.9 KB
@​sentry/browser (incl. FeedbackAsync) 32.7 KB
@​sentry/react 25.97 KB
@​sentry/react (incl. Tracing) 38.68 KB
@​sentry/vue 27.57 KB
@​sentry/vue (incl. Tracing) 37.71 KB
@​sentry/svelte 23.46 KB
CDN Bundle 24.5 KB
CDN Bundle (incl. Tracing) 37.56 KB
CDN Bundle (incl. Tracing, Replay) 72.85 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.21 KB
CDN Bundle - uncompressed 71.94 KB
CDN Bundle (incl. Tracing) - uncompressed 111.44 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.69 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.79 KB
@​sentry/nextjs (client) 38.93 KB
@​sentry/sveltekit (client) 36.36 KB
@​sentry/node 162.83 KB
@​sentry/node - without tracing 99.14 KB
@​sentry/aws-serverless 126.65 KB

v8.50.0

Compare Source

  • feat(v8/react): Add support for React Router createMemoryRouter (#​14985)

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.85 KB
@​sentry/browser (incl. Tracing, Replay) 73.19 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.58 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.5 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.43 KB
@​sentry/browser (incl. Feedback) 39.5 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.69 KB
@​sentry/react 25.97 KB
@​sentry/react (incl. Tracing) 38.67 KB
@​sentry/vue 27.57 KB
@​sentry/vue (incl. Tracing) 37.71 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.56 KB
CDN Bundle (incl. Tracing, Replay) 72.84 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.2 KB
CDN Bundle - uncompressed 71.93 KB
CDN Bundle (incl. Tracing) - uncompressed 111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.68 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.78 KB
@​sentry/nextjs (client) 38.92 KB
@​sentry/sveltekit (client) 36.35 KB
@​sentry/node 162.82 KB
@​sentry/node - without tracing 98.95 KB
@​sentry/aws-serverless 126.65 KB

v8.49.0

Compare Source

  • feat(v8/browser): Flush offline queue on flush and browser online event (#​14969)
  • feat(v8/react): Add a handled prop to ErrorBoundary (#​14978)
  • fix(profiling/v8): Don't put require, __filename and __dirname on global object (#​14952)
  • fix(v8/node): Enforce that ContextLines integration does not leave open file handles (#​14997)
  • fix(v8/replay): Disable mousemove sampling in rrweb for iOS browsers (#​14944)
  • fix(v8/sveltekit): Ensure source maps deletion is called after source ma… (#​14963)
  • fix(v8/vue): Re-throw error when no errorHandler exists (#​14943)

Work in this release was contributed by @​HHK1 and @​mstrokin. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.85 KB
@​sentry/browser (incl. Tracing, Replay) 73.19 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.58 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.5 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.44 KB
@​sentry/browser (incl. Feedback) 39.5 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.69 KB
@​sentry/react 25.97 KB
@​sentry/react (incl. Tracing) 38.67 KB
@​sentry/vue 27.57 KB
@​sentry/vue (incl. Tracing) 37.71 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.56 KB
CDN Bundle (incl. Tracing, Replay) 72.84 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.2 KB
CDN Bundle - uncompressed 71.93 KB
CDN Bundle (incl. Tracing) - uncompressed 111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.68 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.78 KB
@​sentry/nextjs (client) 38.92 KB
@​sentry/sveltekit (client) 36.36 KB
@​sentry/node 162.82 KB
@​sentry/node - without tracing 98.95 KB
@​sentry/aws-serverless 126.65 KB

v8.48.0

Compare Source

Deprecations
  • feat(v8/core): Deprecate getDomElement method (#​14799)

    Deprecates getDomElement. There is no replacement.

Other changes
  • fix(nestjs/v8): Use correct main/module path in package.json (#​14791)
  • fix(v8/core): Use consistent continueTrace implementation in core (#​14819)
  • fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#​14823)
  • fix(v8/node): Ensure NODE_OPTIONS is not passed to worker threads (#​14825)
  • fix(v8/angular): Fall back to element tagName when name is not provided to TraceDirective (#​14828)
  • fix(aws-lambda): Remove version suffix from lambda layer (#​14843)
  • fix(v8/node): Ensure express requests are properly handled (#​14851)
  • feat(v8/node): Add openTelemetrySpanProcessors option (#​14853)
  • fix(v8/react): Use Set as the allRoutes container. (#​14878) (#​14884)
  • fix(v8/react): Improve handling of routes nested under path="/" (#​14897)
  • feat(v8/core): Add normalizedRequest to samplingContext (#​14903)
  • fix(v8/feedback): Avoid lazy loading code for syncFeedbackIntegration (#​14918)

Work in this release was contributed by @​arturovt. Thank you for your contribution!

Bundle size 📦
Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.85 KB
@​sentry/browser (incl. Tracing, Replay) 73.09 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.48 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.4 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.34 KB
@​sentry/browser (incl. Feedback) 39.5 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.69 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.66 KB
@​sentry/vue 27.56 KB
@​sentry/vue (incl. Tracing) 37.69 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.56 KB
CDN Bundle (incl. Tracing, Replay) 72.75 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.11 KB
CDN Bundle - uncompressed 71.93 KB
CDN Bundle (incl. Tracing) - uncompressed 111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.5 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.6 KB
@​sentry/nextjs (client) 38.92 KB
@​sentry/sveltekit (client) 36.36 KB
@​sentry/node 162.8 KB
@​sentry/node - without tracing 98.94 KB
@​sentry/aws-serverless 126.63 KB

v8.47.0

Compare Source

  • feat(v8/core): Add updateSpanName helper function (#​14736)
  • feat(v8/node): Do not overwrite prisma db.system in newer Prisma versions (#​14772)
  • feat(v8/node/deps): Bump @​prisma/instrumentation from 5.19.1 to 5.22.0 (#​14755)
  • feat(v8/replay): Mask srcdoc iframe contents per default (#​14779)
  • ref(v8/nextjs): Fix typo in source maps deletion warning (#​14776)

Work in this release was contributed by @​aloisklink and @​benjick. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.81 KB
@​sentry/browser (incl. Tracing, Replay) 73.06 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.45 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.37 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.85 KB
@​sentry/browser (incl. Feedback) 40.04 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.68 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.64 KB
@​sentry/vue 27.52 KB
@​sentry/vue (incl. Tracing) 37.67 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.47 KB
CDN Bundle (incl. Tracing) 37.51 KB
CDN Bundle (incl. Tracing, Replay) 72.71 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.1 KB
CDN Bundle - uncompressed 71.85 KB
CDN Bundle (incl. Trac

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portfolio ❌ Failed (Inspect) Jan 23, 2025 8:31pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f07efc to 70f7b7c Compare November 4, 2024 04:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 70f7b7c to e1fb52f Compare November 4, 2024 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1fb52f to f16b8d9 Compare November 4, 2024 22:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f16b8d9 to 4233156 Compare November 5, 2024 15:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4233156 to 956fb87 Compare November 5, 2024 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 956fb87 to 29a5f08 Compare November 6, 2024 02:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29a5f08 to e092d39 Compare November 6, 2024 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e092d39 to 4b5b0f6 Compare November 7, 2024 17:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b5b0f6 to 5d96298 Compare November 10, 2024 21:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d96298 to 99c0809 Compare November 11, 2024 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99c0809 to 4b48781 Compare November 12, 2024 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b48781 to bc48aa1 Compare November 13, 2024 09:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc48aa1 to 086b495 Compare November 13, 2024 17:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 086b495 to 99f402a Compare November 13, 2024 23:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7b86d0 to ca4fabb Compare January 15, 2025 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca4fabb to 10ccc19 Compare January 15, 2025 21:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 10ccc19 to c2e5ef1 Compare January 16, 2025 05:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2e5ef1 to 74c2687 Compare January 16, 2025 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74c2687 to 5d988a6 Compare January 17, 2025 00:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d988a6 to c8cb4a5 Compare January 17, 2025 17:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8cb4a5 to 83b6878 Compare January 19, 2025 09:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83b6878 to 26f1317 Compare January 20, 2025 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26f1317 to f521c27 Compare January 20, 2025 14:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f521c27 to 111e796 Compare January 20, 2025 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 111e796 to c987756 Compare January 21, 2025 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c987756 to 2d82539 Compare January 22, 2025 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d82539 to bb8e064 Compare January 23, 2025 04:27
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.

0 participants