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

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^3.8.0 -> ^3.12.0 age adoption passing confidence
@apollo/client (source) ^3.11.8 -> ^3.12.3 age adoption passing confidence
@floating-ui/react (source) ^0.26.25 -> ^0.27.2 age adoption passing confidence
@graphql-codegen/typescript-operations (source) ^4.3.0 -> ^4.4.0 age adoption passing confidence
@graphql-codegen/typescript-resolvers (source) ^4.3.0 -> ^4.4.1 age adoption passing confidence
@heroicons/react 2.1.5 -> 2.2.0 age adoption passing confidence
@lingui/cli ^5.0.0 -> ^5.1.1 age adoption passing confidence
@lingui/core 5.0.0 -> 5.1.1 age adoption passing confidence
@lingui/macro 5.0.0 -> 5.1.1 age adoption passing confidence
@lingui/react 5.0.0 -> 5.1.1 age adoption passing confidence
@lingui/swc-plugin 5.0.0 -> 5.0.1 age adoption passing confidence
@next/eslint-plugin-next (source) ^15.0.1 -> ^15.1.0 age adoption passing confidence
@polkadot/apps-config (source) ^0.144.1 -> ^0.146.1 age adoption passing confidence
@tanstack/react-query (source) ^5.59.13 -> ^5.62.7 age adoption passing confidence
@tanstack/react-table (source) 8.20.5 -> 8.20.6 age adoption passing confidence
@types/node (source) ^22.8.4 -> ^22.10.2 age adoption passing confidence
@types/react (source) 19.0.0 -> 19.0.1 age adoption passing confidence
@types/react-dom (source) ^19.0.0 -> ^19.0.2 age adoption passing confidence
@vercel/analytics (source) ^1.3.1 -> ^1.4.1 age adoption passing confidence
axios (source) ^1.7.7 -> ^1.7.9 age adoption passing confidence
dotenv ^16.4.5 -> ^16.4.7 age adoption passing confidence
dotenv-cli ^7.4.2 -> ^7.4.4 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.17.0 age adoption passing confidence
eslint-config-next (source) ^15.0.0 -> ^15.1.0 age adoption passing confidence
eslint-plugin-react ^7.37.1 -> ^7.37.2 age adoption passing confidence
express (source) ^4.21.1 -> ^4.21.2 age adoption passing confidence
graphql 16.9.0 -> 16.10.0 age adoption passing confidence
next (source) 15.0.1 -> 15.1.0 age adoption passing confidence
next-axiom ^1.5.1 -> ^1.9.0 age adoption passing confidence
next-themes ^0.3.0 -> ^0.4.4 age adoption passing confidence
ora ^8.1.0 -> ^8.1.1 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.4.49 age adoption passing confidence
react-redux ^9.1.2 -> ^9.2.0 age adoption passing confidence
react-virtualized-auto-sizer ^1.0.24 -> ^1.0.25 age adoption passing confidence
react-window (source) ^1.8.10 -> ^1.8.11 age adoption passing confidence
tailwindcss (source) ^3.4.13 -> ^3.4.16 age adoption passing confidence
tsup (source) ^8.3.0 -> ^8.3.5 age adoption passing confidence
turbo (source) 2.2.3 -> 2.3.3 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
undici (source) ^6.20.0 -> ^6.21.0 age adoption passing confidence
viem (source) 2.21.25 -> 2.21.55 age adoption passing confidence
vitest (source) ^2.1.2 -> ^2.1.8 age adoption passing confidence
wagmi (source) 2.12.17 -> 2.14.3 age adoption passing confidence
zod (source) ^3.23.8 -> ^3.24.1 age adoption passing confidence

Release Notes

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

v3.12.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.11.2

Compare Source

   🐞 Bug Fixes
  • perfectionist: Revert bahaviour change on import sorting since v3.10  -  by @​antfu (00c41)
    View changes on GitHub

v3.11.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.11.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
apollographql/apollo-client (@​apollo/client)

v3.12.3

Compare Source

Patch Changes

v3.12.2

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
Data masking 🎭
  • #​12042 1c0ecbf Thanks @​jerelmiller! - Introduces data masking in Apollo Client.

    Data masking enforces that only the fields requested by the query or fragment is available to that component. Data masking is best paired with colocated fragments.

    To enable data masking in Apollo Client, set the dataMasking option to true.

    new ApolloClient({
      dataMasking: true,
      // ... other options
    });

    For detailed information on data masking, including how to incrementally adopt it in an existing applications, see the data masking documentation.

  • #​12131 21c3f08 Thanks @​jerelmiller! - Allow null as a valid from value in useFragment.

More Patch Changes

v3.11.10

Compare Source

Patch Changes
  • #​12093 1765668 Thanks @​mgmolisani! - Fixed a bug when evaluating the devtools flag with the new syntax devtools.enabled that could result to true when explicitly set to false.

v3.11.9

Compare Source

Patch Changes
  • #​12110 a3f95c6 Thanks @​jerelmiller! - Fix an issue where errors returned from a fetchMore call from a Suspense hook would cause a Suspense boundary to be shown indefinitely.
floating-ui/floating-ui (@​floating-ui/react)

v0.27.2

Compare Source

Patch Changes
  • fix(FloatingFocusManager): prevent stale inert/aria-hidden attributes from being left on outside elements

v0.27.1

Compare Source

Patch Changes
  • fix(FloatingFocusManager): correctly fallback to container
  • fix(FloatingFocusManager): check for ancestor floating focus element during closeOnFocusOut
  • fix(FloatingFocusManager): avoid marking tree ancestor floating nodes with data-floating-ui-inert when modal=false

v0.27.0

Compare Source

Minor Changes
  • chore: deprecate inner and useInnerOffset. This technique of aligning an inner element to the reference has poor performance with longer lists, doesn't fit with the middleware paradigm, doesn't work on touch, and has a better custom alternative using native onScroll that is encouraged instead.
  • breaking: drop React 16 support. 17 is the minimum supported version.
  • fix(useId): add | undefined return type for React 17
Patch Changes
  • feat(FloatingFocusManager): add outsideElementsInert prop. This enables pointer modality without a backdrop.
  • perf(useListNavigation): simplify focusing to remove unneeded asynchronicity
  • fix(useDismiss): allow native clicks to work with referencePress
  • fix(useDismiss): read target overflow style for scrollbar press check. Fixes an issue where outside presses would be incorrectly prevented if the target element that was pressed appeared scrollable but was actually not.
  • fix(FloatingFocusManager): check for 'safe-polygon' reason on return focus

v0.26.28

Compare Source

Patch Changes
  • fix(Composite): change focus to be sync
  • fix(useClick): improve consistency when combining with useHover()
  • feat(useClick): add stickIfOpen prop to determine whether to remain open upon first click when first opened by another event
  • feat(Composite): add RTL support
  • fix(FloatingFocusManager): ensure returnFocus is ignored correctly when using disabled prop
  • fix(useListNavigation): incorrect behaviour with RTL grid

v0.26.27

Compare Source

Patch Changes
  • fix(useListNavigation): ignore Home/End key press for typeable combobox references
  • fix(useListNavigation): ensure submenu references are set as virtualItemRef on floating close
  • fix(inner): use list ref length for fallback detection
  • fix(FloatingPortal): allow root to be reactive from null to an element

v0.26.26

Compare Source

Patch Changes
  • fix(useFloating): access domReference instead of reference
  • feat(FloatingFocusManager): specify element to return focus to
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v4.4.0

Compare Source

Minor Changes
Patch Changes

v4.3.1

Compare Source

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

v4.4.1

Compare Source

Patch Changes

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 focuses on updating dependencies across multiple packages, enhancing type definitions, and refactoring code for improved clarity and functionality.

Detailed summary

  • Updated typescript to version 5.7.2 across various packages.
  • Updated eslint to version 9.17.0.
  • Updated tsup to version 8.3.5.
  • Updated next to version 15.1.0.
  • Refactored code in Counter.tsx, useTxBatch.ts, and other files for better readability.
  • Added new types and imports in several files, including useAccounts.ts and useApi.ts.
  • Updated package versions in package.json files across various packages.

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 Oct 16, 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 Dec 17, 2024 9:09am
app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am
gauge ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am
market ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am
path-finder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am
pool ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am
referrals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am
swap ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am
token-price ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am
zenlink-stats ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 9:09am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b116515 to 9ececfd Compare October 16, 2024 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ececfd to 87bec03 Compare October 16, 2024 21:39
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