Skip to content

Commit d84a654

Browse files
Version Packages
1 parent 4589cd6 commit d84a654

19 files changed

+57
-90
lines changed

.changeset/afraid-lemons-protect.md

-5
This file was deleted.

.changeset/calm-jokes-smell.md

-5
This file was deleted.

.changeset/dry-ears-help.md

-5
This file was deleted.

.changeset/eight-poems-cross.md

-7
This file was deleted.

.changeset/fifty-nails-swim.md

-5
This file was deleted.

.changeset/late-suits-look.md

-5
This file was deleted.

.changeset/quick-dragons-punch.md

-5
This file was deleted.

.changeset/renovate-07f3597.md

-5
This file was deleted.

.changeset/renovate-3e578ff.md

-7
This file was deleted.

.changeset/renovate-b5f49f8.md

-5
This file was deleted.

.changeset/renovate-d5b1c88.md

-7
This file was deleted.

.changeset/tender-ducks-rescue.md

-5
This file was deleted.

.changeset/thirty-cherries-fold.md

-5
This file was deleted.

.changeset/three-rings-argue.md

-7
This file was deleted.

.changeset/wet-owls-attack.md

-10
This file was deleted.

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# skuba
22

3+
## 9.2.0
4+
5+
### Minor Changes
6+
7+
- **deps:** TypeScript 5.7 ([#1750](https://github.com/seek-oss/skuba/pull/1750))
8+
9+
This major release includes breaking changes. See the [TypeScript 5.7](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/) announcement for more information.
10+
11+
### Patch Changes
12+
13+
- **configure:** Fix crash during detecting whether the working tree is clean ([#1737](https://github.com/seek-oss/skuba/pull/1737))
14+
15+
- **template/express-rest-api:** express 5 ([#1761](https://github.com/seek-oss/skuba/pull/1761))
16+
17+
- **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))
18+
19+
- **template/lambda-sqs-worker-cdk:** Fix failing unit test and add `start` command ([#1724](https://github.com/seek-oss/skuba/pull/1724))
20+
21+
- **deps:** ignore ^7.0.0 ([#1762](https://github.com/seek-oss/skuba/pull/1762))
22+
23+
- **deps:** prettier ~3.4.0 ([#1751](https://github.com/seek-oss/skuba/pull/1751))
24+
25+
This change may contain some formatting changes. Review the release notes: https://prettier.io/blog/2024/11/26/3.4.0.html
26+
27+
- **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))
28+
29+
- **deps:** Drop `serialize-error` ([#1763](https://github.com/seek-oss/skuba/pull/1763))
30+
331
## 9.1.0
432

533
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skuba",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"private": false,
55
"description": "SEEK development toolkit for backend applications and packages",
66
"homepage": "https://github.com/seek-oss/skuba#readme",

packages/eslint-config-skuba/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# eslint-config-skuba
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- Disable `@typescript-eslint/no-base-to-string` in tests ([#1765](https://github.com/seek-oss/skuba/pull/1765))
8+
9+
- **deps:** typescript-eslint 8.16 ([#1750](https://github.com/seek-oss/skuba/pull/1750))
10+
11+
This bumps typescript-eslint to ^8.16.0 to support TypeScript 5.7
12+
13+
- Remove `eslint-plugin-tsdoc` ([#1766](https://github.com/seek-oss/skuba/pull/1766))
14+
15+
This plugin is [currently incompatible](https://github.com/microsoft/tsdoc/issues/374) with our config.
16+
17+
- Revert to modern JavaScript language option defaults ([#1769](https://github.com/seek-oss/skuba/pull/1769))
18+
19+
- `ecmaVersion: 5 => latest`
20+
- `sourceType: script => module`
21+
22+
See [JavaScript language options](https://eslint.org/docs/latest/use/configure/language-options#specifying-javascript-options) for more information.
23+
24+
### Patch Changes
25+
26+
- Remove duplicate `@typescript-eslint` definitions ([#1766](https://github.com/seek-oss/skuba/pull/1766))
27+
28+
- **deps:** eslint-plugin-tsdoc ^0.4.0 ([#1749](https://github.com/seek-oss/skuba/pull/1749))
29+
330
## 5.0.0
431

532
### Major Changes

packages/eslint-config-skuba/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-skuba",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"private": false,
55
"description": "ESLint config for skuba",
66
"homepage": "https://github.com/seek-oss/skuba/tree/main/packages/eslint-config-skuba#readme",

0 commit comments

Comments
 (0)