chore(deps): update cloudposse/github-action-setup-atmos action to v3#99
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update cloudposse/github-action-setup-atmos action to v3#99renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2→v3Release Notes
cloudposse/github-action-setup-atmos (cloudposse/github-action-setup-atmos)
v3.2.0Compare Source
fix: install-wrapper silent no-op regression @osterman (#115)
what
wrapper-cache-integration.test.ts) that runs the installer's actualtc.cacheDir()copy and then spawns the resultingatmoswrapper as a real child process.wrapper-entrypoint.test.ts) that runs the compileddist/wrapper/index.jsdirectly, isolated from the installer/tool-cache entirely.setup-atmos.test.tsfor theinstall-wrapper: truefresh-install cache path.integrationCI job inmain.ymlso it fails if the wrapper'sstdoutoutput comes back empty.why
atmos terraform deploy/applysteps withinstall-wrapper: truecomplete instantly with exit code 0 and zero output — a silent no-op.dist/wrapper/index.js'sif (require.main === module)entry guard evaluates tofalseonce bundled by@vercel/ncc, sorunWrapper()is never invoked in production.wrapper.test.tsimports and callsrunWrapper()directly, bypassing the guard, and the CIintegrationjob printed wrapper output without ever asserting it was non-empty.references
github-action-setup-atmos@v3.v3.1.0Compare Source
Fix setup-atmos Windows installs @osterman (#111)
what
.exeassets and install runnableatmos.exe/wrapper shims across OSes.warn, 80% coverage enforcement, expanded Jest tests, and OS/mode CI matrix.dist/artifacts.why
atmosimmediately after setup for wrapper and no-wrapper modes.references
npm run format:check,npm run lint:check,npm run test:coverage -- --runInBand,npm run clean && npm run build && npm run build:wrapper.v3.0.0Compare Source
Update Node version from 20 to 24 in action.yml @goruha (#108)
what
why
References
v3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.