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

fix(deps): update all patch dependencies #3015

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react (source) 1.7.18 -> 1.7.19 age adoption passing confidence
@testing-library/jest-dom 6.4.2 -> 6.4.5 age adoption passing confidence
@types/i18n (source) 0.13.10 -> 0.13.12 age adoption passing confidence
@types/node (source) 18.19.18 -> 18.19.33 age adoption passing confidence
@types/pg (source) 8.11.0 -> 8.11.6 age adoption passing confidence
autoprefixer 10.4.17 -> 10.4.19 age adoption passing confidence
clsx 2.1.0 -> 2.1.1 age adoption passing confidence
cypress-terminal-report 6.0.0 -> 6.0.2 age adoption passing confidence
eslint-plugin-cypress 2.15.1 -> 2.15.2 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
formik (source) 2.4.5 -> 2.4.6 age adoption passing confidence
i18next-browser-languagedetector 7.2.0 -> 7.2.1 age adoption passing confidence
i18next-resources-to-backend 1.2.0 -> 1.2.1 age adoption passing confidence
jest-mock-extended 3.0.5 -> 3.0.7 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.5 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.38 age adoption passing confidence
react-complex-tree (source) 2.4.2 -> 2.4.4 age adoption passing confidence
swr (source) 2.2.4 -> 2.2.5 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.3 age adoption passing confidence
ts-jest (source) 29.1.2 -> 29.1.3 age adoption passing confidence
zustand 4.5.0 -> 4.5.2 age adoption passing confidence

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

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

postcss/autoprefixer (autoprefixer)

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
lukeed/clsx (clsx)

v2.1.1

Compare Source

Patches

Chores

  • Add licenses.dev badge: 684509c
    This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

archfz/cypress-terminal-report (cypress-terminal-report)

v6.0.2

Compare Source

v6.0.1

Compare Source

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v2.15.2

Compare Source

facebook/react (eslint-plugin-react-hooks)

v4.6.2

Compare Source

v4.6.1

Compare Source

jaredpalmer/formik (formik)

v2.4.6

Compare Source

i18next/i18next-browser-languageDetector (i18next-browser-languagedetector)

v7.2.1

Compare Source

  • fix: align addDetector impementation to type definition 282
i18next/i18next-resources-to-backend (i18next-resources-to-backend)

v1.2.1

Compare Source

marchaos/jest-mock-extended (jest-mock-extended)

v3.0.7

Compare Source

Bumped ts-essentials

v3.0.6

Compare Source

okonet/lint-staged (lint-staged)

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
postcss/postcss (postcss)

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.
lukasbach/react-complex-tree (react-complex-tree)

v2.4.4

Compare Source

Features
  • Introduce disableArrowKeys prop on tree environment to disable arrow-related hotkeys (#​363)

v2.4.3

Compare Source

Features
  • RTL mode can be used on default renderers, see docs for details (#​369)
  • Redirect focus to first item if focused item was dragged to hidden location (#​362)
Bug Fixes and Improvements
  • Fixes an issue where not providing a submit button ref in a custom rename input renderer would prevent dismissing the input on blur (#​368)
  • Fixes an issue where dropping an item on its children was possible through keyboard-based dragging (#​363)
vercel/swr (swr)

v2.2.5

Compare Source

Patches
Misc
New Contributors

Full Changelog: vercel/swr@v2.2.4...v2.2.5

tailwindlabs/tailwindcss (tailwindcss)

v3.4.3

Compare Source

v3.4.2

Compare Source

Fixed
  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#​12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#​12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#​12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#​12911)
  • Add mix-blend-plus-darker utility (#​12923)
  • Ensure dashes are allowed in variant modifiers (#​13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#​13306)
  • Transpile import.meta.url in config files (#​13322)
  • Reset letter spacing for form elements (#​13150)
  • Fix missing xx-large and remove double x-large absolute size (#​13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#​13325)
  • Ensure that arbitrary properties respect important configuration (#​13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#​13379)
kulshekhar/ts-jest (ts-jest)

v29.1.3

Compare Source

Bug Fixes
  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)
Performance Improvements
  • remove ts resolved module cache file (4c88da5)
pmndrs/zustand (zustand)

v4.5.2

Compare Source

It should improve the compatibility with old browsers.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v4.5.1...v4.5.2

v4.5.1

Compare Source

People might have misunderstood with useStore deprecation message. Hope this mitigates it.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v4.5.0...v4.5.1


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Dec 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency postcss to v8.4.32 chore(deps): update all patch dependencies Dec 11, 2023
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 6eeb66f to 77eaa3c Compare December 14, 2023 08:33
@renovate renovate bot changed the title chore(deps): update all patch dependencies fix(deps): update all patch dependencies Dec 14, 2023
@renovate renovate bot changed the title fix(deps): update all patch dependencies chore(deps): update all patch dependencies Dec 18, 2023
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from fc5ad4d to 227ff32 Compare December 25, 2023 22:13
@renovate renovate bot force-pushed the renovate/all-patch branch 9 times, most recently from 2cc56b5 to 54fac20 Compare January 3, 2024 16:26
@renovate renovate bot force-pushed the renovate/all-patch branch 7 times, most recently from 8c70ce4 to b4e2e3e Compare January 5, 2024 21:41
@renovate renovate bot force-pushed the renovate/all-patch branch 28 times, most recently from d654620 to 67b588f Compare May 31, 2024 19:11
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants