0.23.0
Release Summary
This release adds two user-facing improvements: actions/package now supports a package dir input, and package no longer archives the generated npm tarball before upload.
It also fixes has-installed-dependencies so unexpected errors are handled properly.
Internal changes include repeated documentation refreshes for actions and workflows, plus multiple dependency updates across npm packages and GitHub Actions.
Breaking change(s)
The package action now uploads the package tarball without archiving it first, so consumers downloading the artifact must handle the raw tarball directly; the updated documentation explicitly notes downloading by artifact ID with skip-decompress: true.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #411
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #412
- feat(actions): add package dir input for package action by @neilime in #413
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #414
- chore(deps): bump the npm-dependencies group across 4 directories with 1 update by @dependabot[bot] in #416
- chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #415
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #417
- chore(deps): bump the github-actions-dependencies group across 3 directories with 3 updates by @dependabot[bot] in #418
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #420
- chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #422
- feat(package)!: skip archiving packaged tarball by @neilime in #421
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #423
- fix(has-installed-dependencies): properly handle unexpected errors by @neilime in #424
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #425
- chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #427
- chore(deps): bump the github-actions-dependencies group across 2 directories with 3 updates by @dependabot[bot] in #426
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #428
- chore(deps): bump the github-actions-dependencies group across 3 directories with 2 updates by @dependabot[bot] in #429
- chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #430
- chore(deps): bump the github-actions-dependencies group across 4 directories with 6 updates by @dependabot[bot] in #431
- chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #432
- chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #434
- chore(deps): bump the github-actions-dependencies group across 10 directories with 8 updates by @dependabot[bot] in #433
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #435
- chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #436
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #438
- chore(deps): bump the github-actions-dependencies group across 10 directories with 11 updates by @dependabot[bot] in #441
- chore(deps): bump the npm-dependencies group across 4 directories with 3 updates by @dependabot[bot] in #442
- chore(deps): bump actions/cache from 5.0.4 to 5.0.5 in /actions/dependencies-cache in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #443
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #444
Full Changelog: 0.22.0...0.23.0