Skip to content

Commit 441c745

Browse files
Version Packages (#2279)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 30634b3 commit 441c745

12 files changed

Lines changed: 30 additions & 42 deletions

File tree

.changeset/curly-bushes-train.md

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

.changeset/hip-flowers-begin.md

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

.changeset/nine-squids-beg.md

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

.changeset/renovate-244972e.md

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

.changeset/renovate-2948276.md

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

.changeset/renovate-7ceed06.md

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

CHANGELOG.md

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

3+
## 15.3.0
4+
5+
### Minor Changes
6+
7+
- **deps:** Require Node.js 22.18.0+ ([#2261](https://github.com/seek-oss/skuba/pull/2261))
8+
9+
This change should only impact projects using `skuba build-package`
10+
11+
- **lint:** Migrate tsdown configs to support 0.21 ([#2261](https://github.com/seek-oss/skuba/pull/2261))
12+
13+
This patch attempts to migrate the `external`, `noExternal`, `inlineOnly` and `skipNodeModulesBundle` fields to their new equivalents and sets `failOnWarn` to `true`.
14+
15+
Read the [tsdown release notes](https://github.com/rolldown/tsdown/releases/tag/v0.21.0) for more information.
16+
17+
### Patch Changes
18+
19+
- **lint:** Avoid scaffolding pnpm-workspace.yaml in yarn repos ([#2278](https://github.com/seek-oss/skuba/pull/2278))
20+
21+
- **deps:** @ast-grep/lang-yaml ^0.0.6 ([#2281](https://github.com/seek-oss/skuba/pull/2281))
22+
23+
- **deps:** @ast-grep/lang-json ^0.0.7 ([#2280](https://github.com/seek-oss/skuba/pull/2280))
24+
25+
- **deps:** tsdown ~0.21.0 ([#2261](https://github.com/seek-oss/skuba/pull/2261))
26+
327
## 15.2.0
428

529
### 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": "15.2.0",
3+
"version": "15.3.0",
44
"private": false,
55
"description": "SEEK development toolkit for backend applications and packages",
66
"homepage": "https://github.com/seek-oss/skuba#readme",
@@ -174,6 +174,6 @@
174174
"entryPoint": "src/index.ts",
175175
"template": null,
176176
"type": "package",
177-
"version": "15.2.0"
177+
"version": "15.3.0"
178178
}
179179
}

packages/eslint-config-skuba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"entryPoint": "index.js",
5151
"template": "oss-npm-package",
5252
"type": "package",
53-
"version": "15.2.0"
53+
"version": "15.3.0"
5454
}
5555
}

packages/eslint-plugin-skuba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
"entryPoint": "src/index.ts",
7070
"template": "oss-npm-package",
7171
"type": "package",
72-
"version": "15.2.0"
72+
"version": "15.3.0"
7373
}
7474
}

0 commit comments

Comments
 (0)