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

build(deps-dev): bump conan from 2.0.11 to 2.0.14 #104

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps conan from 2.0.11 to 2.0.14.

Release notes

Sourced from conan's releases.

2.0.14 (14-Nov-2023)

  • Feature: Added riscv64, riscv32 architectures to default settings.yml and management of them in Meson and Autotools. (conan-io/conan#15053)
  • Feature: Allow only one simultaneous database connection. (conan-io/conan#15029)
  • Feature: Add conan cache backup-upload to upload all the backup sources in the cache, regardless of which references they are from (conan-io/conan#15013). Docs: 📃
  • Feature: New conan list --format=compact for better UX. (conan-io/conan#15011). Docs: 📃
  • Feature: Ignore metadata upload by passing --metadata="" (conan-io/conan#15007). Docs: 📃
  • Feature: Better output messages in conan upload (conan-io/conan#14984)
  • Feature: Add extra flags to CMakeToolchain. (conan-io/conan#14966). Docs: 📃
  • Feature: Implement package load/restore from the cache, for CI workflows and moving packages over air-gaps. (conan-io/conan#14923). Docs: 📃
  • Feature: Compute version-ranges intersection to avoid graph version conflicts for compatible ranges (conan-io/conan#14912)
  • Feature: CMake helper can use multiple targets in target argument. (conan-io/conan#14883)
  • Feature: Add Macos 13.6 to settings.yml. (conan-io/conan#14858). Docs: 📃
  • Feature: Add CMakeDeps and PkgConfigDeps generators listening to system_package_version property. (conan-io/conan#14808). Docs: 📃
  • Feature: Add shorthand syntax in cli to specify host and build in 1 argument (conan-io/conan#14727). Docs: 📃
  • Feature: Implement cache LRU control for cleaning of unused artifacts. (conan-io/conan#14054). Docs: 📃
  • Fix: Avoid CMakeToolchain overwriting user CMakePresets.json when no layout nor output-folder is defined (conan-io/conan#15058)
  • Fix: Add astra, elbrus and altlinux as distribution using apt in SystemPackageManager (conan-io/conan#15051)
  • Fix: Default to apt-get package manager in Linux Mint (conan-io/conan#15026). Docs: 📃
  • Fix: Make Git() check commits in remote server even for shallow clones. (conan-io/conan#15023)
  • Fix: Add new Apple OS versions to settings.yml (conan-io/conan#15015)
  • Fix: Fix AutotoolsToolchain extraflags priority. (conan-io/conan#15005). Docs: 📃
  • Fix: Remove colors from conan --version output (conan-io/conan#15002)
  • Fix: Add an error message if the sqlite3 version is unsupported (less than 3.7.11 from 2012) (conan-io/conan#14950)
  • Fix: Make cache DB always use forward slash for paths, to be uniform across Windows and Linux (conan-io/conan#14940)
  • Fix: Solve re-build of an existing package revision (like forcing rebuild of a an existing header-only package), while previous folder was still used by other projects. (conan-io/conan#14938)
  • Fix: Avoid a recipe mutating a conf to affect other recipes. (conan-io/conan#14932). Docs: 📃
  • Fix: The output of system packages via Apt.install() or PkgConfig.fill_cpp_info, like xorg/system was very noisy to the Conan output, making it more quiet (conan-io/conan#14924)
  • Fix: Serialize the path information of python_requires, necessary for computing buildinfo (conan-io/conan#14886)
  • Fix: Define remotes in conan source command in case recipe has python_requires that need to be downloaded from remotes. (conan-io/conan#14852)
  • Fix: Fix min target flag for xros and xros-simulator. (conan-io/conan#14776)
  • Bugfix: --build=missing was doing unnecessary builds of packages that were not needed and could be skipped, in the case of tool_requires having transitive dependencies. (conan-io/conan#15082)
  • BugFix: Add package revision to format=json in 'conan export-pkg' command (conan-io/conan#15042)
  • Bugfix: tools.build:download_source=True will not fail when there are editable packages. (conan-io/conan#15004). Docs: 📃
  • Bugfix: Transitive dependencies were incorrectly added to conandeps.xcconfig. (conan-io/conan#14898)
  • Bugfix: Fix integrity-check (upload --check or cache check-integrity) when the export_source has not been downloaded (conan-io/conan#14850)
  • Bugfix: Properly lock release candidates of python requires (conan-io/conan#14846)
  • BugFix: Version ranges ending with - do not automatically activate pre-releases resolution in the full range. (conan-io/conan#14814). Docs: 📃
  • BugFix: Fix version ranges so pre-releases are correctly included in the lower bound and excluded in the upper bound. (conan-io/conan#14814). Docs: 📃

2.0.13 (28-Sep-2023)

  • Bugfix: Fix wrong cppstd detection for newer apple-clang versions introduced in 2.0.11. (conan-io/conan#14837)

2.0.12 (26-Sep-2023)

... (truncated)

Commits
  • 4614b3a Conan 2.0.14
  • 0d55d67 test for build-missing of transitive tool-requires (#15082)
  • 46e839b Bazel docstrings (#15092)
  • 9d48c91 Merge remote-tracking branch 'conan/develop2' into release/2.0
  • 4fdd843 Merge remote-tracking branch 'conan/develop' into develop2
  • debd0b3 [BazelToolchain] Removed useless extra_xxxx attrs (#15073)
  • 2714d7c Merge remote-tracking branch 'conan/develop2' into release/2.0
  • a66919b Merge remote-tracking branch 'conan/develop' into develop2
  • 791d81b [Bazel][1.x][Part 2]: BazelDeps refactor (#14959)
  • cbaa784 cache save --list argument (#15068)
  • 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 [conan](https://github.com/conan-io/conan) from 2.0.11 to 2.0.14.
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@2.0.11...2.0.14)

---
updated-dependencies:
- dependency-name: conan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 20, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #115.

@dependabot dependabot bot closed this Dec 25, 2023
@dependabot dependabot bot deleted the dependabot/pip/develop/conan-2.0.14 branch December 25, 2023 08:06
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