Skip to content

Commit

Permalink
Version Packages (#1156)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] committed May 3, 2023
1 parent 800199e commit aa02981
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 31 deletions.
9 changes: 0 additions & 9 deletions .changeset/great-starfishes-hope.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nasty-dryers-end.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/sixty-dancers-own.md

This file was deleted.

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

## 6.1.0

### Minor Changes

- **deps:** eslint-config-skuba 2 ([#1155](https://github.com/seek-oss/skuba/pull/1155))

This major upgrade removes [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) due to configuration issues experienced on non-React projects.

Raise a GitHub issue or send us a Slack message if this negatively affects your project.

- **start:** Add `http.Server` support ([#1159](https://github.com/seek-oss/skuba/pull/1159))

`skuba start` can now be used to create a live-reloading server for `http.Server` instances. See the [`skuba start` documentation](https://seek-oss.github.io/skuba/docs/cli/run.html#skuba-start) for more information.

- **deps:** eslint-config-seek 11 ([#1155](https://github.com/seek-oss/skuba/pull/1155))

This major upgrade enforces [consistent type imports and exports](https://typescript-eslint.io/blog/consistent-type-imports-and-exports-why-and-how/).

```diff
- import { Context } from 'aws-lambda';
+ import type { Context } from 'aws-lambda';
```

`skuba format` will modify your imports and exports to be consistent with linting rules. These changes are automatically committed if you have [GitHub autofixes](https://seek-oss.github.io/skuba/docs/deep-dives/github.html#github-autofixes) enabled on your project.

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skuba",
"version": "6.0.2",
"version": "6.1.0",
"private": false,
"description": "SEEK development toolkit for backend applications and packages",
"homepage": "https://github.com/seek-oss/skuba#readme",
Expand Down

0 comments on commit aa02981

Please sign in to comment.