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

[v0.25] revert to @prisma/cli; recreate yarn.lock #1774

Merged
merged 3 commits into from
Feb 10, 2021

Conversation

thedavidprice
Copy link
Contributor

Current canary packages result in a Vercel deployment failure --> built API is > 50mb. Prisma has suggested not using the new prisma package as a possible workaround.

This PR is an attempt to give it a go.

@thedavidprice
Copy link
Contributor Author

thedavidprice commented Feb 10, 2021

I have no idea why, but switching the package and updating yarn.lock blows up types in Structure package:

Building project '/Users/price/Repos/redwoodjs-redwood/packages/structure/tsconfig.json'...

node_modules/vscode-languageserver/lib/callHierarchy.proposed.d.ts:5:58 - error TS2694: Namespace '"/Users/price/Repos/redwoodjs-redwood/node_modules/vscode-languageserver-protocol/lib/common/api".Proposed' has no exported member 'CallHierarchyPrepareParams'.

     onPrepare(handler: ServerRequestHandler<Proposed.CallHierarchyPrepareParams, Proposed.CallHierarchyItem[] | null, never, void>): void;

...

@github-actions
Copy link

@thedavidprice thedavidprice merged commit ff637af into main Feb 10, 2021
@thedavidprice thedavidprice added this to the v0.25.0 milestone Feb 10, 2021
@thedavidprice thedavidprice deleted the dsp-prisma-switch-back-to-cli branch February 10, 2021 21:05
dac09 added a commit to dac09/redwood that referenced this pull request Feb 12, 2021
…ender-p1

* 'main' of github.com:redwoodjs/redwood:
  v0.25.0
  yarn rw prisma commands now show a little tip (redwoodjs#1772)
  FIx typo (redwoodjs#1779)
  Ensure all data is removed during the teardown step (redwoodjs#1714)
  [v0.25] revert to @prisma/cli; recreate yarn.lock (redwoodjs#1774)
  use prisma db push for test DB (redwoodjs#1768)
  Disable --version and -v for prisma alias. (redwoodjs#1767)
  Rebuild Prisma Client between upgrades (redwoodjs#1155)
  upgrade Prisma v2.16.1 (redwoodjs#1766)
  [v0.25] Remove warning if you scaffold a model with a relation (redwoodjs#1757)
  [v0.25] Scaffolded many-to-many relationship fixes (redwoodjs#1758)
  add forrest and kim-adeline; update all contribs (redwoodjs#1763)
  Run clean and then build the js.
  Fix: applying afterQuery in storybook mocks (redwoodjs#1740)
  restructure and update Deploy command and change Setup Deploy command template [breaking] (redwoodjs#1747)
  Fixes prisma command when path has spaces
  Make tutorial work with workspaces.
  Add "packages/*" to the template.
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.

1 participant