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 npm-minors-and-patches group across 1 directory with 33 updates #125

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the npm-minors-and-patches group with 32 updates in the / directory:

Package From To
@floating-ui/react 0.26.4 0.26.17
@mdx-js/loader 3.0.0 3.0.1
@mdx-js/react 3.0.0 3.0.1
@next/mdx 14.0.4 14.2.4
@phosphor-icons/react 2.0.15 2.1.6
@react-three/drei 9.92.5 9.107.0
@react-three/fiber 8.15.12 8.16.8
@types/mdx 2.0.10 2.0.13
@types/node 20.10.5 20.14.2
abstract-syntax-tree 2.21.1 2.22.0
autoprefixer 10.4.16 10.4.19
clsx 2.0.0 2.1.1
eslint-config-next 14.0.4 14.2.4
gsap 3.12.4 3.12.5
lucide-react 0.298.0 0.395.0
next 14.0.4 14.2.4
postcss 8.4.32 8.4.38
postcss-nesting 12.0.2 12.1.5
postcss-preset-env 9.3.0 9.5.14
prettier 3.1.1 3.3.2
prettier-plugin-tailwindcss 0.5.9 0.6.4
r3f-perf 7.1.2 7.2.1
react 18.2.0 18.3.1
@types/react 18.2.45 18.3.3
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.18 18.3.0
sharp 0.33.1 0.33.4
tailwind-merge 2.1.0 2.3.0
tailwindcss 3.3.7 3.4.4
three 0.159.0 0.165.0
@types/three 0.159.0 0.165.0
typescript 5.3.3 5.4.5

Updates @floating-ui/react from 0.26.4 to 0.26.17

Release notes

Sourced from @​floating-ui/react's releases.

@​floating-ui/react@​0.26.17

Patch Changes

  • fix(FloatingFocusManager): place fallback focus on element with floating props
  • feat(FloatingFocusManager): restoreFocus prop. This enables automatic restoration of focus to the nearest tabbable element if the element that currently has focus inside the floating element is removed from the DOM.
  • fix(useHover): fix restMs options throwing SyntheticEvent warning on React < 17

@​floating-ui/react@​0.26.16

Patch Changes

  • fix(useListNavigation): correct scrollIntoView and focus behavior with virtual focus and inner DOM-focused element + FloatingList
  • fix(FloatingPortal): prevent undefined id with unconditional rendering in React <18
  • fix(useListNavigation): prevent selectedIndex changes from stealing focus
  • fix(FloatingDelayGroup): prevent hydration error with Suspense
  • fix(useListNavigation, Composite): correct index calculations for grid navigation with nullish and disabled items when disabledIndices is inferred
  • perf(markOthers): avoid applying attributes to script tags needlessly
  • Update dependencies: @floating-ui/[email protected]

@​floating-ui/react@​0.26.15

Patch Changes

  • fix(useTransitionStatus): guard isMounted check and remove unneeded initiated state. Prevents an infinite loop when called in a component with an unstable callback ref.

@​floating-ui/react@​0.26.14

Patch Changes

  • feat: add useFloatingRootContext Hook, which enables calling interaction hooks in a component higher in the tree than useFloating is called in. This supports spreading reference props onto an "external" reference element. External reference documentation.

@​floating-ui/react@​0.26.13

Patch Changes

  • fix(FloatingFocusManager): return focus to reference when applicable even if not focused on open
  • fix(types): simplify React types
  • fix(types): replace React_2 with React in generated .d.ts files
  • fix(types): revert React.JSX.Element back to JSX.Element
  • fix(useHover): restMs + nullish open delay should respect restMs

@​floating-ui/react@​0.26.12

Patch Changes

  • fix(useFloating): external element synchronization with domReference and positionReference
  • fix(useFloating): set dataRef openEvent property to undefined on close. Fixes a minor issue when useHover restMs is combined with useClientPoint and focus modality was used before hover modality.
  • fix(useId): avoid import error in new bundlers when using React <18, and also ensure id collisions don't occur when multiple independent versions of Floating UI are used with React <18.

@​floating-ui/react@​0.26.11

Patch Changes

  • fix(useHover): ensure mouseOnly is respected when restMs is specified. Also ensure restMs is always 0 for touch input.
  • fix(types): export FloatingOverlayProps
  • feat(useDelayGroup): return the GroupContext value from the Hook, and don't require an id option to be passed. You only need to invoke useDelayGroup() and read the context data from it. As a result, useDelayGroupContext() has been deprecated as it no longer needs to be used.

... (truncated)

Changelog

Sourced from @​floating-ui/react's changelog.

0.26.17

Patch Changes

  • fix(FloatingFocusManager): place fallback focus on element with floating props
  • feat(FloatingFocusManager): restoreFocus prop. This enables automatic restoration of focus to the nearest tabbable element if the element that currently has focus inside the floating element is removed from the DOM.
  • fix(useHover): fix restMs options throwing SyntheticEvent warning on React < 17

0.26.16

Patch Changes

  • fix(useListNavigation): correct scrollIntoView and focus behavior with virtual focus and inner DOM-focused element + FloatingList
  • fix(FloatingPortal): prevent undefined id with unconditional rendering in React <18
  • fix(useListNavigation): prevent selectedIndex changes from stealing focus
  • fix(FloatingDelayGroup): prevent hydration error with Suspense
  • fix(useListNavigation, Composite): correct index calculations for grid navigation with nullish and disabled items when disabledIndices is inferred
  • perf(markOthers): avoid applying attributes to script tags needlessly
  • Update dependencies: @floating-ui/[email protected]

0.26.15

Patch Changes

  • fix(useTransitionStatus): guard isMounted check and remove unneeded initiated state. Prevents an infinite loop when called in a component with an unstable callback ref.

0.26.14

Patch Changes

  • feat: add useFloatingRootContext Hook, which enables calling interaction hooks in a component higher in the tree than useFloating is called in. This supports spreading reference props onto an "external" reference element.

0.26.13

Patch Changes

  • fix(FloatingFocusManager): return focus to reference when applicable even if not focused on open
  • fix(types): simplify React types
  • fix(types): replace React_2 with React in generated .d.ts files
  • fix(types): revert React.JSX.Element back to JSX.Element
  • fix(useHover): restMs + nullish open delay should respect restMs

0.26.12

Patch Changes

  • fix(useFloating): external element synchronization with domReference and positionReference
  • fix(useFloating): set dataRef openEvent property to undefined on close. Fixes a minor issue when useHover restMs is combined with useClientPoint and focus modality was used before hover modality.
  • fix(useId): avoid import error in new bundlers when using React <18, and also ensure id collisions don't occur when multiple independent versions of Floating UI are used with React <18.

... (truncated)

Commits
  • 08cfbe0 Version Packages (#2930)
  • 775888f feat(FloatingFocusManager): restoreFocus prop (#2910)
  • c05f46a fix(FloatingFocusManager): place fallback focus on element with floating prop...
  • 1f003ad fix(useHover): prevent restMs SyntheticEvent warning on React <17 (#2924)
  • 1a2070e Version Packages (#2907)
  • d49a0e6 fix(useListNavigation): prevent selectedIndex changes from stealing focus (...
  • a50b33d perf(markOthers): ignore script tags (#2913)
  • 197f1fd fix(useListNavigation): correct scrollIntoView and focus behavior with vi...
  • d7f76f6 fix(useListNavigation, Composite): correct index calculations for grid naviga...
  • bac4282 fix(FloatingDelayGroup): prevent hydration error with Suspense (#2909)
  • Additional commits viewable in compare view

Updates @mdx-js/loader from 3.0.0 to 3.0.1

Release notes

Sourced from @​mdx-js/loader's releases.

3.0.1

Fix

Types

Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

Commits

Updates @mdx-js/react from 3.0.0 to 3.0.1

Release notes

Sourced from @​mdx-js/react's releases.

3.0.1

Fix

Types

Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

Commits

Updates @next/mdx from 14.0.4 to 14.2.4

Release notes

Sourced from @​next/mdx's releases.

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits

Updates @phosphor-icons/react from 2.0.15 to 2.1.6

Release notes

Sourced from @​phosphor-icons/react's releases.

v2.1.6

Features

  • Add JSDoc icon previews, so you can see the icons before you use them, right in your editor (thanks @​ajmnz!)
Recording.2024-06-11.172436.mp4

Related projects

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

v2.1.5

Bugs

  • Reverts to using classic JSX runtime, fixing #90 and restoring support to react@16 apps.

Related projects

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

... (truncated)

Commits

Updates @react-three/drei from 9.92.5 to 9.107.0

Release notes

Sourced from @​react-three/drei's releases.

v9.107.0

9.107.0 (2024-06-15)

Bug Fixes

  • Stats and StatsGl don't remove previous class names on rerender (#1994) (18c24eb)

Features

  • GradientTexture: support any color representation in GradientTexture (#1993) (1bb5b95)

v9.106.2

9.106.2 (2024-06-15)

Bug Fixes

v9.106.1

9.106.1 (2024-06-14)

Bug Fixes

v9.106.0

9.106.0 (2024-05-30)

Features

  • support scrollcontrols prepend (8e5a82a)

v9.105.6

9.105.6 (2024-05-02)

Bug Fixes

v9.105.5

9.105.5 (2024-04-28)

Bug Fixes

... (truncated)

Commits

Updates @react-three/fiber from 8.15.12 to 8.16.8

Release notes

Sourced from @​react-three/fiber's releases.

v8.16.8

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v8.16.7...v8.16.8

v8.16.7

What's Changed

Full Changelog: pmndrs/react-three-fiber@v8.16.6...v8.16.7

v8.16.6

What's Changed

Full Changelog: pmndrs/react-three-fiber@v8.16.5...v8.16.6

v8.16.5

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v8.16.4...v8.16.5

v8.16.4

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v8.16.3...v8.16.4

v8.16.3

What's Changed

Full Changelog: pmndrs/react-three-fiber@v8.16.2...v8.16.3

v8.16.2

... (truncated)

Commits
  • 4cfe9ef RELEASING: Releasing 1 package(s)
  • 4748b36 docs(changeset): fix: update is.equ to compare booleans
  • ee88f08 fix: update is.equ to compare booleans (#3278)
  • 10372e8 RELEASING: Releasing 1 package(s)
  • 4d6408c docs(changeset): fix(types): revert usage of future module JSX
  • f60472e fix(types): revert usage of future module JSX (#3276)
  • 6b1029f RELEASING: Releasing 1 package(s)
  • 03ab82f docs(changeset): fix(applyProps): null check indeterminate instances
  • 72ace15 fix(applyProps): null check indeterminate instances (#3261)
  • d7c46f8 RELEASING: Releasing 1 package(s)
  • Additional commits viewable in compare view

Updates @types/mdx from 2.0.10 to 2.0.13

Commits

Updates @types/node from 20.10.5 to 20.14.2

Commits

Updates abstract-syntax-tree from 2.21.1 to 2.22.0

Commits

Updates autoprefixer from 10.4.16 to 10.4.19

Release notes

Sourced from autoprefixer's releases.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.
Changelog

Sourced from autoprefixer's changelog.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.
Commits

Updates clsx from 2.0.0 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b

... (truncated)

Commits

Updates eslint-config-next from 14.0.4 to 14.2.4

Release notes

Sourced from eslint-config-next's releases.

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits

Updates gsap from 3.12.4 to 3.12.5

Commits

Updates lucide-react from 0.298.0 to 0.395.0

Release notes

Sourced from lucide-react's releases.

New icons 0.395.0

Modified Icons 🔨

New icons 0.394.0

Modified Icons 🔨

New icons 0.393.0

Modified Icons 🔨

New icons 0.392.0

New icons 🎨

Modified Icons 🔨

New icons 0.391.0

Modified Icons 🔨

... (truncated)

Commits

Updates next from 14.0.4 to 14.2.4

Release notes

Sourced from next's releases.

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits
  • 3078441 v14.2.4
  • 0538a0d [not a backport] fix lint errors
  • 2807fb4 fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)
  • efb476e Add timeout/retry handling for fetch cache (#66652)
  • c16a3f9 Use addDependency to track metadata route file changes (#66714)
  • 942e45a Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • 9728a35 Prevent append of trailing slash in cases where path ends with a file extensi...
  • 44661c2 ensure router cache updates reference the latest cache values (#66681)
  • f7ec039 prevent duplicate RSC fetch when action redirects (#66620)
  • dd6ab93 Fix loading navigation with metadata and prefetch (Description has been truncated

Bumps the npm-minors-and-patches group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.4` | `0.26.17` |
| [@mdx-js/loader](https://github.com/mdx-js/mdx/tree/HEAD/packages/loader) | `3.0.0` | `3.0.1` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.0.0` | `3.0.1` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `14.0.4` | `14.2.4` |
| [@phosphor-icons/react](https://github.com/phosphor-icons/react) | `2.0.15` | `2.1.6` |
| [@react-three/drei](https://github.com/pmndrs/drei) | `9.92.5` | `9.107.0` |
| [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) | `8.15.12` | `8.16.8` |
| [@types/mdx](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mdx) | `2.0.10` | `2.0.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.5` | `20.14.2` |
| [abstract-syntax-tree](https://github.com/buxlabs/abstract-syntax-tree) | `2.21.1` | `2.22.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.19` |
| [clsx](https://github.com/lukeed/clsx) | `2.0.0` | `2.1.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.0.4` | `14.2.4` |
| [gsap](https://github.com/greensock/GSAP) | `3.12.4` | `3.12.5` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.298.0` | `0.395.0` |
| [next](https://github.com/vercel/next.js) | `14.0.4` | `14.2.4` |
| [postcss](https://github.com/postcss/postcss) | `8.4.32` | `8.4.38` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.0.2` | `12.1.5` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `9.3.0` | `9.5.14` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.3.2` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.9` | `0.6.4` |
| [r3f-perf](https://github.com/utsuboco/r3f-perf) | `7.1.2` | `7.2.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.45` | `18.3.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.3.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.1` | `0.33.4` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.1.0` | `2.3.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.7` | `3.4.4` |
| [three](https://github.com/mrdoob/three.js) | `0.159.0` | `0.165.0` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.159.0` | `0.165.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |



Updates `@floating-ui/react` from 0.26.4 to 0.26.17
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/react)

Updates `@mdx-js/loader` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.0.1/packages/loader)

Updates `@mdx-js/react` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.0.1/packages/react)

Updates `@next/mdx` from 14.0.4 to 14.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.4/packages/next-mdx)

Updates `@phosphor-icons/react` from 2.0.15 to 2.1.6
- [Release notes](https://github.com/phosphor-icons/react/releases)
- [Commits](https://github.com/phosphor-icons/react/commits/v2.1.6)

Updates `@react-three/drei` from 9.92.5 to 9.107.0
- [Release notes](https://github.com/pmndrs/drei/releases)
- [Changelog](https://github.com/pmndrs/drei/blob/master/release.config.js)
- [Commits](pmndrs/drei@v9.92.5...v9.107.0)

Updates `@react-three/fiber` from 8.15.12 to 8.16.8
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v8.15.12...v8.16.8)

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

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

Updates `abstract-syntax-tree` from 2.21.1 to 2.22.0
- [Changelog](https://github.com/buxlabs/abstract-syntax-tree/blob/master/CHANGELOG.md)
- [Commits](https://github.com/buxlabs/abstract-syntax-tree/commits)

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

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

Updates `eslint-config-next` from 14.0.4 to 14.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.4/packages/eslint-config-next)

Updates `gsap` from 3.12.4 to 3.12.5
- [Commits](greensock/GSAP@3.12.4...3.12.5)

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

Updates `next` from 14.0.4 to 14.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.0.4...v14.2.4)

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

Updates `postcss-nesting` from 12.0.2 to 12.1.5
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

Updates `postcss-preset-env` from 9.3.0 to 9.5.14
- [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.1.1 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.3.2)

Updates `prettier-plugin-tailwindcss` from 0.5.9 to 0.6.4
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.5.9...v0.6.4)

Updates `r3f-perf` from 7.1.2 to 7.2.1
- [Changelog](https://github.com/utsuboco/r3f-perf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/utsuboco/r3f-perf/commits)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.18 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `sharp` from 0.33.1 to 0.33.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.33.1...v0.33.4)

Updates `tailwind-merge` from 2.1.0 to 2.3.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.1.0...v2.3.0)

Updates `tailwindcss` from 3.3.7 to 3.4.4
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.7...v3.4.4)

Updates `three` from 0.159.0 to 0.165.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

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

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

Updates `zustand` from 4.4.7 to 4.5.2
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v4.4.7...v4.5.2)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minors-and-patches
- dependency-name: "@mdx-js/loader"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minors-and-patches
- dependency-name: "@mdx-js/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minors-and-patches
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: "@phosphor-icons/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: "@react-three/drei"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: "@react-three/fiber"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: "@types/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minors-and-patches
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: abstract-syntax-tree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: autoprefixer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minors-and-patches
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: gsap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minors-and-patches
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minors-and-patches
- dependency-name: postcss-nesting
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: postcss-preset-env
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: r3f-perf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minors-and-patches
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: three
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: "@types/three"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minors-and-patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

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

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-minors-and-patches-607e811f41 branch June 24, 2024 00:59
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