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 platformio from 5.1.1 to 5.2.0 #50

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 14, 2021

Bumps platformio from 5.1.1 to 5.2.0.

Release notes

Sourced from platformio's releases.

5.2.0

Changelog

Sourced from platformio's changelog.

5.2.0 (2021-09-13)


* **PlatformIO Debugging**
  • Boosted PlatformIO Debugging <https://docs.platformio.org/page/plus/debugging.html>__ performance thanks to migrating the codebase to the pure Python 3 Asynchronous I/O stack
  • Debug unit tests <https://docs.platformio.org/page/plus/debugging.html#debug-unit-tests>__ created with PlatformIO Unit Testing <https://docs.platformio.org/page/plus/unit-testing.html>__ solution (issue [#948](https://github.com/platformio/platformio/issues/948) <https://github.com/platformio/platformio-core/issues/948>_)
  • Debug native (desktop) applications on a host machine (issue [#980](https://github.com/platformio/platformio/issues/980) <https://github.com/platformio/platformio-core/issues/980>_)
  • Support debugging on Windows using Windows CMD/CLI (pio debug <https://docs.platformio.org/page/core/userguide/cmd_debug.html>__) (issue [#3793](https://github.com/platformio/platformio/issues/3793) <https://github.com/platformio/platformio-core/issues/3793>_)
  • Configure a custom pattern to determine when debugging server is started with a new debug_server_ready_pattern <https://docs.platformio.org/page/projectconf/section_env_debug.html#debug-server-ready-pattern>__ option
  • Fixed an issue with silent hanging when a custom debug server is not found (issue [#3756](https://github.com/platformio/platformio/issues/3756) <https://github.com/platformio/platformio-core/issues/3756>_)
  • Package Management

    • Improved a package publishing process:

      • Show package details
      • Check for conflicting names in the PlatformIO Trusted Registry
      • Check for duplicates and used version
      • Validate package manifest
    • Added a new option --non-interactive to pio package publish <https://docs.platformio.org/page/core/userguide/package/cmd_publish.html>__ command

  • Build System

    • Process "precompiled" and "ldflags" properties of the "library.properties" manifest (issue [#3994](https://github.com/platformio/platformio/issues/3994) <https://github.com/platformio/platformio-core/issues/3994>_)
    • Upgraded build engine to the SCons 4.2 (release notes <https://github.com/SCons/scons/blob/rel_4.2.0/CHANGES.txt>__)
    • Fixed an issue with broken binary file extension when a custom PROGNAME contains dot symbols (issue [#3906](https://github.com/platformio/platformio/issues/3906) <https://github.com/platformio/platformio-core/issues/3906>_)
    • Fixed an issue when PlatformIO archives a library that does not contain C/C++ source files (issue [#4019](https://github.com/platformio/platformio/issues/4019) <https://github.com/platformio/platformio-core/issues/4019>_)
  • Static Code Analysis

    • Updated analysis tools:

      • Clang-Tidy <https://docs.platformio.org/page/plus/check-tools/clang-tidy.html>__ v12.0.1 with new modules and extended checks list
      • Cppcheck <https://docs.platformio.org/page/plus/check-tools/cppcheck.html>__ v2.5.0 with improved code analysis and MISRA improvements
      • PVS-Studio <https://docs.platformio.org/page/plus/check-tools/pvs-studio.html>__ v7.14 with support for intermodular analysis, improved MISRA support and new diagnostics
  • Miscellaneous

    • Ensure that a serial port is ready before running unit tests on a remote target (issue [#3742](https://github.com/platformio/platformio/issues/3742) <https://github.com/platformio/platformio-core/issues/3742>_)
    • Fixed an error "Unknown development platform" when running unit tests on a clean machine (issue [#3901](https://github.com/platformio/platformio/issues/3901) <https://github.com/platformio/platformio-core/issues/3901>_)
    • Fixed an issue when "main.cpp" was generated for a new project for 8-bit development platforms (issue [#3872](https://github.com/platformio/platformio/issues/3872) <https://github.com/platformio/platformio-core/issues/3872>_)
Commits
  • 624d6b3 Merge branch 'release/v5.2.0'
  • 9528083 Bump version to 5.2.0
  • 55408f6 Fixed an issue when PlatformIO archives a library that does not contain C/C++...
  • dce5a39 Process "precompiled" and "ldflags" properties of the "library.properties" ma...
  • 03a2387 Fixed an issue when PlatformIO archives a library that does not contain C/C++...
  • 775357d Better error handling if git is not installed // Resolve #4013
  • d10cbb2 Fix link to clang-tidy (#4049)
  • 63a2465 Update check tools to the latest available // Resolve #4041
  • d97ed52 Sync docs
  • e1dc12c Docs: Document "platformio-ide.pioHomeServerHttpHost" setting for VSCode
  • 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 [platformio](https://github.com/platformio/platformio) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/platformio/platformio/releases)
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst)
- [Commits](platformio/platformio-core@v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: platformio
  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 Sep 14, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 12, 2021

Superseded by #53.

@dependabot dependabot bot closed this Oct 12, 2021
@dependabot dependabot bot deleted the dependabot/pip/platformio-5.2.0 branch October 12, 2021 01:02
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