Skip to content

fix(cli): Cli package should depend on api server explicitly#2251

Merged
dac09 merged 1 commit intoredwoodjs:mainfrom
dac09:patch/cli-depend-api-server
Apr 9, 2021
Merged

fix(cli): Cli package should depend on api server explicitly#2251
dac09 merged 1 commit intoredwoodjs:mainfrom
dac09:patch/cli-depend-api-server

Conversation

@dac09
Copy link
Copy Markdown
Contributor

@dac09 dac09 commented Apr 9, 2021

Adds @redwoodjs/api-server as explicit dependency to cli.

This may not be a major issue, since we ask people to install @redwoodjs/api-serveranyway, but incase you don't have it, it errors out the whole cli.

@dac09 dac09 added this to the patch milestone Apr 9, 2021
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 9, 2021

📦 PR Packages

Click to Show Package Download Links

https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/create-redwood-app-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-api-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-api-server-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-auth-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-cli-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-core-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-dev-server-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-eslint-config-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-eslint-plugin-redwood-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-forms-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-internal-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-prerender-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-router-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-structure-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-testing-0.29.0-43bf252.tgz
https://rw-pr-redwoodjs-com.s3.amazonaws.com/2251/redwoodjs-web-0.29.0-43bf252.tgz

Install this PR by running yarn rw upgrade --pr 2251:0.29.0-43bf252

@dac09 dac09 merged commit d3ce5d4 into redwoodjs:main Apr 9, 2021
@dac09 dac09 deleted the patch/cli-depend-api-server branch April 9, 2021 16:30
peterp added a commit that referenced this pull request Apr 16, 2021
* upgrade Prisma v2.21.0 (#2273)

Co-authored-by: Daniel Choudhury <[email protected]>

* Fix: webpack optimizations for JS (#2235)

* Add terser for JS minification

* Downgrade terser to 4.x, 5+ not supported on webpack 4

* Add comment about webpack modes

* Adds better messages for rwt link | Watcher does not exist on build failure | Only remove node_modules after a succesful framework build (#2269)

* fix(cli): Cli package should depend on api server explicitly (#2251)

* upgrade prisma v2.21.2 (#2280)

* v0.30.0

Co-authored-by: David Price <[email protected]>
Co-authored-by: Daniel Choudhury <[email protected]>
thedavidprice added a commit that referenced this pull request Apr 20, 2021
* upgrade Prisma v2.21.0 (#2273)

Co-authored-by: Daniel Choudhury <[email protected]>

* Fix: webpack optimizations for JS (#2235)

* Add terser for JS minification

* Downgrade terser to 4.x, 5+ not supported on webpack 4

* Add comment about webpack modes

* Adds better messages for rwt link | Watcher does not exist on build failure | Only remove node_modules after a succesful framework build (#2269)

* fix(cli): Cli package should depend on api server explicitly (#2251)

* upgrade prisma v2.21.2 (#2280)

* v0.30.0

* v0.30.1

* Update packages/api/package.json

* Update packages/cli/package.json

* Update packages/dev-server/package.json

* Update packages/create-redwood-app/package.json

* Update packages/cli/package.json

* Update packages/create-redwood-app/package.json

* update crwa/template/yarn.lock to v0.30.1

Co-authored-by: Daniel Choudhury <[email protected]>
Co-authored-by: Peter Pistorius <[email protected]>
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.

2 participants