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-dev): bump typedoc from 0.27.3 to 0.27.4 #945

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps typedoc from 0.27.3 to 0.27.4.

Release notes

Sourced from typedoc's releases.

v0.27.4

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.
Changelog

Sourced from typedoc's changelog.

v0.27.4 (2024-12-09)

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.
Commits
  • 0879c5b Update changelog for release
  • 6f2a480 Bump version to 0.27.4
  • cf901f4 Fix current location check for index page
  • 8680728 Exclude site plugin from linting
  • 88b8f2b Add special case for rendering @summary for functions
  • b35cfd2 Remove unnecessary test
  • c3bc0da Reduce manually maintained duplication in generated site
  • 344d4bf Handle @include tags on entry point project
  • ed1ac7a Switch from gzip to deflate for compression
  • 9dcbd5d Fix handling of cascadedModifierTags
  • See full diff 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.27.3 to 0.27.4.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.27.3...v0.27.4)

---
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 requested a review from a team as a code owner December 9, 2024 12:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
@dependabot dependabot bot requested a review from leninmehedy December 9, 2024 12:32
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Unit Test Results - Linux

  1 files  ±0   53 suites  ±0   3s ⏱️ ±0s
216 tests ±0  216 ✅ ±0  0 💤 ±0  0 ❌ ±0 
226 runs  ±0  226 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 8d60169. ± Comparison against base commit f5a69e7.

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Unit Test Results - Windows

  1 files  ±0   53 suites  ±0   13s ⏱️ -1s
216 tests ±0  216 ✅ ±0  0 💤 ±0  0 ❌ ±0 
226 runs  ±0  226 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 8d60169. ± Comparison against base commit f5a69e7.

Copy link
Contributor

github-actions bot commented Dec 9, 2024

E2E Test Report

 13 files  ±0  105 suites  ±0   57m 22s ⏱️ +51s
220 tests ±0  220 ✅ ±0  0 💤 ±0  0 ❌ ±0 
223 runs  ±0  223 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 8d60169. ± Comparison against base commit f5a69e7.

♻️ This comment has been updated with latest results.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.02% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (f5a69e7) 19007 15955 83.94%
Head commit (8d60169) 19035 (+28) 15982 (+27) 83.96% (+0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#945) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.91%. Comparing base (f5a69e7) to head (8d60169).
Report is 58 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #945      +/-   ##
==========================================
- Coverage   82.92%   82.91%   -0.01%     
==========================================
  Files          71       71              
  Lines       19035    19035              
  Branches     1455     1546      +91     
==========================================
- Hits        15784    15783       -1     
+ Misses       3165     3155      -10     
- Partials       86       97      +11     

see 36 files with indirect coverage changes

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit 0aee1e6 into main Dec 9, 2024
37 of 38 checks passed
@jeromy-cannon jeromy-cannon deleted the dependabot/npm_and_yarn/typedoc-0.27.4 branch December 9, 2024 14:53
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.32.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants