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.1 #53

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps platformio from 5.1.1 to 5.2.1.

Release notes

Sourced from platformio's releases.

5.2.1

5.2.0

... (truncated)

Changelog

Sourced from platformio's changelog.

5.2.1 (2021-10-11)


- Clean a build environment and installed library dependencies using a new ``cleanall`` target (`issue [#4062](https://github.com/platformio/platformio/issues/4062) <https://github.com/platformio/platformio-core/issues/4062>`_)
- Override a default library builder via a new ``builder`` field in a ``build`` group of `library.json <https://docs.platformio.org/page/librarymanager/config.html#build>`__ manifest (`issue [#3957](https://github.com/platformio/platformio/issues/3957) <https://github.com/platformio/platformio-core/issues/3957>`_)
- Updated `Cppcheck <https://docs.platformio.org/page/plus/check-tools/cppcheck.html>`__ v2.6 with new checks, increased reliability of advanced addons (MISRA/CERT) and various improvements
- Handle the "test" folder as a part of CLion project (`issue [#4005](https://github.com/platformio/platformio/issues/4005) <https://github.com/platformio/platformio-core/issues/4005>`_)
- Improved handling of a library root based on "Conan" or "CMake" build systems (`issue [#3887](https://github.com/platformio/platformio/issues/3887) <https://github.com/platformio/platformio-core/issues/3887>`_)
- Fixed a "KeyError: Invalid board option 'build.cpu'" when using a precompiled library with a board that does not have a CPU field in the manifest (`issue [#4056](https://github.com/platformio/platformio/issues/4056) <https://github.com/platformio/platformio-core/issues/4056>`_)
- Fixed a "FileExist" error when the `platformio ci <https://docs.platformio.org/en/latest/userguide/cmd_ci.html>`__ command is used in pair with the ``--keep-build-dir`` option (`issue [#4011](https://github.com/platformio/platformio/issues/4011) <https://github.com/platformio/platformio-core/issues/4011>`_)
- Fixed an issue with draft values of C++ language standards that broke static analysis via Cppcheck (`issue [#3944](https://github.com/platformio/platformio/issues/3944) <https://github.com/platformio/platformio-core/issues/3944>`_)

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

... (truncated)

Commits
  • a7c82ff Merge branch 'release/v5.2.1'
  • c348fec Bump version to 5.2.1
  • 4af1735 Handle ".hpp" files when looking for a library root
  • 384e505 Bump version to 5.2.1rc2
  • a5adae1 Skip broken Click 8.0.2 release // Resolve #4078
  • fe62b81 Bump version to 5.2.1rc1
  • ee78496 Clean a build environment and installed library dependencies using a new ``cl...
  • 8afe4ba Typo fix
  • b04bb2b Fix Click's "DeprecationWarning: 'resultcallback' has been renamed to 'result...
  • 3d46f0d Drop support for Click < 7.1.2
  • 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.1.
- [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.1)

---
updated-dependencies:
- dependency-name: platformio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 21, 2021

Superseded by #61.

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