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

Merged
merged 6 commits into from
Jul 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.39.7 -> ^0.39.8 age adoption passing confidence
@antfu/eslint-config-react ^0.39.7 -> ^0.39.8 age adoption passing confidence
@apollo/client (source) ^3.7.16 -> ^3.7.17 age adoption passing confidence
@floating-ui/react (source) ^0.24.5 -> ^0.24.8 age adoption passing confidence
@fontsource-variable/inter (source) 5.0.4 -> 5.0.5 age adoption passing confidence
@heroicons/react 2.0.17 -> 2.0.18 age adoption passing confidence
@lingui/swc-plugin ^4.0.2 -> ^4.0.4 age adoption passing confidence
@next/eslint-plugin-next ^13.4.9 -> ^13.4.12 age adoption passing confidence
@tailwindcss/forms ^0.5.3 -> ^0.5.4 age adoption passing confidence
@tanstack/react-query (source) ^4.29.19 -> ^4.32.0 age adoption passing confidence
@types/node (source) ^18.16.19 -> ^18.17.1 age adoption passing confidence
@types/react (source) ^18.2.14 -> ^18.2.17 age adoption passing confidence
@types/react-dom (source) ^18.2.6 -> ^18.2.7 age adoption passing confidence
@vercel/node (source) ^2.15.3 -> ^2.15.6 age adoption passing confidence
echarts (source) ^5.4.2 -> ^5.4.3 age adoption passing confidence
eslint (source) ^8.44.0 -> ^8.45.0 age adoption passing confidence
esno ^0.16.3 -> ^0.17.0 age adoption passing confidence
ethereum-multicall ^2.17.0 -> ^2.19.0 age adoption passing confidence
fast-glob ^3.3.0 -> ^3.3.1 age adoption passing confidence
next (source) 13.4.7 -> 13.4.12 age adoption passing confidence
postcss (source) ^8.4.25 -> ^8.4.27 age adoption passing confidence
tailwindcss (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence
turbo (source) 1.10.7 -> 1.10.12 age adoption passing confidence
viem 1.2.10 -> 1.4.1 age adoption passing confidence
wagmi (source) 1.3.8 -> 1.3.9 age adoption passing confidence

Release Notes

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

v0.39.8

Compare Source

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

v3.7.17

Compare Source

Patch Changes
floating-ui/floating-ui (@​floating-ui/react)

v0.24.8

Compare Source

Bug Fixes

  • fix: useClick + useHover combo (#​2444)

    After hovering then clicking the reference element, the floating element does not close upon mouseleave (as in <=v0.24.2)

  • feat(FloatingFocusManager): disabled prop (#​2445)

    Provides ability to enable/disable the focus manager without conditional rendering, e.g. to prevent focus trap or initial focus until a transition completes

  • fix(types): export FloatingFocusManagerProps (#​2445)

v0.24.7

Compare Source

Bug Fixes

  • fix(useListNavigation): revert skipping hidden items (#​2431)

  • fix: add check for own instance in is* guard functions (#​2439)

    Fixes useHover not working in new windows (window.open())

v0.24.6

Compare Source

Bug Fixes
  • fix(useDismiss): revert third party element detection (#​2426)
fontsource/font-files (@​fontsource-variable/inter)

v5.0.5

Compare Source

tailwindlabs/heroicons (@​heroicons/react)

v2.0.18

Compare Source

Fixed
  • Fix incorrect esm paths in package.json for both React and Vue (#​988)
lingui/swc-plugin (@​lingui/swc-plugin)

v4.0.4

Compare Source

What's Changed

Full Changelog: lingui/swc-plugin@4.0.3...4.0.4

v4.0.3

Compare Source

What's Changed

Full Changelog: lingui/swc-plugin@4.0.2...4.0.3

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

v13.4.12

Compare Source

Core Changes
  • Separate routing code from render servers: #​52492
  • Move Pages API rendering into bundle: #​52149
  • update Turbopack: #​52986
  • Turbopack: Refactoring module references: #​52930
  • Increase timeout for 404 tests: #​52998
  • Reland "Refine the not-found rendering process for app router": #​52985
  • Revert "Separate routing code from render servers (#​52492)": #​53016
Documentation Changes
  • "Clarify the 'Existing Projects' section of the TypeScript docs:: #​52944
  • Update 02-dynamic-routes.mdx: #​52975
  • chore(docs): fix broken link: #​53021
Misc Changes
  • Update to latest version of turborepo: #​52979
  • Update swc_core to v0.79.22: #​52945
  • chore(ci): add pnpm workspace for github actions: #​52976
  • Changed package manager for install-native.mjs to pnpm: #​52971
  • update CODEOWNERS config: #​53017
Credits

Huge thanks to @​ijjk, @​wyattjoh, @​sokra, @​kdy1, @​alexkirsz, @​styfle, @​ShaunFerris, @​syedtaqi95, @​Heidar-An, @​huozhi, and @​ztanner for helping!

v13.4.11

Compare Source

Core Changes
  • fix: add missing <preload> for next/image in App Router: #​52425
  • Support metadata exports for server components not-found: #​52678
  • feat(next-swc): try to fallback native bindings with MODULE_NOT_FOUND: #​52667
  • Turbopack: Vc and Turbo Engine type system improvements : #​51792
  • Fix runtime edge not-found handling: #​52754
  • fix: forward NavigateOptions in adaptForAppRouterInstance: #​52498
  • fix(output): do not slice pathname unless ends with .txt: #​52640
  • Fix tagsManifest initialization check: #​52776
  • Turbopack: Experimental dev app pages support: #​52680
  • Turbopack: move Asset::ident to more specific traits: #​52683
  • Fix tracking of ContextModule: #​52795
  • Set process.title for router and render workers: #​52779
  • fix Remove unnecessary await: #​52800
  • Revert "perf: improve URL validation performance": #​52818
  • Refactor the client entry plugin: #​52798
  • Turbopack: Add manifest generation to pages: #​52793
  • Turbopack: move references() to specific traits: #​52822
  • Update default moduleResolution in tsconfig.json from node to bundler: #​51957
  • Turbopack: Next.rs API improvements: #​52856
  • update turbopack: #​52899
  • Update vendor @​vercel/og: #​52897
  • Fixed:#​52853 Lacking 'color' attribute in IconDescriptor Metadata: #​52902
  • Support basePath with edge runtime for Custom App Routes: #​52910
  • improve error DX on pages with RSC build errors: #​52843
  • fix: allow smooth scrolling if only hash changes (pages & app): #​52915
  • add edge support for next.rs API: #​52885
  • Allow general language codes in the Metadata API: #​52920
  • Fix client reference manifest for interception routes: #​52961
  • Refine the not-found rendering process for app router: #​52790
  • app-router: prefetching tweaks: #​52949
  • Revert "Refine the not-found rendering process for app router": #​52977
Documentation Changes
  • Update mention of route handlers for forms: #​52781
  • (Docs) add missing js version for generateMetadata.: #​52763
  • docs : fix typo in React cache example: #​52787
  • chore(docs): Add mentioning of HOSTNAME env variable for standalone output: #​52804
  • Fix typo in docs: #​52815
  • Update 02-edge-and-nodejs-runtimes.mdx: #​52888
  • chore(docs): add Typescript statically typed links mention in link doc: #​52847
  • chore(docs): fix typo in generate metadata docs: #​52904
  • fix example component in MDX documentation: #​52753
  • wrong content for next.config.mjs for MDX Plugins: #​52738
  • Update 06-lazy-loading.mdx: Incorrect filename in Example on "Importing Named Imports": #​52932
  • Change "publically" to "publicly" in the routing docs: #​52966
Example Changes
  • examples: export force-dynamic from all dynamic routes: #​52916
Misc Changes
  • chore: add "please simplify reproduction" comment: #​52631
  • update job concurrency: #​52788
  • Lock node version to 18.16: #​52894
  • Update runs-on tags
  • chore: add GitHub Action to manage "+1" comments: #​52866
Credits

Huge thanks to @​styfle, @​huozhi, @​balazsorban44, @​kwonoj, @​alexkirsz, @​ijjk, @​Jeffrey-Zutt, @​timneutkens, @​vinaykulk621, @​Ryan-Dia, @​sokra, @​shuding, @​steppefox, @​hiro0218, @​rjsdnql123, @​feedthejim, @​fgiuliani, @​steven-tey, @​AntoineBourin, @​adamrhunter, @​darshanjain-entrepreneur, @​s0h311, @​wyattjoh, @​ztanner, @​djreillo, @​dijonmusters, and @​cassidoo for helping!

v13.4.10

Compare Source

Core Changes
  • Fix trailing slash with locale domain: #​52343
  • perf: use fs.readdirSync with withFileTypes: #​52340
  • Make get_client_chunking_context independent of context: #​51928
  • perf: use fs.opendir for better resource usage: #​52341
  • fix: metadatabase warning message: #​52363
  • perf: simplify getShortDynamicParamType on app-render: #​52355
  • fix: prevent infinite dev refresh on nested parallel routes: #​52362
  • turbopack: add incremental cache for node.js app rendering: #​52172
  • Refactor metadata og and twitter title to be always presented: #​52320
  • perf: reduce system calls on eslint plugin: #​52359
  • Turbopack: Use a different chunking context for web entry: #​52404
  • Temporarily revert change to pages render: #​52407
  • Remove integration tests now in vercel/turbo: #​52413
  • Update Rust nightly toolchain: #​51757
  • Cache concurrent ensurePage requests for the same page: #​52360
  • [turbopack]: Remove skipped integration tests: #​52421
  • Fix metadata layer webpack rule for server-only: #​52403
  • Override file based images with social images property: #​52416
  • Split the client reference manifest file to be generated per-entry: #​52450
  • fix(standalone): fixed output: "standalone" crashing build when there is no app/ page: #​51993
  • fix: add aws packages to default serverComponentsExternalPackages: #​52388
  • refactor: avoid unnecessary async scopes in eslint: #​52418
  • Ensure useParams return array for catch-all routes: #​52494
  • turbopack: Module Trait: #​52401
  • Fix tracking of client reference manifest: #​52505
  • perf: create an experimental bundled version of the next server: #​52206
  • Chore: Remove redundant intersection type: #​52453
  • perf: Refactor recursiveReadDirSync: #​52517
  • add version to function config manifest: #​52507
  • Turbopack: Source trait: #​52511
  • Update id handling for fonts: #​52559
  • feat(turbopack): support swc transform plugins : #​50401
  • feat(babel-loader): provide migration help message for babel config: #​52565
  • Support global-error for ssr fallback: #​52573
  • Fix ISR case with bot requests: #​52581
  • fix(next/jest): jest can not load server-only code: #​52393
  • Turbopack: App Router build POC: #​52036
  • Avoid loading Next.js config again in render workers: #​52587
  • Add more extensions to next-types-plugin for Node16/NodeNext: #​52562
  • feat(next-swc): report native bindings load err code: #​52570
  • Move App Pages rendering into bundle: #​52290
  • feat(turbopack): support native webp: #​52285
  • Set sizes prop to any for svg icons: #​52609
  • Turbopack: OutputAsset trait: #​52606
  • chore(deps): bump react@18.3.0-canary-9377e1010-20230712: #​52649
  • Ensure root layout only render once per request: #​52589
  • Fix bundle path normalization for /index routes: #​52650
  • Turobpack: Next.rs API (part 1): #​52259
  • Clean up promises after resolving: #​52656
  • Catch layout error in global-error: #​52654
  • Fix per-entry client reference manifest for grouped and named segments: #​52664
Documentation Changes
  • chore(docs): fix link to useSearchParams: #​52348
  • docs: Clarify create-next-app requires public GitHub URLs.: #​52367
  • remove unnecessary dot.: #​52387
  • fix metadata-related typo in MDX documentation: #​52446
  • docs: Simplify message in React essentials section.: #​52469
  • docs: Improve error handling docs for server-side errors.: #​52302
  • docs: Add Playwright/Cypress Discord links: #​52084
  • docs: Add Kuma to CSS-in-JS supported list.: #​52438
  • docs: clarify fetch request de-duplication: #​52100
  • docs: Update TypeScript plugin section for VS Code prompt: #​52111
  • docs: Improve hydration mismatch error guide.: #​52481
  • docs: add Supabase loader for next/image: #​52480
  • docs: fix the incrementalCacheHandlerPath: #​52124
  • fixed error #​52486 fetchUsers to fetchUser: #​52487
  • Update 08-parallel-routes.mdx: #​52419
  • docs: Add formData example for Route Handlers: #​52358
  • chore(docs): Typesafe metadata object: #​52252
  • docs: Update _app and _document: #​52479
  • docs: add CDN optimization as possible hydration error cause: #​52489
  • docs: correct TypeScript spelling on the home page: #​52500
  • chore(docs): fix a few typos in image loader docs: #​52508
  • docs: fix grammar on Server Actions: #​52556
  • Fixed grammar in 03-react-essentials.mdx: #​52597
  • docs: fix typo in CSS Modules Description: #​52599
  • docs: Fix typo in generate-static-params.mdx: #​52595
  • docs: move MUI to supported list: #​52584
  • docs: Add missing closing tag for react hydration error message.: #​52607
Example Changes
  • examples: Update Convex to latest version (0.19): #​52473
  • Update examples: counter.tsx - Don't need empty space: #​52576
Misc Changes
  • Update swc_core to v0.79.13: #​52371
  • chore(ci): fix turbo input path globs: #​52414
  • fix(create-next-app): click event blockage under 1024px by adjusting z-index: #​52074
  • chore: add label to locked threads: #​52497
  • fix: not-found.tsx with output: export: #​52526
  • use npm pack instead of yarn pack: #​52563
  • ci: skip build-native for docs only change: #​52571
  • Remove unnecessary body-parser: #​52580
Credits

Huge thanks to @​ijjk, @​anonrig, @​alexkirsz, @​gfgabrielfranca, @​styfle, @​ztanner, @​leerob, @​sokra, @​huozhi, @​Bitbbot, @​wyattjoh, @​kdy1, @​wbinnssmith, @​shuding, @​jridgewell, @​BrennanColberg, @​Nick-Mazuk, @​delbaoliveira, @​thomasballinger, @​lucgagan, @​nroland013, @​SonMooSans, @​jenewland1999, @​thorwebdev, @​jyunhanlin, @​darshanjain-entrepreneur, @​DuCanhGH, @​Gnadhi, @​yagogmaisp, @​carlos-menezes, @​balazsorban44, @​ryo-manba, @​timneutkens, @​feedthejim, @​vamcs, @​matepapp, @​SleeplessOne1917, @​ecklf, @​djreillo, @​kwonoj, @​gnoff, @​feugy, @​karlhorky, @​starunaway, @​FernandVEYRIER, @​Ryan-Dia, @​Terro216, @​anthonyshew, and @​suhaotian for helping!

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.4

Compare Source

Fixed
  • Remove chevron for selects with a non-default size (#​137)
  • Allow for without type (#​141)
tanstack/query (@​tanstack/react-query)

v4.32.0

Compare Source

Version 4.32.0 - 7/21/2023, 9:28 AM

Changes

Feat

Packages

v4.30.0

Compare Source

Version 4.30.0 - 7/21/2023, 8:31 AM

Changes

Feat
  • add new function type to notifyOnChangeProps (#​5734) (74f2e28) by Paulo Marcos
Docs

Packages

v4.29.25

Compare Source

Version 4.29.25 - 7/16/2023, 4:56 AM

Changes
Refactor
Other
Packages

v4.29.23

Compare Source

Version 4.29.23 - 7/14/2023, 2:49 PM

Changes

Fix
  • core: onlineManager and focusManager should invoke listeners when a change occurred (#​5713) (5322ede) by Dominik Dorfmeister

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 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/swap/package.json, apps/pool/package.json, apps/analytics/package.json, packages/wagmi/package.json, packages/ui/package.json, pnpm-lock.yaml

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

@vercel
Copy link

vercel bot commented Jul 10, 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 Jul 27, 2023 8:23am
app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 27, 2023 8:23am
path-finder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 27, 2023 8:23am
pool ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 27, 2023 8:23am
referrals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 27, 2023 8:23am
swap ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 27, 2023 8:23am
token-price ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 27, 2023 8:23am
zenlink-stats ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 27, 2023 8:23am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f51b4c to be0f1a2 Compare July 11, 2023 02:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be0f1a2 to e78f7e2 Compare July 11, 2023 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e78f7e2 to 5a4ea5c Compare July 12, 2023 14:07
…pro/zenlink-interface into renovate/all-minor-patch

# Conflicts:
#	apis/path-finder/package.json
#	apps/analytics/package.json
#	apps/app/package.json
#	apps/pool/package.json
#	apps/referrals/package.json
#	apps/swap/package.json
#	package.json
#	packages/compat/package.json
#	packages/config/eslint/index.js
#	packages/config/eslint/nextjs/index.js
#	packages/config/eslint/package.json
#	packages/config/nextjs/package.json
#	packages/currency/package.json
#	packages/hooks/package.json
#	packages/parachains-impl/bifrost/package.json
#	packages/polkadot/package.json
#	packages/redux/localstorage/package.json
#	packages/redux/token-lists/package.json
#	packages/shared/package.json
#	packages/smart-router/package.json
#	packages/ui/package.json
#	packages/wagmi/package.json
#	pnpm-lock.yaml
@renovate
Copy link
Contributor Author

renovate bot commented Jul 27, 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.

Copy link
Collaborator

@Hayden0323 Hayden0323 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all good

@Hayden0323 Hayden0323 merged commit 72257f2 into main Jul 27, 2023
6 checks passed
@Hayden0323 Hayden0323 deleted the renovate/all-minor-patch branch July 27, 2023 08:23
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