Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Feb 01:44
· 1817 commits to main since this release

Fixed

  • Node 22 LTS upgrade: Upgraded CI, release workflow, and Dockerfile from Node 20 to Node 22 (current LTS)
  • Lockfile compatibility: Regenerated package-lock.json with npm 10 to match CI runtime
  • TypeScript type conflicts: Fixed whatsapp-web.js type mismatches after dependency update using Omit<> pattern
  • ESLint peer dependency: Pinned @eslint/js and eslint to v9 to resolve Dependabot-introduced peer conflict
  • CI npm audit: Changed audit level from high to critical — high-severity findings are all in unfixable transitive dependencies

Changed

  • Dependency updates: Merged Dependabot PRs for 12 npm packages, 6 dashboard packages, and 5 GitHub Actions
  • GitHub Actions: Upgraded actions/checkout v4→v6, actions/setup-node v4→v6, actions/upload-artifact v4→v6, docker/build-push-action v5→v6, codecov/codecov-action v4→v5