Skip to content

Releases: hoverkraft-tech/ci-github-nodejs

0.21.2

19 Dec 14:49

Choose a tag to compare

Release Summary

No user-facing changes in this release.

Internal: GitHub Actions dependencies were updated across 3 directories and actions/workflows documentation was refreshed.

Breaking change(s)

No breaking changes.

What's Changed

  • chore(deps): bump the github-actions-dependencies group across 3 directories with 7 updates by @dependabot[bot] in #382
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #383

Full Changelog: 0.21.1...0.21.2

0.21.1

19 Dec 08:51

Choose a tag to compare

Release Summary

No user-facing changes in this release.

Internal: npm dependencies were refreshed across several directories and GitHub Actions dependencies were updated to keep CI stable and secure; documentation for actions and workflows was also refreshed.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #373
  • chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #375
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #374
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #376
  • chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #378
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 6 updates by @dependabot[bot] in #377
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #379
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 8 updates by @dependabot[bot] in #380
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #381

Full Changelog: 0.21.0...0.21.1

0.21.0

10 Dec 18:30

Choose a tag to compare

Release Summary

setup-node: added support for the registry-url input to configure npm registry resolution.

Internal: refreshed GitHub Actions (8 updates across 4 directories) and npm dependencies (2 updates across 4 directories), aligned container workflow to 0.30.3, and updated actions/workflows documentation.

Breaking changes

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #366
  • feat(setup-node): add support for registry-url input by @neilime in #367
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #368
  • chore(deps): bump the github-actions-dependencies group across 4 directories with 8 updates by @dependabot[bot] in #370
  • chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #371
  • chore(deps): bump hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml from 0.30.2 to 0.30.3 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #372

Full Changelog: 0.20.6...0.21.0

0.20.6

03 Dec 09:28

Choose a tag to compare

Release Summary

No public changes.

Internal: refreshed actions/workflows documentation and bumped dependencies (GitHub Actions across 4 directories with 11 updates, npm across 4 directories with 2 updates).

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #363
  • chore(deps): bump the github-actions-dependencies group across 4 directories with 11 updates by @dependabot[bot] in #364
  • chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #365

Full Changelog: 0.20.5...0.20.6

0.20.5

01 Dec 09:28

Choose a tag to compare

Release Summary

No public changes.

Fix: resolved Codecov GPG issues in container mode using github-script helpers. Internal: extracted Codecov logic to a dedicated action with configuration fixes, refreshed actions/workflows documentation, and bumped npm and GitHub Actions dependencies across the repository.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #349
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #350
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #351
  • chore(deps): bump the npm-dependencies group across 4 directories with 3 updates by @dependabot[bot] in #353
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #354
  • fix(test): fix codecov GPG issues in container mode using github-script helpers by @Copilot in #356
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #357
  • refactor(test): extract Codecov logic to dedicated action with config fixes by @Copilot in #358
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #359
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 8 updates by @dependabot[bot] in #352
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #360
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 7 updates by @dependabot[bot] in #361
  • chore(deps): bump the npm-dependencies group across 4 directories with 2 updates by @dependabot[bot] in #362

Full Changelog: 0.20.4...0.20.5

0.20.4

24 Nov 15:12

Choose a tag to compare

Release Summary

Features (dependencies-cache): added support for Vitest. Fixes (build): uploaded artifacts now include hidden files.

Internal changes: documentation for actions and workflows was refreshed.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #344
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #345
  • feat(dependencies-cache): add support for Vitest by @neilime in #346
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #347
  • fix(build): uploaded artifact includes hidden files by @neilime in #348

Full Changelog: 0.20.3...0.20.4

0.20.3

24 Nov 14:25

Choose a tag to compare

Release Summary

Features (dependencies-cache): added support for Astro and Docusaurus. Fixes (continuous-integration): improved support for working-directory, ensuring workflows run correctly in subdirectories.

Internal changes: documentation for actions and workflows was refreshed.

Breaking change(s)

No breaking changes.

What's Changed

  • fix(continuous-integration): improve support for working-directory by @neilime in #341
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #342
  • feat(dependencies-cache): add support for Astro and Docusaurus by @neilime in #343

Full Changelog: 0.20.2...0.20.3

0.20.2

24 Nov 12:24

Choose a tag to compare

Release Summary

No new features in this release. Fixes (continuous-integration): improved support for working-directory, ensuring workflows execute correctly from subdirectories.

Internal changes: documentation for actions and workflows was refreshed, and GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #335
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #336
  • fix(continuous-integration): improve support for working-directory by @neilime in #337
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #338
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 7 updates by @dependabot[bot] in #339
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #340

Full Changelog: 0.20.1...0.20.2

0.20.1

23 Nov 13:14

Choose a tag to compare

Release Summary

Fix (continuous-integration): working directory is now handled correctly during CI runs.

Internal: CI permissions refined, documentation for actions/workflows updated, dependencies refreshed, and release-actions workflow bumped to 0.15.2.

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #330
  • chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.14.1 to 0.15.1 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #332
  • chore(deps): bump the npm-dependencies group across 4 directories with 1 update by @dependabot[bot] in #333
  • chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.15.1 to 0.15.2 in the github-actions-dependencies group across 1 directory by @dependabot[bot] in #334

Full Changelog: 0.20.0...0.20.1

0.20.0

21 Nov 17:47

Choose a tag to compare

Release Summary

Feature (continuous-integration): configurable lint/test commands with sensible defaults and improved container report-path rewriting, increasing CI flexibility and correctness.

Internal changes: documentation for actions and workflows was refreshed, and GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

The CI workflow now exposes new command inputs and expects lint/test steps to generate the documented report files and paths (notably when running in containers), which may require updating your workflow configuration; see PR #322 for examples and details.

It requires permission packages: read

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #326
  • chore(deps): bump the github-actions-dependencies group across 2 directories with 6 updates by @dependabot[bot] in #327
  • feat(continuous-integration)!: add configurable lint/test commands and container better support by @Copilot in #322
  • chore(deps): bump the github-actions-dependencies group across 3 directories with 6 updates by @dependabot[bot] in #328

Full Changelog: 0.19.0...0.20.0