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

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^3.6.2 -> ^3.7.3 age adoption passing confidence
@floating-ui/react (source) ^0.26.24 -> ^0.26.25 age adoption passing confidence
@graphql-codegen/cli (source) ^5.0.2 -> ^5.0.3 age adoption passing confidence
@graphql-codegen/typescript-operations (source) ^4.2.3 -> ^4.3.0 age adoption passing confidence
@graphql-codegen/typescript-resolvers (source) ^4.2.1 -> ^4.3.0 age adoption passing confidence
@headlessui/react (source) 2.1.8 -> 2.1.10 age adoption passing confidence
@lingui/cli ^4.11.4 -> ^4.12.0 age adoption passing confidence
@lingui/core 4.11.4 -> 4.12.0 age adoption passing confidence
@lingui/macro 4.11.4 -> 4.12.0 age adoption passing confidence
@lingui/react 4.11.4 -> 4.12.0 age adoption passing confidence
@lingui/swc-plugin 4.0.8 -> 4.0.10 age adoption passing confidence
@next/eslint-plugin-next (source) ^14.2.12 -> ^14.2.15 age adoption passing confidence
@polkadot/apps-config (source) ^0.143.2 -> ^0.144.1 age adoption passing confidence
@tanstack/react-query (source) ^5.56.2 -> ^5.59.13 age adoption passing confidence
@types/node (source) ^20.16.5 -> ^20.16.11 age adoption passing confidence
@types/react (source) 18.3.4 -> 18.3.11 age adoption passing confidence
@types/react-dom (source) ^18.3.0 -> ^18.3.1 age adoption passing confidence
@vercel/node (source) ^3.2.14 -> ^3.2.23 age adoption passing confidence
eslint (source) ^9.10.0 -> ^9.12.0 age adoption passing confidence
eslint-config-next (source) ^14.2.12 -> ^14.2.15 age adoption passing confidence
eslint-plugin-react ^7.36.1 -> ^7.37.1 age adoption passing confidence
esno ^4.7.0 -> ^4.8.0 age adoption passing confidence
express (source) ^4.21.0 -> ^4.21.1 age adoption passing confidence
next (source) 14.2.10 -> 14.2.15 age adoption passing confidence
react-toastify ^10.0.5 -> ^10.0.6 age adoption passing confidence
tailwindcss (source) ^3.4.12 -> ^3.4.13 age adoption passing confidence
turbo (source) 2.1.2 -> 2.1.3 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
undici (source) ^6.19.8 -> ^6.20.0 age adoption passing confidence
viem (source) 2.21.9 -> 2.21.25 age adoption passing confidence
vitest (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence
wagmi (source) 2.12.12 -> 2.12.17 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v3.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable antfu/no-top-level-await for markdown snippets  -  by @​antfu (a984c)
    View changes on GitHub

v3.7.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable explicit-function-return-type in markdown code  -  by @​antfu (60ffd)
  • Disable ts/explicit-function-return-type in vue files  -  by @​antfu (1788d)
    View changes on GitHub
floating-ui/floating-ui (@​floating-ui/react)

v0.26.25

Compare Source

Patch Changes
  • fix(useListNavigation): handle virtual nested Home/End key press
  • fix(useHover): ignore insignificant movement when resetting restMs
  • fix(useListNavigation): ignore duplicate arrow navigation when composing
  • feat(useDelayGroup): add enabled option
  • fix(useDismiss): handle IME keydown events on Escape
  • fix(inner): round max-height only if not scrollable
dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v5.0.3

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v4.3.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-resolvers)

v4.3.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes
tailwindlabs/headlessui (@​headlessui/react)

v2.1.10

Compare Source

Fixed
  • Use React.JSX instead of deprecated global JSX (#​3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#​3513)

v2.1.9

Compare Source

Fixed
  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#​3493)
  • Fix crash when using instanceof HTMLElement in some environments (#​3494)
  • Cleanup process in Combobox component when using virtualization (#​3495)
lingui/js-lingui (@​lingui/cli)

v4.12.0

Compare Source

Bug Fixes
Features

4.11.4 (2024-09-02)

Bug Fixes

4.11.3 (2024-08-09)

Bug Fixes
  • cli: add pnpm detection to command suggestions (#​1989) (287a688)
  • extract: escape special regex characters used in file-based routing systems when files are passed in options (#​1984) (fd92d20)

4.11.2 (2024-07-03)

Bug Fixes

4.11.1 (2024-05-30)

Bug Fixes
lingui/swc-plugin (@​lingui/swc-plugin)

v4.0.10

Compare Source

What's Changed

New Contributors

Full Changelog: lingui/swc-plugin@4.0.9...4.0.10

v4.0.9

Compare Source

What's Changed

Full Changelog: lingui/swc-plugin@4.0.8...4.0.9

vercel/next.js (@​next/eslint-plugin-next)

v14.2.15

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix missing cache-control on SSR app route (#​70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#​70228)
  • Fix vercel og package memory leak (#​70214)
  • Fix startTime error on Android 9 with Chrome 74 (#​67391)
Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

polkadot-js/apps (@​polkadot/apps-config)

v0.144.1

Compare Source

Contributed:

Changes:

  • Set current account nonce to be independent from user input
  • Fix identity for live networks
  • Allow reserved in voting balance
  • Disable unreachable endpoints
  • Add People logo to westend
  • Bump yarn to 4.4.1
  • Coretime Chain - Add Overview UI Tab
  • Fix Format Balance issue
  • Fix error in Coretime on polkadot due to no data
  • Update Broker pallet calls to be generalized, and add esimated bulk price value
  • Fix Updated parsing for brokerConfig and brokerSalesInfo
  • Upgrade polkadot-js deps
TanStack/query (@​tanstack/react-query)

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes
Fix
  • query-core: don"t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister
Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes
Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types
Packages

v5.59.11

Compare Source

Version 5.59.11 - 10/11/24, 6:35 PM

Changes
Refactor
  • types: throw type error when skipToken is present in suspense query (#​8082) (a991d92) by Gwansik Kim
Packages

v5.59.10

Compare Source

Version 5.59.10 - 10/11/24, 6:24 PM

Changes

Fix
  • core: correctly gc query when suspense is used when query unmounts while it"s still fetching (#​8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#​8162) (931d98d) by Sunghoon

Packages


Configuration

📅 Schedule: Branch creation - "before 1am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.


PR-Codex overview

This PR primarily updates the typescript version across multiple package.json files to 5.6.3, along with various updates to other dependencies like eslint, next, and viem. Additionally, it improves some package versions for better compatibility.

Detailed summary

  • Updated typescript to 5.6.3 in multiple packages.
  • Updated eslint to 9.12.0 in various packages.
  • Updated next to 14.2.15 in several packages.
  • Updated viem to 2.21.25 across multiple packages.
  • Updated @headlessui/react to 2.1.10.
  • Updated @tanstack/react-query to 5.59.13.
  • Updated @types/react-dom to 18.3.1.
  • Updated @types/node to 20.16.11.

The following files were skipped due to too many changes: pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Sep 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
analytics ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
gauge ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
market ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
path-finder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
pool ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
referrals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
swap ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
token-price ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am
zenlink-stats ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 10:19am

Copy link
Contributor Author

renovate bot commented Oct 14, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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