Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the dev-dependencies group with 23 updates in the / directory:

Package From To
@docsearch/react 3.3.2 3.6.1
@headlessui/react 1.7.7 2.1.3
@markdoc/markdoc 0.1.8 0.4.0
@markdoc/next.js 0.1.6 0.3.7
@sindresorhus/slugify 2.2.0 2.2.1
@tailwindcss/typography 0.5.7 0.5.15
autoprefixer 10.4.14 10.4.20
clsx 1.2.1 2.1.1
focus-visible 5.2.0 5.2.1
next 12.3.1 14.2.7
postcss-focus-visible 6.0.4 10.0.0
postcss-import 15.1.0 16.1.0
prism-react-renderer 1.3.5 2.4.0
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
tailwindcss 3.2.4 3.4.10
@trivago/prettier-plugin-sort-imports 4.1.1 4.3.0
eslint 8.19.0 9.9.1
eslint-config-next 13.1.1 14.2.7
eslint-config-prettier 8.5.0 9.1.0
eslint-plugin-markdownlint 0.4.0 0.6.0
prettier 2.7.1 3.3.3
prettier-plugin-tailwindcss 0.1.13 0.6.6

Updates @docsearch/react from 3.3.2 to 3.6.1

Release notes

Sourced from @​docsearch/react's releases.

v3.6.1

3.6.1 (2024-07-16)

Bug Fixes

v3.6.0

3.6.0 (2024-03-06)

Bug Fixes

Features

v3.5.2

3.5.2 (2023-08-11)

Fixes

  • Updates algoliasearch package version (cc90789)
  • Adds search-insights as options peer dependency (cc90789)

v3.5.1

3.5.1 (2023-06-15)

Features

  • api: support Insights on search results click (#1916) (cacade4)

v3.5.0

3.5.0 (2023-06-08)

Features

... (truncated)

Changelog

Sourced from @​docsearch/react's changelog.

3.6.1 (2024-07-16)

Bug Fixes

3.6.0 (2024-03-06)

Bug Fixes

Features

3.5.2 (2023-08-11)

Fixes

  • Updates algoliasearch package version (cc90789)
  • Adds search-insights as options peer dependency (cc90789)

3.5.1 (2023-06-15)

Features

  • api: support Insights on search results click (#1916) (cacade4)

3.5.0 (2023-06-08)

Features

... (truncated)

Commits

Updates @headlessui/react from 1.7.7 to 2.1.3

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.3

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)

@​headlessui/react@​v2.1.2

Fixed

  • Fix prematurely added anchoring styles on ListboxOptions (#3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#3356)
  • Fix hanging tests when using anchor prop (#3357)
  • Fix transition and focus prop combination for PopoverPanel component (#3361)
  • Fix outside click in nested portalled Popover components (#3362)
  • Fix restoring focus to correct element when closing Dialog component (#3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#3366)

@​headlessui/react@​v2.1.1

Fixed

  • Fix issues spreading omitted props onto components (#3313)
  • Fix initial anchor="selection" positioning (#3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#3327)
  • Fix incorrect Transition boundary for Dialog component (#3331)

@​headlessui/react@​v2.1.0

Headless UI v2.1

We just released Headless UI v2.1 for React, which dramatically simplifies our transition APIs and adds support for rendering multiple dialogs as siblings. See our announcement blog to learn more.

Changelog

Added

  • Add ability to render multiple Dialog components at once (without nesting them) (#3242)
  • Add new data-attribute-based transition API (#3273, #3285, #3307, #3309, #3312)
  • Add DialogBackdrop component (#3307, #3310)
  • Add PopoverBackdrop component to replace PopoverOverlay (#3308)

Fixed

  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#3249)
  • Ensure ComboboxInput does not sync with current value while typing (#3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#3190)
  • Improve UX by freezing ComboboxOptions while closing (#3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#3250)
  • Prevent focus on Checkbox when it is disabled (#3251)
  • Use useId instead of React internals (for React 19 compatibility) (#3254)

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.1.3] - 2024-08-23

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)

[2.1.2] - 2024-07-05

Fixed

  • Fix prematurely added anchoring styles on ListboxOptions (#3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#3356)
  • Fix hanging tests when using anchor prop (#3357)
  • Fix transition and focus prop combination for PopoverPanel component (#3361)
  • Fix outside click in nested portalled Popover components (#3362)
  • Fix restoring focus to correct element when closing Dialog component (#3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#3366)

[2.1.1] - 2024-06-26

Fixed

  • Fix issues spreading omitted props onto components (#3313)
  • Fix initial anchor="selection" positioning (#3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#3327)
  • Fix incorrect Transition boundary for Dialog component (#3331)

[2.1.0] - 2024-06-21

Added

  • Add ability to render multiple Dialog components at once (without nesting them) (#3242)
  • Add new data-attribute-based transition API (#3273, #3285, #3307, #3309, #3312)
  • Add DialogBackdrop component (#3307, #3310)
  • Add PopoverBackdrop component to replace PopoverOverlay (#3308)

Fixed

  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#3249)
  • Ensure ComboboxInput does not sync with current value while typing (#3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#3190)
  • Improve UX by freezing ComboboxOptions while closing (#3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#3250)
  • Prevent focus on Checkbox when it is disabled (#3251)
  • Use useId instead of React internals (for React 19 compatibility) (#3254)
  • Cancel outside click behavior on touch devices when scrolling (#3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#3303)

... (truncated)

Commits
  • 49c081d 2.1.3 - @​headlessui/react
  • a08be96 Add client hint to close provider (#3429)
  • 2260422 Fix closing components using the transition prop, and after scrolling the p...
  • ca6a455 Fix Combobox virtual mode types for multiple (#3392)
  • f335372 updating various typos (#3387)
  • 13b3100 Ensure Transition component state doesn't change when it becomes hidden (#3...
  • a36380f 2.1.2 - @​headlessui/react
  • 5fb738f Fix flushSync warning for Combobox component with immediate prop enable...
  • 91e9597 Fix restoring focus to correct element when closing Dialog component (#3365)
  • da466ec Fix outside click in nested portalled Popover components (#3362)
  • Additional commits viewable in compare view

Updates @markdoc/markdoc from 0.1.8 to 0.4.0

Release notes

Sourced from @​markdoc/markdoc's releases.

0.4.0

What's Changed

Full Changelog: markdoc/markdoc@0.3.5...0.4.0

0.3.5

What's Changed

New Contributors

Full Changelog: markdoc/markdoc@0.3.4...0.3.5

0.3.4

What's Changed

Full Changelog: markdoc/markdoc@0.3.3...0.3.4

0.3.3

What's Changed

Full Changelog: markdoc/markdoc@0.3.2...0.3.3

0.3.2

What's Changed

Full Changelog: markdoc/markdoc@0.3.1...0.3.2

0.3.1

What's Changed

... (truncated)

Commits
  • f59adb5 Changes th width property to string type in schema (#472)
  • 4d3dd64 Adds additional escapes to string attributes (#470)
  • c572385 Fix table cell widths in formatter (#463)
  • fd43ec1 Fixes variable resolution for slots (#457)
  • 0d078ed Adds support for dropping location information in parse function (#455)
  • 1d4515a Fix conflict between parent validation and function validation (#441)
  • acb517e Update version to 0.3.1 (#438)
  • c914d13 Exposes parent nodes in validation (#437)
  • 92c8ee2 Markdoc formatter - update to skip printing undefined attributes (#432)
  • 45424bf add row and col span to th (#422)
  • Additional commits viewable in compare view

Updates @markdoc/next.js from 0.1.6 to 0.3.7

Release notes

Sourced from @​markdoc/next.js's releases.

0.3.7

What's Changed

Full Changelog: markdoc/next.js@0.3.6...0.3.7

0.3.6

What's Changed

New Contributors

Full Changelog: markdoc/next.js@0.3.5...0.3.6

0.3.5

What's Changed

Full Changelog: markdoc/next.js@0.3.4...0.3.5

0.3.4

What's Changed

Full Changelog: markdoc/next.js@0.3.3...0.3.4

0.3.3

What's Changed

Full Changelog: markdoc/next.js@0.3.2...0.3.3

0.3.2

What's Changed

Full Changelog: markdoc/next.js@0.3.1...0.3.2

0.3.1

What's Changed

Full Changelog: markdoc/next.js@0.3.0...0.3.1

0.3.0

What's Changed

... (truncated)

Commits

Updates @sindresorhus/slugify from 2.2.0 to 2.2.1

Release notes

Sourced from @​sindresorhus/slugify's releases.

v2.2.1

  • Improve compatibility with partial strings

sindresorhus/slugify@v2.2.0...v2.2.1

Commits

Updates @tailwindcss/typography from 0.5.7 to 0.5.15

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.15

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#358)

v0.5.14

  • Fix table text alignment (#346)

v0.5.13

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)

v0.5.12

Added

  • Use logical properties for better RTL support (#323)

v0.5.11

Added

  • Add prose-kbd modifier (#340)

Fixed

  • Fix space between <figcaption> and <video> (#339)

v0.5.10

Fixed

  • Fix space between <figcaption> and <pre> (#313)
  • Remove typography styles from not-prose elements in addition to their children (#301)
  • Add <picture> styles (#314)
  • Fix prose-invert when used with colors in light mode (#315)
  • Add <kbd> styles (#317)
  • Add description list (<dl>, <dt>, <dd>) styles (#316)

v0.5.9

Fixed

  • Ensure p styles are inserted before .lead styles (#294)

v0.5.8

Fixed

  • Fix selector when using a non-default class (e.g. prose-sm) (#289)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.15] - 2024-08-28

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#358)

[0.5.14] - 2024-08-07

Fixed

  • Fix table text alignment (#346)

[0.5.13] - 2024-04-26

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)

[0.5.12] - 2024-03-27

Added

  • Use logical properties for better RTL support (#323)

[0.5.11] - 2024-03-26

Added

  • Add prose-kbd modifier (#340)

Fixed

  • Fix space between <figcaption> and <video> (#339)

[0.5.10] - 2023-09-05

Fixed

  • Fix space between <figcaption> and <pre> (#313)
  • Remove typography styles from not-prose elements in addition to their children (#301)
  • Add <picture> styles (#314)
  • Fix prose-invert when used with colors in light mode (#315)
  • Add <kbd> styles (#317)
  • Add description list (<dl>, <dt>, <dd>) styles (#316)

[0.5.9] - 2023-01-10

Fixed

  • Ensure p styles are inserted before .lead styles (#294)

... (truncated)

Commits

Updates autoprefixer from 10.4.14 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.

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.

10.4.16

10.4.15

Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.

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.

10.4.16

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

10.4.15

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
Commits

Updates clsx from 1.2.1 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 focus-visible from 5.2.0 to 5.2.1

Release notes

Sourced from focus-visible's releases.

v5.2.1

Remove mention of malicious polyfill service from demo and docs

Commits

Updates next from 12.3.1 to 14.2.7

Release notes

Sourced from next's releases.

v14.2.7

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

Core Changes

  • Revert "chore: externalize undici for bundling" (#65727)
  • Refactor internal routing headers to use request meta (#66987)
  • fix(next): add cross origin in react dom preload (#67423)
  • build: upgrade edge-runtime (#67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#66339)
  • fix: properly patch lockfile against swc bindings (#66515)
  • Add deployment id header for rsc payload if present (#67255)
  • Update font data (#68639)
  • fix i18n data pathname resolving (#68947)
  • pages router: ensure x-middleware-cache is respected (#67734)
  • Fix bad modRequest in flight entry manifest #68888
  • Reject next image urls in image optimizer #68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #67983

Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, @​syi0808, @​ijjk, and @​samcx for helping!

v14.2.6

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

Core Changes

  • Ensure fetch cache TTL is updated properly (#69164)

v14.2.5

[!NOTE]
This release is backporting bug fixes. It does Description has been truncated

Bumps the dev-dependencies group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@docsearch/react](https://github.com/algolia/docsearch) | `3.3.2` | `3.6.1` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.7` | `2.1.3` |
| [@markdoc/markdoc](https://github.com/markdoc/markdoc) | `0.1.8` | `0.4.0` |
| [@markdoc/next.js](https://github.com/markdoc/next.js) | `0.1.6` | `0.3.7` |
| [@sindresorhus/slugify](https://github.com/sindresorhus/slugify) | `2.2.0` | `2.2.1` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.7` | `0.5.15` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.14` | `10.4.20` |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.1` |
| [focus-visible](https://github.com/WICG/focus-visible) | `5.2.0` | `5.2.1` |
| [next](https://github.com/vercel/next.js) | `12.3.1` | `14.2.7` |
| [postcss-focus-visible](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-focus-visible) | `6.0.4` | `10.0.0` |
| [postcss-import](https://github.com/postcss/postcss-import) | `15.1.0` | `16.1.0` |
| [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) | `1.3.5` | `2.4.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.2.4` | `3.4.10` |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `4.1.1` | `4.3.0` |
| [eslint](https://github.com/eslint/eslint) | `8.19.0` | `9.9.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.1.1` | `14.2.7` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.5.0` | `9.1.0` |
| [eslint-plugin-markdownlint](https://gitlab.com/pawelbbdrozd/eslint-plugin-markdownlint) | `0.4.0` | `0.6.0` |
| [prettier](https://github.com/prettier/prettier) | `2.7.1` | `3.3.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.1.13` | `0.6.6` |



Updates `@docsearch/react` from 3.3.2 to 3.6.1
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md)
- [Commits](algolia/docsearch@v3.3.2...v3.6.1)

Updates `@headlessui/react` from 1.7.7 to 2.1.3
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.3/packages/@headlessui-react)

Updates `@markdoc/markdoc` from 0.1.8 to 0.4.0
- [Release notes](https://github.com/markdoc/markdoc/releases)
- [Commits](markdoc/markdoc@0.1.8...0.4.0)

Updates `@markdoc/next.js` from 0.1.6 to 0.3.7
- [Release notes](https://github.com/markdoc/next.js/releases)
- [Commits](markdoc/next.js@0.1.6...0.3.7)

Updates `@sindresorhus/slugify` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/sindresorhus/slugify/releases)
- [Commits](sindresorhus/slugify@v2.2.0...v2.2.1)

Updates `@tailwindcss/typography` from 0.5.7 to 0.5.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.7...v0.5.15)

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

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

Updates `focus-visible` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/WICG/focus-visible/releases)
- [Commits](WICG/focus-visible@v5.2.0...5.2.1)

Updates `next` from 12.3.1 to 14.2.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.3.1...v14.2.7)

Updates `postcss-focus-visible` from 6.0.4 to 10.0.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-focus-visible/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-focus-visible)

Updates `postcss-import` from 15.1.0 to 16.1.0
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-import@15.1.0...16.1.0)

Updates `prism-react-renderer` from 1.3.5 to 2.4.0
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases)
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/v1.3.5...prism-react-renderer@2.4.0)

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 `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 `tailwindcss` from 3.2.4 to 3.4.10
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.2.4...v3.4.10)

Updates `@trivago/prettier-plugin-sort-imports` from 4.1.1 to 4.3.0
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](trivago/prettier-plugin-sort-imports@v4.1.1...v4.3.0)

Updates `eslint` from 8.19.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.19.0...v9.9.1)

Updates `eslint-config-next` from 13.1.1 to 14.2.7
- [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.7/packages/eslint-config-next)

Updates `eslint-config-prettier` from 8.5.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.5.0...v9.1.0)

Updates `eslint-plugin-markdownlint` from 0.4.0 to 0.6.0
- [Release notes](https://gitlab.com/pawelbbdrozd/eslint-plugin-markdownlint/tags)
- [Changelog](https://gitlab.com/pawelbbdrozd/eslint-plugin-markdownlint/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/pawelbbdrozd/eslint-plugin-markdownlint/commits/main)

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

Updates `prettier-plugin-tailwindcss` from 0.1.13 to 0.6.6
- [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.1.13...v0.6.6)

---
updated-dependencies:
- dependency-name: "@docsearch/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@markdoc/markdoc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@markdoc/next.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@sindresorhus/slugify"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: autoprefixer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: focus-visible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: postcss-focus-visible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: postcss-import
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-markdownlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 2, 2024

Deploying mhguide with  Cloudflare Pages  Cloudflare Pages

Latest commit: 27c5d4b
Status:🚫  Build failed.

View logs

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
@dependabot dependabot bot requested a review from bradp September 2, 2024 01:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Superseded by #68.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-4fc2ef9d83 branch September 9, 2024 01: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