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

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.6.0 -> ^19.6.1 age adoption passing confidence
@fumadocs/cli (source) ^0.0.4 -> ^0.0.6 age adoption passing confidence
@types/node (source) ^22.10.1 -> ^22.10.5 age adoption passing confidence
@types/react (source) 19.0.1 -> 19.0.6 age adoption passing confidence
@types/react-dom (source) 19.0.1 -> 19.0.3 age adoption passing confidence
eslint (source) ^9.16.0 -> ^9.18.0 age adoption passing confidence
fumadocs-core (source) ^14.5.6 -> ^14.7.3 age adoption passing confidence
fumadocs-docgen (source) ^1.3.2 -> ^1.3.4 age adoption passing confidence
fumadocs-mdx (source) ^11.1.2 -> ^11.3.0 age adoption passing confidence
fumadocs-ui (source) ^14.5.6 -> ^14.7.3 age adoption passing confidence
lint-staged ^15.2.10 -> ^15.3.0 age adoption passing confidence
next (source) 15.1.2 -> 15.1.4 age adoption passing confidence
tailwindcss (source) ^3.4.16 -> ^3.4.17 age adoption passing confidence
typedoc (source) ^0.27.3 -> ^0.27.6 age adoption passing confidence
typedoc-plugin-markdown (source) 4.3.2 -> 4.4.1 age adoption passing confidence
typedoc-plugin-mdn-links ^4.0.4 -> ^4.0.8 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence
yarn (source) 4.5.3 -> 4.6.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

fuma-nama/fumadocs (@​fumadocs/cli)

v0.0.6

Compare Source

Patch Changes

v0.0.5

Compare Source

Patch Changes
  • c8d9b08: support Next.js 15 i18n auto-config
eslint/eslint (eslint)

v9.18.0

Compare Source

v9.17.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

vercel/next.js (next)

v15.1.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • backport: force module format for virtual client-proxy (#​74608)
  • Fix prerender tags when notFound is called (#​74607)
  • Use provided waitUntil for pending revalidates (#​74604)
  • Feature: next/image: add support for images.qualities in next.config (#​74588)
  • Chore: docs: add missing search: '' on remotePatterns (#​74587)
  • Chore: docs: update version history of next/image (#​73923) (#​74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#​74569)
Credits

Huge thanks to @​ and @​ for helping!

v15.1.3

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

TypeStrong/TypeDoc (typedoc)

v0.27.6

Compare Source

Features
  • Added ignoredHighlightLanguages option to specify languages which will be
    allowed in code blocks but not highlighted, #​2819.
Bug Fixes
  • @include and @includeCode now work in the readme file, #​2814.
  • TypeDoc will now avoid making references to references, #​2811.
  • Fixed output specific option specification, #​2818.
  • Improved type reference conversion to avoid including defaulted type arguments, #​2820.
  • Fixed parsing of declaration references which include a module and a local reference, #​2810.
  • Improved link resolution logic to prioritize type alias properties with the
    same symbol over type literal properties within function parameters.

v0.27.5

Compare Source

Bug Fixes
  • Possibly Breaking: TypeDoc will no longer render anchors within the page for
    deeply nested properties. This only affects links to properties of
    properties of types, which did not have a clickable link exposed so are
    unlikely to have been linked to. Furthermore, these links were not always
    created by TypeDoc, only being created if all parent properties contained
    comments, #​2808.
  • TypeDoc will now warn if a property which does not have a URL within the
    rendered document and the parent property/page will be linked to instead,
    #​2808. These warnings can be disabled with the validation.rewrittenLink
    option.
  • Fix restoration of groups/categories including documents, #​2801.
  • Fixed missed relative paths within markdown link references in documents.
  • Improved handling of incomplete inline code blocks within markdown.
  • Direct https:// links under the hostedBaseUrl option's URL will no
    longer be treated as external, #​2809.
Thanks!

v0.27.4

Compare Source

Features
  • API: Introduced new Converter.EVENT_CREATE_PROJECT event which fires when a project is created by the converter, #​2800.
Bug Fixes
  • Switch from gzip to deflate for compressing assets to make output consistent across different operating systems, #​2796.
  • @include and @includeCode now work for comments on the entry point for projects with a single entry point, #​2800.
  • Cascaded modifier tags will no longer be copied into type literals, #​2802.
  • @summary now works to describe functions within modules, #​2803.
  • Corrected navigation showing module link as current when not on module page, #​2805.
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)

v4.4.1

Compare Source

Patch Changes
  • Correctly display inline objects for tuple optional types (#​745).
  • Expose isDeprecated flag to navigation category items.

v4.4.0

Compare Source

This release introduces structural enhancements to the user interface and bug fixes to enhance overall functionality.

Structural Changes
  • Source file links are now placed inline rather than under separate "Defined in" headings. This change aligns with the default HTML theme, generates more compact output, and improves the readability of automatically generated Table of Contents (TOCs).
  • Extraneous "Index" headings on module landing pages have been removed, bringing the structure in line with the default HTML theme and reducing unnecessary clutter.
  • Anchor IDs are now applied to linkable symbols within table rows by default. Previously, the useHTMLAnchors option was required, but since there is no alternative way to link to these items, this behaviour is now the default.
Minor Changes
  • Expose "isDeprecated" flag to navigation model (#​747).
  • Moved source link inline and exposed to all parent symbols (#​746).
  • Remove extraneous "Index" headings.
  • Always assign HTML anchor ids to linkable symbols within table rows.
Patch Changes
  • Always display inline object for tuple types (#​745).
  • Strikeout deprecated items in reflection indexes.
  • Fix inline formatting of types when when "useCodeBlocks" is used (#​742).
  • Expose group descriptions to module indexes.
  • Expose global documents with "packages" entryPointStrategy.

v4.3.3

Compare Source

Patch Changes
  • Correctly handle anchor resolutions with table formats.
  • Fix invalid typescript syntax for type aliases inside declaration code blocks when "useCodeBlocks" is true (#​741).
Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)

v4.0.8

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

yarnpkg/berry (yarn)

v4.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Dec 15, 2024

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

Name Status Preview Comments Updated (UTC)
tag-script-h93t ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 13, 2025 5:31pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d22a10 to ddbf222 Compare December 15, 2024 05:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddbf222 to d751df8 Compare December 15, 2024 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d751df8 to 5b2d36c Compare December 17, 2024 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b2d36c to d199621 Compare December 17, 2024 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d199621 to 3c61bc1 Compare December 18, 2024 18:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c61bc1 to 2eb5648 Compare December 19, 2024 01:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2eb5648 to 3630f3b Compare December 19, 2024 14:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3630f3b to 00a55ab Compare December 22, 2024 04:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00a55ab to f5697fd Compare December 24, 2024 15:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5697fd to 907a218 Compare December 25, 2024 03:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 907a218 to 69aef2f Compare December 26, 2024 01:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 69aef2f to f5c66f7 Compare December 26, 2024 19:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5c66f7 to f1df926 Compare December 27, 2024 11:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3196cb4 to 562a58d Compare January 10, 2025 18:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 562a58d to 6772a27 Compare January 11, 2025 02:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6772a27 to 8ece38f Compare January 11, 2025 10:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ece38f to ddc90f9 Compare January 12, 2025 01:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddc90f9 to 9c41b4f Compare January 12, 2025 06:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c41b4f to ea1c6cc Compare January 12, 2025 12:30
Copy link
Contributor Author

renovate bot commented Jan 13, 2025

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

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.62%. Comparing base (b7e2292) to head (8deb26f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #531   +/-   ##
=======================================
  Coverage   98.62%   98.62%           
=======================================
  Files          52       52           
  Lines        1088     1088           
  Branches      282      282           
=======================================
  Hits         1073     1073           
  Misses         15       15           
Flag Coverage Δ
plugin-discord 98.62% <ø> (ø)
tagscript 98.62% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@imranbarbhuiya imranbarbhuiya merged commit ffc8e47 into main Jan 13, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant