Skip to content

Bump the backward-compatible group across 1 directory with 72 updates#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/loco-web/backward-compatible-f44ee6640c
Open

Bump the backward-compatible group across 1 directory with 72 updates#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/loco-web/backward-compatible-f44ee6640c

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 7, 2025

Bumps the backward-compatible group with 72 updates in the /apps/loco-web directory:

Package From To
@apollo/client 3.9.11 3.13.6
@apollo/experimental-nextjs-app-support 0.10.0 0.12.1
@radix-ui/react-accordion 1.2.1 1.2.3
@radix-ui/react-alert-dialog 1.0.5 1.1.6
@radix-ui/react-aspect-ratio 1.0.3 1.1.2
@radix-ui/react-avatar 1.0.4 1.1.3
@radix-ui/react-checkbox 1.0.4 1.1.4
@radix-ui/react-collapsible 1.0.3 1.1.3
@radix-ui/react-dialog 1.0.5 1.1.6
@radix-ui/react-dropdown-menu 2.0.6 2.1.6
@radix-ui/react-hover-card 1.1.2 1.1.6
@radix-ui/react-icons 1.3.0 1.3.2
@radix-ui/react-label 2.0.2 2.1.2
@radix-ui/react-popover 1.0.7 1.1.6
@radix-ui/react-progress 1.0.3 1.1.2
@radix-ui/react-radio-group 1.1.3 1.2.3
@radix-ui/react-select 2.0.0 2.1.6
@radix-ui/react-separator 1.0.3 1.1.2
@radix-ui/react-slider 1.1.2 1.2.3
@radix-ui/react-slot 1.0.2 1.1.2
@radix-ui/react-switch 1.0.3 1.1.3
@radix-ui/react-tabs 1.0.4 1.1.3
@radix-ui/react-toast 1.1.5 1.2.6
@radix-ui/react-tooltip 1.0.7 1.1.8
@radix-ui/react-use-callback-ref 1.0.1 1.1.0
@statsig/js-client 3.8.1 3.15.2
@statsig/react-bindings 3.8.1 3.15.2
@statsig/session-replay 3.8.1 3.15.2
@statsig/web-analytics 3.8.1 3.15.2
@vercel/speed-insights 1.0.12 1.2.0
@vis.gl/react-google-maps 1.4.0 1.5.2
autoprefixer 10.4.19 10.4.21
axios 1.6.8 1.8.4
class-variance-authority 0.7.0 0.7.1
clsx 2.1.0 2.1.1
cmdk 1.0.0 1.1.1
date-fns-tz 3.0.1 3.2.0
embla-carousel-react 8.1.6 8.6.0
firebase 11.0.2 11.6.0
graphql 16.8.1 16.10.0
html-react-parser 5.1.10 5.2.3
husky 9.0.11 9.1.7
lucide-react 0.368.0 0.487.0
luxon 3.4.4 3.6.1
@types/luxon 3.4.2 3.6.2
medusa-react 9.0.16 9.0.18
next-nprogress-bar 2.3.12 2.4.7
next-themes 0.3.0 0.4.6
p-queue 8.0.1 8.1.0
postcss 8.4.38 8.5.3
qrcode.react 4.0.1 4.2.0
react-dropzone 14.2.10 14.3.8
react-easy-crop 5.0.6 5.4.1
react-hook-form 7.51.3 7.55.0
react-icons 5.0.1 5.5.0
react-spinners 0.13.8 0.15.0
react-swipeable 7.0.1 7.0.2
react-zoom-pan-pinch 3.4.4 3.7.0
reactjs-tiptap-editor 0.1.6 0.2.20
recharts 2.12.7 2.15.2
sharp 0.33.5 0.34.1
statsig-node 6.0.1 6.3.1
typescript 5.4.5 5.8.3
usehooks-ts 3.1.0 3.1.1
yup 1.4.0 1.6.1
zod 3.23.8 3.24.2
@graphql-codegen/cli 5.0.2 5.0.5
@graphql-codegen/client-preset 4.2.5 4.8.0
@graphql-codegen/typescript 4.0.6 4.1.6
@graphql-codegen/typescript-operations 4.2.0 4.6.0
@graphql-codegen/typescript-react-apollo 4.3.0 4.3.2
prettier 3.2.5 3.5.3

Updates @apollo/client from 3.9.11 to 3.13.6

Release notes

Sourced from @​apollo/client's releases.

v3.13.6

Patch Changes

v3.13.5

Patch Changes

  • #12461 12c8d06 Thanks @​jerelmiller! - Fix an issue where a cache-first query would return the result for previous variables when a cache update is issued after simultaneously changing variables and skipping the query.

v3.13.4

Patch Changes

v3.13.3

Patch Changes

  • #12362 f6d387c Thanks @​jerelmiller! - Fixes an issue where calling observableQuery.getCurrentResult() when the errorPolicy was set to all would return the networkStatus as NetworkStatus.ready when there were errors returned in the result. This has been corrected to report NetworkStatus.error.

    This bug also affected the useQuery and useLazyQuery hooks and may affect you if you check for networkStatus in your component.

v3.13.2

Patch Changes

  • #12409 6aa2f3e Thanks @​phryneas! - To mitigate problems when Apollo Client ends up more than once in the bundle, some unique symbols were converted into Symbol.for calls.

  • #12392 644bb26 Thanks @​Joja81! - Fixes an issue where the DeepOmit type would turn optional properties into required properties. This should only affect you if you were using the omitDeep or stripTypename utilities exported by Apollo Client.

  • #12404 4332b88 Thanks @​jerelmiller! - Show NaN rather than converting to null in debug messages from MockLink for unmatched variables values.

v3.13.1

Patch Changes

v3.13.0

Apollo Client v3.13.0 introduces a new hook, useSuspenseFragment, as a drop-in replacement for useFragment in apps that are using React Suspense. This is the “last” React hook we are introducing in 3.x - we think this rounds out the “big concepts” in our React Suspense and GraphQL fragment story. See the docs for information on this and our other Suspense-supporting hooks. There are some TypeScript quality-of-life improvements shipped in this release for observableQuery.updateQuery and subscribeToMore. Additionally, the return type of updateQuery now includes undefined to allow an early exit from updates. This was always supported at runtime, but was missed on the TypeScript side. On the runtime side, we’ve fixed query deduplication behavior for multipart responses and corrected the error handling in useMutation callbacks. onCompleted and onError in useQuery and useLazyQuery have been deprecated for multiple reasons. See below for full details 👀

Minor Changes

  • #12066 c01da5d Thanks @​jerelmiller! - Adds a new useSuspenseFragment hook.

    useSuspenseFragment suspends until data is complete. It is a drop-in replacement for useFragment when you prefer to use Suspense to control the loading state of a fragment. See the documentation for more details.

  • #12174 ba5cc33 Thanks @​jerelmiller! - Ensure errors thrown in the onCompleted callback from useMutation don't call onError.

  • #12340 716d02e Thanks @​phryneas! - Deprecate the onCompleted and onError callbacks of useQuery and useLazyQuery.

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.13.6

Patch Changes

3.13.5

Patch Changes

  • #12461 12c8d06 Thanks @​jerelmiller! - Fix an issue where a cache-first query would return the result for previous variables when a cache update is issued after simultaneously changing variables and skipping the query.

3.13.4

Patch Changes

3.13.3

Patch Changes

  • #12362 f6d387c Thanks @​jerelmiller! - Fixes an issue where calling observableQuery.getCurrentResult() when the errorPolicy was set to all would return the networkStatus as NetworkStatus.ready when there were errors returned in the result. This has been corrected to report NetworkStatus.error.

    This bug also affected the useQuery and useLazyQuery hooks and may affect you if you check for networkStatus in your component.

3.13.2

Patch Changes

  • #12409 6aa2f3e Thanks @​phryneas! - To mitigate problems when Apollo Client ends up more than once in the bundle, some unique symbols were converted into Symbol.for calls.

  • #12392 644bb26 Thanks @​Joja81! - Fixes an issue where the DeepOmit type would turn optional properties into required properties. This should only affect you if you were using the omitDeep or stripTypename utilities exported by Apollo Client.

  • #12404 4332b88 Thanks @​jerelmiller! - Show NaN rather than converting to null in debug messages from MockLink for unmatched variables values.

3.13.1

Patch Changes

3.13.0

Minor Changes

... (truncated)

Commits
  • 949bd14 Version Packages (#12527)
  • cdc55ff keep ObservableQuery initiated from useQuery inactive before first subscr...
  • 820f6e6 Update ROADMAP.md
  • d0cac27 Version Packages (#12468)
  • 12c8d06 Fix an issue where incorrect results are returned when changing variables and...
  • 60ea3bd Merge pull request #12462 from apollographql/docs/add-defer-to-sidebar
  • 89b950c Add minVersion
  • e1ea1f5 Add defer to sidebar
  • bd1cb27 chore(deps): update cimg/node docker tag to v23.9.0 (#12380)
  • c53d968 Update ROADMAP.md
  • Additional commits viewable in compare view

Updates @apollo/experimental-nextjs-app-support from 0.10.0 to 0.12.1

Release notes

Sourced from @​apollo/experimental-nextjs-app-support's releases.

@​apollo/experimental-nextjs-app-support@​0.12.1

Patch Changes

  • Updated dependencies [1957588]
    • @​apollo/client-integration-nextjs@​0.12.1

@​apollo/experimental-nextjs-app-support@​0.12.0

Minor Changes

  • dec635c: This package has now been renamed to "@apollo/client-integration-nextjs", please adjust your imports accordingly.

Patch Changes

  • dd2c972: Adjust imports to use the @apollo/client/react entrypoint for React-specific imports.
  • Updated dependencies [53972d4]
  • Updated dependencies [dd2c972]
  • Updated dependencies [8209093]
    • @​apollo/client-integration-nextjs@​0.12.0

@​apollo/experimental-nextjs-app-support@​0.12.0-alpha.4

Patch Changes

  • @​apollo/client-integration-nextjs@​0.12.0-alpha.4

@​apollo/experimental-nextjs-app-support@​0.12.0-alpha.3

Patch Changes

  • @​apollo/client-integration-nextjs@​0.12.0-alpha.3

@​apollo/experimental-nextjs-app-support@​0.11.11

Patch Changes

  • Updated dependencies [372cf0c]
    • @​apollo/client-react-streaming@​0.11.11

@​apollo/experimental-nextjs-app-support@​0.12.0-alpha.2

Patch Changes

  • dd2c972: Adjust imports to use the @apollo/client/react entrypoint for React-specific imports.
  • Updated dependencies [dd2c972]
    • @​apollo/client-integration-nextjs@​0.12.0-alpha.2

@​apollo/experimental-nextjs-app-support@​0.11.10

Patch Changes

  • 37941aa: Adjust imports to use the @apollo/client/react entrypoint for React-specific imports.
  • Updated dependencies [37941aa]
    • @​apollo/client-react-streaming@​0.11.10

@​apollo/experimental-nextjs-app-support@​0.12.0-alpha.1

... (truncated)

Commits

Updates @radix-ui/react-accordion from 1.2.1 to 1.2.3

Commits

Updates @radix-ui/react-alert-dialog from 1.0.5 to 1.1.6

Commits
Maintainer changes

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


Updates @radix-ui/react-aspect-ratio from 1.0.3 to 1.1.2

Commits
Maintainer changes

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


Updates @radix-ui/react-avatar from 1.0.4 to 1.1.3

Commits
Maintainer changes

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


Updates @radix-ui/react-checkbox from 1.0.4 to 1.1.4

Commits
Maintainer changes

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


Updates @radix-ui/react-collapsible from 1.0.3 to 1.1.3

Commits
Maintainer changes

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


Updates @radix-ui/react-dialog from 1.0.5 to 1.1.6

Commits
Maintainer changes

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


Updates @radix-ui/react-dropdown-menu from 2.0.6 to 2.1.6

Commits
Maintainer changes

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


Updates @radix-ui/react-hover-card from 1.1.2 to 1.1.6

Commits

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

Maintainer changes

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


Updates @radix-ui/react-label from 2.0.2 to 2.1.2

Commits
Maintainer changes

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


Updates @radix-ui/react-popover from 1.0.7 to 1.1.6

Commits
Maintainer changes

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


Updates @radix-ui/react-progress from 1.0.3 to 1.1.2

Commits
Maintainer changes

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


Updates @radix-ui/react-radio-group from 1.1.3 to 1.2.3

Commits
Maintainer changes

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


Updates @radix-ui/react-select from 2.0.0 to 2.1.6

Commits
Maintainer changes

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


Updates @radix-ui/react-separator from 1.0.3 to 1.1.2

Commits
Maintainer changes

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


Updates @radix-ui/react-slider from 1.1.2 to 1.2.3

Commits
Maintainer changes

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


Updates @radix-ui/react-slot from 1.0.2 to 1.1.2

Commits
Maintainer changes

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


Updates @radix-ui/react-switch from 1.0.3 to 1.1.3

Commits
Maintainer changes

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


Updates @radix-ui/react-tabs from 1.0.4 to 1.1.3

Commits
Maintainer changes

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


Updates @radix-ui/react-toast from 1.1.5 to 1.2.6

Commits
Maintainer changes

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


Updates @radix-ui/react-tooltip from 1.0.7 to 1.1.8

Commits
Maintainer changes

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


Updates @radix-ui/react-use-callback-ref from 1.0.1 to 1.1.0

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-use-callback-ref since your current version.


Updates @statsig/js-client from 3.8.1 to 3.15.2

Release notes

Sourced from @​statsig/js-client's releases.

3.15.2 - Fix global statsig variable access

Fixes

  • Fix global statsig variable access

Included In This Release

  • 0b1d1ae4cb5b424eda21d88a58502764c555aa24 Andre Terron
    • chore: update how we access Statsig's global variable (#481)

Full Changelog: statsig-io/js-client-monorepo@3.15.1...3.15.2

3.15.1 - Session replay and React Native local override bug fix

Fixes

  • Fix a bug in session replay to restart when session expire
  • Fix a bug in react native where overrides were not persisting to storage in some cases

Included In This Release

  • 9cdefb6344ce03e83863bff98e10e8d9517acf20 devin-ai-integration[bot]
    • Fix LocalOverrideAdapter persistence issues in React Native (#471)
  • 4189809f4e2efbba9976334297b83183f058eba5 sroyal-statsig
    • fix: fix session replay session expired (#480)
  • 5178e143e5289f860da3a8e2acbb7083b3eeeafb Andre Terron
    • chore: bump nextjs (#478)
  • 8588a9bb6dd36072dd46689117b2291e73481e99 Andre Terron
    • chore: add engines to package.json (#477)
  • 5e91ddb3d23b8c957bd79b9a42559678193b9bd4 Andre Terron
    • chore: update minifier-name-cache (#476)

Full Changelog: statsig-io/js-client-monorepo@3.15.0...3.15.1

3.15.0 - Add Option to Use Cookies for StableID

New Features

  • Adds an options to use cookies for stableID

Improvements

  • Adds memo for parameter stores
  • Improves the React isLoading flag

Fixes

  • Stops session recording if session id has changed

... (truncated)

Commits
  • c1767c5 [release] 3.15.2 - Fix global statsig variable access (#485)
  • 0b1d1ae chore: update how we access Statsig's global variable (#481)
  • ffac71e [release] 3.15.1 - Session replay and React Native local override bug fix (#483)
  • c92bffc [release] 3.15.0 - Add Option to Use Cookies for StableID (#475)
  • a2dd90d chore: add license, homepage and repository package.json fields (#470)
  • bfd3dfe [release] 3.14.1 - Update the type unload event to subscribe to (#467)
  • 286dc69 [release] 3.14.0 - Support log event compression, fix url fallback and new in...
  • e691f75 chore: hashing option (#459)
  • ddf08ba [release] 3.13.0 - Trigger event flush on pagehide and network bug fix (#456)
  • ad50dde fix: do not double init network (#453)
  • Additional commits viewable in compare view

Updates @statsig/react-bindings from 3.8.1 to 3.15.2

Release notes

Sourced from @​statsig/react-bindings's releases.

3.15.2 - Fix global statsig variable access

Fixes

  • Fix global statsig variable access

Included In This Release

  • 0b1d1ae4cb5b424eda21d88a58502764c555aa24 Andre Terron
    • chore: update how we access Statsig's global variable (#481)

Full Changelog: statsig-io/js-client-monorepo@3.15.1...3.15.2

3.15.1 - Session replay and React Native local override bug fix

Fixes

  • Fix a bug in session replay to restart when session expire
  • Fix a bug in react native where overrides were not persisting to storage in some cases

Included In This Release

  • 9cdefb6344ce03e83863bff98e10e8d9517acf20 devin-ai-integration[bot]
    • Fix LocalOverrideAdapter persistence issues in React Native (#471)
  • 4189809f4e2efbba9976334297b83183f058eba5 sroyal-statsig
    • fix: fix session replay session expired (#480)
  • 5178e143e5289f860da3a8e2acbb7083b3eeeafb Andre Terron
    • chore: bump nextjs (#478)
  • 8588a9bb6dd36072dd46689117b2291e73481e99 Andre Terron
    • chore: add engines to package.json (#477)
  • 5e91ddb3d23b8c957bd79b9a42559678193b9bd4 Andre Terron
    • chore: update minifier-name-cache (#476)

Full Changelog: statsig-io/js-client-monorepo@3.15.0...3.15.1

3.15.0 - Add Option to Use Cookies for StableID

New Features

  • Adds an options to use cookies for stableID

Improvements

  • Adds memo for parameter stores
  • Improves the React isLoading flag

Fixes

  • Stops session recording if session id has changed

... (truncated)

Commits
  • c1767c5 [release] 3.15.2 - Fix global statsig variable access (#485)
  • 0b1d1ae chore: update how we access Statsig's global variable (#481)
  • ffac71e [release] 3.15.1 - Session replay and React Native local override bug fix (#483)
  • c92bffc [release] 3.15.0 - Add Option to Use Cookies for StableID (#475)
  • a2dd90d chore: add license, homepage and repository package.json fields (#470)
  • e5e26cf chore: param store memo (#472)
  • c33e543 fix: ensure StatsigProvider always calls the same hooks (#461)
  • 7b60637 chore: improve React isLoading (#464)
  • bfd3dfe [release] 3.14.1 - Update the type unload event to subscribe to (#467)
  • 286dc69 [release] 3.14.0 - Support log event compression, fix url fallback and new in...
  • Additional commits viewable in compare view

Updates @statsig/session-replay from 3.8.1 to 3.15.2

Release notes

Sourced from @​statsig/session-replay's releases.

3.15.2 - Fix global statsig variable access

Fixes

  • Fix global statsig variable access

Included In This Release

  • 0b1d1ae4cb5b424eda21d88a58502764c555aa24 Andre Terron
    • chore: update how we access Statsig's global variable (#481)

Full Changelog: statsig-io/js-client-monorepo@3.15.1...3.15.2

3.15.1 - Session replay and React Native local override bug fix

Fixes

  • Fix a bug in session replay to restart when session expire
  • Fix a bug in react native where overrides were not persisting to storage in some cases

Included In This Release

  • 9cdefb6344ce03e83863bff98e10e8d9517acf20 devin-ai-integration[bot]
    • Fix LocalOverrideAdapter persistence issues in React Native (#471)
  • 4189809f4e2efbba9976334297b83183f058eba5 sroyal-statsig
    • fix: fix session replay session expired (#480)
  • 5178e143e5289f860da3a8e2acbb7083b3eeeafb Andre Terron
    • chore: bump nextjs (#478)
  • 8588a9bb6dd36072dd46689117b2291e73481e99 Andre Terron
    • chore: add engines to package.json (#477)
  • 5e91ddb3d23b8c957bd79b9a42559678193b9bd4 Andre Terron
    • chore: update minifier-name-cache (#476)

Full Changelog: statsig-io/js-client-monorepo@3.15.0...3.15.1

3.15.0 - Add Option to Use Cookies for StableID

New Features

  • Adds an options to use cookies for stableID

Improvements

  • Adds memo for parameter stores
  • Improves the React isLoading flag

Fixes

  • Stops session recording if session id has changed

... (truncated)

Commits
  • c1767c5 [release] 3.15.2 - Fix global statsig variable access (#485)
  • 0b1d1ae chore: update how we access Statsig's global variable (#481)
  • ffac71e [release] 3.15.1 - Session replay and React Native local override bug fix (#483)
  • 4189809 fix: fix session replay session expired (#480)
  • c92bffc [release] 3.15.0 - Add Option to Use Cookies for StableID (#475)
  • a2dd90d chore: add license, homepage and repository package.json fields (#470)
  • 23d2fb3 fix: stop recording when session id changes (#473)
  • bfd3dfe [release] 3.14.1 - Update the type unload event to subscribe to (#467)
  • 286dc69 [release] 3.14.0 - Support log event compression, fix url fallback and new in...
  • ddf08ba [release] 3.13.0 - Trigger event flush on pagehide and network bug fix (#456)
  • Additional commits viewable in compare view

Updates @statsig/web-analytics from 3.8.1 to 3.15.2

Release notes

Sourced from @​statsig/web-analytics's releases.

3.15.2 - Fix global statsig variable access

Fixes

  • Fix global statsig variable access

Included In This Release

  • 0b1d1ae4cb5b424eda21d88a58502764c555aa24 Andre Terron
    • chore: update how we access Statsig's global variable (#481)

Full Changelog: statsig-io/js-client-monorepo@3.15.1...3.15.2

3.15.1 - Session replay and React Native local override bug fix

Fixes

  • Fix a bug in session replay to restart when session expire
  • Fix a bug in react native where overrides were not persisting to storage in some cases

Included In This Release

  • 9cdefb6344ce03e83863bff98e10e8d9517acf20 devin-ai-integration[bot]
    • Fix LocalOverrideAdapter persistence issues in React Native (#471)
  • 4189809f4e2efbba9976334297b83183f058eba5 sroyal-statsig
    • fix: fix session replay session expired (#480)
  • 5178e143e5289f860da3a8e2acbb7083b3eeeafb Andre Terron
    • chore: bump nextjs (#478)
  • 8588a9bb6dd36072dd46689117b2291e73481e99 Andre Terron
    • chore: add engines to package.json (#477)
  • 5e91ddb3d23b8c957bd79b9a42559678193b9bd4 Andre Terron
    • chore: update minifier-name-cache (#476)

Full Changelog: statsig-io/js-client-monorepo@3.15.0...3.15.1

3.15.0 - Add Option to Use Cookies for StableID

New Features

  • Adds an options to use cookies for stableID

Improvements

  • Adds memo for parameter stores
  • Improves the React isLoading flag

Fixes

  • Stops session recording if session id has changed

... (truncated)

Commits
  • c1767c5 [release] 3.15.2 - Fix global statsig variable access (#485)
  • 0b1d1ae chore: update how we access Statsig's global variable (#481)
  • ffac71e [release] 3.15.1 - Session replay and React Native local override bug fix (#483)
  • c92bffc [release] 3.15.0 - Add Option to Use Cookies for StableID (#475)
  • a2dd90d chore: add license, homepage and repository package.json fields (#470)
  • bfd3dfe [release] 3.14.1 - Update the type unload event to subscribe to (#467)
  • 286dc69 [release] 3.14.0 - Support log event compression, fix url fallback and new in...
  • ddf08ba [release] 3.13.0 - Trigger event flush on pagehide and network bug fix (#456)
  • 3276093 [release] 3.12.2 - Update docs for next (#451)
  • d6dc55e chore: release 3.12.1 (#446)
  • Additional commits viewable in compare view

Updates @vercel/speed-insights from 1.0.12 to 1.2.0

Release notes

Sourced from @​vercel/speed-insights's releases.

1.2.0

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.1.0...1.2.0

1.2.0-canary.3

What's Changed

  • feat: support configurable deployment basepath by @​feugy in

Bumps the backward-compatible group with 72 updates in the /apps/loco-web directory:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.9.11` | `3.13.6` |
| [@apollo/experimental-nextjs-app-support](https://github.com/apollographql/apollo-client-integrations) | `0.10.0` | `0.12.1` |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.2.1` | `1.2.3` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.0.5` | `1.1.6` |
| [@radix-ui/react-aspect-ratio](https://github.com/radix-ui/primitives) | `1.0.3` | `1.1.2` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.0.4` | `1.1.3` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.0.4` | `1.1.4` |
| [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives) | `1.0.3` | `1.1.3` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.0.5` | `1.1.6` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.0.6` | `2.1.6` |
| [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.6` |
| @radix-ui/react-icons | `1.3.0` | `1.3.2` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.0.2` | `2.1.2` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.0.7` | `1.1.6` |
| [@radix-ui/react-progress](https://github.com/radix-ui/primitives) | `1.0.3` | `1.1.2` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.1.3` | `1.2.3` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.0.0` | `2.1.6` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.0.3` | `1.1.2` |
| [@radix-ui/react-slider](https://github.com/radix-ui/primitives) | `1.1.2` | `1.2.3` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.0.2` | `1.1.2` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.0.3` | `1.1.3` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.0.4` | `1.1.3` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.1.5` | `1.2.6` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.0.7` | `1.1.8` |
| [@radix-ui/react-use-callback-ref](https://github.com/radix-ui/primitives) | `1.0.1` | `1.1.0` |
| [@statsig/js-client](https://github.com/statsig-io/js-client-monorepo/tree/HEAD/packages/js-client) | `3.8.1` | `3.15.2` |
| [@statsig/react-bindings](https://github.com/statsig-io/js-client-monorepo/tree/HEAD/packages/react-bindings) | `3.8.1` | `3.15.2` |
| [@statsig/session-replay](https://github.com/statsig-io/js-client-monorepo/tree/HEAD/packages/session-replay) | `3.8.1` | `3.15.2` |
| [@statsig/web-analytics](https://github.com/statsig-io/js-client-monorepo/tree/HEAD/packages/web-analytics) | `3.8.1` | `3.15.2` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.0.12` | `1.2.0` |
| [@vis.gl/react-google-maps](https://github.com/visgl/react-google-maps) | `1.4.0` | `1.5.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.21` |
| [axios](https://github.com/axios/axios) | `1.6.8` | `1.8.4` |
| [class-variance-authority](https://github.com/joe-bell/cva) | `0.7.0` | `0.7.1` |
| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |
| [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk) | `1.0.0` | `1.1.1` |
| [date-fns-tz](https://github.com/marnusw/date-fns-tz) | `3.0.1` | `3.2.0` |
| [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) | `8.1.6` | `8.6.0` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `11.0.2` | `11.6.0` |
| [graphql](https://github.com/graphql/graphql-js) | `16.8.1` | `16.10.0` |
| [html-react-parser](https://github.com/remarkablemark/html-react-parser) | `5.1.10` | `5.2.3` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.7` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.368.0` | `0.487.0` |
| [luxon](https://github.com/moment/luxon) | `3.4.4` | `3.6.1` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.4.2` | `3.6.2` |
| medusa-react | `9.0.16` | `9.0.18` |
| [next-nprogress-bar](https://github.com/Skyleen77/bprogress) | `2.3.12` | `2.4.7` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.3.0` | `0.4.6` |
| [p-queue](https://github.com/sindresorhus/p-queue) | `8.0.1` | `8.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.5.3` |
| [qrcode.react](https://github.com/zpao/qrcode.react) | `4.0.1` | `4.2.0` |
| [react-dropzone](https://github.com/react-dropzone/react-dropzone) | `14.2.10` | `14.3.8` |
| [react-easy-crop](https://github.com/ValentinH/react-easy-crop) | `5.0.6` | `5.4.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.3` | `7.55.0` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.0.1` | `5.5.0` |
| [react-spinners](https://github.com/davidhu2000/react-spinners) | `0.13.8` | `0.15.0` |
| [react-swipeable](https://github.com/FormidableLabs/react-swipeable) | `7.0.1` | `7.0.2` |
| [react-zoom-pan-pinch](https://github.com/prc5/react-zoom-pan-pinch) | `3.4.4` | `3.7.0` |
| [reactjs-tiptap-editor](https://github.com/hunghg255/reactjs-tiptap-editor) | `0.1.6` | `0.2.20` |
| [recharts](https://github.com/recharts/recharts) | `2.12.7` | `2.15.2` |
| [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.1` |
| [statsig-node](https://github.com/statsig-io/node-js-server-sdk) | `6.0.1` | `6.3.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.8.3` |
| [usehooks-ts](https://github.com/juliencrn/usehooks-ts) | `3.1.0` | `3.1.1` |
| [yup](https://github.com/jquense/yup) | `1.4.0` | `1.6.1` |
| [zod](https://github.com/colinhacks/zod) | `3.23.8` | `3.24.2` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `5.0.2` | `5.0.5` |
| [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client) | `4.2.5` | `4.8.0` |
| [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `4.0.6` | `4.1.6` |
| [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `4.2.0` | `4.6.0` |
| [@graphql-codegen/typescript-react-apollo](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/react-apollo) | `4.3.0` | `4.3.2` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.5.3` |



Updates `@apollo/client` from 3.9.11 to 3.13.6
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.9.11...v3.13.6)

Updates `@apollo/experimental-nextjs-app-support` from 0.10.0 to 0.12.1
- [Release notes](https://github.com/apollographql/apollo-client-integrations/releases)
- [Commits](https://github.com/apollographql/apollo-client-integrations/compare/v.0.10.0...@apollo/experimental-nextjs-app-support@0.12.1)

Updates `@radix-ui/react-accordion` from 1.2.1 to 1.2.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-alert-dialog` from 1.0.5 to 1.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-aspect-ratio` from 1.0.3 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-avatar` from 1.0.4 to 1.1.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-checkbox` from 1.0.4 to 1.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-collapsible` from 1.0.3 to 1.1.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dialog` from 1.0.5 to 1.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dropdown-menu` from 2.0.6 to 2.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-hover-card` from 1.1.2 to 1.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

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

Updates `@radix-ui/react-label` from 2.0.2 to 2.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-popover` from 1.0.7 to 1.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-progress` from 1.0.3 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-radio-group` from 1.1.3 to 1.2.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-select` from 2.0.0 to 2.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-separator` from 1.0.3 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-slider` from 1.1.2 to 1.2.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-slot` from 1.0.2 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-switch` from 1.0.3 to 1.1.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tabs` from 1.0.4 to 1.1.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-toast` from 1.1.5 to 1.2.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tooltip` from 1.0.7 to 1.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-use-callback-ref` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@statsig/js-client` from 3.8.1 to 3.15.2
- [Release notes](https://github.com/statsig-io/js-client-monorepo/releases)
- [Commits](https://github.com/statsig-io/js-client-monorepo/commits/3.15.2/packages/js-client)

Updates `@statsig/react-bindings` from 3.8.1 to 3.15.2
- [Release notes](https://github.com/statsig-io/js-client-monorepo/releases)
- [Commits](https://github.com/statsig-io/js-client-monorepo/commits/3.15.2/packages/react-bindings)

Updates `@statsig/session-replay` from 3.8.1 to 3.15.2
- [Release notes](https://github.com/statsig-io/js-client-monorepo/releases)
- [Commits](https://github.com/statsig-io/js-client-monorepo/commits/3.15.2/packages/session-replay)

Updates `@statsig/web-analytics` from 3.8.1 to 3.15.2
- [Release notes](https://github.com/statsig-io/js-client-monorepo/releases)
- [Commits](https://github.com/statsig-io/js-client-monorepo/commits/3.15.2/packages/web-analytics)

Updates `@vercel/speed-insights` from 1.0.12 to 1.2.0
- [Release notes](https://github.com/vercel/speed-insights/releases)
- [Commits](https://github.com/vercel/speed-insights/commits/1.2.0/packages/web)

Updates `@vis.gl/react-google-maps` from 1.4.0 to 1.5.2
- [Release notes](https://github.com/visgl/react-google-maps/releases)
- [Changelog](https://github.com/visgl/react-google-maps/blob/main/CHANGELOG.md)
- [Commits](visgl/react-google-maps@v1.4.0...v1.5.2)

Updates `autoprefixer` from 10.4.19 to 10.4.21
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.4.21)

Updates `axios` from 1.6.8 to 1.8.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.8.4)

Updates `class-variance-authority` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/joe-bell/cva/releases)
- [Commits](joe-bell/cva@v0.7.0...v0.7.1)

Updates `clsx` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v2.1.0...v2.1.1)

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

Updates `date-fns-tz` from 3.0.1 to 3.2.0
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](marnusw/date-fns-tz@v3.0.1...v3.2.0)

Updates `embla-carousel-react` from 8.1.6 to 8.6.0
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](davidjerleke/embla-carousel@v8.1.6...v8.6.0)

Updates `firebase` from 11.0.2 to 11.6.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@11.0.2...firebase@11.6.0)

Updates `graphql` from 16.8.1 to 16.10.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.8.1...v16.10.0)

Updates `html-react-parser` from 5.1.10 to 5.2.3
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/html-react-parser@v5.1.10...v5.2.3)

Updates `husky` from 9.0.11 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.7)

Updates `lucide-react` from 0.368.0 to 0.487.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.487.0/packages/lucide-react)

Updates `luxon` from 3.4.4 to 3.6.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.4.4...3.6.1)

Updates `@types/luxon` from 3.4.2 to 3.6.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

Updates `medusa-react` from 9.0.16 to 9.0.18

Updates `next-nprogress-bar` from 2.3.12 to 2.4.7
- [Release notes](https://github.com/Skyleen77/bprogress/releases)
- [Commits](https://github.com/Skyleen77/bprogress/commits)

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

Updates `p-queue` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](sindresorhus/p-queue@v8.0.1...v8.1.0)

Updates `postcss` from 8.4.38 to 8.5.3
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.38...8.5.3)

Updates `qrcode.react` from 4.0.1 to 4.2.0
- [Release notes](https://github.com/zpao/qrcode.react/releases)
- [Changelog](https://github.com/zpao/qrcode.react/blob/trunk/CHANGELOG.md)
- [Commits](zpao/qrcode.react@v4.0.1...v4.2.0)

Updates `react-dropzone` from 14.2.10 to 14.3.8
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](react-dropzone/react-dropzone@v14.2.10...v14.3.8)

Updates `react-easy-crop` from 5.0.6 to 5.4.1
- [Release notes](https://github.com/ValentinH/react-easy-crop/releases)
- [Commits](ValentinH/react-easy-crop@v5.0.6...v5.4.1)

Updates `react-hook-form` from 7.51.3 to 7.55.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.51.3...v7.55.0)

Updates `react-icons` from 5.0.1 to 5.5.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.0.1...v5.5.0)

Updates `react-spinners` from 0.13.8 to 0.15.0
- [Release notes](https://github.com/davidhu2000/react-spinners/releases)
- [Changelog](https://github.com/davidhu2000/react-spinners/blob/main/CHANGELOG.md)
- [Commits](davidhu2000/react-spinners@v0.13.8...v0.15.0)

Updates `react-swipeable` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/FormidableLabs/react-swipeable/releases)
- [Changelog](https://github.com/FormidableLabs/react-swipeable/blob/main/CHANGELOG.md)
- [Commits](FormidableLabs/react-swipeable@v7.0.1...v7.0.2)

Updates `react-zoom-pan-pinch` from 3.4.4 to 3.7.0
- [Release notes](https://github.com/prc5/react-zoom-pan-pinch/releases)
- [Changelog](https://github.com/BetterTyped/react-zoom-pan-pinch/blob/master/CHANGELOG.md)
- [Commits](BetterTyped/react-zoom-pan-pinch@v3.4.4...v3.7.0)

Updates `reactjs-tiptap-editor` from 0.1.6 to 0.2.20
- [Release notes](https://github.com/hunghg255/reactjs-tiptap-editor/releases)
- [Commits](hunghg255/reactjs-tiptap-editor@v0.1.6...v0.2.20)

Updates `recharts` from 2.12.7 to 2.15.2
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.12.7...v2.15.2)

Updates `sharp` from 0.33.5 to 0.34.1
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.34.1)

Updates `statsig-node` from 6.0.1 to 6.3.1
- [Release notes](https://github.com/statsig-io/node-js-server-sdk/releases)
- [Commits](statsig-io/node-js-server-sdk@6.0.1...6.3.1)

Updates `typescript` from 5.4.5 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.8.3)

Updates `usehooks-ts` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/juliencrn/usehooks-ts/releases)
- [Commits](https://github.com/juliencrn/usehooks-ts/compare/usehooks-ts@3.1.0...usehooks-ts@3.1.1)

Updates `yup` from 1.4.0 to 1.6.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.4.0...v1.6.1)

Updates `zod` from 3.23.8 to 3.24.2
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.8...v3.24.2)

Updates `@graphql-codegen/cli` from 5.0.2 to 5.0.5
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@5.0.5/packages/graphql-codegen-cli)

Updates `@graphql-codegen/client-preset` from 4.2.5 to 4.8.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/client-preset@4.8.0/packages/presets/client)

Updates `@graphql-codegen/typescript` from 4.0.6 to 4.1.6
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@4.1.6/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-operations` from 4.2.0 to 4.6.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@4.6.0/packages/plugins/typescript/operations)

Updates `@graphql-codegen/typescript-react-apollo` from 4.3.0 to 4.3.2
- [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/react-apollo/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/typescript-react-apollo@4.3.2/packages/plugins/typescript/react-apollo)

Updates `@types/luxon` from 3.4.2 to 3.6.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

Updates `prettier` from 3.2.5 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.5.3)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-version: 3.13.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@apollo/experimental-nextjs-app-support"
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-accordion"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-alert-dialog"
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-aspect-ratio"
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-checkbox"
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-collapsible"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-hover-card"
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-icons"
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-progress"
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-radio-group"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-select"
  dependency-version: 2.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-slider"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-switch"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-tabs"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-toast"
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@radix-ui/react-use-callback-ref"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@statsig/js-client"
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@statsig/react-bindings"
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@statsig/session-replay"
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@statsig/web-analytics"
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@vercel/speed-insights"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@vis.gl/react-google-maps"
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: autoprefixer
  dependency-version: 10.4.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: axios
  dependency-version: 1.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: class-variance-authority
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: clsx
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: cmdk
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: date-fns-tz
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: embla-carousel-react
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: firebase
  dependency-version: 11.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: graphql
  dependency-version: 16.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: html-react-parser
  dependency-version: 5.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: husky
  dependency-version: 9.1.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: lucide-react
  dependency-version: 0.487.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: luxon
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@types/luxon"
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: medusa-react
  dependency-version: 9.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: next-nprogress-bar
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: next-themes
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: p-queue
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: postcss
  dependency-version: 8.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: qrcode.react
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: react-dropzone
  dependency-version: 14.3.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: react-easy-crop
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: react-hook-form
  dependency-version: 7.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: react-icons
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: react-spinners
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: react-swipeable
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: react-zoom-pan-pinch
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: reactjs-tiptap-editor
  dependency-version: 0.2.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: recharts
  dependency-version: 2.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: sharp
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: statsig-node
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: usehooks-ts
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: yup
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: zod
  dependency-version: 3.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 5.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: "@graphql-codegen/client-preset"
  dependency-version: 4.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@graphql-codegen/typescript"
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@graphql-codegen/typescript-operations"
  dependency-version: 4.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: "@graphql-codegen/typescript-react-apollo"
  dependency-version: 4.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backward-compatible
- dependency-name: "@types/luxon"
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backward-compatible
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants