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.5 to 6.1.7 #50

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 May 8, 2023

Bumps platformio from 6.1.5 to 6.1.7.

Release notes

Sourced from platformio's releases.

6.1.7

6.1.6

Changelog

Sourced from platformio's changelog.

6.1.7 (2023-05-08)


* Introduced a new ``--sample-code`` option to the `pio project init <https://docs.platformio.org/en/latest/core/userguide/project/cmd_init.html>`__ command, which allows users to include sample code in the newly created project
* Added validation for `project working environment names <https://docs.platformio.org/en/latest/projectconf/sections/env/index.html#working-env-name>`__ to ensure that they only contain lowercase letters ``a-z``, numbers ``0-9``, and special characters ``_`` (underscore) and ``-`` (hyphen)
* Added the ability to show a detailed library dependency tree only in `verbose mode <https://docs.platformio.org/en/latest/core/userguide/cmd_run.html#cmdoption-pio-run-v>`__, which can help you understand the relationship between libraries and troubleshoot issues more effectively (`issue [#4517](https://github.com/platformio/platformio/issues/4517) <https://github.com/platformio/platformio-core/issues/4517>`_)
* Added the ability to run only the `device monitor <https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html>`__ when using the `pio run -t monitor <https://docs.platformio.org/en/latest/core/userguide/cmd_run.html>`__ command, saving you time and resources by skipping the build process
* Implemented a new feature to store device monitor logs in the project's ``logs`` folder, making it easier to access and review device monitor logs for your projects (`issue [#4596](https://github.com/platformio/platformio/issues/4596) <https://github.com/platformio/platformio-core/issues/4596>`_)
* Improved support for projects located on Windows network drives, including Network Shared Folder, Dropbox, OneDrive, Google Drive, and other similar services (`issue [#3417](https://github.com/platformio/platformio/issues/3417) <https://github.com/platformio/platformio-core/issues/3417>`_)
* Improved source file filtering functionality for the `Static Code Analysis <https://docs.platformio.org/en/latest/advanced/static-code-analysis/index.html>`__ feature, making it easier to analyze only the code you need to
* Upgraded the build engine to the latest version of SCons (4.5.2) to improve build performance, reliability, and compatibility with other tools and systems (`release notes <https://github.com/SCons/scons/releases/tag/4.5.2>`__)
* Implemented a fix for shell injection vulnerabilities when converting INO files to CPP, ensuring your code is safe and secure (`issue [#4532](https://github.com/platformio/platformio/issues/4532) <https://github.com/platformio/platformio-core/issues/4532>`_)
* Restored the project generator for the `NetBeans IDE <https://docs.platformio.org/en/latest/integration/ide/netbeans.html>`__, providing you with more flexibility and options for your development workflow
* Resolved installation issues with PIO Remote on Raspberry Pi and other small form-factor PCs (`issue [#4425](https://github.com/platformio/platformio/issues/4425) <https://github.com/platformio/platformio-core/issues/4425>`_, `issue [#4493](https://github.com/platformio/platformio/issues/4493) <https://github.com/platformio/platformio-core/issues/4493>`_, `issue [#4607](https://github.com/platformio/platformio/issues/4607) <https://github.com/platformio/platformio-core/issues/4607>`_)
* Resolved an issue where the `build_cache_dir <https://docs.platformio.org/en/latest/projectconf/sections/platformio/options/directory/build_cache_dir.html>`__ setting was not being recognized consistently across multiple environments (`issue [#4574](https://github.com/platformio/platformio/issues/4574) <https://github.com/platformio/platformio-core/issues/4574>`_)
* Resolved an issue where organization details could not be updated using the `pio org update <https://docs.platformio.org/en/latest/core/userguide/org/cmd_update.html>`__ command
* Resolved an issue where the incorrect debugging environment was generated for VSCode in "Auto" mode (`issue [#4597](https://github.com/platformio/platformio/issues/4597) <https://github.com/platformio/platformio-core/issues/4597>`_)
* Resolved an issue where native tests would fail if a custom program name was specified (`issue [#4546](https://github.com/platformio/platformio/issues/4546) <https://github.com/platformio/platformio-core/issues/4546>`_)
* Resolved an issue where the PlatformIO |DEBUGGING| solution was not escaping the tool installation process into MI2 correctly (`issue [#4565](https://github.com/platformio/platformio/issues/4565) <https://github.com/platformio/platformio-core/issues/4565>`_)
* Resolved an issue where multiple targets were not executed sequentially (`issue [#4604](https://github.com/platformio/platformio/issues/4604) <https://github.com/platformio/platformio-core/issues/4604>`_)
* Resolved an issue where upgrading PlatformIO Core fails on Windows with Python 3.11 (`issue [#4540](https://github.com/platformio/platformio/issues/4540) <https://github.com/platformio/platformio-core/issues/4540>`_)

6.1.6 (2023-01-23)

  • Added support for Python 3.11
  • Added a new name <https://docs.platformio.org/en/latest/projectconf/sections/platformio/options/generic/description.html>__ configuration option to customize a project name (pull [#4498](https://github.com/platformio/platformio/issues/4498) <https://github.com/platformio/platformio-core/pull/4498>_)
  • Made assets (templates, 99-platformio-udev.rules) part of Python's module (issue [#4458](https://github.com/platformio/platformio/issues/4458) <https://github.com/platformio/platformio-core/issues/4458>_)
  • Updated Clang-Tidy <https://docs.platformio.org/en/latest/plus/check-tools/clang-tidy.html>__ check tool to v15.0.5 with new diagnostics and bugfixes
  • Removed dependency on the "zeroconf" package and install it only when a user lists mDNS devices (issue with zeroconf's LGPL license)
  • Show the real error message instead of "Can not remove temporary directory" when |PIOCONF| is broken (issue [#4480](https://github.com/platformio/platformio/issues/4480) <https://github.com/platformio/platformio-core/issues/4480>_)
  • Fixed an issue with an incorrect test summary when a testcase name includes a colon (issue [#4508](https://github.com/platformio/platformio/issues/4508) <https://github.com/platformio/platformio-core/issues/4508>_)
  • Fixed an issue when extends <https://docs.platformio.org/en/latest/projectconf/sections/env/options/advanced/extends.html>__ did not override options in the right order (issue [#4462](https://github.com/platformio/platformio/issues/4462) <https://github.com/platformio/platformio-core/issues/4462>_)
  • Fixed an issue when pio pkg list <https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_list.html>__ and pio pkg uninstall <https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_uninstall.html>__ commands fail if there are circular dependencies in the |LIBRARYJSON| manifests (issue [#4475](https://github.com/platformio/platformio/issues/4475) <https://github.com/platformio/platformio-core/issues/4475>_)
Commits
  • fc12dda Merge branch 'release/v6.1.7'
  • 41fb1ca Bump version to 6.1.7
  • bba5bc9 Lock "urllib3<2" becuase urllib3 v2.0 only supports OpenSSL 1.1.1+ // Resolve...
  • f8f3e98 Bump version to 6.1.7rc2
  • eb20f34 Minor fixes
  • 681b90e Implement ProjectRPC.create_empty
  • c016d68 Implement RPC notification system
  • f840577 Remove unnecessary logging
  • 475c5d2 Implement native async RPC core.exec
  • f9cbf6c Set caller id when available
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 8, 2023
Bumps [platformio](https://github.com/platformio/platformio) from 6.1.5 to 6.1.7.
- [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.5...v6.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/platformio-6.1.7 branch from 1d470eb to 54f64cc Compare May 16, 2023 07:35
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
Development

Successfully merging this pull request may close these issues.

0 participants