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

Update all non-major dependencies #15

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react ^1.7.3 -> ^1.7.4 age adoption passing confidence
@tanstack/react-query (source) ^4.13.4 -> ^4.16.1 age adoption passing confidence
@types/node (source) ^18.11.7 -> ^18.11.9 age adoption passing confidence
@types/react (source) ^18.0.24 -> ^18.0.25 age adoption passing confidence
eslint (source) ^8.26.0 -> ^8.28.0 age adoption passing confidence
eslint-config-next ^13.0.1 -> ^13.0.4 age adoption passing confidence
husky (source) ^8.0.1 -> ^8.0.2 age adoption passing confidence
next (source) ^13.0.1 -> ^13.0.4 age adoption passing confidence
ohmyfetch ^0.4.20 -> ^0.4.21 age adoption passing confidence
postcss (source) ^8.4.18 -> ^8.4.19 age adoption passing confidence
tailwindcss (source) ^3.2.1 -> ^3.2.4 age adoption passing confidence
typescript (source) ^4.8.4 -> ^4.9.3 age adoption passing confidence
webpack ^5.74.0 -> ^5.75.0 age adoption passing confidence
zustand ^4.1.3 -> ^4.1.4 age adoption passing confidence

Release Notes

tailwindlabs/headlessui

v1.7.4

Compare Source

Fixed
  • Fix <Popover.Button as={Fragment} /> crash (#​1889)
  • Expose close function for Menu and Menu.Item components (#​1897)
  • Fix useOutsideClick, add improvements for ShadowDOM (#​1914)
  • Fire <Combobox.Input>'s onChange handler when changing the value internally (#​1916)
  • Add client-only to mark everything as client components (#​1981)
Added
  • Warn when changing components between controlled and uncontrolled (#​1878)
tanstack/query

v4.16.1

Compare Source

Version 4.16.1 - 11/13/2022, 7:01 PM

Changes

Fix
  • vue-query: useQueries options allow empty array (#​4505) (9584a6a) by Naymi
Test

Packages

v4.15.1

Compare Source

Version 4.15.1 - 11/13/2022, 7:50 AM

Changes
Fix
Packages

v4.15.0

Compare Source

Version 4.15.0 - 11/12/2022, 7:28 AM

Changes

Feat
  • react-query: suspense for useQueries (#​4498) (9d9aea5) by Dominik Dorfmeister

Packages

v4.14.6

Compare Source

Version 4.14.6 - 11/11/2022, 8:44 AM

Changes

Fix
  • eslint-plugin: false positive for factory functions (#​4497) (933cd41) by Eliya Cohen
Chore
  • fix allcontributors (a0a8ada) by Dominik Dorfmeister
Docs
Other
  • add balazsmatepetro as a contributor for code (#​4482) (350aba5) by allcontributors[bot]

Packages

v4.14.5

Compare Source

Version 4.14.5 - 11/6/2022, 3:41 PM

Changes

Fix
  • query-core: make isRefetching false when fetching next/previous page in an infinite query (#​4465) (c45c1bf) by Michal Tecza
Refactor
  • core: derive meta from options (#​4463) (4861200) by Dominik Dorfmeister
Test
  • stabilize the test for notifying query cache when a query becomes stale (#​4466) (71144c7) by Michal Tecza

Packages

v4.14.3

Compare Source

Version 4.14.3 - 11/4/2022, 3:22 PM

Changes

Fix
  • eslint-plugin-query: get identifiers from unary, chain, and ts-non-null expressions (#​4448) (fd4938e) by Eliya Cohen
  • eslint-plugin-query: handle first argument reference edge case (#​4451) (17c642d) by Eliya Cohen
  • eslint-plugin-query: change lint urls to the website (#​4449) (292cc54) by Eliya Cohen
Chore
  • fix malformed json (c1b3559) by Dominik Dorfmeister
Docs
Other
  • docs(guides) some more minor fixes (#​4446) (6cfbbed) by Dimitri Mitropoulos
Test
  • stabilize another batch of flaky tests (#​4428) (2e6dab1) by Michal Tecza

Packages

v4.14.1

Compare Source

Version 4.14.1 - 11/1/2022, 11:29 AM

Changes
Fix
  • eslint-plugin-query: build & publish the plugin (bb56579) by Dominik Dorfmeister
Packages

v4.14.0

Compare Source

Version 4.14.0 - 11/1/2022, 11:05 AM

Changes

Feat
  • eslint-plugin-query (5d5c0f0) by Eliya Cohen
  • add deprecation warnings (c376158) by Dominik Dorfmeister
Fix
  • core: initialData should take precedence over keepPreviousData (#​4422) (1614c31) by Dominik Dorfmeister
Docs
Other
  • add Newbie012 as a contributor for code (#​4424) (5c9b3c3) by allcontributors[bot]
  • add KubaJastrz as a contributor for code (#​4423) (104815d) by allcontributors[bot]

Packages

v4.13.5

Compare Source

Version 4.13.5 - 10/30/2022, 10:39 PM

Changes

Fix
  • unwrap queryKey in queryFn for overloads (#​4410) (fe67cb7) by Damian Osipiuk
Doc
  • graphql: update "Type-Safety and Code Generation" section (#​4371) (7f7e759) by Charly POLY
Test

Packages

eslint/eslint

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

v8.27.0

Compare Source

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#​16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#​16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#​16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#​16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#​16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#​16437) (Francesco Trotta)

Documentation

  • ce93b42 docs: Stylelint property-no-unknown (#​16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#​16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#​16496) (Nick Schonning)
  • 74a5af4 docs: fix stylelint error (#​16491) (Milos Djermanovic)
  • 324db1a docs: explicit stylelint color related rules (#​16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#​16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#​16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#​16430) (Maritaria)
  • 8a15968 docs: add Stylelint configuration and cleanup (#​16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#​16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#​16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#​16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#​16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#​16453) (coderaiser)
vercel/next.js

v13.0.4

Compare Source

Core Changes
  • Show link to the docs for route segment config options: #​42779
  • fix: Fix regression of swc minifier: #​42790
  • Add additional item to RSC payload, preparing for head.tsx on navigation: #​42791
  • Use window.location directly instead of parsing into URL: #​42888
  • feat(next-swc/relay): Add javascript to language: #​42894
  • types(#​42003): better typing for next/link: #​42117
  • Ensure query is provided correctly with middleware rewrites: #​42818
  • feat(next/swc): allow to run custom turbopack binary: #​42656
  • fix: Error: NEXT_REDIRECT crashing server in prod: #​42793
  • Update caching for swc turbo builds: #​42929
  • Handle head.js on client-side navigation: #​42904
  • feat(jest): respect transpilePackages in tests: #​42987
  • App files ending with page registred as page files: #​42996
  • Allow generateStaticParams to be a synchronous function in app directory: #​42942
  • chore(eslint-config-next): bump eslint-import-resolver-typescript: #​43010
  • Ensure next.config.js function is handled for turbo: #​43015
  • Fix app page check on windows: #​43022
  • Add middleware prefetching config: #​42936
  • Fix middleware prefetch cases: #​43056
  • Ensure backslash is correctly handled in find-page-file: #​43057
  • Fix app render: escape segment value #​42626: #​42823
Documentation Changes
  • docs: fix middleware docs cookie example: #​42816
  • Update docs/advanced-features/debugging.md: #​42842
  • docs(edge-api-routes): fixes example: #​42903
  • Update SFCC example to use TypeScript + @next/font: #​42865
  • Add more details to invalid-next-config doc: #​42917
  • typo: #​42968
  • Document regions config for experimental-edge: #​43009
  • docs: Add examples of using multiple weights and styles: #​43031
Example Changes
  • chore(examples): next/future/image -> next/image: #​42794
  • docs(examples): auth0 update callback URL: #​42855
  • Updates Apollo Server Examples to use Apollo Server 4 & @​as-integrations/next: #​42771
  • Improve with-algolia-react-instantsearch example and convert to TypeScript: #​42617
  • Convert blog cover images to next/image: #​42908
  • Make cover image full width: #​42916
  • Convert with-app-layout example to TypeScript: #​42930
  • Tigris example with Next.js: #​42662
  • feat(examples): with-grafbase: #​42898
  • docs(examples): add postgres.js example: #​42962
  • Remove with-atlaskit example: #​42973
  • Remove with-carbon-components example: #​42976
  • Remove with-cerebral example: #​42980
  • Remove swcMinify option from example configs: #​43012
  • Convert with-cssed, with-csx, with-styled-jsx examples to TypeScript: #​43018
  • feat(examples): use experimental edge runtime with grafbase: #​42992
Misc Changes
  • Update bundle analyzer dependency and output: #​42797
  • Update to latest version of turbo CLI: #​42803
  • Fix cache collision for swc darwin: #​42960
  • Fix build-wasm-dev docs skip: #​42961
  • Update deployment used for e2e test: #​42969
  • test(integration): update test fixture: #​42966
  • Fix test retry cleanup: #​43011
  • Update test wasm timeout: #​43014
  • @​next/font/google variable fonts without weight range: #​43036
  • Update build-wasm to checkout directly: #​43054
Credits

Huge thanks to @​shuding, @​balazsorban44, @​kdy1, @​huozhi, @​reyrodrigez, @​andykenward, @​idoob, @​maxproske, @​KoltonG, @​timneutkens, @​feugy, @​leerob, @​steven-tey, @​SukkaW, @​kwonoj, @​adilansari, @​hanneslund, @​notrab, @​zekicaneksi, @​silvioprog, @​joulev, @​chanceaclark, and @​Marcus-Rise for helping!

v13.0.3

Compare Source

Core Changes
  • bump @​typescript-eslint/parser version to support TS 4.8: #​42439
  • chore: Update swc_core to v0.40.40: #​42326
  • Add telemetry for turbotrace: #​42486
  • Fix undici warning in Node.js 18: #​42477
  • Ensure RSC is detecting correctly during revalidate: #​42508
  • fix: correctly mention generateStaticParams in error: #​42524
  • Re-enable sandbox cache and update AsyncLocalStorage usage: #​42547
  • Check properly whether SWC is used or not when using forceSwcTransforms: #​42531
  • Show inlined error if the "use client" directive is not before other statements/expressions: #​42507
  • Refactor error codes in the TS plugin: #​42585
  • Fix server html insertion target: #​42591
  • next/compat/router: #​42502
  • Fix scrolling on router.refresh: #​42583
  • Fix relative TypeScript path in monorepos: #​42586
  • Aggregate updates using addStatusHandler and Promise.resolve instead of setTimeout: #​42350
  • fix(next/dev): bubble up unhandled exception from --turbo: #​42594
  • Rename RSC and Router headers: #​42482
  • Ensure build trace ignores apply correctly when nested: #​42606
  • Include @​prisma/client in default external packages: #​42624
  • Replace global with globalThis: #​42627
  • Colocate styles with special entries: #​42506
  • Add lazy initialize of router cache nodes: #​42629
  • Add telemetry for @​next/font: #​42579
  • Also create head when creating root layout: #​42571
  • feat: add --no-mangling to next build + fix --profile option: #​42633
  • update react builtin deps for next channel: #​42639
  • Ensure skip normalize is handled correctly: #​42642
  • @​next/font/google fetch error dev: #​42637
  • Add missing matcher support: #​42660
  • Remove useless async declaration and replace regexp to plain string in AMP postProcessor: #​42495
  • @​next/font error messages: #​42689
  • Adopt script rejection pattern for link onerror.: #​42645
  • Fix @​next/font imports from outside of the root directory: #​42678
  • Ensure appDir is included in webpack configVars: #​42710
  • Fix replaceAll usage in post-process: #​42714
  • Use import to load page and layout: #​42325
  • Alias next public api to esm on edge runtime: #​42709
  • fix: publish compat folder: #​42613
  • Change condition to check for string attribute in lint rules utility function: #​42625
  • Fix as option with optional catch all routes url object syntax: #​42355
  • fix comma splice in verifyRootLayout.ts: #​42324
  • build(next-swc): update turbopack to latest: #​42733
  • @​next/font return types: #​42753
  • Eagerly bundle external ESM dependencies for pages: #​42741
  • Handle hydration replaceState for static page with searchParams: #​42744
  • Add test case for image generation: #​42693
  • Don't pushState when already on the url: #​42735
  • fix: enable emotion import map: #​42750
  • Fix resolving for esm package with only exports.import condition: #​42767
  • Track page counts during builds: #​42766
Documentation Changes
  • Fix Static Generation link on Pages page: #​42462
  • Docs: Fix invalid tsconfig importSource syntax: #​42465
  • Update response-helpers.md: #​42378
  • react-version.md: Update minimum React version for Next.js 13: #​42490
  • Included negative matcher docs in upgrade guide: #​42489
  • Edit Upgrade docs to correct new-link codemod: #​42501
  • Update turbopack docs to use create-next-app@latest: #​42528
  • Remove all custom server integration examples: #​42549
  • [docs] Document middleware response changes: #​42295
  • Convert with-absolute-imports example to TypeScript: #​42529
  • docs/next/link: Mention middleware + dynamic routes changes: #​42607
  • fix typo in api-reference next/sever: #​42669
  • font api updates: #​42724
Example Changes
  • Include app directory in Tailwind config: #​42407
  • Removed duplicate MONGODB_URI check in example: #​42518
  • Convert middleware-matcher example to TypeScript: #​42520
  • Convert custom-server-express example to TypeScript: #​42110
  • Example: fixed tailwind ver in readme: #​42551
  • (with-supertokens example): Fixes infinite redirect issue for unauthorised error during SSR: #​42634
  • chore: update scripts to work on windows: #​42632
  • example fix url: #​42695
Misc Changes

Configuration

📅 Schedule: Branch creation - "before 9am on wednesday and saturday" in timezone Europe/Moscow, 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.

@vercel
Copy link

vercel bot commented Nov 4, 2022

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

Name Status Preview Updated
ghloc ✅ Ready (Inspect) Visit Preview Nov 22, 2022 at 0:51AM (UTC)

@pajecawav pajecawav merged commit e6ac9d8 into master Nov 24, 2022
@pajecawav pajecawav deleted the renovate/all-minor-patch branch November 24, 2022 12:49
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