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 dependency ts-auto-mock to v3 #93

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-auto-mock 2.3.5 -> 3.5.0 age adoption passing confidence

Release Notes

Typescript-TDD/ts-auto-mock

v3.5.0

Compare Source

Features
  • arrowfunctionliteraltypes: add some compatibility for arrow functions without type definitions (b2fb8de)

v3.4.0

Compare Source

Features
  • functionliteraltypes: add some compatibility for functions without type definitions! (#​889) (a21e012)

3.3.6 (2021-08-28)

Bug Fixes
  • vulnerability: fix some vulnerabilities (53a13e5)

3.3.5 (2021-08-08)

Performance Improvements
  • typescript: upgrade to latest version of typescript (69e52e1)

3.3.4 (2021-08-08)

Bug Fixes
  • husky: remove husky from post install because it will be required for consumers of the packages (83498e2)

3.3.3 (2021-08-08)

Performance Improvements
  • dependencies: run husky installation only when installing not when publishing the package (#​871) (9fea5d4)

3.3.2 (2021-08-08)

Performance Improvements

3.3.1 (2021-08-08)

Performance Improvements
  • dependencies: update ts-auto-mock dependencies to the latest version (46fbacf)

v3.3.6

Compare Source

Bug Fixes
  • vulnerability: fix some vulnerabilities (53a13e5)

v3.3.5

Compare Source

Performance Improvements
  • typescript: upgrade to latest version of typescript (69e52e1)

v3.3.4

Compare Source

Bug Fixes
  • husky: remove husky from post install because it will be required for consumers of the packages (83498e2)

v3.3.3

Compare Source

Performance Improvements
  • dependencies: run husky installation only when installing not when publishing the package (#​871) (9fea5d4)

v3.3.0

Compare Source

Features
  • export alternative transformer function to allow providing customized typescript (#​802) (9f1dce4)

3.2.3 (2021-06-17)

Bug Fixes
  • transformer: ignore namespace when resolving a declaration (#​793) (c356caa)

3.2.2 (2021-05-22)

Bug Fixes
  • merge: ensure undefined is assigned when merging partial mock (#​748) (31c5ff5)

3.2.1 (2021-05-20)

Bug Fixes

v3.2.3

Compare Source

Bug Fixes
  • transformer: ignore namespace when resolving a declaration (#​793) (c356caa)

v3.2.2

Compare Source

Bug Fixes
  • merge: ensure undefined is assigned when merging partial mock (#​748) (31c5ff5)

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
  • getAccessor: correctly mock get accessors for mocked classes (3530039)

3.1.3 (2021-04-21)

Performance Improvements

3.1.2 (2021-03-15)

Performance Improvements

3.1.1 (2021-02-18)

Bug Fixes
  • typeReference: log warning when type definition does not exists and cannot be located (#​618) (5750def)

v3.1.3

Compare Source

Performance Improvements

v3.1.2

Compare Source

Performance Improvements

v3.1.1

Compare Source

Bug Fixes
  • typeReference: log warning when type definition does not exists and cannot be located (#​618) (5750def)

v3.1.0

Compare Source

Features
  • hydrate-mocks: add create-hydrated-mock functionality (aa2ebad)

v3.0.0

Compare Source

chore
BREAKING CHANGES
  • typescript: typescript >= 4.0.2 is required to use ts-auto-mock
    Update your typescript dependency to version >= 4.0.2

v2.7.0

Compare Source

Features
  • registerMock: allow use of mocked generics in register mock factory (512e150)

2.6.5 (2020-10-08)

Bug Fixes
  • createMockList: count the number of create mock list on runtime instead of relying on a numeric literal (eec45dd), closes #​595

2.6.4 (2020-09-18)

Bug Fixes
  • transformer: apply null and warning when property type cannot be identified (7cc1ec0)
  • typescript: restore support for typescript 3 (825cc01)

2.6.3 (2020-09-17)

Bug Fixes
  • transformer: do not fail when accessing index of extended this for a computed property (02e7b12)

2.6.2 (2020-09-15)

Bug Fixes
  • definitelyTyped: do not fail on mocking module declarations (4660f58)

2.6.1 (2020-09-15)

Bug Fixes
  • transformer: fix interface call signature with undeclared return type (#​533) (55da89f)

v2.6.5

Compare Source

Bug Fixes
  • createMockList: count the number of create mock list on runtime instead of relying on a numeric literal (eec45dd), closes #​595

v2.6.4

Compare Source

Bug Fixes
  • transformer: apply null and warning when property type cannot be identified (7cc1ec0)
  • typescript: restore support for typescript 3 (825cc01)

v2.6.3

Compare Source

Bug Fixes
  • transformer: do not fail when accessing index of extended this for a computed property (02e7b12)

v2.6.2

Compare Source

Bug Fixes
  • definitelyTyped: do not fail on mocking module declarations (4660f58)

v2.6.1

Compare Source

Bug Fixes
  • transformer: fix interface call signature with undeclared return type (#​533) (55da89f)

v2.6.0

Compare Source

Features
  • fileFilter: add config option to specify files with mocks (526d677)

2.5.3 (2020-09-15)

Bug Fixes
  • properties: create property when undefined/void, do not emit property only when optional (70d65ed)

2.5.2 (2020-09-13)

Bug Fixes
  • enum: fix enum constant computed properties (9c96a53)

2.5.1 (2020-09-12)

Bug Fixes
  • mockValues: assign, not merge, override value when is a mock to prevent maximum callstack size exceeded errors (7431d80)

v2.5.3

Compare Source

Bug Fixes
  • properties: create property when undefined/void, do not emit property only when optional (70d65ed)

v2.5.2

Compare Source

Bug Fixes
  • enum: fix enum constant computed properties (9c96a53)

v2.5.1

Compare Source

Bug Fixes
  • mockValues: assign, not merge, override value when is a mock to prevent maximum callstack size exceeded errors (7431d80)

v2.5.0

Compare Source

Bug Fixes
  • logs: ensure logs tests work on windows (a160a87)
Features
  • transformer: tuple type now gets mocked as an instance of specified tuple, add keyof warning, support readonly array/tuple Pmyl 23 minutes ago (af9df91)

v2.4.0

Compare Source

Features

2.3.5 (2020-08-29)

Bug Fixes
  • createMock: PartialDeep to ignore object prototype properties (37cb34d)

2.3.4 (2020-08-09)

Bug Fixes
  • partial: improve deep partial type to ensure compilation without errors when passing default values to create mock and create mock list (7463501)

2.3.3 (2020-07-11)

Bug Fixes
  • typeof-module: prevent unsupported declaration to be transformer when mocking typeof of a module that uses exports = (09aa3b3)

2.3.2 (2020-07-05)

Bug Fixes
  • upgrade gatsby-plugin-google-analytics from 2.3.1 to 2.3.3 (52c1b88)

2.3.1 (2020-07-05)

Bug Fixes
  • upgrade typescript from 3.9.3 to 3.9.5 (82bf1b8)

Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot assigned C0ZEN Jan 6, 2021
@renovate renovate bot requested a review from C0ZEN January 6, 2021 19:08
@renovate renovate bot force-pushed the renovate/ts-auto-mock-3.x branch from b3a95ee to 50f031e Compare January 9, 2021 22:58
@renovate renovate bot force-pushed the renovate/ts-auto-mock-3.x branch from 50f031e to a077268 Compare April 26, 2021 16:11
@renovate renovate bot force-pushed the renovate/ts-auto-mock-3.x branch from a077268 to 51b29dd Compare June 6, 2021 21:17
@renovate renovate bot force-pushed the renovate/ts-auto-mock-3.x branch from 51b29dd to 8f53635 Compare October 18, 2021 17:16
@github-actions
Copy link
Contributor

Stale pull request message

@renovate
Copy link
Author

renovate bot commented Jun 10, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/ts-auto-mock-3.x branch June 10, 2022 00:55
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.

2 participants