Skip to content

Commit 0bff4d2

Browse files
Version Packages
1 parent c2ea3f7 commit 0bff4d2

File tree

14 files changed

+41
-58
lines changed

14 files changed

+41
-58
lines changed

.changeset/cuddly-sides-grab.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/eighty-tools-pull.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/five-eagles-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-jokes-argue.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/new-cars-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/renovate-7698a48.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-bags-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-teeth-tie.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/soft-times-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# skuba
22

3+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- **format, lint:** Remove `cdk.context.json` from managed `.gitignore` ([#1851](https://github.com/seek-oss/skuba/pull/1851))
8+
9+
AWS CDK generates a `cdk.context.json` file when running commands like `cdk synth` or `cdk deploy`. This file is [recommended to be included in source control](https://docs.aws.amazon.com/cdk/v2/guide/context.html#context_construct).
10+
11+
If this change is incompatible with your project's setup, manually add `cdk.context.json` back to your `.gitignore` file, outside of the **skuba**-managed section.
12+
13+
- **lint:** Patch CDK snapshot tests to skip esbuild bundling ([#1844](https://github.com/seek-oss/skuba/pull/1844))
14+
15+
Executing esbuild bundling during unit tests can be slow. This patch looks for `new App()` use in `infra` test files, and if found, replaces them with `new App({ context: { 'aws:cdk:bundling-stacks': [] } })`. This context instructs the AWS CDK to skip bundling for the test stack.
16+
17+
- **format:** Add `--force-apply-all-patches` flag ([#1847](https://github.com/seek-oss/skuba/pull/1847))
18+
19+
The new `skuba format --force-apply-all-patches` flag will apply all patches, even if **skuba** does not detect that you are upgrading to a new version. This can be useful for addressing regressions that previous patches would have fixed but were added to the code later.
20+
21+
### Patch Changes
22+
23+
- **template/lambda-sqs-worker-cdk:** Update SQS queues to have a 14 day retention period ([#1859](https://github.com/seek-oss/skuba/pull/1859))
24+
25+
- **template/koa-rest-api:** opentelemetry dependencies 2.x and 0.200.x ([#1827](https://github.com/seek-oss/skuba/pull/1827))
26+
27+
- **template/lambda-sqs-worker-cdk:** Update test to skip esbuild bundling by using the AWS CDK context key `aws:cdk:bundling-stacks` ([#1844](https://github.com/seek-oss/skuba/pull/1844))
28+
29+
- **test:** Suppress warnings from `ts-jest` about `isolatedModules` ([#1862](https://github.com/seek-oss/skuba/pull/1862))
30+
31+
- **lint:** Add a missing log when detecting malformed CODEOWNERS files ([#1839](https://github.com/seek-oss/skuba/pull/1839))
32+
333
## 10.1.0
434

535
### Minor Changes

0 commit comments

Comments
 (0)