Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps libdragon from 10.3.1 to 10.8.2.

Release notes

Sourced from libdragon's releases.

v10.8.2

10.8.2 (2022-09-25)

Bug Fixes

  • make ts more stricter and fix potential edge cases (5890be0)

v10.8.1

10.8.1 (2022-09-23)

Bug Fixes

  • init.js: prevent premature failure when the vendor target already exists (9c76ece)
  • init.js: show a custom error when the submodule operation fails (bd40a9f), closes #57

Reverts

  • revert changelog removal (e34b21d)

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

... (truncated)

Changelog

Sourced from libdragon's changelog.

10.8.2 (2022-09-25)

Bug Fixes

  • make ts more stricter and fix potential edge cases (5890be0)

10.8.1 (2022-09-23)

Bug Fixes

  • init.js: prevent premature failure when the vendor target already exists (9c76ece)
  • init.js: show a custom error when the submodule operation fails (bd40a9f), closes #57

Reverts

  • revert changelog removal (e34b21d)

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

... (truncated)

Commits
  • 94fb49a chore(release): 10.8.2 [skip ci]
  • 5890be0 fix: make ts more stricter and fix potential edge cases
  • de8b0b8 build: only run ci jobs on non-master branches
  • 8f5b0c4 build: run tests before releases as well
  • 0d5a9be docs: update todo list
  • 5d368ea chore(release): 10.8.1 [skip ci]
  • 9c9294c build: fix incorrect configuration
  • 85255ef build: remove changelog update as it does not seem to work properly
  • e394cd9 build: add configuration for semantic changelog
  • e34b21d revert: revert changelog removal
  • 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.2.
- [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.2)

---
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 Sep 26, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2022

Superseded by #63.

@dependabot dependabot bot closed this Nov 14, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/libdragon-10.8.2 branch November 14, 2022 12:00
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