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

chore(deps): update all non-major dependencies #113

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.2.1 -> 19.6.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.1.0 -> 19.6.0 age adoption passing confidence
@headlessui/react (source) 1.7.17 -> 1.7.19 age adoption passing confidence
@mdx-js/loader (source) 3.0.0 -> 3.1.0 age adoption passing confidence
@mdx-js/react (source) 3.0.0 -> 3.1.0 age adoption passing confidence
@next/mdx (source) 13.5.6 -> 13.5.7 age adoption passing confidence
@tailwindcss/typography 0.5.10 -> 0.5.15 age adoption passing confidence
@tanstack/match-sorter-utils (source) 8.8.4 -> 8.19.4 age adoption passing confidence
@tanstack/react-table (source) 8.10.7 -> 8.20.5 age adoption passing confidence
@testing-library/jest-dom 6.1.4 -> 6.6.3 age adoption passing confidence
@testing-library/user-event 14.5.1 -> 14.5.2 age adoption passing confidence
@types/node (source) 20.12.11 -> 20.17.7 age adoption passing confidence
@types/nodemailer (source) 6.4.14 -> 6.4.17 age adoption passing confidence
@types/react (source) 18.3.1 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.11.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.11.0 -> 6.21.0 age adoption passing confidence
@vercel/analytics (source) 1.1.1 -> 1.4.1 age adoption passing confidence
@​vercel/og 0.6.2 -> 0.6.4 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.20 age adoption passing confidence
clsx 2.0.0 -> 2.1.1 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-config-next (source) 13.5.6 -> 13.5.7 age adoption passing confidence
eslint-import-resolver-typescript 3.6.1 -> 3.6.3 age adoption passing confidence
eslint-plugin-import 2.29.0 -> 2.31.0 age adoption passing confidence
framer-motion 11.0.24 -> 11.11.17 age adoption passing confidence
husky 9.0.6 -> 9.1.7 age adoption passing confidence
lint-staged 15.1.0 -> 15.2.10 age adoption passing confidence
next-auth (source) 4.24.5 -> 4.24.10 age adoption passing confidence
next-themes ^0.3.0 -> ^0.4.0 age adoption passing confidence
nodemailer (source) 6.9.9 -> 6.9.16 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.49 age adoption passing confidence
prettier (source) 3.1.0 -> 3.3.3 age adoption passing confidence
prettier-plugin-tailwindcss ^0.5.0 -> ^0.6.0 age adoption passing confidence
react-icons 5.0.1 -> 5.3.0 age adoption passing confidence
rehype-pretty-code (source) ^0.13.1 -> ^0.14.0 age adoption passing confidence
sass 1.69.5 -> 1.81.0 age adoption passing confidence
shiki (source) 1.5.1 -> 1.23.1 age adoption passing confidence
swr (source) 2.2.4 -> 2.2.5 age adoption passing confidence
tailwindcss (source) 3.3.5 -> 3.4.15 age adoption passing confidence
typescript (source) 5.4.5 -> 5.7.2 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.4.0

Compare Source

Features

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

tailwindlabs/headlessui (@​headlessui/react)

v1.7.19

Compare Source

Fixed
  • Make sure panels re-register when IDs are calculated in React < 18 (#​2883)
  • Expose disabled state on <Tab /> component (#​2918)
  • Prevent default behavior when clicking outside of a Dialog.Panel (#​2919)
  • Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#​2955)
  • Allow setting custom tabIndex on the <Switch /> component (#​2966)
  • Forward disabled state to hidden inputs in form-like components (#​3004)
  • Respect selectedIndex for controlled <Tab/> components (#​3037)

v1.7.18

Compare Source

Fixed
  • Don't call <Dialog>'s onClose twice on mobile devices (#​2690)
  • Lazily resolve default containers in <Dialog> (#​2697)
  • Ensure hidden Tab.Panel components are hidden from the accessibility tree (#​2708)
  • Add support for role="alertdialog" to <Dialog> component (#​2709)
  • Ensure blurring the Combobox.Input component closes the Combobox (#​2712)
  • Allow changes to the className prop when the <Transition /> component is currently not transitioning (#​2722)
  • Export (internal-only) component interfaces for TypeScript compiler (#​2313)
  • Fix infinite render-loop for <Disclosure.Panel> and <Popover.Panel> when as={Fragment} (#​2760)
  • Fix VoiceOver bug for Listbox component in Chrome (#​2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (#​2866)
  • Fix CJS types (#​2880)
  • Fix error when transition classes contain new lines (#​2871)
  • Improve iOS locking (7721aca)
mdx-js/mdx (@​mdx-js/loader)

v3.1.0

Compare Source

Add
Fix
Types
Miscellaneous
  • 77158cd Refactor to externalize recma packages
Site

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

v3.0.1

Compare Source

Fix
Types
Site

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

vercel/next.js (@​next/mdx)

v13.5.7

Compare Source

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

Core Changes
  • Remove invalid fallback revalidate value (#​69990)
  • Shared Revalidate Timings (#​64370)
Credits

Huge thanks to @​wyattjoh and @​ijjk for helping!

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.15

Compare Source

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

v0.5.14

Compare Source

  • Fix table text alignment (#​346)

v0.5.13

Compare Source

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

v0.5.12

Compare Source

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

v0.5.11

Compare Source

Added
Fixed
  • Fix space between <figcaption> and <video> (#​339)
TanStack/table (@​tanstack/match-sorter-utils)

v8.19.4

Compare Source

Version 8.19.4 - 8/3/24, 8:50 PM

Changes

Fix
  • getFacetedMinMaxValues default implementation sometimes returning array of arrays (#​5676) (9d54b2e) by Vincent Rubinetti
Chore
Ci
Docs

Packages

[v8.15.1](https://redirect.gith


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented May 12, 2024

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

Name Status Preview Comments Updated (UTC)
portofolio ❌ Failed (Inspect) Nov 23, 2024 5:09am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e2102e to 770d67d Compare May 12, 2024 22:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 770d67d to 7f38586 Compare May 13, 2024 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f38586 to 8bd7675 Compare May 14, 2024 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bd7675 to 3cef5eb Compare May 14, 2024 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3cef5eb to 9b24663 Compare May 14, 2024 12:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b24663 to 3fda483 Compare May 14, 2024 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3fda483 to 72777a9 Compare May 15, 2024 20:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 72777a9 to c9c4f2b Compare May 16, 2024 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c9c4f2b to 03490de Compare May 16, 2024 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03490de to cbced4d Compare May 19, 2024 00:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cbced4d to 52d3b8d Compare May 21, 2024 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52d3b8d to 7a9b116 Compare May 21, 2024 17:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a9b116 to 35797c8 Compare May 22, 2024 02:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 35797c8 to 67b7595 Compare May 22, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants