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

Merged
merged 1 commit into from Jun 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.12 -> 3.7.15 age adoption passing confidence
@babel/core (source) 7.21.4 -> 7.22.1 age adoption passing confidence
@babel/eslint-parser (source) 7.21.3 -> 7.21.8 age adoption passing confidence
@headlessui/react 1.7.14 -> 1.7.15 age adoption passing confidence
@heroicons/react 2.0.17 -> 2.0.18 age adoption passing confidence
@rainbow-me/rainbowkit 0.12.9 -> 0.12.14 age adoption passing confidence
@rainbow-me/rainbowkit-siwe-next-auth 0.1.9 -> 0.2.0 age adoption passing confidence
@storybook/addon-essentials (source) 7.0.6 -> 7.0.18 age adoption passing confidence
@storybook/addon-interactions (source) 7.0.6 -> 7.0.18 age adoption passing confidence
@storybook/addon-links (source) 7.0.6 -> 7.0.18 age adoption passing confidence
@storybook/nextjs (source) 7.0.6 -> 7.0.18 age adoption passing confidence
@storybook/react (source) 7.0.6 -> 7.0.18 age adoption passing confidence
@types/react (source) 18.0.37 -> 18.2.8 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.59.0 -> 5.59.8 age adoption passing confidence
@typescript-eslint/parser 5.59.0 -> 5.59.8 age adoption passing confidence
@vitest/ui (source) 0.30.1 -> 0.31.4 age adoption passing confidence
c8 7.13.0 -> 7.14.0 age adoption passing confidence
class-variance-authority 0.5.2 -> 0.6.0 age adoption passing confidence
concurrently 8.0.1 -> 8.1.0 age adoption passing confidence
daisyui (source) 2.51.5 -> 2.52.0 age adoption passing confidence
eslint (source) 8.38.0 -> 8.41.0 age adoption passing confidence
eslint-config-next 13.3.0 -> 13.4.4 age adoption passing confidence
eslint-plugin-storybook 0.6.11 -> 0.6.12 age adoption passing confidence
jsdom 21.1.1 -> 21.1.2 age adoption passing confidence
lint-staged 13.2.1 -> 13.2.2 age adoption passing confidence
next (source) 13.3.0 -> 13.4.4 age adoption passing confidence
postcss (source) 8.4.23 -> 8.4.24 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence
react-hook-form (source) 7.43.9 -> 7.44.3 age adoption passing confidence
react-hot-toast 2.4.0 -> 2.4.1 age adoption passing confidence
rustywind 0.15.3 -> 0.16.0 age adoption passing confidence
storybook (source) 7.0.6 -> 7.0.18 age adoption passing confidence
tailwindcss (source) 3.3.1 -> 3.3.2 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.3 age adoption passing confidence
use-local-storage-state 18.3.2 -> 18.3.3 age adoption passing confidence
vite (source) 4.3.1 -> 4.3.9 age adoption passing confidence
vitest 0.30.1 -> 0.31.4 age adoption passing confidence
wagmi (source) 0.12.12 -> 0.12.13 age adoption passing confidence
yup 1.1.1 -> 1.2.0 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.7.15

Compare Source

Patch Changes
  • #​10891 ab42a5c08 Thanks @​laverdet! - Fixes a bug in how multipart responses are read when using @defer. When reading a multipart body, HttpLink no longer attempts to parse the boundary (e.g. "---" or other boundary string) within the response data itself, only when reading the beginning of each mulitpart chunked message.

  • #​10789 23a4e1578 Thanks @​phryneas! - Fix a bug where other fields could be aliased to __typename or id, in which case an incoming result would be merged into the wrong cache entry.

v3.7.14

Compare Source

Patch Changes
  • #​10764 1b0a61fe5 Thanks @​phryneas! - Deprecate useFragment returnPartialData option

  • #​10810 a6252774f Thanks @​dleavitt! - Fix type signature of ServerError.

    In <3.7 HttpLink and BatchHttpLink would return a ServerError.message of e.g. "Unexpected token 'E', \"Error! Foo bar\" is not valid JSON" and a ServerError.result of undefined in the case where a server returned a >= 300 response code with a response body containing a string that could not be parsed as JSON.

    In >=3.7, message became e.g. Response not successful: Received status code 302 and result became the string from the response body, however the type in ServerError.result was not updated to include the string type, which is now properly reflected.

v3.7.13

Compare Source

Patch Changes
  • #​10805 a5503666c Thanks @​phryneas! - Fix a potential memory leak in SSR scenarios when many persistedQuery instances were created over time.

  • #​10718 577c68bdd Thanks @​Hsifnus! - Delay Concast subscription teardown slightly in useSubscription to prevent unexpected Concast teardown when one useSubscription hook tears down its in-flight Concast subscription immediately followed by another useSubscription hook reusing and subscribing to that same Concast

babel/babel

v7.22.1

Compare Source

🐛 Bug Fix

v7.22.0

Compare Source

🚀 New Feature
  • babel-parser, babel-plugin-transform-typescript
  • babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-plugin-proposal-import-attributes-to-assertions
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
💅 Polish
  • babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types
🏠 Internal
  • babel-parser
  • babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone

v7.21.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

v7.21.5

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
🐛 Bug Fix
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #​15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin
tailwindlabs/headlessui

v1.7.15

Compare Source

Added
  • [internal] add demo mode to Menu and Popover components (#​2448)
Fixed
  • Ensure FocusTrap is only active when the given enabled value is true (#​2456)
  • Stop <Transition appear> from overwriting classes on re-render (#​2457)
  • Improve control over Menu and Listbox options while searching (#​2471)
  • Consider clicks inside iframes to be "outside" (#​2485)
  • Ensure moving focus within a Portal component, does not close the Popover component (#​2492)
Changed
  • Move types condition to the front (#​2469)
tailwindlabs/heroicons

v2.0.18

Compare Source

Fixed
  • Fix incorrect esm paths in package.json for both React and Vue (#​988)
rainbow-me/rainbowkit (@​rainbow-me/rainbowkit)

v0.12.14

Compare Source

Patch Changes
  • 865175f: Upgraded minimum ethers peer dependency to ^5.6.8.

v0.12.13

Compare Source

Patch Changes
  • 0f8e87e: Improved extension store support

    RainbowKit wallet connectors now support multiple browser extension download URLs, and RainbowKit will automatically direct users to the appropriate extension store.

    Users will also experience an improved download flow for extensions, including support for Arc, Opera, and Safari browsers.

    dApps that utilize the Custom Wallets API can reference the updated docs here.

    {
      downloadUrls: {
        chrome: 'https://chrome.google.com/webstore/detail/my-wallet',
        edge: 'https://microsoftedge.microsoft.com/addons/detail/my-wallet',
        firefox: 'https://addons.mozilla.org/firefox/addon/my-wallet',
        opera: 'https://addons.opera.com/extensions/details/my-wallet',
        browserExtension: 'https://my-wallet/', */ fallback download page */
      }
    }
  • 6eab54d: Detecting MetaMask in window.ethereum.providers for wallets that support the ethereum.providers standard.

    Overriding Wagmi's getProvider logic for MetaMask to ensure that MetaMask is preferred when available, and RainbowKit's MetaMask button continues to act as a fallback for users that rely on wallets that override window.ethereum.

v0.12.12

Compare Source

Patch Changes
  • ab051b9: Support for options customization for walletConnectWallet

    Example usage

    walletConnectWallet(options: {
      projectId: string;
      chains: Chain[];
      options?: {
        qrcodeModalOptions?: {
          desktopLinks?: string[];
          mobileLinks?: string[];
        };
      }
    });

    Reference the docs for additional supported options.

v0.12.11

Compare Source

v0.12.10

Compare Source

rainbow-me/rainbowkit (@​rainbow-me/rainbowkit-siwe-next-auth)

v0.2.0

Compare Source

Minor Changes
  • 93b58d0: RainbowKit has reached v1 alongside wagmi, which includes breaking changes.

    0.2.x now requires @rainbow-me/rainbowkit v1, specifically: 1.0.x.

    While wagmi v1 now relies on viem instead of the ethers peer dependency, siwe will still require ethers as a peer dependency. Ensure that you have installed a compatible ethers version, including: ^5.6.8 || ^6.0.8.

v0.1.10

Compare Source

Patch Changes
  • 865175f: Upgraded minimum siwe peer dependency to ^2.1.4 and minimum ethers peer dependency to ^5.6.8 to resolve siwe peer mismatch.

    Specified maximum next-auth peer dependency as 4.20.1 due to known issues introduced in later versions.

    Updated Authentication docs and examples to support modern next-auth types.

storybookjs/storybook

v7.0.18

Compare Source

Bug Fixes
  • Vue3: Fix TS 5.0 compat with vue-component-type-helpers #​22814
  • Vue3: Fix reactive args updates in decorators #​22717
  • Vue3: Revert v7 breaking change, restore reactive v6-compat API #​22692
Build
  • Build: Add more checks to ci:daily workflow #​22815
  • Build: Fix Nextjs E2E tests #​22816
  • Build: Bring back new Vue3 tests to main #​22685

v7.0.17

Compare Source

Bug Fixes

v7.0.16

Compare Source

Accidental no-op

v7.0.15

Compare Source

Bug Fixes

v7.0.14

Compare Source

Bug Fixes
  • Core: Only connect to serverChannel in development mode #​22575
  • CLI: Fix error parsing on NPM proxy #​22690
Maintenance
  • Core: Create server channel from window.location #​22055

v7.0.13

Compare Source

Bug Fixes
  • Angular: Fix process I/O for compodoc command #​22441
  • CLI: Improve error handling when dealing with angular.json files #​22663
  • CLI: Skip prompting for eslint plugin with --yes flag #​22651
  • CLI: Account for windows paths when copying templates #​22644
  • CLI: Fix pnpm init command #​22635
  • UI: Add legacy font formats #​22576
  • Webpack: Remove the alias for global #​22393
Maintenance
  • Angular: Enable unit tests #​22355
  • CLI: Reduce installation noise and improve error handling #​22554
  • CLI: Only handle CTRL + C on init event #​22687
  • CLI: Don't touch nx packages on upgrade #​22419
Build
  • Build: Add discord notification when generating sandboxes fails #​22638
  • Build: Set correct ref on sandboxes Github action #​22625
  • Build: Fix sandbox generation scripts #​22620

v7.0.12

Compare Source

Bug Fixes
  • Core: Fix source snippets for stories with mapped args #​22135
  • CLI: Fix getFrameworkPackage logic #​22559
  • CLI: Remove automigrate reference from init command #​22561
Maintenance
  • CLI: Detach automigrate command from storybook init #​22523

v7.0.11

Compare Source

Bug Fixes
  • Toolbars: Fix title behavior in UI #​22496
  • CLI: Fix storybook upgrade precheckfailure object #​22517
  • CLI: Throw errors instead of rejecting promises #​22515
  • CLI: Remove unsupported frameworks/renderers and improve builder detection #​22492
  • Web-components: Fix source decorator to handle document fragments #​22513
  • Core: Fix windows path error in StoryStore v6 #​22512
  • CLI: Do not show a migration summary on sb init #​22109
  • UI: Show current search shortcut in search box sidebar #​21619
  • Outline: Fix additional outline border in docs mode #​21773
  • Measure: Deactivate when switching to Docs mode #​21602
  • CSF: Expose story id in composeStories #​22471
  • CLI: Prompt to force initialization when storybook folder is detected #​22392
  • UI: Fix css inconsistency in Button and Icon components #​22497

v7.0.10

Compare Source

Bug Fixes
  • CLI: Fix copyTemplate failures on init #​22375
  • CLI: Fix server init #​22443
  • CLI: Scope styles in sample components from the CLI templates #​22162
  • React: Use correct default annotations for composeStories #​22308
  • Server: Add json indexer #​22460
  • UI: Fix opacity from list-item color #​22074
Maintenance
  • CLI: Refactor package manager methods to be async #​22401
  • Improve Error message for Angular.json file not found #​22377

v7.0.9

Compare Source

Bug Fixes
  • Core: Fix virtual modules excluded for babel-loader #​22331
Maintenance
  • Angular: Allow TypeScript 4.0.0 and 5.0.0 #​22391

v7.0.8

Compare Source

Bug Fixes

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 Apr 22, 2023

⚠️ No Changeset found

Latest commit: cc05bbf

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 Apr 22, 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 Jun 2, 2023 1:00am

@socket-security
Copy link

socket-security bot commented Apr 22, 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:

⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
next@13.4.4 13.3.0...13.4.4 None +13/-12 vercel-release-bot
class-variance-authority@0.6.0 0.5.2...0.6.0 None +1/-1 joebell93
@babel/eslint-parser@7.21.8 7.21.3...7.21.8 None +21/-20 nicolo-ribaudo
eslint-config-next@13.4.4 13.3.0...13.4.4 None +13/-14 vercel-release-bot
@vitest/ui@0.31.4 0.30.1...0.31.4 None +16/-2 oreanno
@storybook/nextjs@7.0.18 7.0.6...7.0.18 None +101/-55 shilman
tailwindcss@3.3.2 3.3.1...3.3.2 None +8/-5 adamwathan
c8@7.14.0 7.13.0...7.14.0 filesystem +0/-0 oss-bot
rustywind@0.16.0 0.15.3...0.16.0 None +0/-0 praveenperera
@typescript-eslint/parser@5.59.8 5.59.0...5.59.8 None +11/-12 jameshenry
lint-staged@13.2.2 13.2.1...13.2.2 None +1/-1 okonet
@rainbow-me/rainbowkit-siwe-next-auth@0.2.0 0.1.9...0.2.0 None +51/-70 danielsinclair
storybook@7.0.18 7.0.6...7.0.18 None +36/-29 shilman
@apollo/client@3.7.15 3.7.12...3.7.15 None +1/-0 apollo-bot
vitest@0.31.4 0.30.1...0.31.4 None +16/-16 oreanno
@headlessui/react@1.7.15 1.7.14...1.7.15 None +0/-0 malfaitrobin
vite@4.3.9 4.3.1...4.3.9 None +2/-2 vitebot
@types/react@18.0.27 18.0.37...18.0.27 None +0/-0 types
@typescript-eslint/eslint-plugin@5.59.8 5.59.0...5.59.8 None +14/-15 jameshenry
eslint@8.41.0 8.38.0...8.41.0 None +6/-6 eslintbot
jsdom@21.1.2 21.1.1...21.1.2 None +1/-1 domenic
react-hot-toast@2.4.1 2.4.0...2.4.1 None +0/-0 timolins
eslint-plugin-storybook@0.6.12 0.6.11...0.6.12 None +12/-13 yannbf
@storybook/addon-essentials@7.0.18 7.0.6...7.0.18 None +47/-42 shilman
use-local-storage-state@18.3.3 18.3.2...18.3.3 None +0/-0 astoilkov
postcss@8.4.24 8.4.23...8.4.24 None +0/-0 ai
concurrently@8.1.0 8.0.1...8.1.0 None +0/-0 gustavohenke
@rainbow-me/rainbowkit@0.12.14 0.12.9...0.12.14 None +25/-23 danielsinclair
@storybook/addon-links@7.0.18 7.0.6...7.0.18 None +12/-11 shilman
@babel/core@7.22.1 7.21.4...7.22.1 None +13/-12 nicolo-ribaudo
prettier@2.8.8 2.8.7...2.8.8 None +0/-0 prettier-bot
@heroicons/react@2.0.18 2.0.17...2.0.18 None +0/-0 malfaitrobin
yup@1.2.0 1.1.1...1.2.0 None +0/-0 monastic.panic
@storybook/react@7.0.18 7.0.6...7.0.18 None +25/-24 shilman
@storybook/addon-interactions@7.0.18 7.0.6...7.0.18 None +16/-15 shilman
react-hook-form@7.44.3 7.43.9...7.44.3 network +0/-0 bluebill1049
wagmi@0.12.13 0.12.12...0.12.13 None +23/-21 awkweb
daisyui@2.52.0 2.51.5...2.52.0 None +9/-6 saadeghi

🚮 Removed packages: typescript@5.0.4

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c11c14 to 3cd6c33 Compare April 23, 2023 09:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3cd6c33 to c6623ce Compare April 24, 2023 11:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6623ce to bd5759d Compare April 24, 2023 20:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd5759d to e59b62e Compare April 25, 2023 07:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e59b62e to a991d46 Compare April 25, 2023 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a991d46 to 5b6be71 Compare April 25, 2023 18:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b6be71 to 1513be1 Compare April 25, 2023 23:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1513be1 to a4e341e Compare April 26, 2023 04:00
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a4e341e to 7338959 Compare April 26, 2023 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7338959 to f9b560d Compare April 26, 2023 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f9b560d to 154f06b Compare April 26, 2023 22:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 154f06b to 7ba26de Compare April 27, 2023 03:29
@vercel
Copy link

vercel bot commented May 28, 2023

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37eb303 to cc05bbf Compare June 2, 2023 00:57
@renovate renovate bot merged commit 1113ee1 into main Jun 2, 2023
10 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 2, 2023 03:27
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