Releases: e18e/cli
Releases · e18e/cli
0.3.1
0.3.0
What's Changed
- chore(deps): bump the production-dependencies group with 2 updates by @dependabot[bot] in #53
- fix: normalize Windows path separators across operatinos by @outslept in #51
- ci: pin GitHub Actions to commit hashes by @outslept in #56
- chore: cast array buffer by @43081j in #58
- feat: refactor logging system to use debug library and remove pino dependency by @dreyfus92 in #55
- chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #57
- fix: remove temporary dir after pack by @outslept in #61
- fix: remove unnecessary casts by @outslept in #60
- ci: add formatting check step by @outslept in #62
- fix: add missing none type by @outslept in #64
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #70
- test(windows): pack via @publint/pack by @outslept in #68
- feat: add support for nodeVersion by @outslept in #63
- feat: accept directory path or tarball; clarify invalid-path error by @outslept in #67
- fix: slice Buffer before returning ArrayBuffer by @outslept in #73
- chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group by @dependabot[bot] in #77
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #76
- chore(deps): bump fdir from 6.4.6 to 6.5.0 in the production-dependencies group by @dependabot[bot] in #75
- feat: add TypeScript configuration detection to file systems and update attw behavior by @dreyfus92 in #59
- feat: add support for custom manifests in module replacements analysis by @dreyfus92 in #71
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #81
- refactor: move getPackageJson to utils and use in computeInfo by @outslept in #84
- chore: remove unused
PackFiletype by @outslept in #85 - chore: validate --pack against meta choices by @outslept in #88
- chore: use type imports consistently by @outslept in #86
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #91
- chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 in the github-actions group by @dependabot[bot] in #92
- chore(deps): bump tinyglobby from 0.2.14 to 0.2.15 in the production-dependencies group by @dependabot[bot] in #90
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #94
- chore(deps): bump debug from 4.4.1 to 4.4.3 in the production-dependencies group by @dependabot[bot] in #93
- refactor: use alpha version of
@clack/promptsby @bluwy in #96 - chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #99
- chore(deps): bump publint from 0.3.12 to 0.3.13 in the production-dependencies group by @dependabot[bot] in #98
- chore(deps): bump @clack/prompts from 1.0.0-alpha.4 to 1.0.0-alpha.5 in the production-dependencies group by @dependabot[bot] in #101
- chore(deps-dev): bump typescript-eslint from 8.44.0 to 8.44.1 in the development-dependencies group by @dependabot[bot] in #100
- refactor: introduce plugin runner and wire report to use it by @outslept in #87
- chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot[bot] in #104
- chore(deps): bump the production-dependencies group with 3 updates by @dependabot[bot] in #103
- chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot[bot] in #106
- chore(deps): bump semver from 7.7.2 to 7.7.3 in the production-dependencies group by @dependabot[bot] in #105
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #110
- chore(deps): bump package-manager-detector from 1.4.0 to 1.5.0 in the production-dependencies group by @dependabot[bot] in #109
- chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in the github-actions group by @dependabot[bot] in #108
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #112
- chore(deps): bump publint from 0.3.14 to 0.3.15 in the production-dependencies group by @dependabot[bot] in #111
- docs(readme): update README and add banner by @dreyfus92 in #113
- chore(readme): adjust banner's height by @dreyfus92 in #114
New Contributors
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- feat: use gunshi/clack by @43081j in #1
- feat: add package analysis with local and tarball dependency reporting to CLI by @dreyfus92 in #3
- feat: add
fdirfor improved directory crawling and package detection by @dreyfus92 in #5 - add: missing attw/publint output by @dreyfus92 in #9
- chore: add github workflows by @43081j in #16
- chore: rename package by @43081j in #15
- feat: add a migrate command by @43081j in #11
- chore: rename bin by @43081j in #20
- chore: set title of CLI by @43081j in #22
- feat: unify tarball and local analysis by @43081j in #23
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #18
- chore(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #19
- add: fixable replacements script by @dreyfus92 in #27
- add: pkg.pr.new by @dreyfus92 in #26
- chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot[bot] in #29
- chore: add default usage and move scripts by @43081j in #30
- feat: reorganise analysis functions by @43081j in #31
- test: strip version in snapshots by @43081j in #33
- chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot[bot] in #35
- fix: use autocomplete prompt for interactive migrations by @43081j in #36
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #38
- feat: add replacements plugin by @43081j in #32
- feat: detect duplicated deps by @dreyfus92 in #28
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #43
- chore(deps): bump module-replacements-codemods from 1.1.0 to 1.2.0 in the production-dependencies group by @dependabot[bot] in #42
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #44
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #46
- Rework the dependency analyzer into a runner by @43081j in #39
- feat: reintroduce typed stats by @43081j in #47
- feat: filter migration list to package dependencies by @43081j in #48
New Contributors
- @43081j made their first contribution in #1
- @dreyfus92 made their first contribution in #3
- @dependabot[bot] made their first contribution in #18
Full Changelog: https://github.com/e18e/cli/commits/0.2.0