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

build(deps-dev): bump @automock/jest from 1.4.0 to 2.1.0 #916

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps @automock/jest from 1.4.0 to 2.1.0.

Changelog

Sourced from @​automock/jest's changelog.

2.1.0 (2023-12-09)

Features

  • jest: unit reference overload methods for identifier metadata (f8c77cf)

2.0.0 (2023-11-10)

Code Refactoring

  • jest: drop support for jest v25.x (18e1677)
  • jest: drop support for native nestjs adapter (85432d0)
  • jest: drop support for node v14 and v12 (ef2b729)
  • jest: improve interfaces and remove types (4bc96e2)

Features

  • jest: replace jest-mock-extended with native mocking functionality (6148f14)

BREAKING CHANGES

  • jest: - Users will need to update their imports due to the relocation of Type and UnitTestBed.
  • Adjustments may be required for the new UnitReference interface.
  • jest: Remove built in support for NestJS adapter from package.json dependencies
  • jest: Drop support for jest v25.x, update package.json peer deps to new jest version range
  • jest: Setup engines for node to be 16 to 20, drop support for v12 and v14
  • jest: Remove export of MockFunction
Commits
  • 1cfcdf4 chore(*): version packages [skip ci]
  • f8c77cf feat(jest): unit reference overload methods for identifier metadata
  • 4800dff docs(jest): update readme file texts
  • 6db3112 chore: tsconfig to skip lib check
  • a1d681c chore(*): version packages [skip ci]
  • 0328850 chore: update jest - config and version 29
  • 4bc96e2 refactor(jest): improve interfaces and remove types
  • 301863e chore(deps): remove nestjs deps and typeorm
  • 357ed52 docs(jest): update readme file
  • 4765741 chore(jest): remove redundant integration test
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2024
@github-actions github-actions bot enabled auto-merge February 19, 2024 20:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch 9 times, most recently from 5cf3bd2 to 7ef73f9 Compare February 20, 2024 19:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch 7 times, most recently from d062d63 to e29eccf Compare March 4, 2024 20:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch 7 times, most recently from 3b99715 to e4ed297 Compare March 4, 2024 22:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch 4 times, most recently from b224fe0 to 362ae84 Compare March 11, 2024 21:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch 10 times, most recently from cb63962 to ec6592c Compare March 18, 2024 21:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch from ec6592c to 64c2a5b Compare March 18, 2024 22:10
@benscobie
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch from 64c2a5b to 145629a Compare November 16, 2024 16:00
@benscobie
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch from 145629a to 8cad8ca Compare December 20, 2024 15:00
Bumps [@automock/jest](https://github.com/automock/automock/tree/HEAD/packages/testbeds/jest) from 1.4.0 to 2.1.0.
- [Release notes](https://github.com/automock/automock/releases)
- [Changelog](https://github.com/automock/automock/blob/master/packages/testbeds/jest/CHANGELOG.md)
- [Commits](https://github.com/automock/automock/commits/@automock/[email protected]/packages/testbeds/jest)

---
updated-dependencies:
- dependency-name: "@automock/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@benscobie benscobie force-pushed the dependabot/npm_and_yarn/automock/jest-2.1.0 branch from 8cad8ca to 7164f98 Compare December 20, 2024 15:05
@github-actions github-actions bot merged commit 5bcddcd into main Dec 20, 2024
6 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/automock/jest-2.1.0 branch December 20, 2024 15:17
@jorenn92
Copy link
Owner

🎉 This PR is included in version 2.4.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants