Skip to content

Bump libdragon from 10.3.1 to 10.8.0#60

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/libdragon-10.8.0
Closed

Bump libdragon from 10.3.1 to 10.8.0#60
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/libdragon-10.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps libdragon from 10.3.1 to 10.8.0.

Release notes

Sourced from libdragon's releases.

v10.8.0

10.8.0 (2022-05-14)

Features

  • init.js: add vendored library detection (4465d08)

init action can now detect whether an existing libdragon copy is a submodule or a subtree. This allows changing the vendoring strategy after the project is initialized if the user prepares a new vendored copy and points to it when running init. Also it is now possible to convert an existing project to a libdragon project by pointing at the sumbodule/subtree libdragon copy. The contents of the copy is not verified, this is still user's responsibility.

v10.7.1

No release notes provided.

v10.7.0

Fixed

  • Logs properly goes to stderr now. Previously they were written to stdout. This means the id output of the start action is now written to stdout while we can also display other information on the terminal. This allowed enabling the docker logs for a more responsive experience. The output of help still goes to stdout.
  • Skip reading the project information for version and help commands. This was breaking things when these were run with a stopped docker service.
  • Resolved a potential failure case where the host mount path is not reported as a native path. That would prevent proper container discovery. This was not being an issue previously but I realized it was not working for Windows now.
  • Do not throw if the output stream is not finalized. This was previously causing issues when the long output of a command is piped to another process like less. Fixes #46
  • Produce a correct error if an invalid flag with a single - is provided.
  • Skeleton project's Makefile clean recipe now works properly. Fixes #56.
  • A case where it is impossible to recover the container is fixed. This was happening when the host does not have git and the cached container file is missing. In that case the cli was attempting to run git without the containerId.
  • destroy can now cleanup any remaining container even if the project init was failed. This is also useful to clean up old folders that were once libdragon projects.

Added

  • Stdin consumption support. Now it is possible to pipe anything to exec and it will pass it through to the target. In case of no running container, it will keep a copy of the stdin stream until the docker process is ready. This enables piping in data from the host if ever needed for some reason. This enables usages

... (truncated)

Changelog

Sourced from libdragon's changelog.

10.8.0 (2022-05-14)

Features

  • init.js: add vendored library detection (4465d08)

[10.7.1] - 2022-04-20

Fixed

  • Migrating from and old version was incorrectly erroring out to do an additional init, which is not necessarily required.

Changed

  • Do not print usage information when a command fails.

[10.7.0] - 2022-04-17

Fixed

  • Logs properly goes to stderr now. Previously they were written to stdout. This means the id output of the start action is now written to stdout while we can also display other information on the terminal. This allowed enabling the docker logs for a more responsive experience. The output of help still goes to stdout.

Added

  • Stdin consumption support. Now it is possible to pipe anything to exec and it will pass it through to the target. In case of no running container, it will keep a copy of the stdin stream until the docker process is ready. This enables piping in data from the host if ever needed for some reason. This enables usages like cat file.txt | libdragon exec cat - | less.
  • Automatically convert host paths into posix format so that the user can use the host's path autocompletion. It will also convert absolute host paths into relative container paths automatically. Previously all paths were assumed to be container paths relative to the location corresponding to the host cwd. Closes #24.

Changed

  • Refactored process spawns.
  • Refactored main flow and separated parsing logic.
  • Reorder actions & correction on flag usage for help output.
  • Setting --verbose for start does not guarantee the only-id output anymore.
  • Refactored parameter parsing.
  • Update submdule for local development.

[10.6.0] - 2022-04-09

... (truncated)

Commits
  • 6018d18 chore(release): 10.8.0 [skip ci]
  • 6d4668e docs(changelog.md): remove unnecessary title
  • 997a852 ci(pack.sh): fix permissions
  • 7b00327 chore(release): 10.8.0 [skip ci]
  • 75d00fd build(npm): add missing package
  • 2ccca6d ci: move packaging before the release operation
  • 0d17dd8 ci: change token name
  • 88b759a docs: Add a todo list
  • 870fba1 ci: Start using a PAT for github access
  • 4465d08 feat(init.js): add vendored library detection
  • 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 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)

Bumps [libdragon](https://github.com/anacierdem/libdragon-docker) from 10.3.1 to 10.8.0.
- [Release notes](https://github.com/anacierdem/libdragon-docker/releases)
- [Changelog](https://github.com/anacierdem/libdragon-docker/blob/master/CHANGELOG.md)
- [Commits](anacierdem/libdragon-docker@v10.3.1...v10.8.0)

---
updated-dependencies:
- dependency-name: libdragon
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 16, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2022

Superseded by #61.

@dependabot dependabot bot closed this Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/libdragon-10.8.0 branch September 26, 2022 12:01
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