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 aminya/setup-cpp from 0.39.0 to 0.40.0 #305

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps aminya/setup-cpp from 0.39.0 to 0.40.0.

Release notes

Sourced from aminya/setup-cpp's releases.

v0.40.0

What's Changed

  • 🎉 fix: use the default/latest GCC version on Linux/macOS by @​aminya in aminya/setup-cpp#277

    • As of this version, the latest available GCC on the default Linux repositories are installed by default. That means, the GCC versions installable via the test toolchain PPA are not installed on Ubuntu/Debian (unless the version is requested explicitly). This increases the compatibility of the binaries built via setup-cpp for distribution.
    • On other platforms, the latest GCC version is installed by default.
  • 🎉 feat: use GitHub API to match MinGW assets by @​aminya in aminya/setup-cpp#277

    • Instead of manually maintaining the available releases, now the GitHub API is used to find the MinGW assets. This method will be used for LLVM in future releases.
  • 🎉 feat: introduce setup-brew package by @​aminya in aminya/setup-cpp#266

  • feat!: support addAptKey options through installAptPack by @​aminya in aminya/setup-cpp#269

    • no default keys are added during apt installations anymore. Explicitly pass the keys needed.
    • the arguments to addAptKeyViaServer and addAptKeyViaDownload changed. addAptKeyViaDownload renamed to addAptKeyViaURL
  • fix: reduce bundle size by patching actions/http-client undici import by @​aminya in aminya/setup-cpp#270

  • fix: install nala via default repo or installer by @​aminya in aminya/setup-cpp#276

  • build!: remove actions bundle in favour of modern bundle by @​aminya in aminya/setup-cpp#278

  • build: add Modern ESModule target via Vite by @​aminya in aminya/setup-cpp#279

  • build: build legacy target via Vite + migrate from Parcel by @​aminya in aminya/setup-cpp#280

  • chore: update dependencies by @​aminya in aminya/setup-cpp#275

Full Changelog: aminya/setup-cpp@v0.39.0...v0.40.0

Commits
  • cb3bbf1 chore: v0.40.0
  • 57e4019 Merge pull request #280 from aminya/vite [skip ci]
  • 6e3b572 fix: filter 7z in mingw asset list
  • 3e4a96d fix: use patha only when needed
  • ae014dc build: transform babel via babel plugin
  • e7ebe0f ci: smoke test the node 12/20 bundles
  • 1fab60e build: build legacy target via Vite
  • ab36eab Merge pull request #279 from aminya/vite [skip ci]
  • 8302e55 fix: do not use __dirname
  • 050615f fix: add node shims for ESM target
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
aminya/setup-cpp [>= 0.43.a, < 0.44]
aminya/setup-cpp [>= 0.42.a, < 0.43]
aminya/setup-cpp [>= 0.44.a, < 0.45]
aminya/setup-cpp [>= 0.41.a, < 0.42]

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 [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/aminya/setup-cpp/releases)
- [Commits](aminya/setup-cpp@6827680...cb3bbf1)

---
updated-dependencies:
- dependency-name: aminya/setup-cpp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
Copy link
Collaborator

@bjosv bjosv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bjosv bjosv merged commit 8eeecba into master Oct 22, 2024
36 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/aminya/setup-cpp-0.40.0 branch October 22, 2024 07:36
@mikkelfj
Copy link
Contributor

yay

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
Development

Successfully merging this pull request may close these issues.

2 participants