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

Bump dockerode and @types/dockerode #296

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2022

Bumps dockerode and @types/dockerode. These dependencies needed to be updated together.
Updates dockerode from 3.3.1 to 3.3.4

Commits

Updates @types/dockerode from 3.2.6 to 3.3.11

Commits

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 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 requested review from a team and deivid-rodriguez October 1, 2022 18:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dockerode-and-types/dockerode-3.3.4 branch 5 times, most recently from fb381ea to 0c6b81e Compare October 5, 2022 22:03
@bdragon bdragon requested a review from a team as a code owner October 11, 2022 21:59
@bdragon bdragon force-pushed the dependabot/npm_and_yarn/dockerode-and-types/dockerode-3.3.4 branch 2 times, most recently from 93265ea to 2860cf3 Compare October 11, 2022 23:37
@mctofu
Copy link
Contributor

mctofu commented Feb 1, 2023

I've duplicated this branch to https://github.com/github/dependabot-action/tree/dockerode-backup. Going to have dependabot recreate this and re-apply the fixes.

@mctofu
Copy link
Contributor

mctofu commented Feb 1, 2023

@dependabot recreate

Bumps [dockerode](https://github.com/apocas/dockerode) and [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode). These dependencies needed to be updated together.

Updates `dockerode` from 3.3.1 to 3.3.4
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v3.3.1...v3.3.4)

Updates `@types/dockerode` from 3.2.6 to 3.3.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

---
updated-dependencies:
- dependency-name: dockerode
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/dockerode"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dockerode-and-types/dockerode-3.3.4 branch from 2860cf3 to 161f7ff Compare February 1, 2023 23:36
mctofu and others added 4 commits February 1, 2023 23:43
Co-authored-by: Bryan Dragon <25506+bdragon@users.noreply.github.com>
Co-authored-by: Bryan Dragon <25506+bdragon@users.noreply.github.com>
Initially this branch was failing lint checks in CI due to a mismatch between the type of argument we pass to dockerode's `Docker.listImages()` and the TypeScript type definition for that method. Reading the type definition, the method expects `filters` to be a string where we were passing an object. (Docker _does_ want a string, but a JSON-encoded one.) It turns out that dockerode and docker-modem automatically convert options like this one to JSON-encoded strings as of apocas/docker-modem@fa5a2b7. However, passing anything other than a string still fails type checking.

Co-authored-by: Bryan Dragon <25506+bdragon@users.noreply.github.com>
@mctofu mctofu requested a review from bdragon February 2, 2023 00:03
@landongrindheim landongrindheim merged commit 4efba68 into main Feb 2, 2023
@landongrindheim landongrindheim deleted the dependabot/npm_and_yarn/dockerode-and-types/dockerode-3.3.4 branch February 2, 2023 18:03
This was referenced Mar 15, 2023
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 javascript Pull requests that update Javascript code
Projects
None yet
3 participants