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

fix(deps): update all non-major dependencies #96

Merged
merged 1 commit into from
Apr 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/client (source) 3.7.10 -> 3.7.12 age adoption passing confidence dependencies patch
@babel/core (source) 7.21.3 -> 7.21.4 age adoption passing confidence devDependencies patch
@headlessui/react 1.7.13 -> 1.7.14 age adoption passing confidence dependencies patch
@heroicons/react 2.0.16 -> 2.0.17 age adoption passing confidence dependencies patch
@hookform/resolvers (source) 3.0.0 -> 3.0.1 age adoption passing confidence dependencies patch
@rainbow-me/rainbowkit 0.12.1 -> 0.12.8 age adoption passing confidence dependencies patch
@rainbow-me/rainbowkit-siwe-next-auth 0.1.8 -> 0.1.9 age adoption passing confidence dependencies patch
@storybook/addon-essentials (source) 7.0.0-rc.3 -> 7.0.4 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) 7.0.0-rc.3 -> 7.0.4 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) 7.0.0-rc.3 -> 7.0.4 age adoption passing confidence devDependencies patch
@storybook/nextjs (source) 7.0.0-rc.3 -> 7.0.4 age adoption passing confidence devDependencies patch
@storybook/react (source) 7.0.0-rc.3 -> 7.0.4 age adoption passing confidence devDependencies patch
@storybook/testing-library 0.0.13 -> 0.1.0 age adoption passing confidence devDependencies minor
@types/react (source) 18.0.28 -> 18.0.35 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.55.0 -> 5.58.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.55.0 -> 5.58.0 age adoption passing confidence devDependencies minor
@vitest/ui 0.29.3 -> 0.30.1 age adoption passing confidence devDependencies minor
class-variance-authority 0.4.0 -> 0.5.2 age adoption passing confidence dependencies minor
daisyui (source) 2.51.4 -> 2.51.5 age adoption passing confidence dependencies patch
eslint (source) 8.36.0 -> 8.38.0 age adoption passing confidence devDependencies minor
eslint-config-next 13.2.4 -> 13.3.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.7.0 -> 8.8.0 age adoption passing confidence devDependencies minor
lint-staged 13.2.0 -> 13.2.1 age adoption passing confidence devDependencies patch
msw (source) 1.1.0 -> 1.2.1 age adoption passing confidence devDependencies minor
next (source) 13.2.4 -> 13.3.0 age adoption passing confidence dependencies minor
next-auth (source) 4.20.1 -> 4.22.0 age adoption passing confidence dependencies minor
next-validations 0.3.1 -> 0.3.2 age adoption passing confidence dependencies patch
node 18.15.0 -> 18.16.0 age adoption passing confidence minor
prettier (source) 2.8.4 -> 2.8.7 age adoption passing confidence devDependencies patch
react-hook-form (source) 7.43.5 -> 7.43.9 age adoption passing confidence dependencies patch
storybook (source) 7.0.0-rc.3 -> 7.0.4 age adoption passing confidence devDependencies patch
tailwindcss (source) 3.2.7 -> 3.3.1 age adoption passing confidence devDependencies minor
typescript (source) 5.0.3 -> 5.0.4 age adoption passing confidence devDependencies patch
use-local-storage-state 18.2.1 -> 18.3.2 age adoption passing confidence dependencies minor
vite (source) 4.1.4 -> 4.2.1 age adoption passing confidence devDependencies minor
vitest 0.29.3 -> 0.30.1 age adoption passing confidence devDependencies minor
wagmi (source) 0.12.1 -> 0.12.10 age adoption passing confidence dependencies patch
yup 1.0.2 -> 1.1.0 age adoption passing confidence dependencies minor

Release Notes

apollographql/apollo-client

v3.7.12

Compare Source

Patch Changes

v3.7.11

Compare Source

Patch Changes
  • #​10586 4175af594 Thanks @​alessbell! - Improve WebSocket error handling for generic Event received on error. For more information see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/error_event.

  • #​10411 152baac34 Thanks @​lovasoa! - Simplify error message generation and make 'undefined' an impossible message string.

  • #​10592 cdb98ae08 Thanks @​alessbell! - Adds support for multipart subscriptions in HttpLink.

  • #​10698 38508a251 Thanks @​jerelmiller! - Changes the behavior of useLazyQuery introduced in #​10427 where unmounting a component before a query was resolved would reject the promise with an abort error. Instead, the promise will now resolve naturally with the result from the request.

    Other notable fixes:

    • Kicking off multiple requests in parallel with the execution function will now ensure each returned promise is resolved with the data from its request. Previously, each promise was resolved with data from the last execution.
    • Re-rendering useLazyQuery with a different query document will now ensure the execution function uses the updated query document. Previously, only the query document rendered the first time would be used for the request.
  • #​10660 364bee98f Thanks @​alessbell! - Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users.

  • #​10597 8fb9d190d Thanks @​phryneas! - Fix a bug where an incoming cache update could prevent future updates from the active link.

  • #​10629 02605bb3c Thanks @​phryneas! - useQuery: delay unsubscribe to fix race conditions

babel/babel

v7.21.4

Compare Source

🐛 Bug Fix
  • babel-core, babel-helper-module-imports, babel-preset-typescript
  • babel-generator
💅 Polish
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-traverse
🏠 Internal
tailwindlabs/headlessui

v1.7.14

Compare Source

Fixed
  • Fix focus styles showing up when using the mouse (#​2347)
  • Fix "Can't perform a React state update on an unmounted component." when using the Transition component (#​2374)
  • Add FocusTrap event listeners once document has loaded (#​2389)
  • Fix className hydration for <Transition appear> (#​2390)
  • Improve Combobox types to improve false positives (#​2411)
  • Merge className correctly when it’s a function (#​2412)
Added
  • Add form prop to form-like components such as RadioGroup, Switch, Listbox, and Combobox (#​2356)
tailwindlabs/heroicons

v2.0.17

Compare Source

Fixed
react-hook-form/resolvers

v3.0.1

Compare Source

Bug Fixes
rainbow-me/rainbowkit (@​rainbow-me/rainbowkit)

v0.12.8

Compare Source

Patch Changes
  • aef9643: Support for WalletConnect Cloud projectId

    Every dApp that relies on WalletConnect now needs to obtain a projectId from WalletConnect Cloud. This is absolutely free and only takes a few minutes.

    RainbowKit will enable WalletConnect v2 for supported wallets when projectId is specified. If projectId is unspecified, RainbowKit will quietly prefer WalletConnect v1.

    This must be completed before WalletConnect v1 bridge servers are shutdown on June 28, 2023.

    Provide the projectId to getDefaultWallets and individual RainbowKit wallet connectors like the following:

    const projectId = 'YOUR_PROJECT_ID';
    
    const { wallets } = getDefaultWallets({
      appName: 'My RainbowKit App',
      projectId,
      chains,
    });
    
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: 'Other',
        wallets: [
          argentWallet({ projectId, chains }),
          trustWallet({ projectId, chains }),
          ledgerWallet({ projectId, chains }),
        ],
      },
    ]);

v0.12.7

Compare Source

Patch Changes
  • 4ef5c51: Fixed an issue that caused mobile WalletConnect redirects for signing request hooks to fail in Wagmi 0.12.x

v0.12.6

Compare Source

Patch Changes
  • d35809e: Amended rainbowWallet connector extension support and URLs

    Improved UI flow for wallet connectors that don't specify extension.instructions

v0.12.5

Compare Source

Patch Changes
  • 2b4ede4: Zerion Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from '@&#8203;rainbow-me/rainbowkit';
    import { zerionWallet } from '@&#8203;rainbow-me/rainbowkit/wallets';
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: 'Other',
        wallets: [zerionWallet({ chains })],
      },
    ]);
  • 6a01368: Taho Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from '@&#8203;rainbow-me/rainbowkit';
    import { tahoWallet } from '@&#8203;rainbow-me/rainbowkit/wallets';
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: 'Other',
        wallets: [tahoWallet({ chains })],
      },
    ]);
  • 936b523: OKX Wallet Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from '@&#8203;rainbow-me/rainbowkit';
    import { okxWallet } from '@&#8203;rainbow-me/rainbowkit/wallets';
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: 'Other',
        wallets: [okxWallet({ chains })],
      },
    ]);
  • 7f669bd: Dawn Wallet Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from '@&#8203;rainbow-me/rainbowkit';
    import { dawnWallet } from '@&#8203;rainbow-me/rainbowkit/wallets';
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: 'Other',
        wallets: [dawnWallet({ chains })],
      },
    ]);

v0.12.4

Compare Source

Patch Changes
  • 9b93f56: Added safeWallet connector to support Safe Apps. dApps that rely on getDefaultWallets will adopt this behavior automatically. dApps that rely on the Custom Wallet List should add safeWallet alongside injectedWallet.

v0.12.3

Compare Source

Patch Changes
  • e7f1bec: injectedWallet now has a friendlier name and icon
  • fe4f356: RainbowKit dApps that use getDefaultWallets or injectedWallet will now more eagerly display the fallback injectedWallet connector to better support dApp Browsers when a branded connector is unavailable.

v0.12.2

Compare Source

Patch Changes
  • 2a1d230: Fixed shimDisconnect wallet connector option to maintain default Wagmi disconnect behavior when shimDisconnect is unspecified. RainbowKit wallet connectors now also accept all InjectedConnectorOptions options.
  • 429a3c7: Improvements to RainbowKit UX on iPad
rainbow-me/rainbowkit (@​rainbow-me/rainbowkit-siwe-next-auth)

v0.1.9

Compare Source

Patch Changes
  • 532b117: Fixed an issue with peer dependencies versioning
storybookjs/storybook

v7.0.4

Compare Source

Storybook 7.0 is here! 🎉

7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.0.0-alpha.*, 7.0.0-beta.*, and 7.0.0-rc.* for the full list of changes.

See our Migration guide to upgrade from earlier versions of Storybook.

Bug Fixes
  • CLI: Catch errors thrown on sanity check of SB installs #​22039
Dependency Upgrades
  • Addon-docs: Remove mdx1-csf as optional peer dep #​22038

v7.0.3

Compare Source

Bug Fixes
  • React: Fix default export docgen for React.FC and forwardRef #​22024
  • Viewport: Remove transitions when switching viewports #​21963
  • CLI: Fix JsPackageManager typo #​22006
  • Viewport: Fix the defaultOrientation config option #​21962
  • UI: Fix story data access for broken About page #​21951
  • Angular: Fix components disappearing on docs page on property change #​21944
  • React: Don't show decorators in JSX snippets #​21907
  • Addon-docs: Include decorators by default in source decorators #​21902
  • CLI: Fix npm list command #​21947
  • Core: Revert Emotion :first-child (etc) workarounds #​21213
Maintenance
  • UI: Add remount story shortcut #​21401
  • Telemetry: Add CLI version to context #​21999
  • CLI: Update template code references to 7.0 #​21845
  • Addon-actions: Fix non-included type file #​21922
  • Addon GFM: Fix node-logger dependency #​21938
Dependency Upgrades
  • React-vite: Fix perf regression by pinning vite-plugin-react-docgen-ts #​22013
  • Update @emotion/cache version #​21941

v7.0.2

Compare Source

Storybook 7.0 is here! 🎉

7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.0.0-alpha.*, 7.0.0-beta.*, and 7.0.0-rc.* for the full list of changes.

See our Migration guide to upgrade from earlier versions of Storybook.

Bug Fixes
  • CLI: Improve incompatible addons logic #​21883

v7.0.1

Compare Source

Bug Fixes
  • CLI: Always send error events if init doesn't succeed #​21879
  • CLI: Warn when community addons are incompatible with Storybook 7 #​21863
  • CLI: Fix migration summary message #​21862
  • CLI: Fix link to new framework API migrations #​21875
Maintenance
  • Angular: Remove deprecated component/propsMeta from story #​21807
  • Remove deprecated flags and properties #​21852
Dependencies

v7.0.0

Compare Source

Storybook 7.0 is here! 🎉

7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.0.0-alpha.*, 7.0.0-beta.*, and 7.0.0-rc.* for the full list of changes.

See our Migration guide to upgrade from earlier versions of Storybook.

Full announcement and proper release to the latest npm tag coming soon. 😘

v7.0.0-rc.11

Compare Source

Features
  • CLI: Update stories glob in mdx codemod and not in mdx automigration #​21809
Bug Fixes
  • TS: Make sure components with interfaces or no props don't raise decorator assignability issues #​21833
  • Angular: Export applicationConfig decorator and adjust documentation for usage #​21851
  • Vite: Polyfill global by default #​21832
  • NextJS: Add explicit require.resolve calls to nextjs webpack loader config #​21834
  • Angular: Fix support on Windows when Storystore v7 is disabled #​21830
  • Angular: Fix module imported twice #​21770
Maintenance
  • CLI: Fix duplicated dependency warning for major version differences #​21850
  • Vite: downgrade remark related dependencies #​21836
Build
  • Build: Remove workflow we no longer use #​21829

v7.0.0-rc.10

Compare Source

Features
  • CLI: Warn the user for duplicated versions after automigrate #​21791
Bug Fixes
  • Addon-docs: Add remark-slug and remark-external-links to Vite builder #​21796
  • Blocks: Add children prop types #​21803
Maintenance
  • CLI: Upgrade to latest storybook/react-native version #​21811

v7.0.0-rc.9

Compare Source

Bug Fixes
  • CLI: Don't inline template functions in CSF2 to 3 codemod #​21539
  • ArgTypes: Fix JSdoc missing deprecated tag #​21794
  • UI: Scroll to highlighted search result #​21692
  • Actions: Fix clearing number of actions #​21760
  • UI: Fix cannot read properties of undefined at SearchResults #​21728
  • CLI: Fix an issue where port can be NaN #​21785
  • Docs: Exclude decorators by default from source #​21722
  • Docs: Fix ArgsTable crashing on subcomponents #​21769
  • Docs: Make Source transform API consistent #​21749
Maintenance
Dependency Upgrades

v7.0.0-rc.8

Compare Source

Bug Fixes
  • TypeScript: Fix missing env in StorybookConfig #​21732
  • Composition: Fix src of iframe unless the version changes #​21713
  • Composition: Fix the ref load

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@changeset-bot
Copy link

changeset-bot bot commented Mar 24, 2023

⚠️ No Changeset found

Latest commit: cee3d4c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Mar 24, 2023

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

Name Status Preview Comments Updated (UTC)
lens-demo-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2023 5:54pm

@socket-security
Copy link

socket-security bot commented Mar 24, 2023

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

⚠️ Please accept the latest app permissions to ensure bot commands work properly. Accept the new permissions here.

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
typescript@5.0.4 None +0 typescript-bot
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
class-variance-authority@0.5.2 0.4.0...0.5.2 None +1/-0 joebell93
next-auth@4.22.0 4.20.1...4.22.0 network +0/-11 balazsorban
@rainbow-me/rainbowkit-siwe-next-auth@0.1.9 0.1.8...0.1.9 None +30/-72 danielsinclair
@apollo/client@3.7.12 3.7.10...3.7.12 None +0/-0 apollo-bot
vite@4.0.4 4.1.4...4.0.4 eval +24/-24 vitebot
msw@1.2.1 1.1.0...1.2.1 None +3/-3 kettanaito
storybook@7.0.5 7.0.0-rc.3...7.0.5 None +41/-43 shilman
eslint-config-prettier@8.8.0 8.7.0...8.8.0 None +2/-4 lydell
@storybook/addon-essentials@7.0.5 7.0.0-rc.3...7.0.5 None +53/-54 shilman
@hookform/resolvers@3.1.0 3.0.0...3.1.0 None +1/-1 bluebill1049
eslint@8.38.0 8.36.0...8.38.0 None +1/-3 eslintbot
use-local-storage-state@18.3.2 18.2.1...18.3.2 None +0/-0 astoilkov
@storybook/addon-links@7.0.5 7.0.0-rc.3...7.0.5 None +10/-10 shilman
@storybook/testing-library@0.1.0 0.0.13...0.1.0 None +8/-19 yannbf
@storybook/nextjs@7.0.5 7.0.0-rc.3...7.0.5 None +52/-63 shilman
@rainbow-me/rainbowkit@0.12.8 0.12.1...0.12.8 None +28/-86 danielsinclair
yup@1.1.1 1.0.2...1.1.1 None +0/-0 monastic.panic
@storybook/addon-interactions@7.0.5 7.0.0-rc.3...7.0.5 None +37/-37 shilman
tailwindcss@3.2.4 3.2.7...3.2.4 None +4/-0 adamwathan
react-hook-form@7.43.9 7.43.5...7.43.9 None +0/-0 bluebill1049
wagmi@0.12.10 0.12.1...0.12.10 None +26/-84 awkweb
prettier@2.8.3 2.8.4...2.8.3 None +0/-0 prettier-bot
@storybook/react@7.0.5 7.0.0-rc.3...7.0.5 None +35/-36 shilman
@types/react@18.0.27 18.0.28...18.0.27 None +0/-0 types
@headlessui/react@1.7.14 1.7.13...1.7.14 None +0/-0 malfaitrobin
daisyui@2.51.5 2.51.4...2.51.5 None +5/-1 saadeghi
@typescript-eslint/parser@5.58.0 5.55.0...5.58.0 None +7/-8 jameshenry
@typescript-eslint/eslint-plugin@5.58.0 5.55.0...5.58.0 None +10/-11 jameshenry

🚮 Removed packages: @heroicons/react@2.0.16, eslint-config-next@13.2.4, next@13.2.4, next-validations@0.3.1

@vercel
Copy link

vercel bot commented Mar 31, 2023

Deployment failed with the following error:

Resource is limited - try again in 14 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 056d889 to c944778 Compare March 31, 2023 10:33
@vercel
Copy link

vercel bot commented Mar 31, 2023

Deployment failed with the following error:

Resource is limited - try again in 13 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Mar 31, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c944778 to dc7aff9 Compare March 31, 2023 14:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc7aff9 to b00c0c5 Compare March 31, 2023 21:47
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 31, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c88800f to 8c1493c Compare April 9, 2023 10:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8c1493c to 3a1284e Compare April 9, 2023 14:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a1284e to 6a2aecb Compare April 10, 2023 12:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a2aecb to 7df8f75 Compare April 10, 2023 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7df8f75 to cdf104c Compare April 11, 2023 13:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cdf104c to bc417c8 Compare April 12, 2023 04:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc417c8 to d24a669 Compare April 12, 2023 13:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d24a669 to cd6831f Compare April 12, 2023 19:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd6831f to 54ddc9f Compare April 13, 2023 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 54ddc9f to 94868c9 Compare April 13, 2023 04:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94868c9 to 3ef7e59 Compare April 14, 2023 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ef7e59 to 95cb9fa Compare April 15, 2023 15:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95cb9fa to cee3d4c Compare April 15, 2023 17:51
@renovate renovate bot merged commit 5718dc5 into main Apr 15, 2023
9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 15, 2023 20:30
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

0 participants