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 #13

Merged
merged 1 commit into from Mar 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) ^2.4.9 -> ^2.5.1 age adoption passing confidence
@emotion/react (source) ^11.10.5 -> ^11.10.6 age adoption passing confidence
@emotion/styled (source) ^11.10.5 -> ^11.10.6 age adoption passing confidence
@tanstack/eslint-plugin-query (source) ^4.24.0 -> ^4.24.11 age adoption passing confidence
@tanstack/react-query (source) ^4.24.4 -> ^4.24.10 age adoption passing confidence
@tanstack/react-query-devtools (source) ^4.24.4 -> ^4.24.12 age adoption passing confidence
@trivago/prettier-plugin-sort-imports ^4.0.0 -> ^4.1.1 age adoption passing confidence
@types/react (source) ^18.0.27 -> ^18.0.28 age adoption passing confidence
@types/react-dom (source) ^18.0.10 -> ^18.0.11 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.50.0 -> ^5.54.0 age adoption passing confidence
@typescript-eslint/parser ^5.50.0 -> ^5.54.0 age adoption passing confidence
@vitejs/plugin-react (source) ^3.0.1 -> ^3.1.0 age adoption passing confidence
@vitest/coverage-c8 ^0.28.3 -> ^0.29.2 age adoption passing confidence
@vitest/ui ^0.28.3 -> ^0.29.2 age adoption passing confidence
axios (source) ^1.3.0 -> ^1.3.4 age adoption passing confidence
eslint (source) ^8.33.0 -> ^8.35.0 age adoption passing confidence
eslint-plugin-testing-library ^5.10.0 -> ^5.10.2 age adoption passing confidence
framer-motion ^9.0.1 -> ^9.1.7 age adoption passing confidence
i18next (source) ^22.4.9 -> ^22.4.10 age adoption passing confidence
lint-staged ^13.1.0 -> ^13.1.2 age adoption passing confidence
prettier (source) ^2.8.3 -> ^2.8.4 age adoption passing confidence
react-hook-form (source) ^7.43.0 -> ^7.43.3 age adoption passing confidence
react-i18next ^12.1.4 -> ^12.2.0 age adoption passing confidence
react-router-dom ^6.8.0 -> ^6.8.2 age adoption passing confidence
vite (source) ^4.0.4 -> ^4.1.4 age adoption passing confidence
vitest ^0.28.3 -> ^0.29.2 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Minor Changes
  • 231c92ef0
    Thanks @​segunadebayo! - Export FocusLock
    for easy consumption

  • 12811f264
    Thanks @​segunadebayo! - - Add hideFrom
    and hideBelow style props to styled system. This allows more control over
    when to show/hide elements without requiring explicit display: none every
    time.

    • Remove experimental style props experimental_spaceX and
      experimental_spaceY
Patch Changes
emotion-js/emotion

v11.10.6

Compare Source

Patch Changes
tanstack/query

v4.24.11

Compare Source

Version 4.24.11 - 2/23/2023, 6:02 AM

Changes

Fix

Packages

v4.24.8

Compare Source

Version 4.24.8 - 2/14/2023, 8:40 PM

Changes

Fix
  • eslint-plugin-query: autofix for useMutation with options (#​4986) (da9620f) by Eliya Cohen
Examples

Packages

v4.24.7

Compare Source

Version 4.24.7 - 2/12/2023, 9:29 AM

Changes

Fix
  • eslint-plugin-query: mutation function is turned into mutation key (#​4973) (48e806b) by Eliya Cohen

Packages

v4.24.5

Compare Source

Version 4.24.5 - 2/3/2023, 5:53 PM

Changes

Fix
  • eslint-plugin-query: don"t remove options passed as variable (#​4932) (edeb96c) by Eliya Cohen
Docs
  • useQuery.md: add missing isInitialLoading as possible return (#​4923) (3d83cfc) by Michał Jung

Packages

trivago/prettier-plugin-sort-imports

v4.1.1

Compare Source

Revert

v4.1.0

Compare Source

New features
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.54.0

Compare Source

Features
  • eslint-plugin: [promise-function-async] check for promises in implicit return types (#​6330) (de1e5ce), closes #​6329

v5.53.0

Compare Source

Features
  • eslint-plugin: [consistent-generic-constructors] handle default parameters (#​6484) (e8cebce)
  • eslint-plugin: [no-mixed-enums] add rule (#​6102) (16144d1)

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)

v5.51.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#​6376) (3647a1c)
  • eslint-plugin: [no-floating-promises] error on logical expression (#​6356) (f330e06)
  • eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with verbatimModuleSyntax (#​6394) (b14d3be)
  • eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#​6096) (d4747cd)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.54.0

Compare Source

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

v5.53.0

Compare Source

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

v5.52.0

Compare Source

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

v5.51.0

Compare Source

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

vitejs/vite-plugin-react

v3.1.0

Compare Source

  • doc: add jsxImportSource option (38d71f6)
  • chore: bump release-scripts, typecheck package in CI, remove cache for eslint (9af763d)
  • fix: fast-refresh explain link (#​97) (6097795), closes #​97
vitest-dev/vitest

v0.29.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

This release makes some significant changes to how tests are running. If you were using --no-threads before, you might consider enabling --single-thread instead (because your tests are now running in child_process instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like process.chdir(), you can now use this option.

One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with --no-isolate, --no-threads or --single-thread - you might need to update your setup files if you were relying on a global variable before.

If you had performance issues on large code bases before, try the new deps.experimentalOptimizer option instead of disabling threads. Feedback is welcome!

One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.28.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.4

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 11am on the first day of the month" (UTC), 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 added the dependencies Pull requests that update a dependency file label Mar 1, 2023
@renovate renovate bot merged commit 13ad26b into master Mar 1, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch March 1, 2023 17:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants