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 6.1.7 to 6.1.15 #201

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Bumps platformio from 6.1.7 to 6.1.15.

Release notes

Sourced from platformio's releases.

6.1.15

6.1.14

6.1.13

6.1.12

6.1.11

  • Resolved a possible issue that may cause generated projects for PlatformIO IDE for VSCode to fail to launch a debug session because of a missing "objdump" binary when GDB is not part of the toolchain package
  • Resolved a regression issue that resulted in the malfunction of the Memory Inspection feature within PIO Home

6.1.10

  • Resolved an issue that caused generated projects for PlatformIO IDE for VSCode to break when the -iprefix compiler flag was used
  • Resolved an issue encountered while utilizing the pio pkg exec command on the Windows platform to execute Python scripts from a package
  • Implemented a crucial improvement to the pio run command, guaranteeing that the monitor target is not executed if any of the preceding targets, such as upload, encounter failures
  • Cppcheck v2.11 with new checks, CLI commands and various analysis improvements
  • Resolved a critical issue that arose on macOS ARM platforms due to the Python "requests" module, leading to a "ModuleNotFoundError: No module named 'chardet'" ([issue #4702](platformio/platformio-core#4702))

6.1.9

... (truncated)

Changelog

Sourced from platformio's changelog.

6.1.15 (2024-04-25)


* Resolved an issue where the |LDF| couldn't locate a library dependency declared via version control system repository (`issue [#4885](https://github.com/platformio/platformio/issues/4885) <https://github.com/platformio/platformio-core/issues/4885>`_)
* Resolved an issue related to the inaccurate detection of the Clang compiler (`pull [#4897](https://github.com/platformio/platformio/issues/4897) <https://github.com/platformio/platformio-core/pull/4897>`_)

6.1.14 (2024-03-21)

  • Introduced the --json-output option to the pio test <https://docs.platformio.org/en/latest/core/userguide/cmd_test.html>__ command, enabling users to generate test results in the JSON format
  • Upgraded the build engine to the latest version of SCons (4.7.0) to improve build performance, reliability, and compatibility with other tools and systems (release notes <https://github.com/SCons/scons/releases/tag/4.7.0>__)
  • Broadened version support for the pyelftools dependency, enabling compatibility with lower versions and facilitating integration with a wider range of third-party tools (issue [#4834](https://github.com/platformio/platformio/issues/4834) <https://github.com/platformio/platformio-core/issues/4834>_)
  • Addressed an issue where passing a relative path (--project-dir) to the pio project init <https://docs.platformio.org/en/latest/core/userguide/project/cmd_init.html>__ command resulted in an error (issue [#4847](https://github.com/platformio/platformio/issues/4847) <https://github.com/platformio/platformio-core/issues/4847>_)
  • Enhanced |STATICCODEANALYSIS| to accommodate scenarios where custom src_dir or include_dir are located outside the project folder (pull [#4874](https://github.com/platformio/platformio/issues/4874) <https://github.com/platformio/platformio-core/pull/4874>_)
  • Corrected the validation of symlink:// package specifications <https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_install.html#local-folder>__ , resolving an issue that caused the package manager to repeatedly reinstall dependencies (pull [#4870](https://github.com/platformio/platformio/issues/4870) <https://github.com/platformio/platformio-core/pull/4870>_)
  • Resolved an issue related to the relative package path in the pio pkg publish <https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_publish.html>__ command
  • Resolved an issue where the |LDF| selected an incorrect library version (issue [#4860](https://github.com/platformio/platformio/issues/4860) <https://github.com/platformio/platformio-core/issues/4860>_)
  • Resolved an issue with the hexlify filter in the device monitor <https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html>__ command, ensuring proper representation of characters with Unicode code points higher than 127 (issue [#4732](https://github.com/platformio/platformio/issues/4732) <https://github.com/platformio/platformio-core/issues/4732>_)

6.1.13 (2024-01-12)


* Expanded support for SCons variables declared in the legacy format ``${SCONS_VARNAME}`` (`issue [#4828](https://github.com/platformio/platformio/issues/4828) <https://github.com/platformio/platformio-core/issues/4828>`_)

6.1.12 (2024-01-10)

  • Added support for Python 3.12
  • Introduced the capability to launch the debug server in a separate process (issue [#4722](https://github.com/platformio/platformio/issues/4722) <https://github.com/platformio/platformio-core/issues/4722>_)
  • Introduced a warning during the verification of MCU maximum RAM usage, signaling when the allocated RAM surpasses 100% (issue [#4791](https://github.com/platformio/platformio/issues/4791) <https://github.com/platformio/platformio-core/issues/4791>_)
  • Drastically enhanced the speed of project building when operating in verbose mode (issue [#4783](https://github.com/platformio/platformio/issues/4783) <https://github.com/platformio/platformio-core/issues/4783>_)
  • Upgraded the build engine to the latest version of SCons (4.6.0) to improve build performance, reliability, and compatibility with other tools and systems (release notes <https://github.com/SCons/scons/releases/tag/4.6.0>__)
  • Enhanced the handling of built-in variables in |PIOCONF| during |INTERPOLATION| (issue [#4695](https://github.com/platformio/platformio/issues/4695) <https://github.com/platformio/platformio-core/issues/4695>_)
  • Enhanced PIP dependency declarations for improved reliability and extended support to include Python 3.6 (issue [#4819](https://github.com/platformio/platformio/issues/4819) <https://github.com/platformio/platformio-core/issues/4819>_)
  • Implemented automatic installation of missing dependencies when utilizing a SOCKS proxy (issue [#4822](https://github.com/platformio/platformio/issues/4822) <https://github.com/platformio/platformio-core/issues/4822>_)
  • Implemented a fail-safe mechanism to terminate a debugging session if an unknown CLI option is passed (issue [#4699](https://github.com/platformio/platformio/issues/4699) <https://github.com/platformio/platformio-core/issues/4699>_)
  • Rectified an issue where ${platformio.name} erroneously represented None as the default project name <https://docs.platformio.org/en/latest/projectconf/sections/platformio/options/generic/name.html>__ (issue [#4717](https://github.com/platformio/platformio/issues/4717) <https://github.com/platformio/platformio-core/issues/4717>_)
  • Resolved an issue where the COMPILATIONDB_INCLUDE_TOOLCHAIN setting was not correctly applying to private libraries (issue [#4762](https://github.com/platformio/platformio/issues/4762) <https://github.com/platformio/platformio-core/issues/4762>_)
  • Resolved an issue where get_systype() inaccurately returned the architecture when executed within a Docker container on a 64-bit kernel with a 32-bit userspace (issue [#4777](https://github.com/platformio/platformio/issues/4777) <https://github.com/platformio/platformio-core/issues/4777>_)
  • Resolved an issue with incorrect handling of the check_src_filters option when used in multiple environments (issue [#4788](https://github.com/platformio/platformio/issues/4788) <https://github.com/platformio/platformio-core/issues/4788>_)
  • Resolved an issue where running pio project metadata <https://docs.platformio.org/en/latest/core/userguide/project/cmd_metadata.html>__ resulted in duplicated "include" entries (issue [#4723](https://github.com/platformio/platformio/issues/4723) <https://github.com/platformio/platformio-core/issues/4723>_)
  • Resolved an issue where native debugging failed on the host machine (issue [#4745](https://github.com/platformio/platformio/issues/4745) <https://github.com/platformio/platformio-core/issues/4745>_)
  • Resolved an issue where custom debug configurations were being inadvertently overwritten in VSCode's launch.json (issue [#4810](https://github.com/platformio/platformio/issues/4810) <https://github.com/platformio/platformio-core/issues/4810>_)

6.1.11 (2023-08-31)


* Resolved a possible issue that may cause generated projects for `PlatformIO IDE for VSCode <https://docs.platformio.org/en/latest/integration/ide/vscode.html>`__ to fail to launch a debug session because of a missing "objdump" binary when GDB is not part of the toolchain package
* Resolved a regression issue that resulted in the malfunction of the Memory Inspection feature within `PIO Home <https://docs.platformio.org/en/latest/home/index.html>`__

</tr></table>

... (truncated)

Commits
  • fe140b0 Merge branch 'release/v6.1.15'
  • 956f21b Bump version to 6.1.15
  • cdac7d4 Resolved an issue related to the inaccurate detection of the Clang compiler /...
  • 591b377 Sync docs
  • c475578 Resolved an issue where the |LDF| couldn't locate a library dependency declar...
  • 2bad42e Update 99-platformio-udev.rules (#4880)
  • 0acfc25 Bump version to 6.1.15a1
  • 9d1593d Merge branch 'release/v6.1.14'
  • e9433de Merge tag 'v6.1.14' into develop
  • fcba901 Bump version to 6.1.14
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 6.1.7 to 6.1.15.
- [Release notes](https://github.com/platformio/platformio/releases)
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst)
- [Commits](platformio/platformio-core@v6.1.7...v6.1.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 25, 2024
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 python Pull requests that update Python code
Projects
None yet
0 participants