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

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/node-utilities (source) ^1.0.0 -> ^1.0.2 age adoption passing confidence
commander ^11.0.0 -> ^11.1.0 age adoption passing confidence
typedoc (source) ^0.25.1 -> ^0.25.12 age adoption passing confidence
typescript (source) ^5.2.2 -> ^5.4.3 age adoption passing confidence

Release Notes

sapphiredev/utilities (@​sapphire/node-utilities)

v1.0.2

Compare Source

🐛 Bug Fixes

v1.0.1

Compare Source

🐛 Bug Fixes

📝 Documentation

🧪 Testing

  • Update vitest to coverage v8 (a4bc6e4)
tj/commander.js (commander)

v11.1.0

Compare Source

Fixed
  • TypeScript: update OptionValueSource to allow any string, to match supported use of custom sources ([#​1983])
  • TypeScript: add that Command.version() can also be used as getter ([#​1982])
  • TypeScript: add null return type to Commands.executableDir(), for when not configured ([#​1965])
  • subcommands with an executable handler and only a short help flag are now handled correctly by the parent's help command ([#​1930])
Added
  • registeredArguments property on Command with the array of defined Argument (like Command.options for Option) ([#​2010])
  • TypeScript declarations for Option properties: envVar, presetArg ([#​2019])
  • TypeScript declarations for Argument properties: argChoices, defaultValue, defaultValueDescription ([#​2019])
  • example file which shows how to configure help to display any custom usage in the list of subcommands ([#​1896])
Changed
  • (developer) refactor TypeScript configs for multiple use-cases, and enable checks in JavaScript files in supporting editors ([#​1969])
Deprecated
  • Command._args was private anyway, but now available as registeredArguments ([#​2010])
TypeStrong/TypeDoc (typedoc)

v0.25.12

Compare Source

Bug Fixes
  • Updated page font to work around issues with Mac rendering, #​2518
Thanks!

v0.25.11

Compare Source

Bug Fixes
  • Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, #​2514.
  • "On This Page" section is now smarter when handling page headings which do not follow the normal h1>h2>h3 process, #​2515.

v0.25.10

Compare Source

Bug Fixes
  • Constructed references to enum types will be properly linked with @interface, #​2508.
  • Comments on property-methods will no longer be duplicated in generated documentation, #​2509.
  • Reduced rendered docs size by writing icons to a referenced SVG asset, #​2505.
    For TypeDoc's docs, this reduced the rendered documentation size by ~30%.
  • The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, #​2491.
  • When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.

v0.25.9

Compare Source

Features
  • Literal numeric unions will now be sorted during conversion, #​2502.
Bug Fixes
  • Module readmes will now be included in JSON output, #​2500.
  • Fixed crash when --excludeNotDocumented was used and the project contained a reference to a removed signature, #​2496.
  • Fixed crash when converting an infinitely recursive type via a new --maxTypeConversionDepth option, #​2507.
  • Type links in "Parameters" and "Type Parameters" sections of the page will now be correctly colored.
Thanks!

v0.25.8

Compare Source

v0.25.7

Compare Source

Bug Fixes
  • Fixed an issue where a namespace would not be created for merged function-namespaces only containing types, #​2476.
  • Fixed an infinite loop when converting a union type which directly contained another union type which refers to itself, #​2469.

v0.25.6

Compare Source

Bug Fixes
  • Fixed infinite loop caused by a fix for some complicated union/intersection types, #​2468.
  • Improved infinite loop detection in type converter to reduce false positives.

v0.25.5

Compare Source

v0.25.4

Compare Source

Features
  • Added support for TypeScript 5.3, #​2446.
  • TypeDoc will now render interfaces as code at the top of the page describing interfaces, #​2449.
    This can be controlled through the new DefaultThemeRenderContext.reflectionPreview helper.
  • Improved type rendering to highlight keywords differently than symbols.
Bug Fixes
  • Fixed automatic declaration file resolution on Windows, #​2416.
  • Fixed default option values on options declared by plugins in packages mode, #​2433.
  • gitRevision will now be replaced in sourceLinkTemplate, #​2434.
  • Improved handling of function-modules created with Object.assign, #​2436.
  • TypeDoc will no longer warn about duplicate comments with warnings which point to a single comment, #​2437
  • Fixed an infinite loop when skipLibCheck is used to ignore some compiler errors, #​2438.
  • @example tag titles will now be rendered in the example heading, #​2440.
  • Correctly handle transient symbols in @namespace-created namespaces, #​2444.
  • TypeDoc no longer displays the "Hierarchy" section if there is no inheritance hierarchy to display.
  • Direct links to individual signatures no longer results in the signature being partially scrolled off the screen.
Thanks!

v0.25.3

Compare Source

Features
  • Added --sourceLinkExternal option to render source code links as external, #​2415.
  • TypeDoc no longer requires the declarationMap option to be set to true to handle cross-package links in packages mode, #​2416.
  • Added external-last option for the --sort option, #​2418.
Bug Fixes
  • TypeDoc now attempts to correct local anchor links in readme files which are broken by its deconfliction logic, #​2413.
  • TypeDoc now finds comments on index signatures again, #​2414.
  • TypeDoc now does a better job of detecting properties when destructured function arguments are used.
  • Quotes will now be properly escaped in HTML attribute values.
Thanks!

v0.25.2

Compare Source

Features
  • Added navigationLeaves option to remove branches from the navigation tree, #​2382.
  • Added sortEntryPoints option (defaults to true) to allow disabling entry point sorting, #​2393.
  • Improved support for multi-word searches, #​2400.
Bug Fixes
  • Fixed conversion of @template constraints on JSDoc defined type parameters, #​2389.
  • Invalid link validation is now correctly suppressed before all projects have been converted in packages mode, #​2403.
  • Fixed tsconfig handling for projects using a solution-style tsconfig, #​2406.
  • Fixed broken settings icons caused by icon caching introduced in 0.25.1, #​2408.
  • Corrected module comment handling on declaration files containing a single declare module "foo", #​2401.
Thanks!
Microsoft/TypeScript (typescript)

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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.

@renovate renovate bot requested a review from RealShadowNova as a code owner October 8, 2023 04:07
@renovate renovate bot added the dependencies label Oct 8, 2023
@renovate renovate bot changed the title fix(deps): update dependency typedoc to ^0.25.2 fix(deps): update all non-major dependencies Oct 13, 2023
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from e04272f to 3c1619f Compare October 15, 2023 04:22
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from b1e1198 to 3e18897 Compare October 29, 2023 03:28
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from 76157d1 to 5e66f7e Compare October 30, 2023 00:45
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from bf94ee0 to ebe2294 Compare November 26, 2023 03:14
@renovate renovate bot force-pushed the renovate/all-non-major branch from ebe2294 to 8819b11 Compare November 27, 2023 00:57
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from f528915 to 20d3a7f Compare December 10, 2023 03:52
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from f114338 to 53c7e47 Compare December 24, 2023 04:44
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from b4cc982 to e4381c2 Compare January 1, 2024 20:03
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from 6915b1a to 4a3f1af Compare January 14, 2024 04:11
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from cd3ad48 to 078a5b4 Compare January 21, 2024 04:52
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from 22b1799 to 4f7ca42 Compare February 4, 2024 03:02
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from d324598 to de37d57 Compare February 11, 2024 03:36
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from 509b1f2 to eca9e5a Compare February 25, 2024 03:09
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from 1157248 to 064d69c Compare March 3, 2024 22:02
@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from 221814f to 1af088b Compare March 10, 2024 19:36
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from ed21104 to 5a418fe Compare March 20, 2024 22:27
@renovate renovate bot force-pushed the renovate/all-non-major branch from 5a418fe to e5516c3 Compare March 24, 2024 04:02
@RealShadowNova RealShadowNova merged commit e2901fe into main Mar 24, 2024
7 checks passed
@RealShadowNova RealShadowNova deleted the renovate/all-non-major branch March 24, 2024 17:52
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