Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add version changelog boilerplate * update * update * . * Update package-lock.json Add version changelog boilerplate update update . add version_changelog.json * merge main * update oclif manifest * Delete packages/cli/VERSION_CHANGELOG.md * merge * merge main * Updage changelog to 2023.10 * remove groupings * add support for conditional npm installs and all remix packages * update changelog * WIP upgrade command tests * upgrade command tests add additional remix upgrade test * delete reels * update changelog to the latest version * cleanup * add changeset * add createChangelogHandler boilerplate * Fixes * Updated --dry-run logic, support upgrading other outdated dependencies * update tests to match new logic * Simplify getSelectedRelease and tests * Stop using process.exit in favor of AbortError * Remove extra logs in dev command when there's nothing to do * Hoist mocks * Use output mock instead of render mocks * Fix going back to previous menu * Add --force flag to test in dirty git repos and fix typo * add support and test for dependenciesMeta * Add support for @next versions and add additional test for Remix and meta dependencies * Change mocked package.json to use the skeleton template as base * Use semver in getAbsoluteVersion * Fix displayUpgradeSummary when upgrading only dependencies * update changeset for upgrade command * Use local package.json instead of fetching it * Use local changelog.json in tests * Remove duplicated changelog.json * Update packages/cli/src/commands/hydrogen/upgrade.ts Co-authored-by: Graham F. Scott <gfscott@users.noreply.github.com> * prep for release * remove createChangelogHandler * Save instrunctions to .hydrogen instead of .shopify so that they can be tracked * fix changelog --------- Co-authored-by: Hydrogen Bot <hydrogen@shopify.com> Co-authored-by: Fran Dios <fran.dios@shopify.com> Co-authored-by: Graham F. Scott <gfscott@users.noreply.github.com>
- Loading branch information