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-packages group across 1 directory with 15 updates #258

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2024

Bumps the npm-packages group with 15 updates in the /docs directory:

Package From To
@headlessui/react 1.7.19 2.1.10
@markdoc/markdoc 0.2.2 0.4.0
@markdoc/next.js 0.2.3 0.3.7
clsx 1.2.1 2.1.1
next 14.1.1 14.2.15
postcss-focus-visible 6.0.4 10.0.0
postcss-import 14.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
react-icons 4.12.0 5.3.0
eslint 8.26.0 9.13.0
eslint-config-next 13.0.2 14.2.15
prettier 2.8.8 3.3.3
prettier-plugin-tailwindcss 0.1.13 0.6.8

Updates @headlessui/react from 1.7.19 to 2.1.10

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

@​headlessui/react@​v2.1.9

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

@​headlessui/react@​v2.1.8

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

@​headlessui/react@​v2.1.7

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

@​headlessui/react@​v2.1.6

Fixed

  • Fix ListboxOptions being incorrectly marked as inert (#3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#3465)

@​headlessui/react@​v2.1.5

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

@​headlessui/react@​v2.1.4

Fixed

  • Fix components not closing properly when using the transition prop (#3448)

@​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)

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.1.10] - 2024-10-10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

[2.1.9] - 2024-10-03

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

[2.1.8] - 2024-09-12

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

[2.1.7] - 2024-09-11

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

[2.1.6] - 2024-09-09

Fixed

  • Fix ListboxOptions being incorrectly marked as inert (#3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#3465)

[2.1.5] - 2024-09-04

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

[2.1.4] - 2024-09-03

Fixed

  • Fix components not closing properly when using the transition prop (#3448)

[2.1.3] - 2024-08-23

Fixed

... (truncated)

Commits
  • 5eb3b12 2.1.10 - @​headlessui/react
  • a4953a2 Fix crash in ListboxOptions when using as={Fragment} (#3513)
  • 3b047fc update changelog
  • 13d8829 Use React.JSX instead of JSX (#3511)
  • 2422250 2.1.9 - @​headlessui/react
  • 02b43d0 Cleanup process in Combobox component when using virtualization (#3495)
  • 63daa86 Fix crash when using instanceof HTMLElement in some environments (#3494)
  • f2c80c4 Ensure Element is available before polyfilling (#3493)
  • 5ca68a9 Update react types to avoid unbound method lint errors (#3480)
  • 994303f 2.1.8 - @​headlessui/react
  • Additional commits viewable in compare view

Updates @markdoc/markdoc from 0.2.2 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.2.3 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 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 next from 14.1.1 to 14.2.15

Release notes

Sourced from next's releases.

v14.2.15

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

Core Changes

  • support breadcrumb style catch-all parallel routes #65063
  • Provide non-dynamic segments to catch-all parallel routes #65233
  • Fix client reference access causing metadata missing #70732
  • feat(next/image): add support for decoding prop #70298
  • feat(next/image): add images.localPatterns config #70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #70608
  • [i18n] Routing fix #70761

Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

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

Core Changes

  • Fix: clone response in first handler to prevent race (#70082) (#70649)
  • Respect reexports from metadata API routes (#70508) (#70647)
  • Externalize node binary modules for app router (#70646)
  • Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
  • Fix prefetch bailout detection for nested loading segments (#70618)
  • Add missing node modules to externals (#70382)
  • Feature: next/image: add support for images.remotePatterns.search (#70302)

Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

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

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

[!NOTE]

... (truncated)

Commits

Updates postcss-focus-visible from 6.0.4 to 10.0.0

Changelog

Sourced from postcss-focus-visible's changelog.

10.0.0

August 3, 2024

  • Updated: Support for Node v18+ (major).

9.0.1

December 15, 2023

  • Fix type definitions

9.0.0

July 3, 2023

8.0.2

February 8, 2023

  • Reduce the amount of duplicate fallback CSS.

8.0.1

January 28, 2023

  • Improve types declaration in package.json

8.0.0

January 24, 2023

  • Updated: Support for Node v14+ (major).
  • Fix: Do not throw when a selector is invalid, show a warning instead.

7.1.0

July 30, 2022

  • Added: disablePolyfillReadyClass plugin option to prevent .js-focus-visible from being added.

7.0.0

July 8, 2022

  • Breaking: Changed generated classes so it prepends .js-focus-visible to the generated class so CSS is applied when the polyfill is known to be running.
Commits
Maintainer changes

This version was pushed to npm by romainmenke, a new releaser for postcss-focus-visible since your current version.


Updates postcss-import from 14.1.0 to 16.1.0

Changelog

Sourced from postcss-import's changelog.

16.1.0 / 2024-03-20

  • Allow bundling URLs with fragments (useful for Vite users) (#560, #561)

16.0.1 / 2024-02-14

  • Fix crash when handling some @imports with media conditions (#557, #558)

16.0.0 / 2024-01-02

  • BREAKING: Require Node.js v18+ (#550, #551)
  • BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
  • Support for @supports conditional imports added (#532, #548)
  • When skipDuplicates is false, handles import cycles correctly (#462, #535)
  • Add warnOnEmpty option to allow disabling warnings for empty files (#84, #541)
  • Use proper node.errors (#518, #540)

Huge thanks to @romainmenke for all the hard work he put into this release.

15.1.0 / 2022-12-07

  • Add data: URL support (this is not useful for most consumers) (#515)

15.0.1 / 2022-12-01

  • Preserve layer in ignored @imports (#510, #511)
  • Join media queries in the correct order (#512, #513)

15.0.0 / 2022-08-30

  • BREAKING: Require Node.js v14+ (#497)
  • BREAKING: Require nameLayer option for handling anonymous layers (#496)
  • Fix handling of @media queries inside layered imports (#495, #496)
Commits

Updates prism-react-renderer from 1.3.5 to 2.4.0

Release notes

Sourced from prism-react-renderer's releases.

prism-react-renderer@2.4.0

Minor Changes

  • 'Add JSON as default supported language' (#247)

prism-react-renderer@2.3.1

Patch Changes

  • Export normalizeTokens and useTokenize utility functions. (#237)

prism-react-renderer@2.3.0

Minor Changes

  • Upgrade clsx to v2.0.0. (#232)

prism-react-renderer@2.2.0

Minor Changes

  • Add Python support. (#226)

Patch Changes

  • Fix html language preset by using markup instead. (#230)

prism-react-renderer@2.1.0

Minor Changes

  • Added oneDark and oneLight themes (#224)

prism-react-renderer@2.0.6

Patch Changes

  • Export all types from package (#216)

prism-react-renderer@2.0.5

Patch Changes

  • Fixed bug where an undefined theme would cause a runtime error. (#213)

prism-react-renderer@2.0.4

Patch Changes

... (truncated)

Commits
  • 20631f4 Merge pull request #248 from FormidableLabs/changeset-release/master
  • 0d62b98 Version Packages
  • f87355c Merge pull request #247 from FormidableLabs/208-add-json-to-the-default-inclu...
  • c5f2b5d fix lint
  • c22f8b0 add changeset
  • 9018924 add JSON as default supported language
  • e35950e Merge pull request #244 from slorber/patch-1
  • 8b49a1b Update README.md
  • f52167e Merge pull request #242 from FormidableLabs/brand/oss-nf
  • d1d951e FIx lint issue in CI tooling
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by formidablelabs, a new releaser for prism-react-renderer since your current version.


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates react-icons from 4.12.0 to 5.3.0

Release notes

Sourced from react-icons's releases.

v5.3.0

What's Changed

New Contributors

Full Changelog: react-icons/react-icons@v5.2.1...v5.3.0

Icon Library License Version Count

Bumps the npm-packages group with 15 updates in the /docs directory:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.19` | `2.1.10` |
| [@markdoc/markdoc](https://github.com/markdoc/markdoc) | `0.2.2` | `0.4.0` |
| [@markdoc/next.js](https://github.com/markdoc/next.js) | `0.2.3` | `0.3.7` |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.1` |
| [next](https://github.com/vercel/next.js) | `14.1.1` | `14.2.15` |
| [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) | `14.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` |
| [react-icons](https://github.com/react-icons/react-icons) | `4.12.0` | `5.3.0` |
| [eslint](https://github.com/eslint/eslint) | `8.26.0` | `9.13.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.0.2` | `14.2.15` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.3.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.1.13` | `0.6.8` |



Updates `@headlessui/react` from 1.7.19 to 2.1.10
- [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.10/packages/@headlessui-react)

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

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

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 `next` from 14.1.1 to 14.2.15
- [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.1.1...v14.2.15)

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 14.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@14.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 `react-icons` from 4.12.0 to 5.3.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v4.12.0...v5.3.0)

Updates `eslint` from 8.26.0 to 9.13.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.26.0...v9.13.0)

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

Updates `prettier` from 2.8.8 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.8.8...3.3.3)

Updates `prettier-plugin-tailwindcss` from 0.1.13 to 0.6.8
- [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.8)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: "@markdoc/markdoc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: "@markdoc/next.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: postcss-focus-visible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: postcss-import
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2024
Copy link

cloudflare-workers-and-pages bot commented Oct 20, 2024

Deploying netchecks-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: a5b1510
Status:🚫  Build failed.

View logs

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2024

The following labels could not be found: docs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11429353918

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.541%

Totals Coverage Status
Change from base Build 10896190815: 0.0%
Covered Lines: 303
Relevant Lines: 331

💛 - Coveralls

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