pob@8.0.0
·
3016 commits
to main
since this release
8.0.0 (2021-07-11)
Bug Fixes
- pob: better babel config (4f8a65c)
- pob: move babel.config.js to babel.config.cjs (e092f74)
- pob: move lint-staged.config.js to lint-staged.config.cjs (4d6a410)
- mem-fs dependency (d9b0862)
- pob-babel createRollupConfig export (d3c3ee7)
- support no es export (acbeaa8)
- pob: clean non root package for root stuff (d8f3f10)
- pob: import lerna-light in pob-monorepo (24f821c)
Features
- adapt for esm modules (1a61dca)
- pob: ci matrix use node 16 instead of 15 (2f44999)
- pob: support explicit commonjs config for eslint (cb3d693)
- change min node supported to ESM supported versions (9db0319)
- pob: update min node version to supported ESM (df73d6b)
- pob: with eslint 7 no need to specify ext (68a3d6c)
- exports package.json by default (3549e29)
BREAKING CHANGES
- esm support changes
- modified node engines: ^12.20.0 || ^14.13.1 || >=16.0.0