Skip to content

Releases: e18e/cli

0.4.0

08 Feb 15:49
f1698e2

Choose a tag to compare

What's Changed

  • feat: drop arethetypeswrong by @43081j in #120
  • feat: drop pack abstractions by @43081j in #121
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #123
  • chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group by @dependabot[bot] in #127
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #126
  • chore(deps): bump module-replacements from 2.9.0 to 2.10.1 in the production-dependencies group by @dependabot[bot] in #125
  • feat: unify logic with github action by @43081j in #129
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot[bot] in #131
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot[bot] in #133
  • chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #132
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #137
  • fix: update replacements url by @idleberg in #135
  • chore(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #136
  • Initial commit for removing tarball code by @laurathackray21 in #134
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #141
  • chore(deps): bump gunshi from 0.27.0 to 0.27.4 in the production-dependencies group by @dependabot[bot] in #140
  • chore(deps-dev): bump typescript-eslint from 8.50.0 to 8.50.1 in the development-dependencies group by @dependabot[bot] in #143
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot[bot] in #142
  • chore(deps-dev): bump typescript-eslint from 8.50.1 to 8.51.0 in the development-dependencies group by @dependabot[bot] in #144
  • chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot[bot] in #145
  • Update the duplicate dependency plugin to use the lock file rather than the file system by @laurathackray21 in #146
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot[bot] in #150
  • chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 in the github-actions group by @dependabot[bot] in #148
  • chore(deps): bump module-replacements from 2.10.1 to 2.11.0 in the production-dependencies group by @dependabot[bot] in #149
  • Task/remove dupe dependency filesystem code by @laurathackray21 in #147
  • fix: handle missing name/version in package.json by @bjnewman in #151
  • feat: add trust level computation core module by @dreyfus92 in #138
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot[bot] in #154
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot[bot] in #153
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group by @dependabot[bot] in #152
  • chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot[bot] in #159
  • chore(deps): bump @clack/prompts from 1.0.0-alpha.9 to 1.0.0 in the production-dependencies group by @dependabot[bot] in #158
  • refactor: remove ESM/CJS stats by @dreyfus92 in #157
  • perf: replace debug with obug by @PowerKiKi in #161
  • perf: replace picolors with native styleText by @PowerKiKi in #162
  • feat: add --all flag to migrate command by @dreyfus92 in #160
  • feat: exit non-zero when analysis has findings by @dreyfus92 in #163
  • feat: add summary for fixable replacements in analysis output by @dreyfus92 in #164
  • chore: add dependency-diff workflow by @43081j in #166

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

04 Nov 09:18
2b11107

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

04 Nov 09:13
029fe12

Choose a tag to compare

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 PackFile type 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/prompts by @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

31 Jul 09:34
c4dafa6

Choose a tag to compare

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 fdir for 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

Full Changelog: https://github.com/e18e/cli/commits/0.2.0