Skip to content

Commit 0d54643

Browse files
Version Packages
1 parent f8a284e commit 0d54643

File tree

9 files changed

+27
-32
lines changed

9 files changed

+27
-32
lines changed

.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/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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# skuba
22

3+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- **lint:** Patch CDK snapshot tests to skip esbuild bundling ([#1844](https://github.com/seek-oss/skuba/pull/1844))
8+
9+
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.
10+
11+
- **format:** Add `--force-apply-all-patches` flag ([#1847](https://github.com/seek-oss/skuba/pull/1847))
12+
13+
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.
14+
15+
### Patch Changes
16+
17+
- **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))
18+
19+
- **lint:** Add a missing log when detecting malformed CODEOWNERS files ([#1839](https://github.com/seek-oss/skuba/pull/1839))
20+
321
## 10.1.0
422

523
### Minor Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skuba",
3-
"version": "10.1.0",
3+
"version": "10.2.0",
44
"private": false,
55
"description": "SEEK development toolkit for backend applications and packages",
66
"homepage": "https://github.com/seek-oss/skuba#readme",
@@ -169,6 +169,6 @@
169169
"entryPoint": "src/index.ts",
170170
"template": null,
171171
"type": "package",
172-
"version": "10.1.0"
172+
"version": "10.2.0"
173173
}
174174
}

packages/eslint-config-skuba/CHANGELOG.md

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

3+
## 5.1.4
4+
5+
### Patch Changes
6+
7+
- **deps:** eslint-config-seek 14.4.0 ([#1842](https://github.com/seek-oss/skuba/pull/1842))
8+
39
## 5.1.3
410

511
### Patch Changes

packages/eslint-config-skuba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-skuba",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
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)