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

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint-react/eslint-plugin (source) ^1.12.4 -> ^1.13.1 age adoption passing confidence
@tanstack/react-query (source) ^5.53.2 -> ^5.55.4 age adoption passing confidence
@tanstack/react-router (source) ^1.52.3 -> ^1.56.5 age adoption passing confidence
@tanstack/start (source) ^1.52.3 -> ^1.56.5 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
knip (source) ^5.29.1 -> ^5.30.0 age adoption passing confidence
nx (source) ^19.6.4 -> ^19.6.5 age adoption passing confidence
postcss (source) 8.4.43 -> 8.4.45 age adoption passing confidence
vite (source) ^5.4.2 -> ^5.4.3 age adoption passing confidence

Release Notes

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.13.1

Compare Source

🐞 Fixes
  • Fixed hooks-extra/no-unnecessary-use-callback and hooks-extra/no-unnecessary-use-memo false positives when there are references from nested scopes.

v1.13.0

Compare Source

✨ New
  • Added web-api/no-leaked-resize-observer rule to prevent leaked ResizeObserver.
🐞 Fixes
  • hooks-extra/no-redundant-custom-hook should allow custom hooks with empty body.
🪄 Improvements
  • Rename debug/react-hooks to debug/hook.
  • Rename hooks-extra/ensure-custom-using-hooks to hooks-extra/no-redundant-custom-hook.
  • Rename hooks-extra/ensure-use-memo-has-non-empty-deps to hooks-extra/no-unnecessary-use-memo.
  • Rename hooks-extra/ensure-use-callback-has-non-empty-deps to hooks-extra/no-unnecessary-use-callback.
  • Upgrade @typescript-eslint's packages to ^8.4.0.

(The rules that were renamed in this release will still be available until the next major update to avoid breaking changes.)

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

v5.55.4

Compare Source

Version 5.55.4 - 9/9/24, 6:38 AM

Changes

Fix

Packages

v5.55.3

Compare Source

Version 5.55.3 - 9/9/24, 6:16 AM

Changes
Fix
  • replace JSON.stringify with replaceDeepEqual in structural sharing integrity check (#​8030) (1bffc78) by jxom
Chore
  • angular-query: remove redundant dependencies (#​8032) (d58cf08) by Arnoud
Docs
  • react-query: Update React Suspens Link in README.md (#​8020) (9b78527) by Cyril Leclercq
Packages

v5.55.2

Compare Source

Version 5.55.2 - 9/8/24, 4:10 PM

Changes

Refactor

Packages

v5.55.1

Compare Source

Version 5.55.1 - 9/8/24, 1:19 PM

Changes

Fix
Refactor
Docs

Packages

v5.55.0

Compare Source

v5.54.1

Compare Source

Version 5.54.1 - 9/3/24, 8:50 PM

Changes

Fix
  • query-core: accept generics on setQueryDefaults and setMutationDefaults (#​7903) (a85382f) by Simone Cervini

Packages

v5.53.3

Compare Source

Version 5.53.3 - 9/2/24, 12:32 PM

Changes

Fix
  • query-core: remove error thrown inside replaceData (#​8004) (fb9d4f6) by Bohdan Yefimenko
Docs
  • vue-query: update SSR guide for nuxt2 (#​8001) (cd91357) by Damian Osipiuk

Packages

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

v1.56.5

Compare Source

Version 1.56.5 - 9/7/24, 11:37 AM

Changes

Fix
  • react-router: correct typings (#​2284) (21caad3) by Manuel Schiller
  • react-router: correct peerDependenciesMeta (#​2283) (f17b805) by Manuel Schiller

Packages

v1.56.4

Compare Source

Version 1.56.4 - 9/7/24, 7:10 AM

Changes

Fix
  • router-generator: export generated interfaces (#​2282) (aeb3593) by Manuel Schiller

Packages

v1.56.3

Compare Source

Version 1.56.3 - 9/7/24, 5:15 AM

Changes

Fix
  • react-router: allow to narrow by id and fullPath in useParentMatches and useChildMatches (#​2281) (c0c3569) by Manuel Schiller
Chore

Packages

v1.56.2

Compare Source

Version 1.56.2 - 9/6/24, 5:25 PM

Changes

Fix
  • make router-generator a peer dep of react-router (#​2278) (ef95a05) by Manuel Schiller
Chore
  • examples: regenerate route-tree files (#​2272) (5fa21ad) by Sean Cassiere

Packages

v1.56.1

Compare Source

Version 1.56.1 - 9/5/24, 11:34 PM

Changes

Perf
  • react-router: constant editor performance regardless how large a file based route tree is (#​2243) (0482da5) by Christopher Horobin

Packages

v1.53.1

Compare Source

Version 1.53.1 - 9/4/24, 9:21 AM

Changes

Fix
  • react-router: do not decode already escaped URL path segments (#​2261) (c984aa1) by Binbin

Packages

v1.53.0

Compare Source

Version 1.53.0 - 9/3/24, 9:50 PM

Changes

Feat
  • pass matches into context() and beforeLoad() (#​2258) (7ffdf93) by Manuel Schiller
Refactor
  • start: return JSON response when "content-type" matches (#​2259) (0d75025) by Sean Cassiere

Packages

v1.52.5

Compare Source

Version 1.52.5 - 9/3/24, 4:34 AM

Changes

Fix
  • react-router: pendingComponent not rendering with preload="intent" (#​2247) (fe08fb5) by Maciej Garncarski
Docs
  • react: add missing .md extension to link paths in route-trees.md (#​2252) (8240405) by Luca Lee
  • react: remove reference to deleted examples in route-trees.md (#​2250) (ae8c33a) by Luca Lee
  • router: fix broken links in route-trees.md and routing-concepts.md (#​2249) (12fd811) by Luca Lee
  • start: fix tsconfig (#​2246) (f32b01d) by NekoChan

Packages

v1.52.4

Compare Source

Version 1.52.4 - 9/2/24, 5:16 PM

Changes

Fix
  • react-router: reset error boundary after the new matches are ready (#​2244) (17d9885) by Langa Cristian
Chore
  • update the issue template to ask for Start or Router (#​2242) (bbc5148) by Sean Cassiere

Packages

eslint/eslint (eslint)

v9.10.0

Compare Source

webpro-nl/knip (knip)

v5.30.0

Compare Source

v5.29.2

Compare Source

  • Edit docs (5ca20de)
  • Add .ts config ext to webdriver plugin (d8df5e1)
  • Prepare for ts v5.6 (6fb6e7a)
  • Pick up typescript@rc in CI again (116c6c6)
  • Merge 2 glob helpers & fix debug output for glob (c060146)
  • Rename function argument (480ff04)
  • Add/fix getPluginEntryFilePatterns helper (573ec9c)
  • Fix typo in svelte plugin and remove overarching project patterns (def8e25)
  • Edit docs (ac75feb)
nrwl/nx (nx)

v19.6.5

Compare Source

19.6.5 (2024-09-03)

🩹 Fixes
  • core: handle file change conflicts between sync generators (#​27695)
  • core: filter branch in preparation for nx import (#​27652)
  • core: add parallelism to target defaults schema (#​27710)
  • core: bump plugin pool attempts to work with slow runtimes (#​27726)
  • detox: fix name with camel case (#​27602)
  • expo: fix unable to build expo local for yarn 4 (#​26992)
  • expo: add cacheVersion to metro.config (#​27646)
  • misc: fix the URL of the @​naxodev/nx-cloudflare plugin (#​27723)
  • nx-dev: show first tab if none selected (#​27701)
  • react-native: change hermesCommand to build android (#​27641)
  • release: release plan command should take filters and touched projects into account (#​27706)
  • release: version plan changelogs should contain authors and refs (#​27737)
❤️ Thank You
postcss/postcss (postcss)

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.
vitejs/vite (vite)

v5.4.3

Compare Source

@renovate renovate bot added the dependencies label Sep 9, 2024
Copy link

nx-cloud bot commented Sep 9, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 4ca486d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

pkg-pr-new bot commented Sep 9, 2024

Open in Stackblitz

More templates

@tanstack/angular-form

pnpm add https://pkg.pr.new/@tanstack/angular-form@945

@tanstack/form-core

pnpm add https://pkg.pr.new/@tanstack/form-core@945

@tanstack/lit-form

pnpm add https://pkg.pr.new/@tanstack/lit-form@945

@tanstack/react-form

pnpm add https://pkg.pr.new/@tanstack/react-form@945

@tanstack/solid-form

pnpm add https://pkg.pr.new/@tanstack/solid-form@945

@tanstack/vue-form

pnpm add https://pkg.pr.new/@tanstack/vue-form@945

@tanstack/valibot-form-adapter

pnpm add https://pkg.pr.new/@tanstack/valibot-form-adapter@945

@tanstack/yup-form-adapter

pnpm add https://pkg.pr.new/@tanstack/yup-form-adapter@945

@tanstack/zod-form-adapter

pnpm add https://pkg.pr.new/@tanstack/zod-form-adapter@945

commit: 4ca486d

@renovate renovate bot merged commit c584f1f into main Sep 9, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 9, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants