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

fix(deps): Bump @typegoose/typegoose from 11.5.0 to 11.5.1 #250

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps @typegoose/typegoose from 11.5.0 to 11.5.1.

Release notes

Sourced from @​typegoose/typegoose's releases.

v11.5.1

11.5.1 (2023-10-07)

Style

  • apply prettier 3.0 formatting changes (07826fa)

Dev-Dependencies

  • @​types/jest: upgrade to 29.5.5 (e1a1a9f)
  • @​types/lodash: upgrade to 4.14.199 (0985e4f)
  • @​types/node: upgrade to 14.18.63 (f62f379)
  • @​types/semver: upgrade to 7.5.3 (41683d7)
  • @typescript-eslint/*: upgrade to 5.62.0 (2b84106)
  • commitlint: upgrade to 17.7.2 (bad796b)
  • eslint-config-prettier: upgrade to 8.10.0 (a15c884)
  • eslint-config-prettier: upgrade to 9.0.0 (93e3f85)
  • eslint: upgrade to 8.51.0 (5313ded)
  • jest: upgrade to 29.7.0 (13d92f7)
  • mongodb-memory-server: upgrade to 9.0.0 (88df9ab)
  • prettier: upgrade to 3.0.3 (7c198cd)
  • rimraf: upgrade to 5.0.5 (b72f5c6)
Changelog

Sourced from @​typegoose/typegoose's changelog.

11.5.1 (2023-10-07)

Style

  • apply prettier 3.0 formatting changes (07826fa)

Dev-Dependencies

  • @​types/jest: upgrade to 29.5.5 (e1a1a9f)
  • @​types/lodash: upgrade to 4.14.199 (0985e4f)
  • @​types/node: upgrade to 14.18.63 (f62f379)
  • @​types/semver: upgrade to 7.5.3 (41683d7)
  • @typescript-eslint/*: upgrade to 5.62.0 (2b84106)
  • commitlint: upgrade to 17.7.2 (bad796b)
  • eslint-config-prettier: upgrade to 8.10.0 (a15c884)
  • eslint-config-prettier: upgrade to 9.0.0 (93e3f85)
  • eslint: upgrade to 8.51.0 (5313ded)
  • jest: upgrade to 29.7.0 (13d92f7)
  • mongodb-memory-server: upgrade to 9.0.0 (88df9ab)
  • prettier: upgrade to 3.0.3 (7c198cd)
  • rimraf: upgrade to 5.0.5 (b72f5c6)
Commits
  • 38c800b release: v11.5.1
  • 1850092 Revert "devdeps(lint-staged): upgrade to 13.3.0"
  • 07826fa style: apply prettier 3.0 formatting changes
  • 7c198cd devdeps(prettier): upgrade to 3.0.3
  • 93e3f85 devdeps(eslint-config-prettier): upgrade to 9.0.0
  • a15c884 devdeps(eslint-config-prettier): upgrade to 8.10.0
  • 26b4133 devdeps(lint-staged): upgrade to 13.3.0
  • 2b84106 devdeps(@typescript-eslint/*): upgrade to 5.62.0
  • f62f379 devdeps(@​types/node): upgrade to 14.18.63
  • b72f5c6 devdeps(rimraf): upgrade to 5.0.5
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 9, 2023
@github-actions github-actions bot added the automerge Allow kodiak to automerge commit when all checks pass label Oct 9, 2023
@kodiakhq kodiakhq bot removed the automerge Allow kodiak to automerge commit when all checks pass label Oct 9, 2023
@kodiakhq
Copy link
Contributor

kodiakhq bot commented Oct 9, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typegoose/typegoose-11.5.1 branch from a0d4af6 to e92b585 Compare October 9, 2023 17:42
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 9, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typegoose/typegoose-11.5.1 branch from e92b585 to 7c976d1 Compare October 9, 2023 17:45
Bumps [@typegoose/typegoose](https://github.com/typegoose/typegoose) from 11.5.0 to 11.5.1.
- [Release notes](https://github.com/typegoose/typegoose/releases)
- [Changelog](https://github.com/typegoose/typegoose/blob/master/CHANGELOG.md)
- [Commits](typegoose/typegoose@v11.5.0...v11.5.1)

---
updated-dependencies:
- dependency-name: "@typegoose/typegoose"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typegoose/typegoose-11.5.1 branch from 7c976d1 to e1f6f1d Compare October 9, 2023 17:49
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Superseded by #253.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typegoose/typegoose-11.5.1 branch October 16, 2023 17:53
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants