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

V3 beta #64

Open
wants to merge 97 commits into
base: master
Choose a base branch
from
Open

V3 beta #64

wants to merge 97 commits into from

Conversation

devinrhode2
Copy link

@devinrhode2 devinrhode2 commented Apr 11, 2022

Checklist

  • run npm run test
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message and code follows Code Of Conduct (probably)

The diff here is very likely waaaay too big and not very useful.

The commit history, however, should prove to be very helpful in understanding all the changes.
And there are a lot of them. :)

devinrhode2 and others added 30 commits March 6, 2022 08:57
EDIT use node16-strictest instead of strictest

+fix npm peerDep err/downgrade TS

downgrade TS to 4.6.3
Full error below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: tap@15.0.9
npm ERR! Found: typescript@4.7.0-dev.20220405
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"^4.7.0-dev.20220405" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional typescript@">=3.7.2" from tap@15.0.9
npm ERR! node_modules/tap
npm ERR!   dev tap@"^15.0.9" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: typescript@4.6.3
npm ERR! node_modules/typescript
npm ERR!   peerOptional typescript@">=3.7.2" from tap@15.0.9
npm ERR!   node_modules/tap
npm ERR!     dev tap@"^15.0.9" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/devinrhode2/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/devinrhode2/.npm/_logs/2022-04-05T20_58_41_431Z-debug-0.log
@devinrhode2 devinrhode2 deleted the v3-beta branch April 29, 2022 19:12
@devinrhode2 devinrhode2 restored the v3-beta branch April 29, 2022 19:12
not sure exactly what changed but w/e
continue to use `pumpify` return type, which is most accurate
not a devDependency

something seemed fishy when setting
skipLibCheck: false in consuming project
was getting an error that @types/pumpify should be installed
@devinrhode2
Copy link
Author

Re-opening, there's really no reason this PR should be closed. Even if it's too divergent to merge into master here, people should be aware it exists ;)

@devinrhode2 devinrhode2 reopened this Jan 24, 2023
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.

None yet

1 participant