Skip to content
Merged
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Unreleased

### Build

- upgrade dependencies to fix vulnerabilities (#65)
- `@actions/core` ^1.10.1 → ^3.0.0
- `@actions/github` ^6.0.0 → ^9.0.0
- `esbuild` ^0.20.2 → ^0.25.0
- `rimraf` ^5.0.5 → ^6.0.0
- add `conditions: ['import']` to esbuild configs for ESM-only `@actions/core` v3

### Feat

- support `versionInTitle` input in assemble-docs action (#52)
Expand Down
1 change: 1 addition & 0 deletions actions/assemble-docs/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ await esbuild.build({
bundle: true,
platform: 'node',
target: 'node24',
conditions: ['import'],
});
Loading
Loading