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

Bump the patch-minor group across 1 directory with 37 updates #418

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the patch-minor group with 37 updates in the / directory:

Package From To
@portabletext/react 3.2.0 3.2.1
@radix-ui/react-accordion 1.2.2 1.2.3
@radix-ui/react-checkbox 1.1.3 1.1.4
@radix-ui/react-dialog 1.1.5 1.1.6
@radix-ui/react-dropdown-menu 2.1.5 2.1.6
@radix-ui/react-label 2.1.1 2.1.2
@radix-ui/react-navigation-menu 1.2.4 1.2.5
@radix-ui/react-popover 1.1.5 1.1.6
@radix-ui/react-radio-group 1.2.2 1.2.3
@radix-ui/react-scroll-area 1.2.2 1.2.3
@radix-ui/react-select 2.1.5 2.1.6
@radix-ui/react-slot 1.1.1 1.1.2
@remix-run/react 2.15.3 2.16.0
@sanity/client 6.27.2 6.28.2
@sanity/core-loader 1.7.32 1.7.38
@sanity/icons 3.5.7 3.7.0
@sanity/react-loader 1.10.41 1.10.47
@sanity/vision 3.72.1 3.77.2
@sanity/visual-editing 2.12.11 2.13.7
@shopify/cli-hydrogen 9.0.5 9.0.8
@shopify/polaris 13.9.2 13.9.3
@shopify/remix-oxygen 2.0.10 2.0.11
groq 3.72.1 3.77.2
isbot 5.1.22 5.1.23
lucide-react 0.474.0 0.477.0
nanoid 5.0.9 5.1.2
sanity 3.72.1 3.77.2
@graphql-codegen/cli 5.0.4 5.0.5
@remix-run/dev 2.15.3 2.16.0
@remix-run/eslint-config 2.15.3 2.16.0
eslint-plugin-perfectionist 4.7.0 4.9.0
postcss 8.5.1 8.5.3
postcss-preset-env 10.1.3 10.1.5
prettier 3.4.2 3.5.3
schema-dts 1.1.2 1.1.5
type-fest 4.33.0 4.36.0
typescript 5.7.3 5.8.2

Updates @portabletext/react from 3.2.0 to 3.2.1

Release notes

Sourced from @​portabletext/react's releases.

v3.2.1

3.2.1 (2025-02-06)

Bug Fixes

  • deps: update dependency @​portabletext/toolkit to ^2.0.17 (#193) (34e8a5a)
Changelog

Sourced from @​portabletext/react's changelog.

3.2.1 (2025-02-06)

Bug Fixes

  • deps: update dependency @​portabletext/toolkit to ^2.0.17 (#193) (34e8a5a)
Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

Updates @radix-ui/react-navigation-menu from 1.2.4 to 1.2.5

Commits

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

Commits

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

Commits

Updates @radix-ui/react-scroll-area from 1.2.2 to 1.2.3

Commits

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

Commits

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

Commits

Updates @remix-run/react from 2.15.3 to 2.16.0

Release notes

Sourced from @​remix-run/react's releases.

2.16.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2160

Changelog

Sourced from @​remix-run/react's changelog.

2.16.0

Patch Changes

  • Don't apply Single Fetch revalidation de-optimization when in SPA mode since there is no server HTTP request (#10479)

  • When using Lazy Route Discovery (future.v3_lazyRouteDiscovery), Remix will now detect manifest version mismatches after a new deploy and trigger a document reload to sync up any active client sessions with the newly deployed version (#10498)

    • On navigations to undiscovered routes, this mismatch will trigger a document reload of the destination path
    • On fetcher calls to undiscovered routes, this mismatch will trigger a document reload of the current path
    • While performing Eager Route Discovery on rendered <Link> components, mismatches will result in a no-op
  • Updated dependencies:

    • @remix-run/server-runtime@2.16.0
Commits

Updates @sanity/client from 6.27.2 to 6.28.2

Release notes

Sourced from @​sanity/client's releases.

v6.28.2

6.28.2 (2025-02-28)

Bug Fixes

  • docs: make dataset and project related types public (#1026) (b0a622a)

v6.28.1

6.28.1 (2025-02-24)

Bug Fixes

v6.28.0

6.28.0 (2025-02-11)

Features

  • listener: add support for includeAllVersions (#1003) (fff3a76)

Bug Fixes

  • deprecate previewDrafts-perspective in favor of drafts (#1007) (3b03ac5)
  • lift restriction on release perspective name (#1005) (cdfacc9)
  • live: dedupe event source instances (#990) (a26714d)
Changelog

Sourced from @​sanity/client's changelog.

6.28.2 (2025-02-28)

Bug Fixes

  • docs: make dataset and project related types public (#1026) (b0a622a)

6.28.1 (2025-02-24)

Bug Fixes

6.28.0 (2025-02-11)

Features

  • listener: add support for includeAllVersions (#1003) (fff3a76)

Bug Fixes

  • deprecate previewDrafts-perspective in favor of drafts (#1007) (3b03ac5)
  • lift restriction on release perspective name (#1005) (cdfacc9)
  • live: dedupe event source instances (#990) (a26714d)
Commits

Updates @sanity/core-loader from 1.7.32 to 1.7.38

Release notes

Sourced from @​sanity/core-loader's releases.

core-loader: v1.7.38

1.7.38 (2025-03-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/presentation-comlink bumped to 1.0.9
      • @​sanity/visual-editing-csm bumped to 2.0.7

core-loader: v1.7.37

1.7.37 (2025-02-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/presentation-comlink bumped to 1.0.8
      • @​sanity/visual-editing-csm bumped to 2.0.6

core-loader: v1.7.36

1.7.36 (2025-02-17)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/presentation-comlink bumped to 1.0.7
      • @​sanity/visual-editing-csm bumped to 2.0.5

core-loader: v1.7.35

1.7.35 (2025-02-12)

Bug Fixes

core-loader: v1.7.34

1.7.34 (2025-02-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/presentation-comlink bumped to 1.0.6

... (truncated)

Changelog

Sourced from @​sanity/core-loader's changelog.

1.7.38 (2025-03-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/presentation-comlink bumped to 1.0.9
      • @​sanity/visual-editing-csm bumped to 2.0.7

1.7.37 (2025-02-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/presentation-comlink bumped to 1.0.8
      • @​sanity/visual-editing-csm bumped to 2.0.6

1.7.36 (2025-02-17)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/presentation-comlink bumped to 1.0.7
      • @​sanity/visual-editing-csm bumped to 2.0.5

1.7.35 (2025-02-12)

Bug Fixes

1.7.34 (2025-02-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/presentation-comlink bumped to 1.0.6
      • @​sanity/visual-editing-csm bumped to 2.0.4

1.7.33 (2025-02-07)

... (truncated)

Commits

Updates @sanity/icons from 3.5.7 to 3.7.0

Release notes

Sourced from @​sanity/icons's releases.

v3.7.0

3.7.0 (2025-02-27)

Features


This release is also available on:

v3.6.0

3.6.0 (2025-02-14)

Features


This release is also available on:

Changelog

Sourced from @​sanity/icons's changelog.

3.7.0 (2025-02-27)

Features

3.6.0 (2025-02-14)

Features

Commits

Updates @sanity/react-loader from 1.10.41 to 1.10.47

Release notes

Sourced from @​sanity/react-loader's releases.

react-loader: v1.10.47

1.10.47 (2025-03-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/core-loader bumped to 1.7.38
      • @​sanity/visual-editing-csm bumped to 2.0.7

react-loader: v1.10.46

1.10.46 (2025-02-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/core-loader bumped to 1.7.37
      • @​sanity/visual-editing-csm bumped to 2.0.6

react-loader: v1.10.45

1.10.45 (2025-02-17)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/core-loader bumped to 1.7.36
      • @​sanity/visual-editing-csm bumped to 2.0.5

react-loader: v1.10.44

1.10.44 (2025-02-12)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/core-loader bumped to 1.7.35

react-loader: v1.10.43

1.10.43 (2025-02-10)

... (truncated)

Changelog

Sourced from @​sanity/react-loader's changelog.

1.10.47 (2025-03-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/core-loader bumped to 1.7.38
      • @​sanity/visual-editing-csm bumped to 2.0.7

1.10.46 (2025-02-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/core-loader bumped to 1.7.37
      • @​sanity/visual-editing-csm bumped to 2.0.6

1.10.45 (2025-02-17)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/core-loader bumped to 1.7.36
      • @​sanity/visual-editing-csm bumped to 2.0.5

1.10.44 (2025-02-12)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/core-loader bumped to 1.7.35

1.10.43 (2025-02-10)

Bug Fixes

... (truncated)

Commits

Updates @sanity/vision from 3.72.1 to 3.77.2

Release notes

Sourced from @​sanity/vision's releases.

v3.77.2

🐛 Notable Bug Fixes

  • Improves drag-and-drop handling for inline objects in the Portable Text Editor.
  • Fixes a cursor jumping issue that occurred after dragging an inline object in the Portable Text Editor.
  • Prevents stalled syncing due to the value changing while a sync was in progress.
  • Fixes a crash in Studio caused by missing upcomingSchedule.action in Scheduled Publishing.

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

📓 Full changelog

Author Message Commit
Saskia fix: Scheduled publishing badge issue (#8755) 8161946e9b
Cody Olsen chore(ci): auto cancel workflows on PRs (#8751) 8b8b24d062
Christian Grøngaard fix(core): abort file target drag events for portable text items (#8760) bdb695b968
Bjørge Næss chore(test-studio): move experimental search api to playground workspace (#8758) 2ec201f838
renovate[bot] chore(lockfile): update dependency @​tanstack/react-virtual to v3.13.2 (#8763) 74953bb426
renovate[bot] chore(deps): update pnpm to v9.15.6 (#8762) 348ffecceb
renovate[bot] chore(lockfile): update dependency vite to v6.2.0 (#8764) dd7fa1751a
Ken Jones fix(cli): correct the default port for Astro app (#8699) 69649617df
renovate[bot] fix(deps): update dependency @​portabletext/block-tools to ^1.1.10 (#8766) 44c357bf0a
Carolina Gonzalez fix(cli): update core app template (#8722) e3ab986739
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.36.1 (#8767) 33e54a62ba

v3.77.1

🐛 Notable bugfixes

  • Fixes an issue causing draft-only documents to not appear in reference search.

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

📓 Full changelog

Author Message Commit
renovate[bot] fix(deps): update dependency @​sanity/presentation-comlink to ^1.0.8 (#8741) 038e78ba4a
ecospark[bot] chore(deps): dedupe pnpm-lock.yaml (#8749) 0a578f48c3
renovate[bot] fix(deps): update dependency @​sanity/insert-menu to v1.1.3 (#8740) b8f92312ab
renovate[bot] fix(deps): update dependency react-rx to ^4.1.21 (#8745) 1d64a24ae8
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.14.3 (#8743) 80a828fcf6
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.35.4 (#8742) 80840fc2eb
ecospark[bot] chore(deps): dedupe pnpm-lock.yaml (#8753) 9b4886f47a

... (truncated)

Commits

Updates @sanity/visual-editing from 2.12.11 to 2.13.7

Release notes

Sourced from @​sanity/visual-editing's releases.

visual-editing: v2.13.7

2.13.7 (2025-03-03)

Bug Fixes

  • deps: update react compiler dependencies 🤖 ✨ (#2774) (3fed1f2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/insert-menu bumped to 1.1.4
      • @​sanity/presentation-comlink bumped to 1.0.9
      • @​sanity/preview-url-secret bumped to 2.1.5
      • @​sanity/visual-editing-csm bumped to 2.0.7

visual-editing: v2.13.6

2.13.6 (2025-02-24)

Bug Fixes

  • deps: update react compiler dependencies 🤖 ✨ (#2745) (c185f58)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/insert-menu bumped to 1.1.3
      • @​sanity/presentation-comlink bumped to 1.0.8
      • @​sanity/visual-editing-csm bumped to 2.0.6

visual-editing: v2.13.5

2.13.5 (2025-02-18)

Bug Fixes

  • make styled-components a peer (7d0e17b)

visual-editing: v2.13.4

2.13.4 (2025-02-18)

Bug Fixes

... (truncated)

Changelog

Sourced from @​sanity/visual-editing's changelog.

2.13.7 (2025-03-03)

Bug Fixes

  • deps: update react compiler dependencies 🤖 ✨ (#2774) (3fed1f2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/insert-menu bumped to 1.1.4
      • @​sanity/presentation-comlink bumped to 1.0.9
      • @​sanity/preview-url-secret bumped to 2.1.5
      • @​sanity/visual-editing-csm bumped to 2.0.7

2.13.6 (2025-02-24)

Bug Fixes

  • deps: update react compiler dependencies 🤖 ✨ (#2745) (c185f58)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​sanity/insert-menu bumped to 1.1.3
      • @​sanity/presentation-comlink bumped to 1.0.8
      • @​sanity/visual-editing-csm bumped to 2.0.6

2.13.5 (2025-02-18)

Bug Fixes

  • make styled-components a peer (7d0e17b)

2.13.4 (2025-02-18)

Bug Fixes

2.13.3 (2025-02-17)

... (truncated)

Commits
  • 2a02618 chore: release main (#2782)
  • 3fed1f2 fix(deps): update react compiler dependencies 🤖 ✨ (#2774)
  • 8f7fbf6 chore(deps): update storybook monorepo to ^8.6.0 (#2763)
  • 620aa9e chore(deps): update dependency vitest to ^3.0.7 (#2758)
  • 0152fcc chore(deps): update dependency @​sanity/client to ^6.28.1 (#2760)
  • 7cef105 chore(deps): update dependency happy-dom to ^17.1.8 (#2755)
  • 217dac7 chore(deps): update dependency @​sveltejs/kit to ^2.17.3 (#2754)
  • 4b85c1b chore(deps): update dependency @​sanity/ui to v2.14.3 (#2750)
  • 4f05dfb chore: release main (#2749)
  • e82192a chore(deps): update dependency @​sanity/ui to v2.14.2 (#2743)
  • Additional commits viewable in compare view

Updates @shopify/cli-hydrogen from 9.0.5 to 9.0.8

Release notes

Sourced from @​shopify/cli-hydrogen's releases.

@​shopify/cli-hydrogen@​9.0.8

Patch Changes

@​shopify/cli-hydrogen@​9.0.7

Patch Changes

  • Fixed a regression in hydrogen build where the environment variable HYDROGEN_ASSET_BASE_URL was ignored when used as build command when deploying. (#2758) by @​vincentezw

@​shopify/cli-hydrogen@​9.0.6

Patch Changes

Commits

Updates @shopify/polaris from 13.9.2 to 13.9.3

Release notes

Sourced from @​shopify/polaris's releases.

@​shopify/polaris@​13.9.3

Patch Changes

  • #13179 a651dac Thanks @​simonporter007! - Remove extra semicolons in CSS declarations that were causing duplicate semicolons in the built output

  • Updated dependencies [a651dac]:

    • @​shopify/polaris-tokens@​9.4.1
Commits

Updates @shopify/remix-oxygen from 2.0.10 to 2.0.11

Release notes

Sourced from @​shopify/remix-oxygen's releases.

@​shopify/remix-oxygen@​2.0.11

Patch Changes

Changelog

Sourced from @​shopify/remix-oxygen's changelog.

2.0.11

Patch Changes

Commits
  • See full diff in

Bumps the patch-minor group with 37 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@portabletext/react](https://github.com/portabletext/react-portabletext) | `3.2.0` | `3.2.1` |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.3` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.4` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.5` | `1.1.6` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.5` | `2.1.6` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.1` | `2.1.2` |
| [@radix-ui/react-navigation-menu](https://github.com/radix-ui/primitives) | `1.2.4` | `1.2.5` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.5` | `1.1.6` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.3` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.3` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.1.5` | `2.1.6` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.15.3` | `2.16.0` |
| [@sanity/client](https://github.com/sanity-io/client) | `6.27.2` | `6.28.2` |
| [@sanity/core-loader](https://github.com/sanity-io/visual-editing/tree/HEAD/packages/core-loader) | `1.7.32` | `1.7.38` |
| [@sanity/icons](https://github.com/sanity-io/icons) | `3.5.7` | `3.7.0` |
| [@sanity/react-loader](https://github.com/sanity-io/visual-editing/tree/HEAD/packages/react-loader) | `1.10.41` | `1.10.47` |
| [@sanity/vision](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/vision) | `3.72.1` | `3.77.2` |
| [@sanity/visual-editing](https://github.com/sanity-io/visual-editing/tree/HEAD/packages/visual-editing) | `2.12.11` | `2.13.7` |
| [@shopify/cli-hydrogen](https://github.com/Shopify/hydrogen/tree/HEAD/packages/cli-hydrogen) | `9.0.5` | `9.0.8` |
| [@shopify/polaris](https://github.com/Shopify/polaris) | `13.9.2` | `13.9.3` |
| [@shopify/remix-oxygen](https://github.com/Shopify/hydrogen/tree/HEAD/packages/remix-oxygen) | `2.0.10` | `2.0.11` |
| [groq](https://github.com/sanity-io/sanity/tree/HEAD/packages/groq) | `3.72.1` | `3.77.2` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.22` | `5.1.23` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.474.0` | `0.477.0` |
| [nanoid](https://github.com/ai/nanoid) | `5.0.9` | `5.1.2` |
| [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) | `3.72.1` | `3.77.2` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `5.0.4` | `5.0.5` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.15.3` | `2.16.0` |
| [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) | `2.15.3` | `2.16.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `4.7.0` | `4.9.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.3` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.1.3` | `10.1.5` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [schema-dts](https://github.com/google/schema-dts/tree/HEAD/packages/schema-dts) | `1.1.2` | `1.1.5` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.33.0` | `4.36.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |



Updates `@portabletext/react` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/portabletext/react-portabletext/releases)
- [Changelog](https://github.com/portabletext/react-portabletext/blob/main/CHANGELOG.md)
- [Commits](portabletext/react-portabletext@v3.2.0...v3.2.1)

Updates `@radix-ui/react-accordion` from 1.2.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-checkbox` from 1.1.3 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-dialog` from 1.1.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.1.5 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-label` from 2.1.1 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-navigation-menu` from 1.2.4 to 1.2.5
- [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.1.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-radio-group` from 1.2.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-scroll-area` from 1.2.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-select` from 2.1.5 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-slot` from 1.1.1 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 `@remix-run/react` from 2.15.3 to 2.16.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-react/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/react@2.16.0/packages/remix-react)

Updates `@sanity/client` from 6.27.2 to 6.28.2
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.27.2...v6.28.2)

Updates `@sanity/core-loader` from 1.7.32 to 1.7.38
- [Release notes](https://github.com/sanity-io/visual-editing/releases)
- [Changelog](https://github.com/sanity-io/visual-editing/blob/main/packages/core-loader/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/visual-editing/commits/core-loader-v1.7.38/packages/core-loader)

Updates `@sanity/icons` from 3.5.7 to 3.7.0
- [Release notes](https://github.com/sanity-io/icons/releases)
- [Changelog](https://github.com/sanity-io/icons/blob/main/CHANGELOG.md)
- [Commits](sanity-io/icons@v3.5.7...v3.7.0)

Updates `@sanity/react-loader` from 1.10.41 to 1.10.47
- [Release notes](https://github.com/sanity-io/visual-editing/releases)
- [Changelog](https://github.com/sanity-io/visual-editing/blob/main/packages/react-loader/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/visual-editing/commits/react-loader-v1.10.47/packages/react-loader)

Updates `@sanity/vision` from 3.72.1 to 3.77.2
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.77.2/packages/@sanity/vision)

Updates `@sanity/visual-editing` from 2.12.11 to 2.13.7
- [Release notes](https://github.com/sanity-io/visual-editing/releases)
- [Changelog](https://github.com/sanity-io/visual-editing/blob/main/packages/visual-editing/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/visual-editing/commits/visual-editing-v2.13.7/packages/visual-editing)

Updates `@shopify/cli-hydrogen` from 9.0.5 to 9.0.8
- [Release notes](https://github.com/Shopify/hydrogen/releases)
- [Commits](https://github.com/Shopify/hydrogen/commits/@shopify/cli-hydrogen@9.0.8/packages/cli-hydrogen)

Updates `@shopify/polaris` from 13.9.2 to 13.9.3
- [Release notes](https://github.com/Shopify/polaris/releases)
- [Commits](https://github.com/Shopify/polaris/compare/@shopify/polaris@13.9.2...@shopify/polaris@13.9.3)

Updates `@shopify/remix-oxygen` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/Shopify/hydrogen/releases)
- [Changelog](https://github.com/Shopify/hydrogen/blob/main/packages/remix-oxygen/CHANGELOG.md)
- [Commits](https://github.com/Shopify/hydrogen/commits/@shopify/remix-oxygen@2.0.11/packages/remix-oxygen)

Updates `groq` from 3.72.1 to 3.77.2
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.77.2/packages/groq)

Updates `isbot` from 5.1.22 to 5.1.23
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.22...v5.1.23)

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

Updates `nanoid` from 5.0.9 to 5.1.2
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.0.9...5.1.2)

Updates `sanity` from 3.72.1 to 3.77.2
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.77.2/packages/sanity)

Updates `@graphql-codegen/cli` from 5.0.4 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 `@remix-run/dev` from 2.15.3 to 2.16.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/dev@2.16.0/packages/remix-dev)

Updates `@remix-run/eslint-config` from 2.15.3 to 2.16.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-eslint-config/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/eslint-config@2.16.0/packages/remix-eslint-config)

Updates `eslint-plugin-perfectionist` from 4.7.0 to 4.9.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v4.7.0...v4.9.0)

Updates `postcss` from 8.5.1 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.5.1...8.5.3)

Updates `postcss-preset-env` from 10.1.3 to 10.1.5
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `prettier` from 3.4.2 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.4.2...3.5.3)

Updates `schema-dts` from 1.1.2 to 1.1.5
- [Release notes](https://github.com/google/schema-dts/releases)
- [Commits](https://github.com/google/schema-dts/commits/v1.1.5/packages/schema-dts)

Updates `type-fest` from 4.33.0 to 4.36.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.33.0...v4.36.0)

Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

---
updated-dependencies:
- dependency-name: "@portabletext/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-accordion"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-checkbox"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-label"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-navigation-menu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-popover"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-radio-group"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-select"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@radix-ui/react-slot"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@remix-run/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@sanity/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@sanity/core-loader"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@sanity/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@sanity/react-loader"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@sanity/vision"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@sanity/visual-editing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@shopify/cli-hydrogen"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@shopify/polaris"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@shopify/remix-oxygen"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: groq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: sanity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@graphql-codegen/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@remix-run/dev"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@remix-run/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: schema-dts
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
@dependabot dependabot bot requested a review from a team March 3, 2025 11:16
Copy link

vercel bot commented Mar 3, 2025

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

Name Status Preview Comments Updated (UTC)
fluid ❌ Failed (Inspect) Mar 3, 2025 11:17am
fluid-j4v9 ❌ Failed (Inspect) Mar 3, 2025 11:17am

@thomasKn
Copy link
Collaborator

thomasKn commented Mar 6, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-minor-eac22f2cc8 branch March 6, 2025 14:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant