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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.2.1 -> 19.3.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.1.0 -> 19.2.2 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.0.1 age adoption passing confidence
@mdx-js/react (source) 3.0.0 -> 3.0.1 age adoption passing confidence
@tailwindcss/typography 0.5.10 -> 0.5.13 age adoption passing confidence
@tanstack/match-sorter-utils (source) 8.8.4 -> 8.15.1 age adoption passing confidence
@tanstack/react-table (source) 8.10.7 -> 8.17.3 age adoption passing confidence
@testing-library/jest-dom 6.1.4 -> 6.4.5 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.14.1 age adoption passing confidence
@types/nodemailer (source) 6.4.14 -> 6.4.15 age adoption passing confidence
@types/react (source) 18.3.1 -> 18.3.3 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.3.1 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.19 age adoption passing confidence
clsx 2.0.0 -> 2.1.1 age adoption passing confidence
eslint-plugin-import 2.29.0 -> 2.29.1 age adoption passing confidence
firebase (source, changelog) 10.6.0 -> 10.12.2 age adoption passing confidence
framer-motion 11.0.24 -> 11.2.10 age adoption passing confidence
husky 9.0.6 -> 9.0.11 age adoption passing confidence
lint-staged 15.1.0 -> 15.2.5 age adoption passing confidence
next-auth (source) 4.24.5 -> 4.24.7 age adoption passing confidence
nodemailer (source) 6.9.9 -> 6.9.13 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.38 age adoption passing confidence
prettier (source) 3.1.0 -> 3.3.0 age adoption passing confidence
prettier-plugin-tailwindcss ^0.5.0 -> ^0.6.0 age adoption passing confidence
react-icons 5.0.1 -> 5.2.1 age adoption passing confidence
rehype-pretty-code (source) 0.13.1 -> 0.13.2 age adoption passing confidence
sass 1.69.5 -> 1.77.4 age adoption passing confidence
shiki (source) 1.5.1 -> 1.6.2 age adoption passing confidence
swr (source) 2.2.4 -> 2.2.5 age adoption passing confidence
tailwindcss (source) 3.3.5 -> 3.4.3 age adoption passing confidence

Release Notes

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

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.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.0.1

Compare Source

Fix
Types
Site

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

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

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.15.1

Compare Source

Version 8.15.1 - 3/28/2024, 5:17 PM

Changes

Fix
Chore
Docs
  • Update global-filtering.md (366ec1f) by Kevin Van Cott
  • add faker to qwik examples (7a00180) by Kevin Van Cott
  • add sorting example link (411213b) by Kevin Van Cott
  • qwik example imports (#​5429) (313abc7) by Kevin Van Cott
  • more state docs for other frameworks (#​5428) (4faa788) by Kevin Van Cott
Other

Packages

v8.11.8

Compare Source

Version 8.11.8 - 2/2/2024, 7:28 AM (Manual Release)

Changes

Docs
Ci
  • Update example dependencies when publishing (#​5322) (c944980) by Lachlan Collins

Packages

v8.11.7

Compare Source

Version 8.11.7 - 1/20/2024, 9:08 PM

Changes

Fix
  • Update package.json repository and homepage fields (#​5292) (56369bc) by Lachlan Collins
Chore
  • svelte types workaround and simplify bug report template (#​5280) (4e182ec) by Kevin Van Cott
  • upgrade example versions and deps (#​5278) (a9a7668) by Kevin Van Cott
Docs

Packages

v8.11.3

Compare Source

Version 8.11.3 - 1/3/2024, 3:36 PM

Changes

Fix
  • getRow with expanded row model and selection (#​5253) (ca5c187) by Kevin Van Cott
Chore
Docs

Packages

testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

v6.4.3

Compare Source

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)

v6.4.1

Compare Source

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

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.1

Compare Source

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

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes
testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

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) Jun 4, 2024 0:17am

@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
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb23c26 to 2552cd1 Compare May 27, 2024 17:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2552cd1 to a472ba1 Compare May 28, 2024 13:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a472ba1 to 1635540 Compare May 29, 2024 11:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1635540 to cd439e0 Compare May 29, 2024 14:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd439e0 to be353f9 Compare May 29, 2024 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be353f9 to eb657af Compare May 30, 2024 01:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb657af to 1c422e9 Compare May 30, 2024 19:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c422e9 to b299f01 Compare May 31, 2024 00:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b299f01 to 46a4de7 Compare May 31, 2024 09:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46a4de7 to fc4cea7 Compare May 31, 2024 22:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc4cea7 to 25379cf Compare June 1, 2024 18:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25379cf to 2505280 Compare June 2, 2024 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2505280 to 8c4cd63 Compare June 2, 2024 22:36
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.

None yet

0 participants