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

Update all non-major dependencies #20

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 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@headlessui/react (source) 1.7.14 -> 1.7.19 age adoption passing confidence devDependencies patch
@heroicons/react 2.0.17 -> 2.1.3 age adoption passing confidence devDependencies minor
@tailwindcss/forms 0.5.3 -> 0.5.7 age adoption passing confidence devDependencies patch
@testing-library/jest-dom 5.16.5 -> 5.17.0 age adoption passing confidence devDependencies minor
@testing-library/react 14.0.0 -> 14.3.1 age adoption passing confidence devDependencies minor
@testing-library/user-event 14.4.3 -> 14.5.2 age adoption passing confidence devDependencies minor
@types/node (source) 20.1.1 -> 20.12.7 age adoption passing confidence devDependencies minor 20.12.8
@types/react (source) 18.2.6 -> 18.3.1 age adoption passing confidence devDependencies minor
@types/react-dom (source) 18.2.4 -> 18.3.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 5.59.5 -> 5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 5.59.5 -> 5.62.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.0.0 -> 4.2.1 age adoption passing confidence devDependencies minor
autoprefixer 10.4.14 -> 10.4.19 age adoption passing confidence devDependencies patch
eslint (source) 8.40.0 -> 8.57.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence devDependencies minor
eslint-import-resolver-typescript 3.5.5 -> 3.6.1 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.27.5 -> 2.29.1 age adoption passing confidence devDependencies minor
eslint-plugin-jsx-a11y 6.7.1 -> 6.8.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.32.2 -> 7.34.1 age adoption passing confidence devDependencies minor
jsdom 22.0.0 -> 22.1.0 age adoption passing confidence devDependencies minor
lint-staged 13.2.2 -> 13.3.0 age adoption passing confidence devDependencies minor
node (source) 18.16.0 -> 18.20.2 age adoption passing confidence minor
postcss (source) 8.4.23 -> 8.4.38 age adoption passing confidence devDependencies patch
prettier-plugin-tailwindcss 0.2.8 -> 0.5.14 age adoption passing confidence devDependencies minor
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-router-dom (source) 6.11.1 -> 6.23.0 age adoption passing confidence dependencies minor
tailwindcss (source) 3.3.2 -> 3.4.3 age adoption passing confidence devDependencies minor
typescript (source) 5.0.4 -> 5.4.5 age adoption passing confidence devDependencies minor
vite (source) 4.3.5 -> 4.5.3 age adoption passing confidence devDependencies minor
vitest (source) 0.31.0 -> 0.34.6 age adoption passing confidence devDependencies minor

Release Notes

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)

v1.7.17

Compare Source

Fixed
  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#​2626)
  • Render <MainTreeNode /> in Popover.Group component only (#​2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#​2635)
  • Don't assume <Tab /> components are available when setting the next index (#​2642)
  • Fix incorrectly focused Combobox.Input component on page load (#​2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#​2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#​2660)
  • Fix hydration of components inside <Suspense> (#​2663)
  • Prevent scrolling when focusing a tab (#​2674)

v1.7.16

Compare Source

Fixed
  • Ensure the caret is in a consistent position when syncing the Combobox.Input value (#​2568)
  • Improve "outside click" behaviour in combination with 3rd party libraries (#​2572)
  • Ensure IME works on Android devices (#​2580)
  • Calculate aria-expanded purely based on the open/closed state (#​2610)
  • Submit form on Enter even if no submit-like button was found (#​2613)

v1.7.15

Compare Source

Added
  • [internal] add demo mode to Menu and Popover components (#​2448)
Fixed
  • Ensure FocusTrap is only active when the given enabled value is true (#​2456)
  • Stop <Transition appear> from overwriting classes on re-render (#​2457)
  • Improve control over Menu and Listbox options while searching (#​2471)
  • Consider clicks inside iframes to be "outside" (#​2485)
  • Ensure moving focus within a Portal component, does not close the Popover component (#​2492)
Changed
  • Move types condition to the front (#​2469)
tailwindlabs/heroicons (@​heroicons/react)

v2.1.3

Compare Source

v2.1.2

Compare Source

  • Include license file with published packages (#​1151)

v2.1.1

Compare Source

Fixed

v2.1.0

Compare Source

Added
  • Added micro icon set (#​1104)
  • Rebuilt some icons for better clarity (#​1104)

v2.0.18

Compare Source

Fixed
  • Fix incorrect esm paths in package.json for both React and Vue (#​988)
tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.7

Compare Source

Fixed
  • Use normal checkbox and radio appearance in forced-colors mode (#​152)

v0.5.6

Compare Source

Fixed
  • Fix date time bottom spacing on MacOS Safari (#​146)

v0.5.5

Compare Source

Fixed
  • Fix text alignment on date and time inputs on iOS (#​144)

v0.5.4

Compare Source

Fixed
  • Remove chevron for selects with a non-default size (#​137)
  • Allow for without type (#​141)
testing-library/jest-dom (@​testing-library/jest-dom)

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)
testing-library/react-testing-library (@​testing-library/react)

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

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

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
Features
  • types: Add additional type exports for UserEvent & Options (#​1112) (da00e8d)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

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

v5.61.0

Compare Source

Features

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

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (#​6161) (def09f8)

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.1 (2023-04-24)

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.9

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.8

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.7

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v5.61.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/parser

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

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v5.60.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/parser

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/parser

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/parser

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/parser

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/parser

5.59.1 (2023-04-24)

Note: Version bump only for package @​typescript-eslint/parser

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.9

Compare Source

Note: Version bump only for package [@​typescript-eslint/parser](http


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Africa/Johannesburg, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot requested a review from shnparker as a code owner May 1, 2023 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b9924d to e2f505b Compare May 1, 2023 15:37
@renovate renovate bot changed the title Update dependency @types/node to v18.16.2 Update all non-major dependencies May 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from a125146 to 851d7e8 Compare May 8, 2023 14:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c7f730c to 59323d6 Compare May 8, 2023 23:58
@renovate renovate bot changed the title Update all non-major dependencies Update all non-major dependencies - autoclosed May 9, 2023
@renovate renovate bot closed this May 9, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch May 9, 2023 13:56
@renovate renovate bot changed the title Update all non-major dependencies - autoclosed Update all non-major dependencies May 9, 2023
@renovate renovate bot reopened this May 9, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch May 9, 2023 22:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59323d6 to 3a206e9 Compare May 10, 2023 02:05
@renovate renovate bot changed the title Update all non-major dependencies Update dependency @heroicons/react to v2.0.18 May 10, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a206e9 to 7447d3d Compare May 18, 2023 16:21
@renovate renovate bot changed the title Update dependency @heroicons/react to v2.0.18 Update all non-major dependencies May 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7ed416e to 59adc5e Compare May 19, 2023 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 1315e87 to fdfc765 Compare April 5, 2024 23:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from e651bb2 to d0e9317 Compare April 13, 2024 16:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 664b978 to 7eee2b1 Compare April 19, 2024 00:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 77c04cf to 1ba5d93 Compare April 29, 2024 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ba5d93 to 384e73b Compare April 29, 2024 21:27
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