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

build(deps): bump the web-deps group across 1 directory with 31 updates #2065

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the web-deps group with 31 updates in the /web directory:

Package From To
@fontsource-variable/fira-code 5.0.18 5.1.0
@fontsource-variable/inter 5.0.18 5.1.0
@fontsource-variable/newsreader 5.0.19 5.1.0
@headlessui/react 2.0.4 2.2.0
@netlify/plugin-nextjs 5.3.3 5.8.1
@tailwindcss/typography 0.5.13 0.5.15
follow-redirects 1.15.6 1.15.9
next 14.2.4 15.0.1
rehype-parse 9.0.0 9.0.1
@grpc/grpc-js 1.10.9 1.12.2
@types/node 20.14.6 22.8.1
@types/react 18.3.3 18.3.12
@types/react-dom 18.3.0 18.3.1
@typescript-eslint/eslint-plugin 7.13.1 8.12.0
@typescript-eslint/parser 7.13.1 8.12.0
autoprefixer 10.4.19 10.4.20
cypress 13.12.0 13.15.1
eslint 8.57.0 9.13.0
@types/eslint 8.56.10 9.6.1
eslint-config-next 14.2.4 15.0.1
eslint-plugin-cypress 3.3.0 4.0.0
netlify-cli 17.28.0 17.37.1
postcss 8.4.38 8.4.47
rehype-stringify 10.0.0 10.0.1
remark-rehype 11.1.0 11.1.1
start-server-and-test 2.0.4 2.0.8
tailwindcss 3.4.4 3.4.14
tsx 4.15.6 4.19.2
typescript 5.4.5 5.6.3
ws 8.17.1 8.18.0
@esbuild/linux-x64 0.21.5 0.24.0

Updates @fontsource-variable/fira-code from 5.0.18 to 5.1.0

Commits

Updates @fontsource-variable/inter from 5.0.18 to 5.1.0

Commits

Updates @fontsource-variable/newsreader from 5.0.19 to 5.1.0

Commits

Updates @headlessui/react from 2.0.4 to 2.2.0

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.0

Added

  • Add React 19 support (#3543)

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

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.2.0] - 2024-10-25

Added

  • Add React 19 support (#3543)

[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

... (truncated)

Commits

Updates @netlify/plugin-nextjs from 5.3.3 to 5.8.1

Release notes

Sourced from @​netlify/plugin-nextjs's releases.

v5.8.1

5.8.1 (2024-10-21)

Bug Fixes

  • create cache entries for fallback pages to support next@canary (#2649) (8ab259a)

v5.8.0

5.8.0 (2024-10-16)

Features

Bug Fixes

  • adjust cache-control handling for next@15.0.0-canary.187 (#2666) (7e5253d)
  • use alternative way of gathering api functions to anaylze (#2654) (e4916da)

v5.7.4

5.7.4 (2024-10-09)

Bug Fixes

  • handle non ASCII characters in cache-tag headers (#2645) (fcf2414)

v5.7.3

5.7.3 (2024-10-01)

Bug Fixes

  • handle middleware redirects to default locale and same path (#2636) (f0fa7d0)

v5.7.2

5.7.2 (2024-09-17)

Bug Fixes

  • use durable cache when serving stale response (#2591) (79e2a2c)

v5.7.1

5.7.1 (2024-09-06)

... (truncated)

Changelog

Sourced from @​netlify/plugin-nextjs's changelog.

5.8.1 (2024-10-21)

Bug Fixes

  • create cache entries for fallback pages to support next@canary (#2649) (8ab259a)

5.8.0 (2024-10-16)

Features

Bug Fixes

  • adjust cache-control handling for next@15.0.0-canary.187 (#2666) (7e5253d)
  • use alternative way of gathering api functions to anaylze (#2654) (e4916da)

5.7.4 (2024-10-09)

Bug Fixes

  • handle non ASCII characters in cache-tag headers (#2645) (fcf2414)

5.7.3 (2024-10-01)

Bug Fixes

  • handle middleware redirects to default locale and same path (#2636) (f0fa7d0)

5.7.2 (2024-09-17)

Bug Fixes

  • use durable cache when serving stale response (#2591) (79e2a2c)

5.7.1 (2024-09-06)

Bug Fixes

  • generate correct import path when 'src' directory is used and middleware imports wasm module (#2583) (b54b682)
  • update cache handler to accommodate changes in next@canary (#2572) (83f685e)

5.7.0 (2024-08-26)

... (truncated)

Commits
  • 5212b64 chore(main): release 5.8.1 (#2676)
  • 50534ba chore(deps): update netlify packages (#2687)
  • e70d8b1 chore(deps): update dependency msw to v2.4.12 (#2612)
  • b52e96e ci: remove unused Slack CI workflow code (#2680)
  • dff9c33 ci: don't use next's github releases as source of most recent stable/canary v...
  • eea9520 chore(deps): update dependency daisyui to v4.12.13 (#2663)
  • 5e0f053 chore(deps): update dependency tailwindcss to v3.4.14 (#2684)
  • 0bc73e6 chore(deps): update dependency memfs to v4.14.0 (#2685)
  • 0de2a5f chore(deps): update dependency @​types/node to v20.16.13 (#2683)
  • a2fa369 chore(deps): update dependency @​playwright/test to v1.48.1 (#2682)
  • Additional commits viewable in compare view

Updates @tailwindcss/typography from 0.5.13 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)
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)
Commits

Updates follow-redirects from 1.15.6 to 1.15.9

Commits
  • e4e55c7 Release version 1.15.9 of the npm package.
  • 31a1abf Attempt much more gentle detection.
  • d2aaa97 Fix url field.
  • 62558f0 Release version 1.15.8 of the npm package.
  • a8d1cee Return subtlety.
  • 458ca8e Fix native URL test for Node 20.
  • ca49e44 Handle KeepAlive connections in tests.
  • f3711d7 Test on Node 20 and 22.
  • fda0faf Fix typo.
  • 760757f Release version 1.15.7 of the npm package.
  • Additional commits viewable in compare view

Updates next from 14.2.4 to 15.0.1

Release notes

Sourced from next's releases.

v15.0.1

Core Changes

  • Reland "[dynamicIO] warn for disallowed dynamic in dev": #71567
  • next-upgrade: prompt (un)install only when there's a change: #71308
  • chore(next-codemod): remove @next/font from optional Next.js packages to install: #71563
  • [dynamicIO] Avoid triggering memory leak false positive with makeHangingPromise: #71576
  • Avoid triggering memory leak false positive with makeHangingPromise: #71579
  • Upgrade React from 65a56d0e-20241020 to 69d4b800-20241021: #71568
  • avoid logging stacks for internal errors: #71575
  • Avoid server action endpoint function indirection: #71572
  • fix: handle terminal color in chrome console: #71581
  • [dynamicIO] Update prerender to use Fizz prerender: #71580
  • misc(next-upgrade): reuse process.cwd() value: #71558
  • [dynamicIO]: dev navigations should show disallowed dynamic errors: #71595
  • next-lint: Use ESLint v9 by default: #71371
  • fix: prevent router errors from being logged on the client: #71583
  • fix: next package resolving in dev overlay: #71632
  • Improve type coverage of setup-dev-bundler: #71443
  • fix(turbo-tasks): Implement ValueDebugFormat for ResolvedVc: #71173
  • Add --turbopack CLI flag: #71657
  • [dynamicIO] detect metadata boundaries in dev using server component stacks: #71666

Example Changes

  • chore: Update with-supabase to be compatible with Nextjs 15: #71631
  • Update Sanity example to next v15: #71640

Misc Changes

  • docs(ppr): remove v14 mention for ppr: #71498
  • docs: fix upgrade codemod command: #71578
  • Turbopack: Always use blob: URLs for assets in middleware: #71471
  • fix: metadata image route Windows path escaping: #71615
  • fix: third-parties package peer dependency: #71620
  • Fix module_resolution: "nodenext" with mjs or cjs: #71635
  • react-sync: Automatically update peer dependencies in libraries: #71636
  • chore(docs): fix typo in image.mdx docs: #71647
  • docs: remove the canary note on instrumentation: #71649
  • test: fix async api tests: #71652
  • Enable source maps for pnpm debug: #71653
  • codemod(turbopack): Rewrite more Vc fields in structs as ResolvedVc: #71172

Credits

Huge thanks to @​gnoff, @​devjiwonchoi, @​samcx, @​ztanner, @​unstubbable, @​huozhi, @​mischnic, @​lubieowoce, @​eps1lon, @​ivasilov, @​styfle, @​bgw, @​stipsan, and @​timneutkens for helping!

v15.0.1-canary.3

Core Changes

... (truncated)

Commits

Updates rehype-parse from 9.0.0 to 9.0.1

Commits

Updates @grpc/grpc-js from 1.10.9 to 1.12.2

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.12.2

  • Use util.promisify instead of fs/promises for Node 12 compatibility (#2838)

@​grpc/grpc-js 1.12.1

  • Port bugfixes from 1.11.x into 1.12.x (#2836)

@​grpc/grpc-js-xds 1.12.0

  • Enable dualstack socket support by default in xDS clients (#2832)

@​grpc/grpc-js 1.12.0

Changelog

  • Provide the method_name for the CallCredentials callback generateMetadata (#2814 contributed by @​becoded)
  • Add an optional rejectUnauthorized field to the VerifyOptions interface, which can be passed as an argument to credentials.createSsl and createFromSecureContext (#2812 contributed by @​vinothsa4891)

Experimental API changes

Added:

  • CaCertificateUpdate
  • CaCertificateUpdateListener
  • IdentityCertificateUpdate
  • IdentityCertificateUpdateListener
  • CertificateProvider
  • FileWatcherCertificateProvider
  • FileWatcherCertificateProviderConfig
  • createCertificateProviderChannelCredentials
  • createCertificateProviderServerCredentials

Modified:

  • LoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.
  • ChannelControlHelper#createSubchannel: Now takes an additional argument of type ChannelCredentials | null. This should be passed along if overriding this function.
  • LeafLoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.

@​grpc/grpc-js 1.11.3

  • Ensure the client queries the name resolver again after connections drop while using the round_robin load balancing policy (#2825)

@​grpc/grpc-js 1.11.2

  • Fix client crash on receiving a custom error code (#2801 contributed by @​hastom)
  • Report connection errors more consistently (#2808)
  • Avoid computing the channel constructor trace log when that tracer is not enabled (#2817 contributed by @​ygalbel)

@​grpc/grpc-js 1.11.1

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#2799 contributed by @​xqin)

@​grpc/grpc-js-xds 1.11.0

  • Add xDS Servers (#2783)
    • Note: this is primarily a foundation for future features. It doesn't actually do much right now.
  • Add support for dualstack socket support in xDS clients (#2665)

... (truncated)

Commits
  • 0e39b26 Merge pull request #2838 from murgatroid99/grpc-js_node_12_fix
  • e907d19 grpc-js: Use util.promisify instead of fs/promises for Node 12 compatibility
  • dce2272 Merge pull request #2836 from murgatroid99/grpc-js_1.12_1.11_bugfix_merge
  • 65cd9b6 grpc-js: Bump to 1.12.1
  • f21855d Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.11.x' into grpc-js_1.1...
  • 8aacdfd Merge pull request #2833 from murgatroid99/grpc-js_1.12.0_bump
  • 051c048 grpc-js: Bump to 1.12.0
  • 707f6cb Merge pull request #2832 from murgatroid99/grpc-js-xds_enable_dualstack
  • 50668f7 grpc-js-xds: Enable dualstack support by default
  • 3c9436b Merge pull request #2812 from vinothsa4891/bugfix/support-reject-unauthorized
  • Additional commits viewable in compare view

Updates @types/node from 20.14.6 to 22.8.1

Commits

Updates @types/react from 18.3.3 to 18.3.12

Commits

Updates @types/react-dom from 18.3.0 to 18.3.1

Commits

Updates @typescript-eslint/eslint-plugin from 7.13.1 to 8.12.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.12.0

8.12.0 (2024-10-28)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
  • eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
  • eslint-plugin: [no-base-to-string] handle String() (#10005)
  • typescript-eslint: improve undefined extension handling (#10177)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
  • website: enable noImplicitAny (#10175)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)
  • rule-tester: allow custom filename outside directory (#10147)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.10.0

8.10.0 (2024-10-17)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.12.0 (2024-10-28)

🚀 Features

  • eslint-plugin: [no-base-to-string] handle String() (#10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

8.9.0 (2024-10-14)

... (truncated)

Commits
  • 3413a2d chore(release): publish 8.12.0
  • ac18749 feat(eslint-plugin): [no-base-to-string] handle String() (#10005)
  • 3c8978d feat(eslint-plugin): [switch-exhaustiveness-check] add allowDefaultCaseMatchU...
  • af4743f test(eslint-plugin): fix a typo in a test, causing it to test the error typ...
  • 9c956ee feat(eslint-plugin): [consistent-indexed-object-style] report mapped types (#...
  • e765033 feat(eslint-plugin): [prefer-nullish-coalescing] add support for assignment e...
  • 79c27a8 chore(release): publish 8.11.0
  • c8e7c27 feat(eslint-plugin): [no-unnecessary-type-parameters] add suggestion fixer (#...
  • 9a182d0 feat(eslint-plugin): [no-base-to-string] add support for catching toLocaleStr...
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.13.1 to 8.12.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.12.0

8.12.0 (2024-10-28)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
  • eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
  • eslint-plugin: [no-base-to-string] handle String() (#10005)
  • typescript-eslint: improve undefined extension handling (#10177)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
  • website: enable noImplicitAny (#10175)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)
  • rule-tester: allow custom filename outside directory (#10147)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.10.0

8.10.0 (2024-10-17)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.12.0 (2024-10-28)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.11.0 (2024-10-21)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

8.9.0 (2024-10-14)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.8.1 (2024-10-07)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.8.0 (2024-09-30)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.7.0 (2024-09-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.6.0 (2024-09-16)

... (truncated)

Commits
  • 3413a2d chore(release): publish 8.12.0
  • 79c27a8 chore(release): publish 8.11.0
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • 7effdea chore(release): publish 8.10.0
  • f9c49e3 feat: support TypeScript 5.6 (#9972)
  • 4666ed4 chore(release): publish 8.9.0
  • f898248 chore(release): publish 8.8.1
  • 2055cfb chore(release): publish 8.8.0
  • b88ea33 chore(release): publish 8.7.0
  • 343710e chore(release): publish 8.6.0
  • Additional commits viewable in

Bumps the web-deps group with 31 updates in the /web directory:

| Package | From | To |
| --- | --- | --- |
| [@fontsource-variable/fira-code](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/fira-code) | `5.0.18` | `5.1.0` |
| [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.0.18` | `5.1.0` |
| [@fontsource-variable/newsreader](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/newsreader) | `5.0.19` | `5.1.0` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.0.4` | `2.2.0` |
| [@netlify/plugin-nextjs](https://github.com/netlify/next-runtime) | `5.3.3` | `5.8.1` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.13` | `0.5.15` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.6` | `1.15.9` |
| [next](https://github.com/vercel/next.js) | `14.2.4` | `15.0.1` |
| [rehype-parse](https://github.com/rehypejs/rehype) | `9.0.0` | `9.0.1` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.9` | `1.12.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.6` | `22.8.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.12` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.13.1` | `8.12.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.13.1` | `8.12.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [cypress](https://github.com/cypress-io/cypress) | `13.12.0` | `13.15.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.13.0` |
| [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) | `8.56.10` | `9.6.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.4` | `15.0.1` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `3.3.0` | `4.0.0` |
| [netlify-cli](https://github.com/netlify/cli) | `17.28.0` | `17.37.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.47` |
| [rehype-stringify](https://github.com/rehypejs/rehype) | `10.0.0` | `10.0.1` |
| [remark-rehype](https://github.com/remarkjs/remark-rehype) | `11.1.0` | `11.1.1` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.4` | `2.0.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.14` |
| [tsx](https://github.com/privatenumber/tsx) | `4.15.6` | `4.19.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.6.3` |
| [ws](https://github.com/websockets/ws) | `8.17.1` | `8.18.0` |
| [@esbuild/linux-x64](https://github.com/evanw/esbuild) | `0.21.5` | `0.24.0` |



Updates `@fontsource-variable/fira-code` from 5.0.18 to 5.1.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/fira-code)

Updates `@fontsource-variable/inter` from 5.0.18 to 5.1.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter)

Updates `@fontsource-variable/newsreader` from 5.0.19 to 5.1.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/newsreader)

Updates `@headlessui/react` from 2.0.4 to 2.2.0
- [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.2.0/packages/@headlessui-react)

Updates `@netlify/plugin-nextjs` from 5.3.3 to 5.8.1
- [Release notes](https://github.com/netlify/next-runtime/releases)
- [Changelog](https://github.com/opennextjs/opennextjs-netlify/blob/main/CHANGELOG.md)
- [Commits](opennextjs/opennextjs-netlify@v5.3.3...v5.8.1)

Updates `@tailwindcss/typography` from 0.5.13 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.13...v0.5.15)

Updates `follow-redirects` from 1.15.6 to 1.15.9
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.6...v1.15.9)

Updates `next` from 14.2.4 to 15.0.1
- [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.2.4...v15.0.1)

Updates `rehype-parse` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/rehypejs/rehype/releases)
- [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md)
- [Commits](https://github.com/rehypejs/rehype/compare/rehype-parse@9.0.0...9.0.1)

Updates `@grpc/grpc-js` from 1.10.9 to 1.12.2
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.9...@grpc/grpc-js@1.12.2)

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 7.13.1 to 8.12.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.13.1 to 8.12.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.0/packages/parser)

Updates `autoprefixer` from 10.4.19 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.19...10.4.20)

Updates `cypress` from 13.12.0 to 13.15.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.12.0...v13.15.1)

Updates `eslint` from 8.57.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.57.0...v9.13.0)

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

Updates `eslint-config-next` from 14.2.4 to 15.0.1
- [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/v15.0.1/packages/eslint-config-next)

Updates `eslint-plugin-cypress` from 3.3.0 to 4.0.0
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.3.0...v4.0.0)

Updates `netlify-cli` from 17.28.0 to 17.37.1
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v17.28.0...v17.37.1)

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

Updates `rehype-stringify` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/rehypejs/rehype/releases)
- [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md)
- [Commits](https://github.com/rehypejs/rehype/compare/rehype-stringify@10.0.0...10.0.1)

Updates `remark-rehype` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/remarkjs/remark-rehype/releases)
- [Commits](remarkjs/remark-rehype@11.1.0...11.1.1)

Updates `start-server-and-test` from 2.0.4 to 2.0.8
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.4...v2.0.8)

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

Updates `tsx` from 4.15.6 to 4.19.2
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.15.6...v4.19.2)

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

Updates `ws` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.17.1...8.18.0)

Updates `@esbuild/linux-x64` from 0.21.5 to 0.24.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.21.5...v0.24.0)

---
updated-dependencies:
- dependency-name: "@fontsource-variable/fira-code"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: "@fontsource-variable/inter"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: "@fontsource-variable/newsreader"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: "@netlify/plugin-nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: follow-redirects
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: web-deps
- dependency-name: rehype-parse
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-deps
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-deps
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-deps
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-deps
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-deps
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-deps
- dependency-name: netlify-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: rehype-stringify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: remark-rehype
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: ws
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: "@esbuild/linux-x64"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issue or PR that affects dependencies javascript Issue or PR that affects JavaScript code labels Oct 28, 2024
@github-actions github-actions bot added the web Issue or PR related to documentation website label Oct 28, 2024
Copy link

netlify bot commented Oct 28, 2024

Deploy Preview for conkyweb failed.

Name Link
🔨 Latest commit 2786488
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/671fcfaf0f15f800089bef95

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #2068.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/web-deps-d3a3f33605 branch November 4, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue or PR that affects dependencies javascript Issue or PR that affects JavaScript code web Issue or PR related to documentation website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants