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 Dec 20, 2024
1 parent 5cfcb70 commit e341b27
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-lemons-protect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eight-poems-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-suits-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-dragons-punch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/renovate-3e578ff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-b5f49f8.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/renovate-d5b1c88.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-ducks-rescue.md

This file was deleted.

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

## 9.2.0

### Minor Changes

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

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

### Patch Changes

- **configure:** Fix crash during detecting whether the working tree is clean ([#1737](https://github.com/seek-oss/skuba/pull/1737))

- **template/lambda-sqs-worker-cdk:** Upgrade `aws-cdk` and `aws-cdk-lib` to `^2.167.1` ([#1740](https://github.com/seek-oss/skuba/pull/1740))

- **template/lambda-sqs-worker-cdk:** Fix failing unit test and add `start` command ([#1724](https://github.com/seek-oss/skuba/pull/1724))

- **deps:** prettier ~3.4.0 ([#1751](https://github.com/seek-oss/skuba/pull/1751))

This change may contain some formatting changes. Review the release notes: https://prettier.io/blog/2024/11/26/3.4.0.html

- **template/express-rest-api, template/koa-rest-api:** Drop support for `failOnScanFindings` for gantry 4 support ([#1759](https://github.com/seek-oss/skuba/pull/1759))

## 9.1.0

### Minor 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": "9.1.0",
"version": "9.2.0",
"private": false,
"description": "SEEK development toolkit for backend applications and packages",
"homepage": "https://github.com/seek-oss/skuba#readme",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-skuba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eslint-config-skuba

## 5.1.0

### Minor Changes

- **deps:** typescript-eslint 8.16 ([#1750](https://github.com/seek-oss/skuba/pull/1750))

This bumps typescript-eslint to ^8.16.0 to support TypeScript 5.7

### Patch Changes

- **deps:** eslint-plugin-tsdoc ^0.4.0 ([#1749](https://github.com/seek-oss/skuba/pull/1749))

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-skuba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-skuba",
"version": "5.0.0",
"version": "5.1.0",
"private": false,
"description": "ESLint config for skuba",
"homepage": "https://github.com/seek-oss/skuba/tree/main/packages/eslint-config-skuba#readme",
Expand Down

0 comments on commit e341b27

Please sign in to comment.