-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore(deps): bump expect-type to v1 #6349
Conversation
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
@sheremet-va just testing out whether the latest expect-type changes are safe to release as v0.20.0, which will likely become v1 rc. I don't understand the failure though, I can't seem to see any logs associated? |
It's just flaky. Don't worry. |
@sheremet-va oh, interesting, I noticed that there's actually a change to LICENSE.md locally, some automated process picked up one what I inadvertently did which is move it from devDependencies to dependencies. Is there a reason it's currently bundled rather than a regular dependency? If it's something about how expect-type is set up, I would be open to addressing any issues you might have found, I think since it is a "prod" dependency it'd be better if it's listed that way. |
I don't really remember why. Maybe it's an artifact from the time we tried - I think we had to re-implement something. Right now I think it's just re-exported.
Not sure about this argument - what is a "prod" dependency here and why is it better to list "prod" dependencies? I am fine with moving |
Yeah I should have said regular rather than prod. Just meant that it's actually part of vitest rather than a build/test/lint tool in this case. I'll do some testing to see if I hit any issues- can try arethetypewrong. I'll mark as ready/ ping you when ready. |
28512b2
to
e75b5a0
Compare
@sheremet-va I think this is ready. I did a sneaky pkg-pr-new release from my fork, so feel free to try it out: |
Merged in #6654 Thank you for the new version! |
The other part of this PR was moving it to a regular dependency. I can open a new one which does only that. It's better that way because it allows for minor changes, security fixes (even if they're unlikely), and advanced users could even fully customise their version if they like (overrides, pnpmfile, etc.). Happy to see that the version was bumped by renovate but I still think it should be moved to dependencies. I'll create another PR that does just the move and we can discuss there if there are any reasons not to. |
Description
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
[ ]It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed. no issue for this one[ ]Ideally, include a test that fails without this PR but passes with it.[ ]Please, don't make changes topnpm-lock.yaml
unless you introduce a new test example.Tests
pnpm test:ci
.Documentation
pnpm run docs
command.Changesets
feat:
,fix:
,perf:
,docs:
, orchore:
.