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

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@emotion/react (source) ^11.11.3 -> ^11.11.4 age adoption passing confidence dependencies patch
@tanstack/eslint-plugin-query (source) ^5.18.0 -> ^5.20.1 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) ^5.18.0 -> ^5.24.1 age adoption passing confidence dependencies minor
@tanstack/react-query-devtools (source) ^5.18.0 -> ^5.24.1 age adoption passing confidence devDependencies minor
@tanstack/react-router (source) ^1.15.7 -> ^1.18.1 age adoption passing confidence dependencies minor
@tanstack/router-devtools (source) ^1.15.7 -> ^1.18.1 age adoption passing confidence devDependencies minor
@testing-library/jest-dom ^6.4.1 -> ^6.4.2 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.51 -> ^18.2.61 age adoption passing confidence devDependencies patch
@types/react-dom (source) ^18.2.18 -> ^18.2.19 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^6.20.0 -> ^6.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^6.20.0 -> ^6.21.0 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^1.2.2 -> ^1.3.1 age adoption passing confidence devDependencies minor
@vitest/ui (source) ^1.2.2 -> ^1.3.1 age adoption passing confidence devDependencies minor
actions/setup-node v4.0.1 -> v4.0.2 age adoption passing confidence action patch
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence devDependencies minor
framer-motion ^11.0.3 -> ^11.0.8 age adoption passing confidence dependencies patch
husky ^9.0.10 -> ^9.0.11 age adoption passing confidence devDependencies patch
i18next (source) ^23.8.2 -> ^23.10.0 age adoption passing confidence dependencies minor
lint-staged ^15.2.1 -> ^15.2.2 age adoption passing confidence devDependencies patch
prettier (source) ^3.2.4 -> ^3.2.5 age adoption passing confidence devDependencies patch
react-hook-form (source) ^7.50.0 -> ^7.51.0 age adoption passing confidence dependencies minor
react-i18next ^14.0.1 -> ^14.0.5 age adoption passing confidence dependencies patch
vite (source) ^5.0.12 -> ^5.1.4 age adoption passing confidence devDependencies minor
vitest (source) ^1.2.2 -> ^1.3.1 age adoption passing confidence devDependencies minor

Release Notes

emotion-js/emotion (@​emotion/react)

v11.11.4

Compare Source

Patch Changes
  • #​3159 5b82631d Thanks @​iegik! - Renamed an internal hasOwnProperty to hasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with Object.freeze(Object.prototype).
TanStack/query (@​tanstack/eslint-plugin-query)

v5.20.1

Compare Source

Version 5.20.1 - 2/10/2024, 8:52 AM

Changes

Refactor
  • eslint-plugin-query: Use ESLintUtils.RuleCreator (#​6867) (7b7cc2f) by Lachlan Collins
Chore
  • Replace @ts-ignore with @ts-expect-error (#​6866) (e105930) by Lachlan Collins
  • Add recommended eslint rules, dedupe parserOptions (#​6865) (8cd6441) by Lachlan Collins

Packages

v5.20.0

Compare Source

Version 5.20.0 - 2/10/2024, 6:41 AM

Changes

Feat

Packages

v5.18.1

Compare Source

Version 5.18.1 - 2/2/2024, 7:58 AM (Manual Release)

Changes

Ci
  • Update example dependencies when publishing (#​6809) (2c115f8) by Lachlan Collins

Packages

TanStack/router (@​tanstack/react-router)

v1.18.1

Compare Source

Version 1.18.1 - 3/1/2024, 9:59 PM

Changes

Fix
Docs

Packages

v1.17.5

Compare Source

Version 1.17.5 - 3/1/2024, 3:45 PM

Changes

Fix
  • Route.useMatch and RouteApi.useMatch use correct typing (#​1239) (46b154e) by Manuel Schiller
  • improve typescript performance of relative pathing and larger route trees (#​1226) (f759995) by Christopher Horobin
Docs
  • fix links in Decisions on DX page (#​1236) (69072fd) by Tomasz Wysocki
  • fix queryKey to be compliant with the current tanstack-query v5 syntax (#​1228) (135b764) by Sean Cassiere
  • fix context loader example (#​1235) (6b2d7ff) by Makisuo
  • fixing some inconsistencies in the guides (#​1229) (b2004cb) by Sean Cassiere
  • Update code-splitting.md (#​1210) (07bb8d2) by Boda
  • new doc page on the dx design decisions (#​1225) (bf26037) by Sean Cassiere
Examples
  • correct usage of the createLazyRoute function (#​1230) (020edb5) by Sean Cassiere

Packages

v1.17.4

Compare Source

Version 1.17.4 - 2/25/2024, 10:44 PM

Changes

Fix
  • avoid "Type instantiation is excessively deep and possibly infinite" error with useSearch(strict: false, experimental_returnIntersection: true) (#​1224) (d165151) by Manuel Schiller

Packages

v1.17.3

Compare Source

Version 1.17.3 - 2/25/2024, 10:25 PM

Changes

Fix
  • improve typescript performance for Link and useNavigate absolute paths (#​1202) (4c62fbc) by Christopher Horobin

Packages

v1.17.2

Compare Source

Version 1.17.2 - 2/25/2024, 8:53 PM

Changes

Fix

Packages

v1.16.6

Compare Source

Version 1.16.6 - 2/18/2024, 1:10 PM

Changes
Fix
  • revert removal of router.invalidate functionality (#​1195) (a819b46) by Manuel Schiller
Chore
  • use createLazyFileRoute instead of lazyRouteComponent in file-based routing examples (965485e) by Manuel Schiller
Ci
Packages

v1.16.5

Compare Source

Version 1.16.5 - 2/16/2024, 10:39 PM

Changes
Fix
  • better error, not found and redirect propagation (8c6de04) by Tanner Linsley
  • external link rules of hooks (1c6e500) by Tanner Linsley
Packages

v1.16.2

Compare Source

Version 1.16.2 - 2/14/2024, 4:51 PM

Changes

Fix
  • do not include routeFilePrefix in path (ff8d092) by Manuel Schiller
  • useMatchRoute now also works with basepath (3d9fe83) by Manuel Schiller
Docs
Ci
  • Add read-only Nx cloud access token (#​1182) (b0081da) by Lachlan Collins

Packages

v1.16.0

Compare Source

Version 1.16.0 - 2/9/2024, 9:14 PM

Changes

Feat
  • Add configuration option to generator which enables files extensions in imports to support moduleResolution "bundler"(#​1160) (46eff8b) by @​vafanassieff
Chore
  • fix formatting (bafdba8) by Manuel Schiller

Packages

v1.15.23

Compare Source

Version 1.15.23 - 2/8/2024, 6:15 PM

Changes

Fix
  • when navigating, make path params optional that already exist in the from route (#​1163) (92923cc) by Manuel Schiller

Packages

v1.15.22

Compare Source

Version 1.15.22 - 2/7/2024, 7:40 PM

Changes

Fix

Packages

v1.15.21

Compare Source

Version 1.15.21 - 2/7/2024, 5:35 PM

Changes

Fix
  • SearchSchemaInput now also works when only from is specified and to is not (#​1161) (8a7805b) by Manuel Schiller

Packages

v1.15.19

Compare Source

Version 1.15.19 - 2/5/2024, 7:33 PM

Changes

Fix
  • pass types to createRootRoute from createRootRouteWithContext (#​1154) (0272c9c) by orlik

Packages

v1.15.17

Compare Source

Version 1.15.17 - 2/4/2024, 12:33 AM

Changes

Fix
  • fix state selector that causes multiple renders on navigation (#​1147) (3fe6ad5) by gilbert
Docs
Ci

Packages

v1.15.16

Compare Source

Version 1.15.16 - 2/3/2024, 12:32 AM

Changes

Fix
  • experimental headers support (11392b6) by Tanner Linsley

Packages

v1.15.15

Compare Source

Version 1.15.15 - 2/2/2024, 11:30 PM

Changes

Fix
  • experimental SSR API updates (1c54a7e) by Tanner Linsley

Packages

v1.15.14

Compare Source

Version 1.15.14 - 2/2/2024, 11:24 PM

Changes

Fix
  • always update parsed params when matching (cde563d) by Tanner Linsley

Packages

v1.15.13

Compare Source

Version 1.15.13 - 2/2/2024, 5:39 PM

Changes

Fix
  • types (9401ac3) by Tanner Linsley
  • make HistoryState["key"] optional (e050161) by Tanner Linsley

Packages

v1.15.12

Compare Source

Version 1.15.12 - 2/2/2024, 5:22 PM

Changes

Fix
  • properly interpolate splat params (5521f90) by Tanner Linsley

Packages

v1.15.10

Compare Source

Version 1.15.10 - 2/2/2024, 7:18 AM (Manual Release)

Changes

Chore
Ci
  • Fix TanStack Config publish ERR_PNPM_OUTDATED_LOCKFILE (#​1132) (719bd8e) by Lachlan Collins
  • Improve TanStack Config publish console error (#​1131) (a74bba9) by Lachlan Collins

Packages

v1.15.9

Compare Source

Version 1.15.9 - 2/2/2024, 3:49 AM

Changes

Fix
  • SSR and Start experimental upgrades (3aac5c6) by Tanner Linsley
  • defer and Awaited for isomorphic usage (07ab719) by Tanner Linsley

Packages

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

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)
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.

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

vitest-dev/vitest (@​vitest/coverage-v8)

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.0

Compare Source

🚀 Features

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, 2024
@renovate renovate bot enabled auto-merge March 1, 2024 11:39
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 1, 2024
@renovate renovate bot merged commit 2433f7d into master Mar 1, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 1, 2024 22:58
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

1 participant