Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1729

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-lemons-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-jokes-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-ears-help.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/fifty-nails-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-snakes-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-dolphins-explode.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.

5 changes: 0 additions & 5 deletions .changeset/renovate-07f3597.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/ten-plums-travel.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-cherries-fold.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/three-rings-argue.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wet-owls-attack.md

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# 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/express-rest-api:** express 5 ([#1761](https://github.com/seek-oss/skuba/pull/1761))

- **template/oss-npm-package:** Install `[email protected]` and set `COREPACK_DEFAULT_TO_LATEST: 0` to mitigate https://github.com/nodejs/corepack/issues/612 ([#1778](https://github.com/seek-oss/skuba/pull/1778))

- **template/lambda-sqs-worker-cdk:** Add `git` to the base Docker image ([#1775](https://github.com/seek-oss/skuba/pull/1775))

- **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:** ignore ^7.0.0 ([#1762](https://github.com/seek-oss/skuba/pull/1762))

- **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:** Align with latest AWS tagging guidance ([#1782](https://github.com/seek-oss/skuba/pull/1782))

- **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))

- **deps:** Drop `serialize-error` ([#1763](https://github.com/seek-oss/skuba/pull/1763))

## 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
27 changes: 27 additions & 0 deletions packages/eslint-config-skuba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# eslint-config-skuba

## 5.1.0

### Minor Changes

- Disable `@typescript-eslint/no-base-to-string` in tests ([#1765](https://github.com/seek-oss/skuba/pull/1765))

- **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

- Remove `eslint-plugin-tsdoc` ([#1766](https://github.com/seek-oss/skuba/pull/1766))

This plugin is [currently incompatible](https://github.com/microsoft/tsdoc/issues/374) with our config.

- Revert to modern JavaScript language option defaults ([#1769](https://github.com/seek-oss/skuba/pull/1769))

- `ecmaVersion: 5 => latest`
- `sourceType: script => module`

See [JavaScript language options](https://eslint.org/docs/latest/use/configure/language-options#specifying-javascript-options) for more information.

### Patch Changes

- Remove duplicate `@typescript-eslint` definitions ([#1766](https://github.com/seek-oss/skuba/pull/1766))

- **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