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.4 to 6.1.5 #111

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps platformio from 5.2.4 to 6.1.5.

Release notes

Sourced from platformio's releases.

6.1.5

6.1.4

6.1.3

6.1.2

6.1.1

6.1.0

... (truncated)

Changelog

Sourced from platformio's changelog.

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 library.json <https://docs.platformio.org/en/latest/manifests/library-json/index.html>__ 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)


* Added new ``monitor_encoding`` project configuration option to configure `Device Monitor <https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html>`__ (`issue [#4350](https://github.com/platformio/platformio/issues/4350) <https://github.com/platformio/platformio-core/issues/4350>`_)
* Allowed specifying project environments for `pio ci <https://docs.platformio.org/en/latest/core/userguide/cmd_ci.html>`__ command (`issue [#4347](https://github.com/platformio/platformio/issues/4347) <https://github.com/platformio/platformio-core/issues/4347>`_)
* Show "TimeoutError" only in the verbose mode when can not find a serial port
* Fixed an issue when a serial port was not automatically detected if the board has predefined HWIDs
* Fixed an issue with endless scanning of project dependencies (`issue [#4349](https://github.com/platformio/platformio/issues/4349) <https://github.com/platformio/platformio-core/issues/4349>`_)
* Fixed an issue with |LDF| when incompatible libraries were used for the working project environment with the missed framework (`pull [#4346](https://github.com/platformio/platformio/issues/4346) <https://github.com/platformio/platformio-core/pull/4346>`_)

6.1.0 (2022-07-06)

  • Device Manager

... (truncated)

Commits
  • 30b00e7 Merge branch 'release/v6.1.5'
  • 9800fb7 Bump version to 6.1.5
  • 3b66f42 Update PIO Project location for the smartknob project
  • dc14bd7 Bump version to 6.1.5rc1
  • 4be5185 Added a new enable_proxy_strict_ssl setting to disable the proxy server c...
  • 1ea0adf Update deps
  • 7cb40ef Support short version of "package" command
  • 044bf61 Add udev Entry for Wio Terminal (#4427)
  • e0f9cb8 Fixed an issue when pio pkg install --storage-dir command requires Platform...
  • d6d1c6b Docs: Sync dev-platforms
  • 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.4 to 6.1.5.
- [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.4...v6.1.5)

---
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 Nov 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 23, 2023

Superseded by #124.

@dependabot dependabot bot closed this Jan 23, 2023
@dependabot dependabot bot deleted the dependabot/pip/platformio-6.1.5 branch January 23, 2023 22:03
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