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.2.2 to 6.1.6 #85

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 Jan 23, 2023

Bumps platformio from 5.2.2 to 6.1.6.

Release notes

Sourced from platformio's releases.

6.1.6

6.1.5

6.1.4

6.1.3

6.1.2

6.1.1

6.1.0

  • Device Manager

... (truncated)

Changelog

Sourced from platformio's changelog.

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>`_)

6.1.5 (2022-11-01)

  • Added a new enable_proxy_strict_ssl <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>__ setting to disable the proxy server certificate verification (issue [#4432](https://github.com/platformio/platformio/issues/4432) <https://github.com/platformio/platformio-core/issues/4432>_)
  • Documented PlatformIO Core Proxy Configuration <https://docs.platformio.org/en/latest/core/installation/proxy-configuration.html>__
  • Speeded up device port finder by avoiding loading board HWIDs from development platforms
  • Improved caching of build metadata in debug mode
  • Fixed an issue when pio pkg install --storage-dir <https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_install.html>__ command requires PlatformIO project (issue [#4410](https://github.com/platformio/platformio/issues/4410) <https://github.com/platformio/platformio-core/issues/4410>_)

6.1.4 (2022-08-12)


* Added support for accepting the original FileNode environment in a "callback" function when using `Build Middlewares <https://docs.platformio.org/en/latest/scripting/middlewares.html>`__ (`pull [#4380](https://github.com/platformio/platformio/issues/4380) <https://github.com/platformio/platformio-core/pull/4380>`_)
* Improved device port finder when using dual channel UART converter (`issue [#4367](https://github.com/platformio/platformio/issues/4367) <https://github.com/platformio/platformio-core/issues/4367>`_)
* Improved project dependency resolving when using the `pio project init --ide <https://docs.platformio.org/en/latest/core/userguide/project/cmd_init.html>`__ command
* Upgraded build engine to the SCons 4.4.0 (`release notes <https://github.com/SCons/scons/releases/tag/4.4.0>`__)
* Keep custom "unwantedRecommendations" when generating projects for VSCode (`issue [#4383](https://github.com/platformio/platformio/issues/4383) <https://github.com/platformio/platformio-core/issues/4383>`_)
* Do not resolve project dependencies for the ``cleanall`` target (`issue [#4344](https://github.com/platformio/platformio/issues/4344) <https://github.com/platformio/platformio-core/issues/4344>`_)
* Warn about calling "env.BuildSources" in a POST-type script (`issue [#4385](https://github.com/platformio/platformio/issues/4385) <https://github.com/platformio/platformio-core/issues/4385>`_)
* Fixed an issue when escaping macros/defines for IDE integration (`issue [#4360](https://github.com/platformio/platformio/issues/4360) <https://github.com/platformio/platformio-core/issues/4360>`_)
* Fixed an issue when the "cleanall" target removes dependencies from all working environments (`issue [#4386](https://github.com/platformio/platformio/issues/4386) <https://github.com/platformio/platformio-core/issues/4386>`_)

6.1.3 (2022-07-18)

  • Fixed a regression bug when opening device monitor without any filters (issue [#4363](https://github.com/platformio/platformio/issues/4363) <https://github.com/platformio/platformio-core/issues/4363>_)

6.1.2 (2022-07-18)


* Export a ``PIO_UNIT_TESTING`` macro to the project source files and dependent libraries in the |UNITTESTING| mode
* Improved detection of Windows architecture (`issue [#4353](https://github.com/platformio/platformio/issues/4353) <https://github.com/platformio/platformio-core/issues/4353>`_)
* Warn about unknown `device monitor filters <https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html#filters>`__ (`issue [#4362](https://github.com/platformio/platformio/issues/4362) <https://github.com/platformio/platformio-core/issues/4362>`_)
* Fixed a regression bug when `libArchive <https://docs.platformio.org/en/latest/manifests/library-json/fields/build/libarchive.html>`__ option declared in the |LIBRARYJSON| manifest was ignored (`issue [#4351](https://github.com/platformio/platformio/issues/4351) <https://github.com/platformio/platformio-core/issues/4351>`_)
* Fixed an issue when the `pio pkg publish <https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_publish.html>`__ command didn't work with Python 3.6 (`issue [#4352](https://github.com/platformio/platformio/issues/4352) <https://github.com/platformio/platformio-core/issues/4352>`_)

6.1.1 (2022-07-11) </tr></table>

... (truncated)

Commits
  • 199e3d8 Merge branch 'release/v6.1.6'
  • 2e64056 Bump version to 6.1.6
  • 83d2173 Add Registry RPC
  • 1503eb5 Minor refactoring
  • 6db3eb8 Bump version to 6.1.6rc1
  • 355222b Fixed an issue when "pio pkg list" and "pio pkg uninstall" commands fail if t...
  • 2fbd766 Remove debug code
  • fb5e994 Fixed an issue when extends does not override options in the right order // R...
  • de4ba4c Fixed an issue with an incorrect test summary when a testcase name includes a...
  • 42f1197 Added a new "name" configuration option to customize a project name // Resolv...
  • 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.2.2 to 6.1.6.
- [Release notes](https://github.com/platformio/platformio/releases)
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst)
- [Commits](platformio/platformio-core@v5.2.2...v6.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
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
0 participants