Skip to content

v0.2

Latest

Choose a tag to compare

@azchohfi azchohfi released this 21 Jul 05:25
b93bbdd

What's Changed

Node 24

  • The GitHub Action now runs on the Node 24 runtime (runs.using: node24).
  • The Azure DevOps task adds a Node24 execution handler (keeping Node20_1 for older agents) and drops the deprecated Node16 handler; minimumAgentVersion raised to 4.248.0.
  • CI and the publish pipeline now build and test on Node 24.

Packaging

  • Both the GitHub Action and the Azure DevOps task are now bundled with esbuild (CommonJS), replacing @vercel/ncc — a single, consistent build for both distributables.

Dependencies

  • @actions/core → 3.0.1, @actions/io → 3.0.2, @actions/tool-cache → 4.0.0
  • azure-pipelines-task-lib → 5.277.0, azure-pipelines-tool-lib → 2.0.12
  • Dev tooling: TypeScript 6.0.3, ESLint 10, @types/node 26, Prettier 3.9.5
  • Removed unused dependencies (q, @types/q, js-yaml, eslint-plugin-github, eslint-plugin-import, @eslint/compat)

Full Changelog: v0.1...v0.2