Skip to content

Bump arduino/compile-sketches from 1.0.1 to 1.1.0#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/arduino/compile-sketches-1.1.0
Open

Bump arduino/compile-sketches from 1.0.1 to 1.1.0#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/arduino/compile-sketches-1.1.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps arduino/compile-sketches from 1.0.1 to 1.1.0.

Release notes

Sourced from arduino/compile-sketches's releases.

1.1.0

Changelog

⚠ Deprecation Notice ⚠

Installation of the pySerial Python package boards platform dependency in the workflow via commands of the following format is no longer supported:

pip install pyserial

or:

pip3 install pyserial

If a boards platform used in your workflow has an external dependency on a Python package, it must now be installed using the command format documented here:

pip install --ignore-installed --user pyserial

In order to allow a transition period for existing workflows, pySerial is preinstalled in the action environment, but it will be removed from the environment in an upcoming release.

Bug Fix

Enhancement

Full Changeset

arduino/compile-sketches@v1.0.1...v1.1.0

Contributors

Commits
  • 8fd8403 Merge pull request #128 from per1234/handle-missing-report
  • 935f8a9 Increase test coverage of get_sizes_from_output function
  • f7b700d Always add size summary report to sketches report
  • e96af16 Use unique memory maximum value in test input
  • aed2333 Merge pull request #127 from arduino/dependabot/pip/black-23.3.0
  • d96f243 Bump black from 23.1.0 to 23.3.0
  • 1ac4f77 Merge pull request #125 from arduino/dependabot/npm_and_yarn/prettier-2.8.7
  • b75a3ed Bump prettier from 2.8.6 to 2.8.7
  • 1a36eaa Merge pull request #124 from per1234/triggers
  • e6e67e5 Add manual triggers to integration test workflow
  • 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 [arduino/compile-sketches](https://github.com/arduino/compile-sketches) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/arduino/compile-sketches/releases)
- [Commits](arduino/compile-sketches@v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: arduino/compile-sketches
  dependency-type: direct:production
  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 Apr 3, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants