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): update typescript dependencies #443

Merged
merged 1 commit into from Jan 27, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 5.44.0 -> 5.49.0 age adoption passing confidence
@typescript-eslint/parser 5.44.0 -> 5.49.0 age adoption passing confidence
typedoc (source) 0.23.21 -> 0.23.24 age adoption passing confidence
typedoc-plugin-markdown (source) 3.13.6 -> 3.14.0 age adoption passing confidence
typescript (source) 4.9.3 -> 4.9.4 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.49.0

Compare Source

Features
  • eslint-plugin: [naming-convention] add support for #private modifier on class members (#​6259) (c8a6d80)

5.48.2 (2023-01-16)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.48.1 (2023-01-09)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.48.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.48.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.48.0

Compare Source

Features
  • eslint-plugin: specify which method is unbound and added test case (#​6281) (cf3ffdd)

5.47.1 (2022-12-26)

Bug Fixes
  • ast-spec: correct some incorrect ast types (#​6257) (0f3f645)
  • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#​6256) (ccd45d4)

v5.47.1

Compare Source

Bug Fixes
  • ast-spec: correct some incorrect ast types (#​6257) (0f3f645)
  • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#​6256) (ccd45d4)

v5.47.0

Compare Source

Features
  • eslint-plugin: [no-floating-promises] add suggestion fixer to add an 'await' (#​5943) (9e35ef9)

5.46.1 (2022-12-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.46.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.46.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#​6079) (d91a5fc)
Features
  • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#​6174) (8a91cbd)

5.45.1 (2022-12-05)

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)

v5.45.1

Compare Source

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)

v5.45.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#​5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#​6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#​5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#​6043) (6e079eb)
Features
  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#​5965) (2abadc6)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.49.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.48.2 (2023-01-16)

Note: Version bump only for package @​typescript-eslint/parser

5.48.1 (2023-01-09)

Note: Version bump only for package @​typescript-eslint/parser

v5.48.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.48.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.48.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.47.1 (2022-12-26)

Note: Version bump only for package @​typescript-eslint/parser

v5.47.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.47.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.46.1 (2022-12-12)

Note: Version bump only for package @​typescript-eslint/parser

v5.46.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.46.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.45.1 (2022-12-05)

Bug Fixes
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#​6134) (e777f5e)

v5.45.1

Compare Source

Bug Fixes
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#​6134) (e777f5e)

v5.45.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

TypeStrong/TypeDoc

v0.23.24

Compare Source

Bug Fixes
  • Fixed an issue where signature comments were preferred over property comments for indirectly created function-properties, #​2135.
  • Fixed symlink handling when expanding entry points, #​2130.
Thanks!

v0.23.23

Compare Source

Features
  • Added ts.Signature to emitted EVENT_CREATE_SIGNATURE event, #​2002.
Bug Fixes
  • Links to members hidden by filter settings now temporarily override the filter, #​2092.
  • If src/ and src/x are specified as entry points, src/ will no longer be ignored, #​2121.

v0.23.22

Compare Source

Features
  • Add support for defining the kind sort order, #​2109.
Bug Fixes
  • Normalize all file paths on Windows, #​2113.
  • Fix @link tags within lists, #​2103.
tgreyuk/typedoc-plugin-markdown

v3.14.0

Compare Source

Features
  • Add objectLiteralTypeDeclarationStyle option (#​362)
  • Beautify parameter table output of destructured params (#​364)
Fixes
  • Fix missing descriptions for function params (#​357)
  • Add conditional check to signature comments (#​368)

3.13.6 (2022-09-04)

Fixes
  • Replace deprecated 'attemptExternalResolution' (#​344)

3.13.5 (2022-08-30)

Fixes
  • Export media and includes options (#​340)

3.13.4 (2022-07-20)

Fixes

3.13.3 (2022-07-05)

Fixes
  • Remove extraneous whitespace in tag description (#​324)

3.13.2 (2022-06-30)

Fixes

3.13.1 (2022-06-28)

Note: Version bump only for package typedoc-plugin-markdown

Microsoft/TypeScript

v4.9.4: TypeScript 4.9.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:

Changes:

This list of changes was auto generated.


Configuration

📅 Schedule: Branch creation - "before 3am on Monday,before 3am on Wednesday,before 3am on Friday" (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 changed the title Update typescript dependencies to v5.45.0 Update typescript dependencies Dec 2, 2022
@renovate renovate bot force-pushed the renovate/typescript branch 5 times, most recently from 7af8c1d to 56fdf22 Compare December 12, 2022 18:14
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from f1d1136 to 9ea3074 Compare December 19, 2022 18:25
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 12cd00d to ba2f6d6 Compare January 2, 2023 17:57
@renovate renovate bot force-pushed the renovate/typescript branch 3 times, most recently from a5bfd51 to 7ce78f6 Compare January 11, 2023 09:50
@renovate renovate bot changed the title Update typescript dependencies chore(deps): update typescript dependencies Jan 13, 2023
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 4749704 to fe10a88 Compare January 16, 2023 20:17
@nglgzz nglgzz merged commit b4c7b7e into master Jan 27, 2023
@nglgzz nglgzz deleted the renovate/typescript branch January 27, 2023 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant