Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 6, 2022
1 parent 9ee2919 commit 3fa7509
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-buses-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-snakes-notice.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tender-icons-sleep.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# skuba

## 4.3.0

### Minor Changes

- **deps:** TypeScript 4.7 ([#877](https://github.com/seek-oss/skuba/pull/877))

This major release includes breaking changes. See the [TypeScript 4.7](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/) announcement for more information.

While ECMAScript Module support for Node.js is now stable in TypeScript, other aspects of our toolchain have not caught up yet; notably, Node.js still lacks stable APIs for Jest to implement its usual suite of mocking capabilities. We are holding off on recommending existing repositories to make the switch and on providing reference implementations via our templates. As it stands, migrating from CJS to ESM is still an arduous exercise in rewriting import statements and restructuring mocks and test suites at the bare minimum.

### Patch Changes

- **test:** Improve file detection for GitHub annotations ([#885](https://github.com/seek-oss/skuba/pull/885))

- **template/\*-rest-api:** seek-jobs/gantry v1.8.1 ([#887](https://github.com/seek-oss/skuba/pull/887))

## 4.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@
"version": "4.0.0"
},
"types": "./lib/index.d.ts",
"version": "4.2.2"
"version": "4.3.0"
}

0 comments on commit 3fa7509

Please sign in to comment.