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

Merged
merged 2 commits into from Aug 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.39.8 -> ^0.40.0 age adoption passing confidence
@antfu/eslint-config-react ^0.39.8 -> ^0.40.0 age adoption passing confidence
@floating-ui/react (source) ^0.24.8 -> ^0.25.0 age adoption passing confidence
@fontsource-variable/inter (source) 5.0.5 -> 5.0.8 age adoption passing confidence
@headlessui/react ^1.7.15 -> ^1.7.16 age adoption passing confidence
@heroicons/react 2.0.17 -> 2.0.18 age adoption passing confidence
@tanstack/react-query (source) ^4.32.0 -> ^4.32.6 age adoption passing confidence
@types/big.js (source) ^6.1.6 -> ^6.2.0 age adoption passing confidence
@types/node (source) ^18.17.1 -> ^18.17.3 age adoption passing confidence
@types/react (source) ^18.2.17 -> ^18.2.18 age adoption passing confidence
@vercel/node (source) ^2.15.6 -> ^2.15.8 age adoption passing confidence
eslint (source) ^8.45.0 -> ^8.46.0 age adoption passing confidence
react-redux ^8.1.1 -> ^8.1.2 age adoption passing confidence
tsup (source) ^7.1.0 -> ^7.2.0 age adoption passing confidence
undici (source) ^5.22.1 -> ^5.23.0 age adoption passing confidence
viem 1.4.1 -> 1.5.3 age adoption passing confidence
vitest ^0.33.0 -> ^0.34.1 age adoption passing confidence

Release Notes

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

v0.40.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
floating-ui/floating-ui (@​floating-ui/react)

v0.25.0

Compare Source

fontsource/font-files (@​fontsource-variable/inter)

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

tailwindlabs/headlessui (@​headlessui/react)

v1.7.16

Compare Source

Fixed
  • Ensure the caret is in a consistent position when syncing the Combobox.Input value (#​2568)
  • Improve "outside click" behaviour in combination with 3rd party libraries (#​2572)
  • Ensure IME works on Android devices (#​2580)
  • Calculate aria-expanded purely based on the open/closed state (#​2610)
  • Submit form on Enter even if no submit-like button was found (#​2613)
tailwindlabs/heroicons (@​heroicons/react)

v2.0.18

Compare Source

Fixed
  • Fix incorrect esm paths in package.json for both React and Vue (#​988)
TanStack/query (@​tanstack/react-query)

v4.32.6

Compare Source

Version 4.32.6 - 8/5/2023, 6:28 AM

Changes

Fix
  • core: Infinite render loops in react-query v4.29.22 and up (#​5839) (cfd6133) by Łukasz Komoszyński

Packages

v4.32.5

Compare Source

Version 4.32.5 - 8/4/2023, 7:45 AM

Changes

Fix

Packages

v4.32.1

Compare Source

Version 4.32.1 - 8/1/2023, 10:49 AM

Changes
Fix
  • *: Update repository information in package.json (#​5819) (10bf0ee) by Daniel Basilio
Chore
Docs
Packages
vercel/vercel (@​vercel/node)

v2.15.8

Compare Source

Patch Changes
  • Move @types/content-type to dev dependency (#​10292)

  • fix: compress condition (#​10288)

v2.15.7

Compare Source

Patch Changes
  • fix: move content-type as dependency (#​10274)
eslint/eslint (eslint)

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
reduxjs/react-redux (react-redux)

v8.1.2

Compare Source

This version changes imports from the React package to namespace imports so the package can safely be imported in React Server Components as long as you don't actually use it - this is for example important if you want to use the React-specifc createApi function from Redux Toolkit.

Some other changes:

  • The behaviour of the "React Context Singletons" from 8.1.1 has been adjusted to also work if you have multiple React instances of the same version (those will now be separated) and if you are in an environment without globalThis (in this case it will fall back to the previous behaviour).
  • We do no longer use Proxies, which should help with some very outdated consumers, e.g. smart TVs, that cannot even polyfill Proxies.

Full Changelog: reduxjs/react-redux@v8.1.1...v8.1.2

egoist/tsup (tsup)

v7.2.0

Compare Source

Bug Fixes
  • allow to kill onSuccess process using SIGKILL signal, closes #​936 (612cabf)
Features
nodejs/undici (undici)

v5.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.22.1...v5.23.0

wagmi-dev/viem (viem)

v1.5.3

Compare Source

Patch Changes
  • ae4ab844 Thanks @​jxom! - Fixed performance bottleneck in ABI encoding for dynamic bytes.

v1.5.2

Compare Source

Patch Changes
  • #​974 11410bab Thanks @​jxom! - Fixed issue where getFunctionSelector & getEventSelector were returning incorrect selectors for tuple parameters.

v1.5.0

Compare Source

Minor Changes
  • #​847 1e5d4545 Thanks @​jxom! - Narrowed getBlock, watchBlocks, getFilterChanges, getFilterLogs & getLogs return types for when blockTag or includeTransactions is provided.

    • When blockTag !== 'pending', the return type will now include some non-nullish properties if it were dependent on pending blocks. Example: For getBlock, the block.number type is now non-nullish since blockTag !== 'pending'.
    • On the other hand, when blockTag: 'pending', some properties will be nullish. Example: For getBlock, the block.number type is now null since blockTag === 'pending'.
    • When includeTransactions is provided, the return type of will narrow the transactions property type. Example: block.transactions will be Transaction[] when includeTransactions: true instead of Hash[] | Transaction[].

    TLDR;

    // Before
    const block = publicClient.getBlock({ includeTransactions: true });
    block.transactions;
    //    ^? Hash[] | Transaction[]
    block.transactions[0].blockNumber;
    //                    ^? bigint | null
    
    // After
    const block = publicClient.getBlock({ includeTransactions: true });
    block.transactions;
    //    ^? Transaction[]
    block.transactions[0].blockNumber;
    //                    ^? bigint
    
    // Before
    const block = publicClient.getBlock({
      blockTag: "pending",
      includeTransactions: true
    });
    block.number;
    //    ^? number | null
    block.transactions[0].blockNumber;
    //                    ^? bigint | null
    
    // After
    const block = publicClient.getBlock({
      blockTag: "pending",
      includeTransactions: true
    });
    block.number;
    //    ^? null
    block.transactions[0].blockNumber;
    //                    ^? null
  • #​847 1e5d4545 Thanks @​jxom! - Type Change: TPending has been added to slot 2 of the Log generics.

    type Log<
      TQuantity = bigint,
      TIndex = number,
    + TPending extends boolean = boolean,
      TAbiEvent extends AbiEvent | undefined = undefined,
      TStrict extends boolean | undefined = undefined,
      TAbi extends Abi | readonly unknown[] = [TAbiEvent],
      TEventName extends string | undefined = TAbiEvent extends AbiEvent
        ? TAbiEvent['name']
        : undefined,
    >
  • 28a82125 Thanks @​jxom! - Exported number constants (ie. maxInt128, maxUint256, etc).
  • #​951 c75d3b60 Thanks @​jxom! - Added support for multiple events on Filters/Log Actions:

    • createEventFilter
    • getLogs
    • watchEvent

    Example:

    import { parseAbi } from "viem";
    import { publicClient } from "./client";
    
    const logs = publicClient.getLogs({
      events: parseAbi([
        "event Approval(address indexed owner, address indexed sender, uint256 value)",
        "event Transfer(address indexed from, address indexed to, uint256 value)"
      ])
    });
  • #​847 1e5d4545 Thanks @​jxom! - Type Change: TIncludeTransactions & TBlockTag has been added to slot 1 & 2 of the Block generics.

    type Block<
      TQuantity = bigint,
    + TIncludeTransactions extends boolean = boolean,
    + TBlockTag extends BlockTag = BlockTag,
      TTransaction = Transaction<
        bigint,
        number,
        TBlockTag extends 'pending' ? true : false
      >,
    >

v1.4.2

Compare Source

Patch Changes
  • #​941 12c685a1 Thanks @​jxom! - Capture error signatures that do not exist on the ABI in ContractFunctionRevertedError.
  • #​942 e26e356c Thanks @​alexfertel! - Deprecated OnLogParameter & OnLogFn in favor of WatchEventOnLogParameter & WatchEventOnLogFn types.
    Added WatchContractEventOnLogParameter & WatchContractEventOnLogFn types.
vitest-dev/vitest (vitest)

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

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 has been generated by Mend Renovate. View repository job log here.


PR-Codex overview

The following files were skipped due to too many changes: apps/pool/package.json, apps/analytics/package.json, apps/referrals/package.json, apps/swap/package.json, packages/compat/package.json, packages/wagmi/package.json, pnpm-lock.yaml

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

@vercel
Copy link

vercel bot commented Aug 2, 2023

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 Aug 7, 2023 7:03am
app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 7:03am
path-finder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 7:03am
pool ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 7:03am
referrals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 7:03am
swap ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 7:03am
zenlink-stats ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 7:03am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
token-price ⬜️ Ignored (Inspect) Visit Preview Aug 7, 2023 7:03am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57dcec4 to ada86de Compare August 2, 2023 08:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ada86de to 970cdb9 Compare August 2, 2023 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 970cdb9 to 0b738e1 Compare August 3, 2023 00:21
@renovate
Copy link
Contributor Author

renovate bot commented Aug 7, 2023

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.

None yet

1 participant