Post

generator-sublime-package - Release 0.1.0

0.1.0

Breaking Change: Requires Node.js >=16.0.0 with ES module support

Changed

  • Convert entire codebase from CommonJS to ES modules
  • Convert all generator files to ES module syntax (import/export)
  • Update all config.js files to use export default
  • Configure ESLint for ES modules (eslint.config.js)
  • Configure Jest for ES modules with experimental-vm-modules flag
  • Fix reserved keyword usage in github.js (package → packageJson)
  • Update test and coverage scripts for GitHub Actions compatibility
  • Bump version to 0.1.0

Dependencies

  • Bump actions/checkout from 3 to 4 (#3)
  • Bump actions/setup-node from 3 to 4 (#2)
  • Bump chalk from 2.4.2 to 5.3.0 (#7)
  • Bump yeoman-test from 6.3.0 to 10.0.1 (#4)
  • Bump eslint from 6.8.0 to 9.16.0 (#5)
  • Bump jest from 26.6.3 to 29.7.0 (#6)
  • Bump lint-staged from 9.5.0 to 15.2.11 (#8)
  • Bump interpolate-json from 2.3.3 to 3.0.0 (#10)
  • Bump change-case from 4.1.2 to 5.4.4 (#12)
  • Bump yosay from 2.0.2 to 3.0.0 (#13)
  • Bump eslint-config-xo from 0.27.2 to 0.48.0 (#16)
  • Bump yeoman-generator from 5.10.0 to 7.5.1 (#14)

Fixed

  • Eslint

This post is licensed under CC BY 4.0 by the author.