Releases: yeoman/generator
Releases · yeoman/generator
v7.5.0
What's Changed
- docs: remove funding as we use a global setup by @UlisesGascon in #1596
- ci: remove dependabot as we use renovate now by @UlisesGascon in #1597
- ci: update Node.js versions supported and remove legacy step by @UlisesGascon in #1599
- ci: apply security best practices by @UlisesGascon in #1601
- ci: pin dependencies by @step-security-bot in #1602
- ci: remove travis legacy references by @UlisesGascon in #1598
- Update github-username to 9.0.0 to fix security vulnerability by @strmer15 in #1603
- chore: apply prettier by @mshima in #1606
- chore: deprecate github/username utility by @mshima in #1605
- feat: move
@types/node
to peer dependencies and make it optional. by @mshima in #1607
New Contributors
- @step-security-bot made their first contribution in #1602
- @strmer15 made their first contribution in #1603
Full Changelog: v7.4.0...v7.5.0
v7.4.0
What's Changed
- chore: Export questions types by @jmuzina in #1578
- fix: replace Duplex with Transform by @mshima in #1577
- fix: keep resolved as absolute path by @mshima in #1580
- feat: don't modify original copyOptions and pass fromBasePath to rend… by @mshima in #1581
- chore: fix lint warnings by @mshima in #1582
New Contributors
Full Changelog: v7.3.3...v7.4.0
v7.3.3
- migrate to eslint 9 and test adjusts
- permissive
@types/node
dependency.