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 all group with 22 updates #41

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the all group with 22 updates:

Package From To
@next/font 14.0.4 14.1.0
@types/node 20.10.6 20.11.14
@types/react 18.2.46 18.2.49
@vercel/og 0.6.1 0.6.2
culori 3.3.0 4.0.1
eslint-config-next 14.0.4 14.1.0
lucide-react 0.303.0 0.320.0
next 14.0.4 14.1.0
react-use 17.4.2 17.5.0
remark-rehype 11.0.0 11.1.0
sharp 0.33.1 0.33.2
zod-validation-error 2.1.0 3.0.0
@testing-library/jest-dom 6.1.6 6.4.1
@testing-library/react 14.1.2 14.2.0
@typescript-eslint/eslint-plugin 6.16.0 6.20.0
@typescript-eslint/parser 6.16.0 6.20.0
autoprefixer 10.4.16 10.4.17
eslint-plugin-prettier 5.1.2 5.1.3
postcss 8.4.32 8.4.33
prettier 3.1.1 3.2.4
prettier-plugin-tailwindcss 0.5.10 0.5.11
tailwindcss 3.4.0 3.4.1

Updates @next/font from 14.0.4 to 14.1.0

Release notes

Sourced from @​next/font's releases.

v14.1.0

Core Changes

  • Turbopack: switch to a single client components entrypoint: #59352
  • Update swc_core to v0.86.98 and turbopack: #59393
  • Fix cases for the optimize_server_react transform: #59390
  • Use new JSX transform: #56294
  • loading.tsx should have no effect on partial rendering when PPR is enabled: #59196
  • Update font data: #59426
  • Remove CacheNode.status field: #59472
  • Rename CacheNode.data → .lazyData : #59473
  • Generate Params Cleanup: #59431
  • Fix webpack chunks handling in traces: #59498
  • Rename CacheNode.subTreeData -> .rsc : #59491
  • fix NODE_OPTIONS=inspect: #59530
  • Add CacheNode.prefetchRsc field: #59537
  • allow passing wildcard domains in serverActions.allowedDomains: #59428
  • Page Info Cleanup: #59430
  • Fix force-static and fetch no-store cases: #59549
  • Should not show no index for client rendering bailout: #59531
  • Enable build worker by default: #59405
  • Fork navigateReducer into PPR and non-PPR versions: #59538
  • cleanup magic segment strings: #59552
  • chore: update Turbopack: #59589
  • Fix another magic segment string constant: #59591
  • Make CacheNodeSeedData match FlightRouterState more closely: #59590
  • transpilePackages should override default settings for external packages: #59385
  • move segment constants to separate file: #59587
  • Revert "Page Info Cleanup (#59430)": #59592
  • Fix useOptimistic in server components bug. Add tests for invalid React server APIs: #59621
  • Partial Pre Rendering Headers: #59447
  • Add tests for invalid React server APIs: #59622
  • Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: #59650
  • refactor and simplify app dynamic components: #59658
  • Change manifestPath to pagesManifestPath: #59657
  • Fix issue with outputFileTracingExcludes and pages/api edge runtime: #59157
  • Update font data: #59722
  • Remove path normalization logic when uploading .next/trace traces: #59305
  • LayoutRouter: Support segment value of Promise to asynchronously bail out and trigger a server patch: #59724
  • fix: Allow start turbopack dev server for a project using middleware: #59759
  • fix: gracefully shutdown server: #59551
  • Revert "fix: gracefully shutdown server (#59551)": #59792
  • Optionally bundle legacy react-dom/server APIs based on usage: #59737
  • fix default handling in route groups that handle interception: #59752
  • Transpile all code on app browser layer: #59569
  • Initial implementation of PPR client navigations: #59725
  • fix(turbopack): prevent edge entrypoint from becoming an async module: #59818
  • Ensure we validate revalidate configs properly: #59822
  • Update error check in validateRevalidate: #59826
  • Rename confusing loaders: #59827

... (truncated)

Commits

Updates @types/node from 20.10.6 to 20.11.14

Commits

Updates @types/react from 18.2.46 to 18.2.49

Commits

Updates @vercel/og from 0.6.1 to 0.6.2

Updates culori from 3.3.0 to 4.0.1

Release notes

Sourced from culori's releases.

v4.0.1

Bug fixes

Fixes a reference initp/definition.js that caused an error when using the tree-shaked version of the library. (#223)

v4.0.0

Breaking changes

This release includes changes to how color strings are parsed, converted, and serialized, for better alignment to CSS specs:

  • Clamp alpha to the [0, 1] interval at parse-time.
  • Clamp L in lab() / lch() to [0, 100], in oklab() / oklch() to [0, 1] at parse-time.
  • Correct numeric ranges in hsl() and hwb() syntaxes from [0, 1] to [0, 100].
  • Serialize missing components as 0 in legacy syntaxes and as none in modern syntaxes.
  • Use 0 for missing components in all color space conversions and gamut mapping functions.

New features

Fixes

  • Make averageAngle() always return in the [0, 360] interval;
  • Fix CIELUV (luv) conversion for l = 0;
  • Allow CommonJS bare import const culori = require('culori') (in addition to the previous culori/require endpoint).
Commits
  • db06e94 4.0.1
  • abff3b3 Fix reference to index.js in itp definition, fixes #223
  • 9a6ab49 Add ITP to docs/api.md (#222)
  • 6e3189e Switch from tap-spec (unmaintained, npm audit-failing) to tap-arc
  • 5954826 Remove unused function
  • a814413 Upgrade development dependencies.
  • 58810f3 4.0.0
  • da5d072 Handle missing components in gamut mapping functions
  • 01ae144 add ΔE_ITP color difference as differenceItp()
  • 53b4479 Adjustments to itp color space:
  • Additional commits viewable in compare view

Updates eslint-config-next from 14.0.4 to 14.1.0

Release notes

Sourced from eslint-config-next's releases.

v14.1.0

Core Changes

  • Turbopack: switch to a single client components entrypoint: #59352
  • Update swc_core to v0.86.98 and turbopack: #59393
  • Fix cases for the optimize_server_react transform: #59390
  • Use new JSX transform: #56294
  • loading.tsx should have no effect on partial rendering when PPR is enabled: #59196
  • Update font data: #59426
  • Remove CacheNode.status field: #59472
  • Rename CacheNode.data → .lazyData : #59473
  • Generate Params Cleanup: #59431
  • Fix webpack chunks handling in traces: #59498
  • Rename CacheNode.subTreeData -> .rsc : #59491
  • fix NODE_OPTIONS=inspect: #59530
  • Add CacheNode.prefetchRsc field: #59537
  • allow passing wildcard domains in serverActions.allowedDomains: #59428
  • Page Info Cleanup: #59430
  • Fix force-static and fetch no-store cases: #59549
  • Should not show no index for client rendering bailout: #59531
  • Enable build worker by default: #59405
  • Fork navigateReducer into PPR and non-PPR versions: #59538
  • cleanup magic segment strings: #59552
  • chore: update Turbopack: #59589
  • Fix another magic segment string constant: #59591
  • Make CacheNodeSeedData match FlightRouterState more closely: #59590
  • transpilePackages should override default settings for external packages: #59385
  • move segment constants to separate file: #59587
  • Revert "Page Info Cleanup (#59430)": #59592
  • Fix useOptimistic in server components bug. Add tests for invalid React server APIs: #59621
  • Partial Pre Rendering Headers: #59447
  • Add tests for invalid React server APIs: #59622
  • Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: #59650
  • refactor and simplify app dynamic components: #59658
  • Change manifestPath to pagesManifestPath: #59657
  • Fix issue with outputFileTracingExcludes and pages/api edge runtime: #59157
  • Update font data: #59722
  • Remove path normalization logic when uploading .next/trace traces: #59305
  • LayoutRouter: Support segment value of Promise to asynchronously bail out and trigger a server patch: #59724
  • fix: Allow start turbopack dev server for a project using middleware: #59759
  • fix: gracefully shutdown server: #59551
  • Revert "fix: gracefully shutdown server (#59551)": #59792
  • Optionally bundle legacy react-dom/server APIs based on usage: #59737
  • fix default handling in route groups that handle interception: #59752
  • Transpile all code on app browser layer: #59569
  • Initial implementation of PPR client navigations: #59725
  • fix(turbopack): prevent edge entrypoint from becoming an async module: #59818
  • Ensure we validate revalidate configs properly: #59822
  • Update error check in validateRevalidate: #59826
  • Rename confusing loaders: #59827

... (truncated)

Commits

Updates lucide-react from 0.303.0 to 0.320.0

Release notes

Sourced from lucide-react's releases.

New icons 0.320.0

New icons 🎨

Modified Icons 🔨

New icons 0.319.0

New icons 🎨

New icons 0.318.0

New icons 🎨

New icons 0.317.0

New icons 🎨

New icons 0.316.0

New icons 🎨

Modified Icons 🔨

New icons 0.315.0

New icons 🎨

... (truncated)

Commits

Updates next from 14.0.4 to 14.1.0

Release notes

Sourced from next's releases.

v14.1.0

Core Changes

  • Turbopack: switch to a single client components entrypoint: #59352
  • Update swc_core to v0.86.98 and turbopack: #59393
  • Fix cases for the optimize_server_react transform: #59390
  • Use new JSX transform: #56294
  • loading.tsx should have no effect on partial rendering when PPR is enabled: #59196
  • Update font data: #59426
  • Remove CacheNode.status field: #59472
  • Rename CacheNode.data → .lazyData : #59473
  • Generate Params Cleanup: #59431
  • Fix webpack chunks handling in traces: #59498
  • Rename CacheNode.subTreeData -> .rsc : #59491
  • fix NODE_OPTIONS=inspect: #59530
  • Add CacheNode.prefetchRsc field: #59537
  • allow passing wildcard domains in serverActions.allowedDomains: #59428
  • Page Info Cleanup: #59430
  • Fix force-static and fetch no-store cases: #59549
  • Should not show no index for client rendering bailout: #59531
  • Enable build worker by default: #59405
  • Fork navigateReducer into PPR and non-PPR versions: #59538
  • cleanup magic segment strings: #59552
  • chore: update Turbopack: #59589
  • Fix another magic segment string constant: #59591
  • Make CacheNodeSeedData match FlightRouterState more closely: #59590
  • transpilePackages should override default settings for external packages: #59385
  • move segment constants to separate file: #59587
  • Revert "Page Info Cleanup (#59430)": #59592
  • Fix useOptimistic in server components bug. Add tests for invalid React server APIs: #59621
  • Partial Pre Rendering Headers: #59447
  • Add tests for invalid React server APIs: #59622
  • Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: #59650
  • refactor and simplify app dynamic components: #59658
  • Change manifestPath to pagesManifestPath: #59657
  • Fix issue with outputFileTracingExcludes and pages/api edge runtime: #59157
  • Update font data: #59722
  • Remove path normalization logic when uploading .next/trace traces: #59305
  • LayoutRouter: Support segment value of Promise to asynchronously bail out and trigger a server patch: #59724
  • fix: Allow start turbopack dev server for a project using middleware: #59759
  • fix: gracefully shutdown server: #59551
  • Revert "fix: gracefully shutdown server (#59551)": #59792
  • Optionally bundle legacy react-dom/server APIs based on usage: #59737
  • fix default handling in route groups that handle interception: #59752
  • Transpile all code on app browser layer: #59569
  • Initial implementation of PPR client navigations: #59725
  • fix(turbopack): prevent edge entrypoint from becoming an async module: #59818
  • Ensure we validate revalidate configs properly: #59822
  • Update error check in validateRevalidate: #59826
  • Rename confusing loaders: #59827

... (truncated)

Commits

Updates react-use from 17.4.2 to 17.5.0

Release notes

Sourced from react-use's releases.

v17.5.0

17.5.0 (2024-01-22)

Features

  • add isFirst and isLast methods to useStateList hook (ac64414)
  • pencil: add isFirst and isLast return value to 'useStateList' (75218e4)
  • pencil: fix with yarn lint:fix (6a9dde5)

v17.4.4

17.4.4 (2024-01-21)

Bug Fixes

v17.4.3

17.4.3 (2024-01-13)

Bug Fixes

  • update useMedia hook to use recommended approach of MDN (e7379f0)
Changelog

Sourced from react-use's changelog.

17.5.0 (2024-01-22)

Features

  • add isFirst and isLast methods to useStateList hook (ac64414)
  • pencil: add isFirst and isLast return value to 'useStateList' (75218e4)
  • pencil: fix with yarn lint:fix (6a9dde5)

17.4.4 (2024-01-21)

Bug Fixes

17.4.3 (2024-01-13)

Bug Fixes

  • update useMedia hook to use recommended approach of MDN (e7379f0)
Commits
  • ade8d39 chore(release): 17.5.0 [skip ci]
  • ac64414 feat: add isFirst and isLast methods to useStateList hook
  • 6a9dde5 feat(pencil): fix with yarn lint:fix
  • 75218e4 feat(pencil): add isFirst and isLast return value to 'useStateList'
  • 82146f6 chore(release): 17.4.4 [skip ci]
  • 0534648 fix: typo in example
  • 06afdf7 Merge pull request #2535 from suisous/pr/suisous
  • ea688b0 chore(release): 17.4.3 [skip ci]
  • 3264d96 Merge pull request #2536 from willnguyen1312/pr/update-use-media
  • e7379f0 fix: update useMedia hook to use recommended approach of MDN
  • Additional commits viewable in compare view

Updates remark-rehype from 11.0.0 to 11.1.0

Release notes

Sourced from remark-rehype's releases.

11.1.0

Add

  • 0174dfc Add file to options passed to mdast-util-to-hast

Full Changelog: remarkjs/remark-rehype@11.0.0...11.1.0

Commits

Updates sharp from 0.33.1 to 0.33.2

Changelog

Sourced from sharp's changelog.

v0.33.2 - 12th January 2024

  • Upgrade to libvips v8.15.1 for upstream bug fixes.

  • TypeScript: add definition for keepMetadata. #3914 @​abhi0498

  • Ensure extend operation stays sequential when copying (regression in 0.32.0). #3928

  • Improve error handling for unsupported multi-page rotation. #3940

Commits
  • bcb22af Release v0.33.2
  • d04dc62 Prerelease v0.33.2-rc.1
  • c30d355 CI: Fix npm smoke test expectation
  • 49cb148 Prerelease v0.33.2-rc.0
  • 3bc31a8 CI: Verify emscripten versions match
  • c28523e CI: Update Emscripten Docker image to 3.1.51 (#3907)
  • 278f393 Upgrade to libvips v8.15.1
  • cbf68c1 Improve error for unsupported multi-page rotation #3940
  • 45e8071 Add runtime check for outdated Node.js version
  • b96389d Docs: refresh index
  • Additional commits viewable in compare view

Updates zod-validation-error from 2.1.0 to 3.0.0

Release notes

Sourced from zod-validation-error's releases.

v3.0.0

Major Changes

  • deb4639: BREAKING CHANGE: Refactor ValidationError to accept ErrorOptions as second parameter.

    What changed?

    Previously, ValidationError accepted Array<ZodIssue> as 2nd parameter. Now, it accepts ErrorOptions which contains a cause property. If cause is a ZodError then it will extract the attached issues and expose them over error.details.

    Why?

    This change allows us to use ValidationError like a native JavaScript Error. For example, we can now do:

    import { ValidationError } from 'zod-validation-error';
    try {
    // attempt to do something that might throw an error
    } catch (err) {
    throw new ValidationError('Something went deeply wrong', { cause: err });
    }

    How can you update your code?

    If you are using ValidationError directly, then you need to update your code to pass ErrorOptions as a 2nd parameter.

    import { ValidationError } from 'zod-validation-error';
    // before
    const err = new ValidationError('Something went wrong', zodError.issues);
    // after
    const err = new ValidationError('Something went wrong', { cause: zodError });

    If you were never using ValidationError directly, then you don't need to do anything.

Changelog

Sourced from zod-validation-error's changelog.

3.0.0

Major Changes

  • deb4639: BREAKING CHANGE: Refactor ValidationError to accept ErrorOptions as second parameter.

    What changed?

    Previously, ValidationError accepted Array<ZodIssue> as 2nd parameter. Now, it accepts ErrorOptions which contains a cause property. If cause is a ZodError then it will extract the attached issues and expose them over error.details.

    Why?

    This change allows us to use ValidationError like a native JavaScript Error. For example, we can now do:

    import { ValidationError } from 'zod-validation-error';
    try {
    // attempt to do something that might throw an error
    } catch (err) {
    throw new ValidationError('Something went deeply wrong', { cause: err });
    }

    How can you update your code?

    If you are using ValidationError directly, then you need to update your code to pass ErrorOptions as a 2nd parameter.

    import { ValidationError } from 'zod-validation-error';
    // before
    const err = new ValidationError('Something went wrong', zodError.issues);
    // after
    const err = new ValidationError('Something went wrong', { cause: zodError });

    If you were never using ValidationError directly, then you don't need to do anything.

Commits
  • bfc7eaa chore: version packages
  • d42a422 docs: ensure the difference between error.toString and error is clear
  • 7facf89 refactor: move prefixMessage to its own file
  • 0a402e3 fix: drop accidental ternary operation
  • d86448b docs: add example for using zod-validation-error with react-hook-form
  • ee7015f test: cover the cause property in ValidationError tests
  • 4ad2589 docs: set options.cause as any
  • deb4639 feat: add changesets
  • 316e796 refactor: expose issues via details to ease the migration path
  • 9b6d169 docs: update docs
  • Additional commits viewable in compare view

Updates @testing-library/jest-dom from 6.1.6 to 6.4.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.1

6.4.1 (2024-02-01)

Bug Fixes

  • Export type TestingLibraryMatchers from "./matchers" (#576) (dd1c4dd)

v6.4.0

6.4.0 (2024-01-30)

Features

v6.3.0

6.3.0 (2024-01-24)

Features

  • Support for regular expressions in toHaveClass (#563) (9787ed5)

v6.2.1

6.2.1 (2024-01-22)

Bug Fixes

  • Standalone types for "./matchers" export and add Bun support (#566) (5675b86)

v6.2.0

6.2.0 (2024-01-03)

Features

  • toHaveAccessibleDescription supports aria-description (#565) (1fb156c)
Commits
  • dd1c4dd fix: Export type TestingLibraryMatchers from "./matchers" (#576)
  • f7dc673 feat: Add toHaveRole matcher (#572)
  • 9787ed5 feat: Support for regular expressions in toHaveClass (#563)
  • 5675b86 fix: Standalone types for "./matchers" export and add Bun support (#566)
  • 1fb156c feat: toHaveAccessibleDescription supports aria-description (#565)
  • See full diff in compare view

Updates @testing-library/react from 14.1.2 to 14.2.0

Release notes

Sourced from @​testing-library/react's releases.

v14.2.0

14.2.0 (2024-01-30)

Features

  • add reactStrictMode option to enable strict mode render (#1241) (0880eba)
Commits

Updates @typescript-eslint/eslint-plugin from 6.16.0 to 6.20.0

Release notes

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

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

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

v6.19.1

6.19.1 (2024-01-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)

❤️ Thank You

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

... (truncated)

Changelog

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

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • Description has been truncated

Bumps the all group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/font](https://github.com/vercel/next.js/tree/HEAD/packages/font) | `14.0.4` | `14.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.6` | `20.11.14` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.46` | `18.2.49` |
| @vercel/og | `0.6.1` | `0.6.2` |
| [culori](https://github.com/Evercoder/culori) | `3.3.0` | `4.0.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.0.4` | `14.1.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.303.0` | `0.320.0` |
| [next](https://github.com/vercel/next.js) | `14.0.4` | `14.1.0` |
| [react-use](https://github.com/streamich/react-use) | `17.4.2` | `17.5.0` |
| [remark-rehype](https://github.com/remarkjs/remark-rehype) | `11.0.0` | `11.1.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.1` | `0.33.2` |
| [zod-validation-error](https://github.com/causaly/zod-validation-error) | `2.1.0` | `3.0.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.1.6` | `6.4.1` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.1.2` | `14.2.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.16.0` | `6.20.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.16.0` | `6.20.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.2` | `5.1.3` |
| [postcss](https://github.com/postcss/postcss) | `8.4.32` | `8.4.33` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.10` | `0.5.11` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.0` | `3.4.1` |


Updates `@next/font` from 14.0.4 to 14.1.0
- [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.1.0/packages/font)

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

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

Updates `@vercel/og` from 0.6.1 to 0.6.2

Updates `culori` from 3.3.0 to 4.0.1
- [Release notes](https://github.com/Evercoder/culori/releases)
- [Commits](Evercoder/culori@v3.3.0...v4.0.1)

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

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

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

Updates `react-use` from 17.4.2 to 17.5.0
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.4.2...v17.5.0)

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

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

Updates `zod-validation-error` from 2.1.0 to 3.0.0
- [Release notes](https://github.com/causaly/zod-validation-error/releases)
- [Changelog](https://github.com/causaly/zod-validation-error/blob/main/CHANGELOG.md)
- [Commits](causaly/zod-validation-error@v2.1.0...v3.0.0)

Updates `@testing-library/jest-dom` from 6.1.6 to 6.4.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.1.6...v6.4.1)

Updates `@testing-library/react` from 14.1.2 to 14.2.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.1.2...v14.2.0)

Updates `@typescript-eslint/eslint-plugin` from 6.16.0 to 6.20.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/v6.20.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.16.0 to 6.20.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/v6.20.0/packages/parser)

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

Updates `eslint-plugin-prettier` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.2...v5.1.3)

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

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

Updates `prettier-plugin-tailwindcss` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.5.10...v0.5.11)

Updates `tailwindcss` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: "@next/font"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vercel/og"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: culori
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: remark-rehype
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zod-validation-error
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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

vercel bot commented Feb 1, 2024

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

Name Status Preview Comments Updated (UTC)
ourflags-lgbt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2024 6:52am

@s-thom s-thom merged commit e0ae348 into main Feb 1, 2024
6 checks passed
@s-thom s-thom deleted the dependabot/npm_and_yarn/all-c6dc7baf19 branch February 1, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant