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): bump philips-software/amp-devcontainer-cpp from v5.3.2 to v5.4.0 in /.devcontainer #742

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2024

Bumps philips-software/amp-devcontainer-cpp from v5.3.2 to v5.4.0.

Release notes

Sourced from philips-software/amp-devcontainer-cpp's releases.

v5.4.0

5.4.0 The "C++ Package Manager" Release (2024-10-22)

📋 Summary

This version adds package manager capabilities to amp-devcontainer-cpp in the form of CPM.cmake and Conan. Additionally it contains an update to the Ubuntu base image, updates CMake to 3.30.5 and updates Rust to 1.81.0. Lastly it includes updates to several VS Code Extensions.

[!WARNING] CPM is included as a convenience function to have an up-to-date CPM available in the CMake Modules directory.

Using it will break when using the same CMakeLists.txt outside of this devcontainer, unless CPM is installed in the local CMake Modules directory as well.

When wanting to guarantee compatibility, use an installation method as described on the CPM.cmake page.

🔖 Packages

Container Full identifier
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:5.4.0@sha256:99eb0256de0e30742f8d140422d1f7f56ad04d870a683dc5d3551c2c1ee54577
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:5.4.0@sha256:f88a18e02bbf7d4cd7e891c044feb764988cfa72a314d54aa9e239835f856db9

Features

  • Add conan package manager to amp-devcontainer-cpp (#607) (e142e40)
  • Add cpm package manager to amp-devcontainer-cpp (#609) (f4338f3)

Chores

  • deps, cpp: Update matepek.vscode-catch2-test-adapter, ms-vscode.cpptools (#610) (27c6b57)
  • deps, rust: Update rust-lang.rust-analyzer (#611) (3db4d23)
  • deps: Bump cmake from 3.30.4 to 3.30.5 in amp-devcontainer-cpp (#614) (a6b889f)
  • deps: Bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-cpp (#612) (e73794d) and amp-devcontainer-rust (#613) (f868315)
  • Update Rust toolchain to v1.81.0 (#605) (94025e9)
Changelog

Sourced from philips-software/amp-devcontainer-cpp's changelog.

5.4.0 (2024-10-22)

Features

  • Add conan package manager to amp-devcontainer-cpp (#607) (e142e40)
  • Add cpm package manager to amp-devcontainer-cpp (#609) (f4338f3)

Chores

  • deps, cpp: Update matepek.vscode-catch2-test-adapter, ms-vscode.cpptools (#610) (27c6b57)
  • deps, rust: Update rust-lang.rust-analyzer (#611) (3db4d23)
  • deps: Bump cmake from 3.30.4 to 3.30.5 in amp-devcontainer-cpp (#614) (a6b889f)
  • deps: Bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-cpp (#612) (e73794d)
  • deps: Bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-rust (#613) (f868315)
  • Update Rust toolchain to v1.81.0 (#605) (94025e9)
Commits
  • b5c5537 chore(main): release 5.4.0 (#606)
  • e142e40 feat: add conan package manager to amp-devcontainer-cpp (#607)
  • e73794d chore(deps): bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-cpp ...
  • f868315 chore(deps): bump ubuntu from ab64a83 to 99c3519 in amp-devcontainer-rust...
  • a6b889f chore(deps): bump cmake from 3.30.4 to 3.30.5 in amp-devcontainer-cpp (#614)
  • 85c2ead ci(deps): bump the github-actions group with 2 updates (#616)
  • 21a38d9 test(deps): bump the npm group with 2 updates (#615)
  • f4338f3 feat: add cpm package manager to amp-devcontainer-cpp (#609)
  • 866a1c9 test: update googletest to the latest released version (#608)
  • 27c6b57 chore(deps, cpp): update matepek.vscode-catch2-test-adapter, ms-vscode.cpptoo...
  • 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 [philips-software/amp-devcontainer-cpp](https://github.com/philips-software/amp-devcontainer) from v5.3.2 to v5.4.0.
- [Release notes](https://github.com/philips-software/amp-devcontainer/releases)
- [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md)
- [Commits](philips-software/amp-devcontainer@v5.3.2...v5.4.0)

---
updated-dependencies:
- dependency-name: philips-software/amp-devcontainer-cpp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 23, 2024 01:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Oct 23, 2024
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link
Contributor

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 12 0 0.05s
✅ CPP clang-format 994 3 0 6.54s
✅ DOCKERFILE hadolint 2 0 0.18s
✅ JSON jsonlint 9 0 0.23s
✅ JSON prettier 9 0 0 0.77s
⚠️ MARKDOWN markdownlint 6 0 4 1.41s
⚠️ MARKDOWN markdown-link-check 6 1 69.55s
✅ MARKDOWN markdown-table-formatter 6 0 0 0.32s
✅ REPOSITORY checkov yes no 21.91s
✅ REPOSITORY git_diff yes no 0.08s
✅ REPOSITORY grype yes no 18.15s
✅ REPOSITORY ls-lint yes no 0.07s
✅ REPOSITORY secretlint yes no 7.17s
✅ REPOSITORY trivy yes no 12.09s
✅ REPOSITORY trivy-sbom yes no 0.08s
✅ REPOSITORY trufflehog yes no 2.29s
⚠️ SPELL lychee 140 2 2.51s
⚠️ YAML prettier 23 1 1 1.22s
✅ YAML v8r 23 0 11.67s
✅ YAML yamllint 23 0 0.39s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@daantimmer daantimmer added this pull request to the merge queue Oct 23, 2024
Merged via the queue into main with commit cce63b2 Oct 23, 2024
31 of 32 checks passed
@daantimmer daantimmer deleted the dependabot/docker/dot-devcontainer/philips-software/amp-devcontainer-cpp-v5.4.0 branch October 23, 2024 06:47
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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant