Skip to content

Update dependency strong-mock to v9 (renovate-deps)#11

Open
renovate[bot] wants to merge 1 commit into
renovate-depsfrom
renovate/renovate-deps-strong-mock-9.x
Open

Update dependency strong-mock to v9 (renovate-deps)#11
renovate[bot] wants to merge 1 commit into
renovate-depsfrom
renovate/renovate-deps-strong-mock-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 15, 2024

This PR contains the following updates:

Package Change Age Confidence
strong-mock ~8.0.1~9.2.0 age confidence

Release Notes

NiGhTTraX/strong-mock (strong-mock)

v9.2.2

Compare Source

v9.2.1

Compare Source

v9.2.0

Compare Source

Features
  • Allow mock name customization (73c3b1c)
    • You can now name mocks with mock<T>({ name: 'MyCustomMock' }) to help identify them in error messages.

v9.1.0

Compare Source

[!IMPORTANT]
The next major version (v10) will be ESM-only. Since Node 20.19 supports require(esm) by default (see Node 20.19.0 release post), no changes should be required for CJS projects using Node 20.19 or higher.

Features
  • Publish ESM build, alongside CJS (f1ece16)
    • This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build.
  • Support nesting matchers in deepEquals (the default matcher) (7c243d2)
    • Example: when(() => mockedFn({ foo: It.isNumber() }))
Bug Fixes
  • Fix diff integration with IDEs for vitest (f881346)
9.0.1 (2024-11-23)
Bug Fixes
  • deps: update dependency jest-diff to ~29.7.0 (50a3aa8)
  • Pretty print nested matchers in isArray (24f9deb)

v9.0.1

Compare Source

[!IMPORTANT]
The next major version (v10) will be ESM-only. Since Node 20.19 supports require(esm) by default (see Node 20.19.0 release post), no changes should be required for CJS projects using Node 20.19 or higher.

Features
  • Publish ESM build, alongside CJS (f1ece16)
    • This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build.
  • Support nesting matchers in deepEquals (the default matcher) (7c243d2)
    • Example: when(() => mockedFn({ foo: It.isNumber() }))
Bug Fixes
  • Fix diff integration with IDEs for vitest (f881346)
9.0.1 (2024-11-23)
Bug Fixes
  • deps: update dependency jest-diff to ~29.7.0 (50a3aa8)
  • Pretty print nested matchers in isArray (24f9deb)

v9.0.0

Compare Source

[!IMPORTANT]
The next major version (v10) will be ESM-only. Since Node 20.19 supports require(esm) by default (see Node 20.19.0 release post), no changes should be required for CJS projects using Node 20.19 or higher.

Features
  • Publish ESM build, alongside CJS (f1ece16)
    • This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build.
  • Support nesting matchers in deepEquals (the default matcher) (7c243d2)
    • Example: when(() => mockedFn({ foo: It.isNumber() }))
Bug Fixes
  • Fix diff integration with IDEs for vitest (f881346)
9.0.1 (2024-11-23)
Bug Fixes
  • deps: update dependency jest-diff to ~29.7.0 (50a3aa8)
  • Pretty print nested matchers in isArray (24f9deb)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 15, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 7 times, most recently from 3e876c8 to cdb13b1 Compare September 22, 2024 08:49
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 7 times, most recently from ab83666 to 096f794 Compare September 30, 2024 02:13
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 6 times, most recently from 07b40c3 to 4cb043d Compare October 7, 2024 02:45
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 6 times, most recently from 9629cd2 to 7571feb Compare October 13, 2024 06:00
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 3 times, most recently from 93a9bf7 to 56eb7a3 Compare October 20, 2024 05:41
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 5 times, most recently from 86f26de to a1d1ede Compare November 10, 2024 02:12
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 3 times, most recently from 6d94f3e to 52e2aba Compare November 14, 2024 05:14
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 4 times, most recently from 0c4e357 to 83830a5 Compare November 27, 2024 17:58
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 5 times, most recently from d208182 to ea5879f Compare December 3, 2024 02:49
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 6 times, most recently from 4b9167e to 2ed0a4b Compare December 12, 2024 04:44
@renovate renovate Bot force-pushed the renovate/renovate-deps-strong-mock-9.x branch 5 times, most recently from 8204409 to 8229985 Compare December 16, 2024 23:23
| datasource | package     | from  | to    |
| ---------- | ----------- | ----- | ----- |
| npm        | strong-mock | 8.0.1 | 9.2.2 |


## [v9.2.2](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#922-2026-04-29)



## [v9.2.1](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#921-2026-04-17)



## [v9.2.0](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#920-2026-02-12)

##### Features

- Allow mock name customization ([73c3b1c](NiGhTTraX/strong-mock@73c3b1c))
  - You can now name mocks with `mock<T>({ name: 'MyCustomMock' })` to help identify them in error messages.


## [v9.1.0](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#910-2026-01-13)

> \[!IMPORTANT]\
> The next major version (v10) will be ESM-only. Since Node 20.19 supports `require(esm)` by default (see [Node 20.19.0 release post](https://nodejs.org/en/blog/release/v20.19.0/#requireesm-is-now-enabled-by-default)), no changes should be required for CJS projects using Node 20.19 or higher.

##### Features

- Publish ESM build, alongside CJS ([f1ece16](NiGhTTraX/strong-mock@f1ece16))
  - This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build.
- Support nesting matchers in `deepEquals` (the default matcher) ([7c243d2](NiGhTTraX/strong-mock@7c243d2))
  - Example: `when(() => mockedFn({ foo: It.isNumber() }))`

##### Bug Fixes

- Fix diff integration with IDEs for vitest ([f881346](NiGhTTraX/strong-mock@f881346))

##### [9.0.1](NiGhTTraX/strong-mock@v9.0.0...v9.0.1) (2024-11-23)

##### Bug Fixes

- **deps:** update dependency jest-diff to \~29.7.0 ([50a3aa8](NiGhTTraX/strong-mock@50a3aa8))
- Pretty print nested matchers in `isArray` ([24f9deb](NiGhTTraX/strong-mock@24f9deb))


## [v9.0.1](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#910-2026-01-13)

> \[!IMPORTANT]\
> The next major version (v10) will be ESM-only. Since Node 20.19 supports `require(esm)` by default (see [Node 20.19.0 release post](https://nodejs.org/en/blog/release/v20.19.0/#requireesm-is-now-enabled-by-default)), no changes should be required for CJS projects using Node 20.19 or higher.

##### Features

- Publish ESM build, alongside CJS ([f1ece16](NiGhTTraX/strong-mock@f1ece16))
  - This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build.
- Support nesting matchers in `deepEquals` (the default matcher) ([7c243d2](NiGhTTraX/strong-mock@7c243d2))
  - Example: `when(() => mockedFn({ foo: It.isNumber() }))`

##### Bug Fixes

- Fix diff integration with IDEs for vitest ([f881346](NiGhTTraX/strong-mock@f881346))

##### [9.0.1](NiGhTTraX/strong-mock@v9.0.0...v9.0.1) (2024-11-23)

##### Bug Fixes

- **deps:** update dependency jest-diff to \~29.7.0 ([50a3aa8](NiGhTTraX/strong-mock@50a3aa8))
- Pretty print nested matchers in `isArray` ([24f9deb](NiGhTTraX/strong-mock@24f9deb))


## [v9.0.0](https://github.com/NiGhTTraX/strong-mock/blob/HEAD/CHANGELOG.md#910-2026-01-13)

> \[!IMPORTANT]\
> The next major version (v10) will be ESM-only. Since Node 20.19 supports `require(esm)` by default (see [Node 20.19.0 release post](https://nodejs.org/en/blog/release/v20.19.0/#requireesm-is-now-enabled-by-default)), no changes should be required for CJS projects using Node 20.19 or higher.

##### Features

- Publish ESM build, alongside CJS ([f1ece16](NiGhTTraX/strong-mock@f1ece16))
  - This is in preparation for v10, which will be ESM-only. ESM projects should use the ESM build automatically, while CJS projects will continue to use the CJS build.
- Support nesting matchers in `deepEquals` (the default matcher) ([7c243d2](NiGhTTraX/strong-mock@7c243d2))
  - Example: `when(() => mockedFn({ foo: It.isNumber() }))`

##### Bug Fixes

- Fix diff integration with IDEs for vitest ([f881346](NiGhTTraX/strong-mock@f881346))

##### [9.0.1](NiGhTTraX/strong-mock@v9.0.0...v9.0.1) (2024-11-23)

##### Bug Fixes

- **deps:** update dependency jest-diff to \~29.7.0 ([50a3aa8](NiGhTTraX/strong-mock@50a3aa8))
- Pretty print nested matchers in `isArray` ([24f9deb](NiGhTTraX/strong-mock@24f9deb))
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.

2 participants