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 0b635ed commit 7e92460
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-pandas-cry.md

This file was deleted.

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.

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

## 4.3.0

### Minor Changes

- **test:** Add [`jest-watch-typeahead`](https://github.com/jest-community/jest-watch-typeahead) plugin ([#893](https://github.com/seek-oss/skuba/pull/893))

This enables typeahead suggestions when filtering by file or test name in watch mode.

- **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 @@ -124,5 +124,5 @@
"version": "4.0.0"
},
"types": "./lib/index.d.ts",
"version": "4.2.2"
"version": "4.3.0"
}

0 comments on commit 7e92460

Please sign in to comment.