8000 Bump platformio from 4.3.4 to 5.0.0 by dependabot[bot] · Pull Request #1269 · esphome/esphome · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump platformio from 4.3.4 to 5.0.0 #1269

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Sep 4, 2020

Bumps platformio from 4.3.4 to 5.0.0.

Release notes

Sourced from platformio's releases.

5.0.0

Professional collaborative platform for embedded development

Release Notes

  • Integration with the new PlatformIO Trusted Registry

    • Enterprise-grade package storage with high availability (multi replicas)

    • Secure, fast, and reliable global content delivery network (CDN)

    • Universal support for all packages:

      • Libraries
      • Development platforms
      • Toolchains
    • Built-in fine-grained access control (role-based, teams, organizations)

    • New CLI commands:

      • pio package – manage packages in the registry
      • pio access – manage package access for users, teams, and maintainers
  • Integration with the new Account Management System

  • New Package Management System

  • Build System

Changelog

Sourced from platformio's changelog.

5.0.0 (2020-09-03)


* Integration with the new **PlatformIO Trusted Registry**
  • Enterprise-grade package storage with high availability (multi replicas)

  • Secure, fast, and reliable global content delivery network (CDN)

  • Universal support for all packages:

    • Libraries
    • Development platforms
    • Toolchains
  • Built-in fine-grained access control (role-based, teams, organizations)

  • New CLI commands:

    • pio package <https://docs.platformio.org/page/core/userguide/package/index.html>__ – manage packages in the registry
    • pio access <https://docs.platformio.org/page/core/userguide/access/index.html>__ – manage package access for users, teams, and maintainers
  • Integration with the new Account Management System

    • Manage organizations <https://docs.platformio.org/page/core/userguide/org/index.html>__
    • Manage teams and team memberships <https://docs.platformio.org/page/core/userguide/team/index.html>__
  • New Package Management System

    • Integrated PlatformIO Core with the new PlatformIO Registry
    • Support for owner-based dependency declaration (resolves name conflicts) (issue [#1824](https://github.com/platformio/platformio/issues/1824) <https://github.com/platformio/platformio-core/issues/1824>_)
    • Automatically save dependencies to "platformio.ini" <https://docs.platformio.org/page/projectconf.html>__ when installing using PlatformIO CLI (issue [#2964](https://github.com/platformio/platformio/issues/2964) <https://github.com/platformio/platformio-core/issues/2964>_)
    • Follow SemVer complaint version constraints when checking library updates issue [#1281](https://github.com/platformio/platformio/issues/1281) <https://github.com/platformio/platformio-core/issues/1281>_)
    • Dropped support for "packageRepositories" section in "platform.json" manifest (please publish packages directly to the registry)
  • Build System

    • Upgraded build engine to the SCons 4.0 - a next-generation software construction tool <https://scons.org/>__

      • Configuration files are Python scripts <https://docs.platformio.org/page/projectconf/advanced_scripting.html>__ – use the power of a real programming language to solve build problems
      • Built-in reliable and automatic dependency analysis
      • Improved support for parallel builds
      • Ability to share built files in a cache <https://docs.platformio.org/page/projectconf/section_platformio.html#projectconf-pio-build-cache-dir>__ to speed up multiple builds
    • New Custom Targets <https://docs.platformio.org/page/projectconf/advanced_scripting.html#custom-targets>__

      • Pre/Post processing based on dependent sources (another target, source file, etc.)
      • Command launcher with own arguments
      • Launch command with custom options declared in "platformio.ini" <https://docs.platformio.org/page/projectconf.html>__
      • Python callback as a target (use the power of Python interpreter and PlatformIO Build API)
      • List available project targets (including dev-platform specific and custom targets) with a new pio run --list-targets <https://docs.platformio.org/page/core/userguide/cmd_run.html#cmdoption-platformio-run-list-targets>__ command (issue [#3544](https://github.com/platformio/platformio/issues/3544) <https://github.com/platformio/platformio-core/issues/3 8000 544>_)
    • Enable "cyclic reference" for GCC linker only for the embedded dev-platforms (issue [#3570](https://github.com/platformio/platformio/issues/3570) &lt;https://github.com/platformio/platformio-core/issues/3570&gt;_) </tr></table> ... (truncated)

Commits
  • ada3f8b Merge branch 'release/v5.0.0'
  • cf4b835 Bump version to 5.0.0
  • fec4569 Docs: Update docs with new owner-based dependency form
  • 083edc4 Refactor to os.path
  • fe4112a Follow SemVer complaint version constraints when checking library updates // ...
  • c8ea64e Fix link to FAQ sections (#3642)
  • 6e5198f Minor improvements
  • 44c2b65 Show ignored project environments only in the verbose mode // Resolve #3641
  • 5cc2151 Show owner name for packages
  • 2edd7ae Update PVS-Studio to the latest v7.09
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 4, 2020
@dependabot @github
Copy link
Contributor Author
dependabot bot commented on behalf of github Sep 11, 2020

Superseded by #1275.

@dependabot dependabot bot closed this Sep 11, 2020
@dependabot dependabot bot deleted the dependabot/pip/platformio-5.0.0 branch September 11, 2020 05:19
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0