Skip to content

Releases: cloudposse-github-actions/typescript-template

v0.12.0

03 Mar 13:52
c34cbbd
Compare
Choose a tag to compare
Update dependency @types/node to v18.19.21 @renovate (#20)

This PR contains the following updates:

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

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.24.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

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores
Read more

v0.11.1

31 Jan 17:37
e3f0235
Compare
Choose a tag to compare
Consolidate auto-release workflow @goruha (#26)

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 (#23)

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

v0.11.0

03 Oct 20:09
975f46d
Compare
Choose a tag to compare
Update typescript-eslint monorepo to v5.39.0 @renovate (#14)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 5.38.1 -> 5.39.0 age adoption passing confidence
@typescript-eslint/parser 5.38.1 -> 5.39.0 age adoption passing confidence

update readme @mcalhoun (#15)

what

turn off auto release @mcalhoun (#13)

what

  • Turn off auto-release

why

  • We have renovate bot configured to update the yarn dependencies and we don't want each PR we merge to automatically create a new release. Instead, the changes will be accumulated in a draft release and we will release that manually.

v0.10.0

03 Oct 16:08
3bc4ffd
Compare
Choose a tag to compare
Update dependency typescript to v4.8.4 @renovate (#9)

This PR contains the following updates:

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

Release Notes

Microsoft/TypeScript

v4.8.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:


v0.9.0

03 Oct 16:07
fb4644f
Compare
Choose a tag to compare
Feature/initial implementation @mcalhoun (#3)

what

  • Iterate on workflow

v0.8.0

03 Oct 16:06
bfc513f
Compare
Choose a tag to compare
Update cloudposse/actions action to v0.31.0 @renovate (#7)

This PR contains the following updates:

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

Release Notes

cloudposse/actions

v0.31.0

Compare Source

What's Changed

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


v0.7.0

03 Oct 16:06
6b1bcec
Compare
Choose a tag to compare
Update jest monorepo @renovate (#10)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) 29.0.3 -> 29.1.1 age adoption passing confidence
jest (source) 29.0.3 -> 29.1.2 age adoption passing confidence

Release Notes

facebook/jest

v29.1.2

Compare Source

Fixes
  • [expect, @​jest/expect] Revert buggy inference of argument types for *CalledWith and *ReturnedWith matchers introduced in 29.1.0 (#​13339)
  • [jest-worker] Add missing dependency on jest-util (#​13341)

v29.1.1

Compare Source

Fixes
  • [jest-mock] Revert #​13145 which broke mocking of transpiled ES modules

v29.1.0

Compare Source

Features
  • [expect, @​jest/expect] Support type inference for function parameters in CalledWith assertions (#​13268)
  • [expect, @​jest/expect] Infer type of *ReturnedWith matchers argument (#​13278)
  • [@jest/environment, jest-runtime] Allow jest.requireActual and jest.requireMock to take a type argument (#​13253)
  • [@jest/environment] Allow jest.mock and jest.doMock to take a type argument (#​13254)
  • [@jest/fake-timers] Add jest.now() to return the current fake clock time (#​13244, #​13246)
  • [@jest/mock] Add withImplementation method for temporarily overriding a mock (#​13281)
  • [expect] Export toThrow* matchers (#​13328)
Fixes
  • [jest-circus, jest-jasmine2] Fix error messages for Node's assert.throes (#​13322)
  • [jest-haste-map] Remove __proto__ usage (#​13256)
  • [jest-mock] Improve spyOn typings to handle optional properties (#​13247)
  • [jest-mock] Fix mocking of getters and setters on classes (#​13145)
  • [jest-snapshot] Throw useful error when an array is passed as property matchers (#​13263)
  • [jest-snapshot] Prioritize parser used in the project (#​13323)
  • [jest-transform] Attempt to work around issues with atomic writes on Windows (#​11423)

v0.6.0

03 Oct 16:05
d981bb8
Compare
Choose a tag to compare
Update actions/checkout action to v3 @renovate (#8)

This PR contains the following updates:

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

Release Notes

actions/checkout

v3

Compare Source


v0.5.0

03 Oct 16:04
8459095
Compare
Choose a tag to compare
Update dependency ts-jest to v29.0.3 @renovate (#11)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-jest (source) 29.0.2 -> 29.0.3 age adoption passing confidence

Release Notes

kulshekhar/ts-jest

v29.0.3

Compare Source

Bug Fixes
Features
  • add useESM option to pathsToModuleNameMapper options (#​3792) (eabe906)

v0.4.0

03 Oct 16:03
5fbefbb
Compare
Choose a tag to compare
Update dependency @actions/core to v1.10.0 @renovate (#12)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/core (source) 1.9.1 -> 1.10.0 age adoption passing confidence

Release Notes

actions/toolkit

v1.10.0

  • saveState and setOutput now use environment files if available #​1178
  • getMultilineInput now correctly trims whitespace by default #​1185