Skip to content

Releases: cloudposse/github-action-setup-atmos

v2.0.0

07 Mar 00:55
7137afe
Compare
Choose a tag to compare
upgrade to node 20 @mcalhoun (#71)

what

  • upgrade the action to node 20
  • update nock to 14@beta.5

why

  • node 16 is deprecated and nock <14 doesn't work with node 18 and above because it intercepts fetch calls, which are now natively part of node rather than an external library.
Update dependency @types/node to v16.18.87 @renovate (#69)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 16.18.84 -> 16.18.87 age adoption passing confidence

Update dependency typescript to v5.4.2 @renovate (#70)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) 5.3.3 -> 5.4.2 age adoption passing confidence

Release Notes

Microsoft/TypeScript (typescript)

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Update dependency eslint to v8.57.0 @renovate (#67)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores


Update dependency @types/node to v16.18.84 @renovate (#68)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 16.18.83 -> 16.18.84 age adoption passing confidence

Update dependency @types/node to v16.18.83 @renovate (#66)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node ([source](...
Read more

v1.1.1

31 Jan 12:18
4d709c2
Compare
Choose a tag to compare
Consolidate auto-release workflow @goruha (#62)

what

  • Use cloudposse/github-action-auto-release in auto-release.yaml workflow

why

  • Solve old nodejs warning
  • Reduce duplication of code

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#56)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v1.1.0

08 Jan 01:28
ac26ea4
Compare
Choose a tag to compare
fix bug with wrapper and stdout @mcalhoun (#27)

what

  • Fix an issue with the wrapper helper script that caused an issue with output being garbled

references

Update cloudposse/actions action to v0.33.0 @renovate (#32)

This PR contains the following updates:

Package Type Update Change
cloudposse/actions action minor 0.31.0 -> 0.33.0

Release Notes

cloudposse/actions (cloudposse/actions)

v0.33.0

Compare Source

v0.32.0: 0.32.0 Update cloned actions

Compare Source

What's Changed

New Contributors

Full Changelog: cloudposse/actions@0.31.0...0.32.0


Update typescript-eslint monorepo to v6.18.0 @renovate (#52)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 6.17.0 -> 6.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.17.0 -> 6.18.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Update actions/setup-node action to v4 @renovate (#41)

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v3 -> v4

Release Notes

actions/setup-node (actions/setup-node)

v4

Compare Source


Update actions/checkout action to v4 @renovate (#40)

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source


Update dependency @types/node to v16.18.70 @renovate (#26)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 16.18.10 -> 16.18.70 age adoption passing confidence

implement caching @mcalhoun (#55)

what

  • Allow the atmos install to be cached on self-hosted runners

why

  • So that installs can be faster on self-hosted runners where the requested version of atmos has already been installed
pin to node 16 @mcalhoun (#54)

what

Pin the action to node 16

why

Currently the tests are using nock, which intercepts fetch requests and mocks them in the test enviornment. Node 18+ introduced the fetch API natively and it broke nock. There is an issue opened with nock that they hope to merge in January 2024 (this month at the time of writing). Once that is merged, we will bump to Node 20.

references

nock/nock#2397

Update dependency prettier to v2.8.8 @renovate (#14)

T...

Read more

v1.0.2

09 Jun 15:26
b3349c9
Compare
Choose a tag to compare

No changes. Just re-triggering major release tagger.

v1.0.1

13 May 20:47
b3349c9
Compare
Choose a tag to compare
Fixed readme and added major release tagger @zdmytriv (#21)

what

  • Fixed readme
  • Added major release tagger

why

  • Fixed readme
  • Added major release tagger

references

v1.0.0

23 Dec 21:36
922691a
Compare
Choose a tag to compare

what

Initial Implementation