Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/compat (source) 1.3.01.3.2 age confidence
@eslint/eslintrc 3.3.13.3.3 age confidence
@semantic-release/github 11.0.211.0.6 age confidence
@types/node (source) 22.15.1922.15.35 age confidence
@vitest/eslint-plugin 1.2.01.2.7 age confidence
eslint-plugin-prettier 5.5.05.5.4 age confidence
jest-extended 5.0.25.0.3 age confidence
lint-staged 16.1.216.1.6 age confidence
nodemon (source) 3.1.103.1.11 age confidence
semantic-release 24.2.424.2.9 age confidence
typedoc (source) 0.28.40.28.15 age confidence
vite (source) 6.3.56.3.7 age confidence

Release Notes

eslint/rewrite (@​eslint/compat)

v1.3.2

Compare Source

Dependencies
  • The following workspace dependencies were updated

v1.3.1

Compare Source

Bug Fixes
  • relax @eslint/compat eslint peerDependencies constraint (#​215) (b96ec0c)
Dependencies
  • The following workspace dependencies were updated
eslint/eslintrc (@​eslint/eslintrc)

v3.3.3

Compare Source

Bug Fixes
semantic-release/github (@​semantic-release/github)

v11.0.6

Compare Source

Bug Fixes

v11.0.5

Compare Source

Bug Fixes

v11.0.4

Compare Source

Bug Fixes

v11.0.3

Compare Source

Bug Fixes
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.2.7

Compare Source

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

What's Changed

  • Add no-importing-from-vitest-globals and prefer-importing-from-vitest-globals rules by @​samuelko123 in #​711

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.2...v1.2.3

v1.2.2

Compare Source

Bug Fixes
  • valid-title: Added support for call signatures as well (#​710) (6a06cf9)

v1.2.1

Compare Source

Bug Fixes
  • valid-title: Please allow function-typed variables and aliases as valid describe titles (#​708) (76653c9)

What's Changed

  • fix(valid-title): Please allow function-typed variables and aliases as valid describe titles by @​y-hsgw in #​708

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.0...v1.2.1

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.4

Compare Source

Patch Changes

v5.5.3

Compare Source

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

Compare Source

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

v5.5.1

Compare Source

Patch Changes
jest-community/jest-extended (jest-extended)

v5.0.3

Compare Source

Patch Changes
lint-staged/lint-staged (lint-staged)

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.

v16.1.5

Compare Source

Patch Changes

v16.1.4

Compare Source

Patch Changes
  • #​1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Compare Source

Patch Changes
  • #​1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
remy/nodemon (nodemon)

v3.1.11

Compare Source

semantic-release/semantic-release (semantic-release)

v24.2.9

Compare Source

Bug Fixes

v24.2.8

Compare Source

Bug Fixes

v24.2.7

Compare Source

Performance Improvements

v24.2.6

Compare Source

Bug Fixes

v24.2.5

Compare Source

Bug Fixes
  • deps: raise the minimum of the defined range for marked-terminal (#​3742) (fb1ccd4)
TypeStrong/TypeDoc (typedoc)

v0.28.15

Compare Source

Features
  • The gitRevision option now accepts the special value {branch}, which indicates source links should use
    the current git branch for links, #​3041.
  • Introduced validation.invalidPath for suppressing warnings caused by referencing relative paths which
    do not exist when building the documentation, #​3033.
  • API: Introduced Logger.validationWarning for validation which occurs during conversion rather than
    during TypeDoc's normal validation step, #​3033.

v0.28.14

Compare Source

Features
  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should
    be copied to the output documentation, #​3020.
    API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #​3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #​3026.

v0.28.13

Compare Source

Features
  • The basePath option now also affects relative link resolution, TypeDoc will also check for
    paths relative to the provided base path. If you instead want TypeDoc to only change the rendered
    base path for sources, use the displayBasePath option, #​3009.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #​3007.
  • @inheritDoc will now correctly overwrite @remarks and @returns blocks on the target comment, #​3012.
  • The externalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures, #​3014.

v0.28.12

Compare Source

Bug Fixes
  • Variables marked with @enum now work for symbols imported from another module, #​3003.
  • Improved magic introduced with #​2999 to work with imported symbols, #​3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #​3006.
  • Linking to the project's README file with a relative link will now behave as expected, #​3006.
  • Reduced unnecessary HTML element rendering in default theme.
    API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

v0.28.11

Compare Source

Features
  • Object properties declared with shorthand property assignment will now use the variable's comment
    if they do not have their own comment, #​2999.
Bug Fixes
  • Fixed link resolution not working correctly in first comment on the file in some cases, #​2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #​2995.
  • The compilerOptions option now functions properly with non-boolean options, #​3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #​3000.
  • Fixed improper casing of "Type Declaration" header, #​3002.

v0.28.10

Compare Source

Bug Fixes
  • Fixed inconsistent anchors on module pages for re-exports, #​2990.
  • Markdown references which appear to be footnotes will no longer be checked for links, #​2991.

v0.28.9

Compare Source

Features
  • Add support for TypeScript 5.9, #​2989.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #​2982.
  • Fixed automatic discovery of entry points when not running in packages mode, #​2988.
  • Fixed discovery of package.json file when running with entry points containing a glob, #​2985.

v0.28.8

Compare Source

Features
  • If using JS config files, the plugin function can now be given plugin functions to load.
  • Permit - within tag names to support typescript-json-schema's @TJS-type tag, #​2972.
  • Exposed Context.createSymbolId for use by plugins.
Bug Fixes
  • Relative links in <img srcset> will now be discovered by TypeDoc, #​2975.
  • Relative links in <source src> and <source srcset> elements will now be discovered by TypeDoc, #​2975.
  • Improved inherited from/overwrites link discovery to point to parent properties in more cases, #​2978
Thanks!

v0.28.7

Compare Source

Features
  • Introduced the @sortStrategy tag to override the sort option on a specific reflection, #​2965.
Bug Fixes
  • Classes and functions exported with export { type X } are no longer missing comments, #​2970.
  • Setting locale to an unknown value will now cause TypeDoc to operate in English instead of a debug locale.
  • Array options will now report an error if set to a non-array/non-string value.

v0.28.6

Compare Source

Features
  • TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #​2961.
  • Declarations without comments will now check for comments on their export specifier, #​2964.
Bug Fixes
  • Attempting to highlight a supported language which is not enabled is now a warning, not an error, #​2956.
  • Improved compatibility with CommonMark's link parsing, #​2959.
  • Classes, variables, and functions exported with export { type X } are now detected and converted as interfaces/type aliases, #​2962.
  • Improved warning messaging for links to symbols which were resolved, but the symbols were not included in the documentation, #​2967.
  • Fixed an issue preventing nested documents from being deserialized from TypeDoc's JSON output or used in packages mode, #​2969.
Thanks!

v0.28.5

Compare Source

Bug Fixes
  • References to type aliases defined as mapped types will now correctly create a reference to the type alias, #​2954.
  • ignoredHighlightLanguages can now be used to prevent warnings for codeblocks containing languages
    which are supported by Shiki but are not loaded, #​2956.
vitejs/vite (vite)

v6.3.7

Compare Source

Please refer to CHANGELOG.md for details.

v6.3.6

Compare Source

Please refer to CHANGELOG.md for 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 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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Feb 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
coons-patch Ready Ready Preview, Comment Jan 8, 2026 6:57pm

@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 2224453 to 8b5e2cb Compare February 27, 2025 02:37
@renovate renovate bot changed the title chore(deps): Update Dev Dependencies (patch) chore(deps): Update dependency typedoc to v0.27.8 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 8b5e2cb to f7f8c97 Compare March 1, 2025 18:03
@renovate renovate bot changed the title chore(deps): Update dependency typedoc to v0.27.8 chore(deps): Update Dev Dependencies (patch) Mar 1, 2025
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from f7f8c97 to 2ded413 Compare March 2, 2025 01:52
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 2ded413 to ba385d0 Compare March 2, 2025 18:11
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from ba385d0 to c6c3941 Compare March 3, 2025 15:35
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from c6c3941 to f5ebc99 Compare March 3, 2025 20:12
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from f5ebc99 to 25642a7 Compare March 4, 2025 14:20
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 25642a7 to 735ce27 Compare March 5, 2025 10:17
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 735ce27 to 72b3e62 Compare March 8, 2025 06:51
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 72b3e62 to d819650 Compare March 11, 2025 12:43
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from d819650 to 301c552 Compare March 11, 2025 19:23
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 301c552 to 1124b57 Compare March 13, 2025 19:23
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 1124b57 to e943ec7 Compare March 16, 2025 02:14
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 15a6f4a to 85d1069 Compare September 16, 2025 13:57
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 85d1069 to 8ea6e5a Compare September 20, 2025 01:12
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 8ea6e5a to 9522975 Compare September 24, 2025 20:41
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 9522975 to ee526e5 Compare September 25, 2025 21:10
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from ee526e5 to eddda71 Compare October 16, 2025 04:58
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from eddda71 to 71f64a0 Compare October 19, 2025 17:09
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 71f64a0 to a51ac9a Compare October 21, 2025 10:52
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from a51ac9a to 3d57b5d Compare November 10, 2025 15:46
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 3d57b5d to 33be8d2 Compare November 16, 2025 17:02
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 33be8d2 to 304cf54 Compare November 18, 2025 22:14
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 304cf54 to acf0e3b Compare December 3, 2025 19:13
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from acf0e3b to 292dde6 Compare December 4, 2025 05:36
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 292dde6 to 706c30c Compare December 31, 2025 16:53
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