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

build(deps-dev): bump typedoc from 0.25.0 to 0.25.1 #301

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps typedoc from 0.25.0 to 0.25.1.

Release notes

Sourced from typedoc's releases.

v0.25.1

Features

  • Added stripYamlFrontmatter config option to remove YAML frontmatter from README.md, #2381.
  • Added --excludeCategories config option to remove reflections present in any excluded category, #1407.
  • If no tsconfig.json file is present, TypeDoc will now attempt to compile without setting any compiler options, #2304.
  • Navigation is now written to a JS file and built dynamically, which significantly decreases document generation time with large projects and also provides large space benefits. Themes may now override DefaultTheme.buildNavigation to customize the displayed navigation tree, #2287. Note: This change renders navigation.fullTree obsolete. If you set it, TypeDoc will warn that it is being ignored. It will be removed in v0.26.
  • The search index is now compressed before writing, which reduces most search index sizes by ~5-10x.
  • TypeDoc will now attempt to cache icons when DefaultThemeRenderContext.icons is overwritten by a custom theme. Note: To perform this optimization, TypeDoc relies on DefaultThemeRenderContext.iconCache being rendered within each page. TypeDoc does it in the defaultLayout template.
  • Cache URL derivation during generation, #2386.

Bug Fixes

  • @property now works as expected if used to override a method's documentation.
  • Deprecated functions/methods are now correctly rendered with a struck-out name.
  • --watch mode works again, #2378.
  • Improved support for optional names within JSDoc types, #2384.
  • Fixed duplicate rendering of reflection flags on signature parameters, #2385.
  • TypeDoc now handles the intrinsic keyword if TS intrinsic types are included in documentation.
  • --exclude is now respected when expanding globs in entry points, #2376.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.25.1 (2023-09-04)

Features

  • Added stripYamlFrontmatter config option to remove YAML frontmatter from README.md, #2381.
  • Added --excludeCategories config option to remove reflections present in any excluded category, #1407.
  • If no tsconfig.json file is present, TypeDoc will now attempt to compile without setting any compiler options, #2304.
  • Navigation is now written to a JS file and built dynamically, which significantly decreases document generation time with large projects and also provides large space benefits. Themes may now override DefaultTheme.buildNavigation to customize the displayed navigation tree, #2287. Note: This change renders navigation.fullTree obsolete. If you set it, TypeDoc will warn that it is being ignored. It will be removed in v0.26.
  • The search index is now compressed before writing, which reduces most search index sizes by ~5-10x.
  • TypeDoc will now attempt to cache icons when DefaultThemeRenderContext.icons is overwritten by a custom theme. Note: To perform this optimization, TypeDoc relies on DefaultThemeRenderContext.iconCache being rendered within each page. TypeDoc does it in the defaultLayout template.
  • Cache URL derivation during generation, #2386.

Bug Fixes

  • @property now works as expected if used to override a method's documentation.
  • Deprecated functions/methods are now correctly rendered with a struck-out name.
  • --watch mode works again, #2378.
  • Improved support for optional names within JSDoc types, #2384.
  • Fixed duplicate rendering of reflection flags on signature parameters, #2385.
  • TypeDoc now handles the intrinsic keyword if TS intrinsic types are included in documentation.
  • --exclude is now respected when expanding globs in entry points, #2376.

Thanks!

Commits
  • 5e4c79d Update changelog for release
  • 265bf49 Bump version to 0.25.1
  • 0985616 Handle projects without tsconfig files
  • bcf3e04 Add excludeCategories option
  • 653b281 Respect --exclude when expanding globs in entry points
  • a6823cf Cache URL derivation during generation
  • 1f88a1f Compress search index too
  • d68ca2a Update changelog
  • dc4a16d feat: stripYamlFrontmatter option (#2387)
  • 67ee6ac Dynamically load navigation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.0...v0.25.1)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #301 (74920a7) into master (207a457) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #301   +/-   ##
=======================================
  Coverage   92.08%   92.08%           
=======================================
  Files          34       34           
  Lines        1376     1376           
  Branches      117      117           
=======================================
  Hits         1267     1267           
  Misses         75       75           
  Partials       34       34           

@andrii-bodnar andrii-bodnar merged commit 66b1c3c into master Sep 12, 2023
10 checks passed
@andrii-bodnar andrii-bodnar deleted the dependabot/npm_and_yarn/master/typedoc-0.25.1 branch September 12, 2023 06:20
kodiakhq bot referenced this pull request in weareinreach/TransMascFutures Oct 10, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@crowdin/crowdin-api-client](https://togithub.com/crowdin/crowdin-api-client-js) | [`1.24.0` -> `1.25.0`](https://renovatebot.com/diffs/npm/@crowdin%2fcrowdin-api-client/1.24.0/1.25.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@crowdin%2fcrowdin-api-client/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@crowdin%2fcrowdin-api-client/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@crowdin%2fcrowdin-api-client/1.24.0/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@crowdin%2fcrowdin-api-client/1.24.0/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@prisma/client](https://www.prisma.io) ([source](https://togithub.com/prisma/prisma)) | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@prisma%2fclient/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@prisma%2fclient/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@prisma%2fclient/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@prisma%2fclient/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/TanStack/query)) | [`4.35.7` -> `4.36.1`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.35.7/4.36.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-query/4.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-query/4.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-query/4.35.7/4.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-query/4.35.7/4.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://togithub.com/TanStack/query)) | [`4.35.7` -> `4.36.1`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/4.35.7/4.36.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-query-devtools/4.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-query-devtools/4.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-query-devtools/4.35.7/4.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-query-devtools/4.35.7/4.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.38.5` -> `10.40.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.38.5/10.40.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.38.5/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.38.5/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.38.5` -> `10.40.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.38.5/10.40.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.38.5/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.38.5/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.38.5` -> `10.40.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.38.5/10.40.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.38.5/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.38.5/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.38.5` -> `10.40.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.38.5/10.40.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.38.5/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.38.5/10.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.18.3` -> `18.18.4`](https://renovatebot.com/diffs/npm/@types%2fnode/18.18.3/18.18.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.18.3/18.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.18.3/18.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.2.25` -> `18.2.27`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.25/18.2.27) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.25/18.2.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.25/18.2.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.2.10` -> `18.2.12`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.2.10/18.2.12) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/18.2.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact-dom/18.2.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact-dom/18.2.10/18.2.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact-dom/18.2.10/18.2.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.7.4` -> `6.7.5`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.7.4/6.7.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.7.4/6.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.7.4/6.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.7.4` -> `6.7.5`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.7.4/6.7.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.7.4/6.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.7.4/6.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@vercel/analytics](https://togithub.com/vercel/analytics) | [`1.0.2` -> `1.1.0`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.0.2/1.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.0.2/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.0.2/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [chromatic](https://www.chromatic.com) ([source](https://togithub.com/chromaui/chromatic-cli)) | [`7.2.2` -> `7.2.3`](https://renovatebot.com/diffs/npm/chromatic/7.2.2/7.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/7.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/7.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/7.2.2/7.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/7.2.2/7.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.50.0` -> `8.51.0`](https://renovatebot.com/diffs/npm/eslint/8.50.0/8.51.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.50.0/8.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.50.0/8.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-storybook](https://togithub.com/storybookjs/eslint-plugin-storybook) | [`0.6.14` -> `0.6.15`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/0.6.14/0.6.15) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/0.6.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-storybook/0.6.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-storybook/0.6.14/0.6.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/0.6.14/0.6.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.8.0` -> `8.9.0`](https://renovatebot.com/diffs/npm/pnpm/8.8.0/8.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/8.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/8.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/8.8.0/8.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/8.8.0/8.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [prettier-plugin-jsdoc](https://togithub.com/hosseinmd/prettier-plugin-jsdoc) | [`1.0.5` -> `1.1.1`](https://renovatebot.com/diffs/npm/prettier-plugin-jsdoc/1.0.5/1.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-jsdoc/1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-jsdoc/1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-jsdoc/1.0.5/1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-jsdoc/1.0.5/1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [prisma](https://www.prisma.io) ([source](https://togithub.com/prisma/prisma)) | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/prisma/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prisma/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prisma/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prisma/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prisma/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [type-fest](https://togithub.com/sindresorhus/type-fest) | [`4.3.3` -> `4.4.0`](https://renovatebot.com/diffs/npm/type-fest/4.3.3/4.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.3.3/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.3.3/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>crowdin/crowdin-api-client-js (@&#8203;crowdin/crowdin-api-client)</summary>

### [`v1.25.0`](https://togithub.com/crowdin/crowdin-api-client-js/releases/tag/1.25.0)

[Compare Source](https://togithub.com/crowdin/crowdin-api-client-js/compare/1.24.0...1.25.0)

#### What's Changed

-   feat: Add the javascript file export options by [@&#8203;balogun14](https://togithub.com/balogun14) in [https://github.com/crowdin/crowdin-api-client-js/pull/305](https://togithub.com/crowdin/crowdin-api-client-js/pull/305)
-   feat: Apply Pre-Translation API: add labels support by [@&#8203;KyleGrande](https://togithub.com/KyleGrande) in [https://github.com/crowdin/crowdin-api-client-js/pull/306](https://togithub.com/crowdin/crowdin-api-client-js/pull/306)
-   feat: reports api rework by [@&#8203;yevheniyJ](https://togithub.com/yevheniyJ) in [https://github.com/crowdin/crowdin-api-client-js/pull/308](https://togithub.com/crowdin/crowdin-api-client-js/pull/308)
-   ci: automated releases by [@&#8203;andrii-bodnar](https://togithub.com/andrii-bodnar) in [https://github.com/crowdin/crowdin-api-client-js/pull/293](https://togithub.com/crowdin/crowdin-api-client-js/pull/293)
-   fix: workflows triggering after automatic release by [@&#8203;andrii-bodnar](https://togithub.com/andrii-bodnar) in [https://github.com/crowdin/crowdin-api-client-js/pull/294](https://togithub.com/crowdin/crowdin-api-client-js/pull/294)
-   build(deps-dev): bump lint-staged from 13.2.3 to 13.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/crowdin/crowdin-api-client-js/pull/297](https://togithub.com/crowdin/crowdin-api-client-js/pull/297)
-   build(deps-dev): bump typedoc from 0.24.8 to 0.25.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/crowdin/crowdin-api-client-js/pull/298](https://togithub.com/crowdin/crowdin-api-client-js/pull/298)
-   build(deps): bump axios from 1.4.0 to 1.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/crowdin/crowdin-api-client-js/pull/299](https://togithub.com/crowdin/crowdin-api-client-js/pull/299)
-   build(deps-dev): bump typedoc from 0.25.0 to 0.25.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/crowdin/crowdin-api-client-js/pull/301](https://togithub.com/crowdin/crowdin-api-client-js/pull/301)
-   build(deps): bump axios from 1.5.0 to 1.5.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/crowdin/crowdin-api-client-js/pull/303](https://togithub.com/crowdin/crowdin-api-client-js/pull/303)

#### New Contributors

-   [@&#8203;balogun14](https://togithub.com/balogun14) made their first contribution in [https://github.com/crowdin/crowdin-api-client-js/pull/305](https://togithub.com/crowdin/crowdin-api-client-js/pull/305)
-   [@&#8203;KyleGrande](https://togithub.com/KyleGrande) made their first contribution in [https://github.com/crowdin/crowdin-api-client-js/pull/306](https://togithub.com/crowdin/crowdin-api-client-js/pull/306)

**Full Changelog**: crowdin/crowdin-api-client-js@1.24.0...1.25.0

</details>

<details>
<summary>prisma/prisma (@&#8203;prisma/client)</summary>

### [`v5.4.2`](https://togithub.com/prisma/prisma/releases/tag/5.4.2)

[Compare Source](https://togithub.com/prisma/prisma/compare/5.4.1...5.4.2)

Today, we are issuing the `5.4.2` patch release.

#### Fix in Prisma Client

-   [5.4.0 subquery has too many columns](https://togithub.com/prisma/prisma/issues/21356)

</details>

<details>
<summary>TanStack/query (@&#8203;tanstack/react-query)</summary>

### [`v4.36.1`](https://togithub.com/TanStack/query/releases/tag/v4.36.1)

[Compare Source](https://togithub.com/TanStack/query/compare/v4.35.7...v4.36.1)

Version 4.36.1 - 10/7/2023, 7:08 AM

#### Changes

##### Fix

-   fix release ([`2b0fc95`](https://togithub.com/TanStack/query/commit/2b0fc956)) by Dominik Dorfmeister

#### Packages

-   [@&#8203;tanstack/query-core](https://togithub.com/tanstack/query-core)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@&#8203;4](https://togithub.com/4).36.1
-   [@&#8203;tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@&#8203;4](https://togithub.com/4).36.1

</details>

<details>
<summary>trpc/trpc (@&#8203;trpc/client)</summary>

### [`v10.40.0`](https://togithub.com/trpc/trpc/releases/tag/v10.40.0)

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.39.0...v10.40.0)

##### What's Changed

-   feat(client): accept URL object param by [@&#8203;cometkim](https://togithub.com/cometkim) in [https://github.com/trpc/trpc/pull/4880](https://togithub.com/trpc/trpc/pull/4880)
-   fix(fastify adapter): prevent duplicate content type parsers by [@&#8203;KATT](https://togithub.com/KATT) & [@&#8203;skarab42](https://togithub.com/skarab42) in [https://github.com/trpc/trpc/pull/4854](https://togithub.com/trpc/trpc/pull/4854)

##### New Contributors

-   [@&#8203;cometkim](https://togithub.com/cometkim) made their first contribution in [https://github.com/trpc/trpc/pull/4880](https://togithub.com/trpc/trpc/pull/4880)

**Full Changelog**: trpc/trpc@v10.39.0...v10.40.0

### [`v10.39.0`](https://togithub.com/trpc/trpc/releases/tag/v10.39.0)

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.38.5...v10.39.0)

##### What's Changed

-   fix(`server`): don't destroy the underlying TCP socket when maxBodySize is exceeded by [@&#8203;jussisaurio](https://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4887](https://togithub.com/trpc/trpc/pull/4887)
-   feat(form-data): export `MaxPartSizeExceededError` for error handling by [@&#8203;juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4885](https://togithub.com/trpc/trpc/pull/4885)

**Full Changelog**: trpc/trpc@v10.38.5...v10.39.0

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary>

### [`v6.7.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#675-2023-10-09)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5)

##### Bug Fixes

-   **eslint-plugin:** \[prefer-string-starts-ends-with] only report slice/substring with correct range ([#&#8203;7712](https://togithub.com/typescript-eslint/typescript-eslint/issues/7712)) ([db40a0a](https://togithub.com/typescript-eslint/typescript-eslint/commit/db40a0a83abf14237a7a9b3f75d869da26512292))

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v6.7.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#675-2023-10-09)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5)

**Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>vercel/analytics (@&#8203;vercel/analytics)</summary>

### [`v1.1.0`](https://togithub.com/vercel/analytics/releases/tag/1.1.0)

[Compare Source](https://togithub.com/vercel/analytics/compare/82d5b05236210a674d52d0e6dabbb973fd23787e...1.1.0)

##### Introducing server side events

Start tracking custom events on server environments such as Edge, Serverless or Server Actions.

##### Next.js Code examples:

-   [Edge](https://togithub.com/vercel/analytics/blob/main/apps/nextjs/app/api/edge/route.ts)
-   [Serverless](https://togithub.com/vercel/analytics/blob/main/apps/nextjs/app/api/serverless/route.ts)
-   [Server Action](https://togithub.com/vercel/analytics/blob/main/apps/nextjs/app/server-actions/page.tsx)
-   [Middleware](https://togithub.com/vercel/analytics/blob/main/apps/nextjs/middleware.ts)

**Full Changelog**: vercel/analytics@1.0.1...1.1.0

</details>

<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>

### [`v7.2.3`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v723-Fri-Oct-06-2023)

[Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v7.2.2...v7.2.3)

##### 🐛 Bug Fix

-   Fix dependency tracing for monorepos with no `package.json` at the repository root [#&#8203;827](https://togithub.com/chromaui/chromatic-cli/pull/827) ([@&#8203;ghengeveld](https://togithub.com/ghengeveld))

##### Authors: 1

-   Gert Hengeveld ([@&#8203;ghengeveld](https://togithub.com/ghengeveld))

***

</details>

<details>
<summary>eslint/eslint (eslint)</summary>

### [`v8.51.0`](https://togithub.com/eslint/eslint/releases/tag/v8.51.0)

[Compare Source](https://togithub.com/eslint/eslint/compare/v8.50.0...v8.51.0)

#### Features

-   [`0a9c433`](https://togithub.com/eslint/eslint/commit/0a9c43339a4adef24ef83034d0b078dd279cc977) feat: Add `--no-warn-ignored` CLI option for flat config ([#&#8203;17569](https://togithub.com/eslint/eslint/issues/17569)) (Domantas Petrauskas)
-   [`977e67e`](https://togithub.com/eslint/eslint/commit/977e67ec274a05cb7391665b5e3453e7f72f72b2) feat: logical-assignment-operators to report expressions with 3 operands ([#&#8203;17600](https://togithub.com/eslint/eslint/issues/17600)) (Yosuke Ota)

#### Bug Fixes

-   [`f976b2f`](https://togithub.com/eslint/eslint/commit/f976b2f7bfe7cc78bb649f8b37e90fd519ff3bcc) fix: make rule severity case-sensitive in flat config ([#&#8203;17619](https://togithub.com/eslint/eslint/issues/17619)) (Milos Djermanovic)
-   [`0edfe36`](https://togithub.com/eslint/eslint/commit/0edfe369aa5bd80a98053022bb4c6b1ea0155f44) fix: Ensure crash error messages are not duplicated ([#&#8203;17584](https://togithub.com/eslint/eslint/issues/17584)) (Nicholas C. Zakas)
-   [`dd79abc`](https://togithub.com/eslint/eslint/commit/dd79abc0c1857b1d765acc312c0d6518e40d31c9) fix: `eslint-disable` to be able to parse quoted rule names ([#&#8203;17612](https://togithub.com/eslint/eslint/issues/17612)) (Yosuke Ota)
-   [`d2f6801`](https://togithub.com/eslint/eslint/commit/d2f68019b8882278877801c5ef2f74d55e2a10c1) fix: Ensure correct code path for && followed by ?? ([#&#8203;17618](https://togithub.com/eslint/eslint/issues/17618)) (Nicholas C. Zakas)

#### Documentation

-   [`ee5be81`](https://togithub.com/eslint/eslint/commit/ee5be81fa3c4fe801c2f653854f098ed6a84dcef) docs: default to `sourceType: "module"` in rule examples ([#&#8203;17615](https://togithub.com/eslint/eslint/issues/17615)) (Francesco Trotta)
-   [`1aa26df`](https://togithub.com/eslint/eslint/commit/1aa26df9fbcfdf5b895743c6d2d3a216479544b1) docs: Add more examples for multiline-ternary ([#&#8203;17610](https://togithub.com/eslint/eslint/issues/17610)) (George Ashiotis)
-   [`47d0b44`](https://togithub.com/eslint/eslint/commit/47d0b446964f44d70b9457ecc368e721e1dc7c11) docs: Update README (GitHub Actions Bot)
-   [`dbf831e`](https://togithub.com/eslint/eslint/commit/dbf831e31f8eea0bc94df96cd33255579324b66e) docs: use generated og image ([#&#8203;17601](https://togithub.com/eslint/eslint/issues/17601)) (Percy Ma)
-   [`1866da5`](https://togithub.com/eslint/eslint/commit/1866da5e1d931787256ecb825a803cac5835b71c) docs: Update README (GitHub Actions Bot)

#### Chores

-   [`1ef39ea`](https://togithub.com/eslint/eslint/commit/1ef39ea5b884453be717ebc929155d7eb584dcbf) chore: upgrade [@&#8203;eslint/js](https://togithub.com/eslint/js)[@&#8203;8](https://togithub.com/8).51.0 ([#&#8203;17624](https://togithub.com/eslint/eslint/issues/17624)) (Milos Djermanovic)
-   [`f8c7403`](https://togithub.com/eslint/eslint/commit/f8c7403255c11e99c402860aef3c0179f2b16628) chore: package.json update for [@&#8203;eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins)
-   [`2665552`](https://togithub.com/eslint/eslint/commit/2665552ba0057e8603f9fbece0fd236f189f5cf3) test: fix flat config linter tests to use Linter in flat config mode ([#&#8203;17616](https://togithub.com/eslint/eslint/issues/17616)) (Milos Djermanovic)
-   [`7b77bcc`](https://togithub.com/eslint/eslint/commit/7b77bccbb51bd36b2d20fea61bc782545c4029b3) chore: Refactor CodePathState ([#&#8203;17510](https://togithub.com/eslint/eslint/issues/17510)) (Nicholas C. Zakas)
-   [`bc77c9a`](https://togithub.com/eslint/eslint/commit/bc77c9af12539f350ef19e30611a153a5b869c6b) chore: Document and refactor ForkContext ([#&#8203;17566](https://togithub.com/eslint/eslint/issues/17566)) (Nicholas C. Zakas)
-   [`24e1f14`](https://togithub.com/eslint/eslint/commit/24e1f140ec68659e55c1ace0d7500addb135a2b4) chore: Refactor and document CodePath ([#&#8203;17558](https://togithub.com/eslint/eslint/issues/17558)) (Nicholas C. Zakas)

</details>

<details>
<summary>storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)</summary>

### [`v0.6.15`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0615-Sun-Oct-08-2023)

[Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.14...v0.6.15)

##### 🐛 Bug Fix

-   no-uninstalled-addons: support satisfies operator and default reexport [#&#8203;139](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/139) ([@&#8203;hjoelh](https://togithub.com/hjoelh))

##### Authors: 1

-   Joel ([@&#8203;hjoelh](https://togithub.com/hjoelh))

***

</details>

<details>
<summary>pnpm/pnpm (pnpm)</summary>

### [`v8.9.0`](https://togithub.com/pnpm/pnpm/compare/v8.8.0...v8.9.0)

[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.8.0...v8.9.0)

</details>

<details>
<summary>hosseinmd/prettier-plugin-jsdoc (prettier-plugin-jsdoc)</summary>

### [`v1.1.1`](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/blob/HEAD/CHANGELOG.md#111-2023-10-07)

[Compare Source](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.1.0...v1.1.1)

### [`v1.1.0`](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/blob/HEAD/CHANGELOG.md#110-2023-10-06)

[Compare Source](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.5...v1.1.0)

##### Features

-   jsdocCommentLineStrategy ([c4e4db5](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/commit/c4e4db5a2e79ec24698d13df9d81034fb2a2d937))

##### [1.0.5](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.4...v1.0.5) (2023-10-05)

##### Bug Fixes

-   long union type ([4f9ba4c](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/commit/4f9ba4c86089ec12fee6fac9ce014661352ebf28))
-   new line between Default is ([9fbbe53](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/commit/9fbbe530cfe196e736f931893282236e9b16b509))
-   wrong remove intention, make unexpected issue ([de71607](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/commit/de7160780d60baa6412db607888df39c79c31158))

##### [1.0.4](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.3...v1.0.4) (2023-10-05)

##### [1.0.3](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.2...v1.0.3) (2023-10-04)

##### Bug Fixes

-   add new line to unknown tag ([cdbf931](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/commit/cdbf931e2baa43e09d5eb8e5dbacd3ae76c4e399))
-   new line after item list ([98c42fe](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/commit/98c42fed29919d3ae8e9fd22e33882f661aefab5))

##### [1.0.2](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.1...v1.0.2) (2023-09-09)

##### Bug Fixes

-   default type format ([08f834e](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/commit/08f834e4a75b6a9e7df35b7c4beb839f7640f560))
-   description start with markdown ([9129957](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/commit/9129957c7716dcc458c1921477f66cce41d624e5))

##### [1.0.1](https://togithub.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.0...v1.0.1) (2023-07-19)

</details>

<details>
<summary>sindresorhus/type-fest (type-fest)</summary>

### [`v4.4.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.4.0)

[Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.3.3...v4.4.0)

-   `UnionToIntersection`: Allow indexing by the resulting type ([#&#8203;682](https://togithub.com/sindresorhus/type-fest/issues/682))  [`61f2ff9`](https://togithub.com/sindresorhus/type-fest/commit/61f2ff9)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD).



PR-URL: #206
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant