Releases: cloudposse/github-action-setup-atmos
v2.0.0
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 interceptsfetch
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 |
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 |
Release Notes
Microsoft/TypeScript (typescript)
v5.4.2
: TypeScript 5.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
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 |
Release Notes
eslint/eslint (eslint)
v8.57.0
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)
Bug Fixes
2196d97
fix: handle absolute file paths inFlatRuleTester
(#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
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
Chores
1813aec
chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bb
chore: package.json update for @eslint/js release (Jenkins)f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)
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 |
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](... |
v1.1.1
Consolidate auto-release workflow @goruha (#62)
what
- Use
cloudposse/github-action-auto-release
inauto-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
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
v0.32.0
: 0.32.0 Update cloned actions
What's Changed
- Use args with status updater instead of env vars, update checkout to v3 by @Nuru in https://github.com/cloudposse/actions/pull/133
- Renamed access token by @zdmytriv in https://github.com/cloudposse/actions/pull/137
- Update cloned GitHub actions by @Nuru in https://github.com/cloudposse/actions/pull/136
- Update cloned actions to current by @Nuru in https://github.com/cloudposse/actions/pull/138
New Contributors
- @zdmytriv made their first contribution in https://github.com/cloudposse/actions/pull/137
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 |
||||
@typescript-eslint/parser (source) | 6.17.0 -> 6.18.0 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.18.0
🚀 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
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
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
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 |
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
v1.0.2
No changes. Just re-triggering major release tagger.
v1.0.1
v1.0.0
what
Initial Implementation