Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 1, 2022

This PR contains the following updates:

Package Change Age Confidence
@types/dot-object (source) 2.1.2 -> 2.1.6 age confidence
@types/express (source) 4.17.13 -> 4.17.25 age confidence
@types/lodash (source) 4.14.178 -> 4.14.202 age confidence
@types/node (source) 14.18.9 -> 14.18.63 age confidence
@types/validator (source) 13.7.1 -> 13.7.17 age confidence
dot-object 2.1.4 -> 2.1.5 age confidence
pretty-quick 3.1.3 -> 3.1.4 age confidence
reflect-metadata (source) ^0.1.13 -> ^0.1.14 age confidence
reflect-metadata (source) 0.1.13 -> 0.1.14 age confidence
rxjs (source) ^7.5.2 -> ^7.5.7 age confidence
rxjs (source) 7.5.2 -> 7.5.7 age confidence
ts-jest (source) 27.1.3 -> 27.1.5 age confidence
tsc-watch 4.6.0 -> 4.6.2 age confidence
typedoc (source) 0.22.11 -> 0.22.18 age confidence

cc @tzellman


Release Notes

rhalff/dot-object (dot-object)

v2.1.5

Compare Source

prettier/pretty-quick (pretty-quick)

v3.1.4

Compare Source

Patch Changes
rbuckton/reflect-metadata (reflect-metadata)

v0.1.14: reflect-metadata 0.1.14

Compare Source

What's Changed

New Contributors

Full Changelog: microsoft/reflect-metadata@v0.1.13...v0.1.14

reactivex/rxjs (rxjs)

v7.5.7

Compare Source

v7.5.6

Compare Source

v7.5.5

Compare Source

v7.5.4

Compare Source

v7.5.3

Compare Source

kulshekhar/ts-jest (ts-jest)

v27.1.5

Compare Source

Bug Fixes
  • legacy invoke Babel processAsync for babel-jest in ESM mode instead of process (#​3430) (0d7356c)
Features
BREAKING CHANGES
  • path-mapping AST transformer is no longer shipped in ts-jest v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • Any imports ts-jest/dist/compiler/ts-compiler should change to ts-jest/dist/legacy/compiler/ts-compiler
  • Any imports ts-jest/dist/compiler/ts-jest-compiler should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
  • Any imports ts-jest/dist/config/config-set should change to ts-jest/dist/legacy/config/config-set
  • Minimum support TypeScript version is now 4.3 since Jest 28 requires it.
  • Jest 28 is required.
  • core: Any imports ts-jest/utils should be replaced with ts-jest.
  • core: Starting from Jest 27.4, mocked has been integrated into Jest repo.
  • core: Support for Node.js v10 has been removed as Jest drops support for it.

27.1.5 (2022-05-17)

Bug Fixes

27.1.4 (2022-03-24)

Bug Fixes

27.1.3 (2022-01-14)

Bug Fixes
  • compiler: update memory cache for compiler using received file content (#​3194) (e4d9541)

27.1.2 (2021-12-15)

Bug Fixes
  • stimulate esbuild type to avoid importing esbuild directly (#​3147) (9ace0a9)

27.1.1 (2021-12-07)

Bug Fixes

v27.1.4

Compare Source

Bug Fixes
  • legacy invoke Babel processAsync for babel-jest in ESM mode instead of process (#​3430) (0d7356c)
Features
BREAKING CHANGES
  • path-mapping AST transformer is no longer shipped in ts-jest v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • Any imports ts-jest/dist/compiler/ts-compiler should change to ts-jest/dist/legacy/compiler/ts-compiler
  • Any imports ts-jest/dist/compiler/ts-jest-compiler should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
  • Any imports ts-jest/dist/config/config-set should change to ts-jest/dist/legacy/config/config-set
  • Minimum support TypeScript version is now 4.3 since Jest 28 requires it.
  • Jest 28 is required.
  • core: Any imports ts-jest/utils should be replaced with ts-jest.
  • core: Starting from Jest 27.4, mocked has been integrated into Jest repo.
  • core: Support for Node.js v10 has been removed as Jest drops support for it.

27.1.5 (2022-05-17)

Bug Fixes

27.1.4 (2022-03-24)

Bug Fixes

27.1.3 (2022-01-14)

Bug Fixes
  • compiler: update memory cache for compiler using received file content (#​3194) (e4d9541)

27.1.2 (2021-12-15)

Bug Fixes
  • stimulate esbuild type to avoid importing esbuild directly (#​3147) (9ace0a9)

27.1.1 (2021-12-07)

Bug Fixes
gilamran/tsc-watch (tsc-watch)

v4.6.2

Compare Source

  • Added file_emitted signal support when --listEmittedFiles is used issue
  • Added client new event file_emitted with the emitted file path

v4.6.1

Compare Source

  • Added --maxNodeMem param to set manually node allocated memory issue - (Thanks to @​pp0rtal for the idea and the PR!)
TypeStrong/TypeDoc (typedoc)

v0.22.18

Compare Source

Features
  • Relaxed restrictions on @enum style enums to also permit non-literal strings and numbers, #​1956.
Bug Fixes
  • searchGroupBoosts was only computing the boost for the first reflection in a group, #​1958.
Thanks!

v0.22.17

Compare Source

Features
  • Added support for documenting a module's global declarations as its exports if it contains no real exports.
Bug Fixes
  • Restore support for TS 4.0 through 4.5, #​1945.

v0.22.16

Compare Source

Features
  • Added support for TypeScript 4.7, #​1935.
  • Support enum-like objects with numeric literal values tagged with @enum, #​1918.
  • Enum member reflections will now have their type set to either a LiteralType with a string or numeric value or an IntrinsicType with type number, #​1942.
    Using defaultValue on EnumMember reflections is now deprecated, and will be broken in 0.23.
Bug Fixes
  • Fixed invalid type output in some uncommon edge cases, TypeDoc also now renders fewer superfluous parenthesis when creating types.
  • TypeDoc is now more consistent about ordering with enum-value-ascending or enum-value-descending sort strategies in mixed string/number enums.
Thanks!

v0.22.15

Compare Source

Features
  • Classes which are abstract and enums which are const will now be indicated in their rendered documentation, #​1874.
  • Added a new option compilerOptions, which can be used to override compiler options read from tsconfig.json, #​1891.
  • Added new render hooks: content.begin, content.end, navigation.begin, navigation.end
Bug Fixes
  • TypeDoc will now warn if a project name/version cannot be inferred from a package.json file rather than using undefined, #​1907.
Thanks!

v0.22.14

Compare Source

Bug Fixes
  • Fixed missing comments on @enum style enum members defined in declaration files, #​1880.
  • Fixed --validation.notDocumented warnings for functions/methods/type aliases, #​1895, #​1898.
  • Search results will no longer include random items when the search bar is empty, #​1881.
  • Comments on overloaded constructors will now be detected in the same way that overloaded functions/methods are.
  • Fixed removeReflection not completely removing reflections from the project, #​1898.
  • Fixed @hidden / @ignore / @exclude comments on default exports with no associated variable, #​1903.
  • makeRecursiveVisitor will now correctly call the intersection callback, #​1910.
Thanks!

v0.22.13

Compare Source

Features
  • Add support for TypeScript 4.6, #​1877.
  • Support copying @param comments for nested members that target union and intersection types, #​1876.
Bug Fixes
  • Fixed validation for --requiredToBeDocumented option, #​1872.
  • Fixed missing this parameters in documentation for some functions, #​1875.

v0.22.12

Compare Source

Features
  • Added --validation.notDocumented option to warn on items that are not documented, #​1817.
Bug Fixes
  • Fixed const variables not properly marked as const, #​1866.
Thanks!

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.

@renovate renovate bot added the deps label Feb 1, 2022
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 0e6e4a4 to ece5d72 Compare February 8, 2022 18:01
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v14.18.10 chore(deps): update patch dependencies (patch) Feb 8, 2022
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 3 times, most recently from 2f8df82 to f8f0fc5 Compare February 14, 2022 21:45
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from 6cc031c to a76d841 Compare February 26, 2022 00:44
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 4 times, most recently from 80f5602 to 1b4208b Compare March 11, 2022 17:19
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 1b4208b to 552f587 Compare March 14, 2022 22:50
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 552f587 to 3340a2b Compare March 26, 2022 12:31
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 3340a2b to b4e0e9a Compare April 24, 2022 22:45
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from b4e0e9a to d316c53 Compare May 16, 2022 00:35
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from d316c53 to e694669 Compare June 18, 2022 13:00
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from e694669 to 3912c3f Compare September 25, 2022 16:16
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 3912c3f to 77d0f69 Compare November 20, 2022 16:56
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 77d0f69 to 5d13cdd Compare March 17, 2023 05:58
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 3 times, most recently from 3a4295b to e23b2a4 Compare March 29, 2023 22:33
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from e23b2a4 to 07f98dd Compare April 17, 2023 13:36
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 07f98dd to 0578a40 Compare May 28, 2023 11:30
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 3 times, most recently from 05dfe6e to bb5d55f Compare June 13, 2023 04:36
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from 4a8fe3f to 5648105 Compare July 1, 2023 08:23
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from 785b04d to 715ab74 Compare August 23, 2023 23:18
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 3 times, most recently from 8741a14 to f31f6d2 Compare September 5, 2023 19:40
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from 62a477e to 7340298 Compare September 15, 2023 08:51
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 4 times, most recently from 3721f24 to 1093796 Compare September 23, 2023 02:27
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from 80ff17d to 10fe05b Compare September 23, 2023 23:20
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 10fe05b to 8f118d1 Compare October 10, 2023 20:04
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from 4da89b5 to 96246d1 Compare October 18, 2023 09:48
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from e9f6587 to cb7460d Compare November 7, 2023 21:56
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from f1b8747 to 64fa99b Compare November 21, 2023 05:38
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 64fa99b to a03a565 Compare December 8, 2023 01:28
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from a03a565 to 864f21c Compare January 16, 2024 12:09
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 864f21c to 4142e79 Compare April 19, 2024 14:09
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 4142e79 to adc6412 Compare May 16, 2025 23:36
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from adc6412 to f3dc269 Compare June 7, 2025 03:29
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from f3dc269 to 7fb7d9c Compare August 10, 2025 14:27
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from 2b7aef6 to 36c6a1b Compare October 24, 2025 07:51
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 36c6a1b to 4e29d13 Compare October 27, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant