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.11 to 6.1.13 #6086

Merged
merged 2 commits into from
Jan 19, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2024

Bumps platformio from 6.1.11 to 6.1.13.

Release notes

Sourced from platformio's releases.

6.1.13

6.1.12

Changelog

Sourced from platformio's changelog.

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>_)
Commits
  • ffacd17 Merge branch 'release/v6.1.13'
  • 700c705 Bump version to 6.1.13
  • 17ba919 Update deps
  • f31f9fa Expanded support for SCons variables declared in the legacy format ``${SCONS_...
  • 485f801 Bump version to 6.1.13a2
  • adab425 Expanded support for SCons variables declared in the legacy format ``${SCONS_...
  • aabbbef Start 6.1.13
  • 14ce28e Merge tag 'v6.1.12' into develop
  • ca1f633 Merge branch 'release/v6.1.12'
  • a2f3e85 Bump version to 6.1.12
  • 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.11 to 6.1.13.
- [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.11...v6.1.13)

---
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 Jan 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed2ab9e) 53.60% compared to head (abe51c0) 53.70%.
Report is 28 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #6086      +/-   ##
==========================================
+ Coverage   53.60%   53.70%   +0.09%     
==========================================
  Files          50       50              
  Lines        9374     9389      +15     
  Branches     1650     1651       +1     
==========================================
+ Hits         5025     5042      +17     
+ Misses       4050     4048       -2     
  Partials      299      299              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jesserockz jesserockz merged commit ea9de45 into dev Jan 19, 2024
65 checks passed
@jesserockz jesserockz deleted the dependabot/pip/platformio-6.1.13 branch January 19, 2024 01:07
@github-actions github-actions bot locked and limited conversation to collaborators Jan 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code small-pr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants