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 dependencies #41

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Update all dependencies #41

merged 1 commit into from
Aug 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) 5.51.24 -> 5.52.1 age adoption passing confidence
@trpc/client (source) 11.0.0-rc.477 -> 11.0.0-rc.485 age adoption passing confidence
@trpc/react-query (source) 11.0.0-rc.477 -> 11.0.0-rc.485 age adoption passing confidence
@trpc/server (source) 11.0.0-rc.477 -> 11.0.0-rc.485 age adoption passing confidence
@types/react (source) 18.3.3 -> 18.3.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.1.0 -> 8.2.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.1.0 -> 8.2.0 age adoption passing confidence
eslint-config-next (source) 14.2.5 -> 14.2.6 age adoption passing confidence
jsdom 24.1.1 -> 25.0.0 age adoption passing confidence
next (source) 14.2.5 -> 14.2.6 age adoption passing confidence

Release Notes

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

v5.52.1

Compare Source

Version 5.52.1 - 8/22/24, 4:37 PM

Changes

Fix
Docs
  • make copyable example useful by default (#​7928) (639363c) by Lanre Adelowo

Packages

v5.52.0

Compare Source

Version 5.52.0 - 8/20/24, 6:54 PM

Changes

Feat
  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#​7911) (f65ebe7) by Manuel Schiller
Refactor
Docs

Packages

trpc/trpc (@​trpc/client)

v11.0.0-rc.485

Compare Source

v11.0.0-rc.482

Compare Source

v11.0.0-rc.480

Compare Source

trpc/trpc (@​trpc/react-query)

v11.0.0-rc.485

Compare Source

v11.0.0-rc.482

Compare Source

v11.0.0-rc.480

Compare Source

trpc/trpc (@​trpc/server)

v11.0.0-rc.485

Compare Source

v11.0.0-rc.482

Compare Source

v11.0.0-rc.480

Compare Source

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

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async keyword
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly<string[]> is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

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

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

v8.2.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

vercel/next.js (eslint-config-next)

v14.2.6

Compare Source

jsdom/jsdom (jsdom)

v25.0.0

Compare Source

This major release changes the prototype of a jsdom's EventTarget.prototype to point to the Object.prototype inside the jsdom, instead of pointing to the Node.js Object.prototype. Thus, the prototype chain of Window stays entirely within the jsdom, never crossing over into the Node.js realm.

This only occurs when runScripts is set to non-default values of "dangerously" or "outside-only", as with the default value, there is no separate Object.prototype inside the jsdom.

This will likely not impact many programs, but could cause some changes in instanceof behavior, and so out of an abundance of caution, we're releasing it as a new major version.

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)
vercel/next.js (next)

v14.2.6

Compare Source


Configuration

📅 Schedule: Branch creation - "after 11am on monday,before 5pm on monday" in timezone Asia/Tokyo, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from martinnabhan as a code owner August 25, 2024 16:46
@martinnabhan martinnabhan enabled auto-merge (squash) August 25, 2024 16:46
@martinnabhan martinnabhan merged commit 0f080fb into main Aug 25, 2024
3 checks passed
@martinnabhan martinnabhan deleted the renovate/all branch August 25, 2024 16:47
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.

1 participant