Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[legacy-framework] fix(cli): populate new apps with latest version of deps in range #206

Merged
merged 1 commit into from
Apr 23, 2020

Conversation

wKovacs64
Copy link
Collaborator

Pull Request Type

  • Feature
  • Bug fix
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Tests related changes
  • Other (please describe): Dependency updates

Checklist

  • Tests added for changes (or N/A)
  • Any added terminal logging uses packages/server/src/log.ts (or N/A)
  • Code Coverage stayed the same or increased

What's the reason for the change? ❓

Closes blitz-js/legacy-framework#836

What are the changes and their implications? ⚙️

Reverse the sort order of available package versions to get the latest instead of the oldest.

Does this introduce a breaking change? ⚠️

  • Yes
  • No

Other information

Prior to this change, a new Blitz app is generated with old dependencies (e.g. [email protected]). After this change, a new app will contain the latest dependencies (e.g. [email protected]).

@wKovacs64 wKovacs64 requested a review from merelinguist April 23, 2020 17:01
@wKovacs64 wKovacs64 requested a review from flybayer as a code owner April 23, 2020 17:01
@flybayer flybayer merged commit 02ccc7d into canary Apr 23, 2020
@flybayer flybayer deleted the fix-app-template-deps branch April 23, 2020 17:04
@itsdillon itsdillon changed the title fix(cli): populate new apps with latest version of deps in range [legacy-framework] fix(cli): populate new apps with latest version of deps in range Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New apps are being generated with old dependencies
2 participants