Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[doctor] Specify schemer version to eliminate 'NOT SUPPORTED' warning #4687

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

keith-kurak
Copy link
Contributor

@keith-kurak keith-kurak commented Apr 18, 2023

Why

After this latest publish of Doctor, pretty much everyone started seeing this warning:
image
It comes from ajv by way of schemer

My guess is that this is due to some machine-specific difference in what version of schemer was used on publish, because the dependency wasn't specified in package.json. I'm guessing a bit because I can't tell from changelogs what versions of ajv would or would not cause this warning, and it's murky to me when I crawl through the NPX install folders exactly what version of schemer/ ajv is being used, other than that it is old/ wrong. But what I do know is that there's no warning in my local dev environment, where it's clearly using the latest schemer with ajv@8.x.x.

How

Added schemer with latest version to package.json.

Test Plan

Ran doctor locally, no warning!

@keith-kurak keith-kurak marked this pull request as ready for review April 18, 2023 15:33
@brentvatne
Copy link
Member

wild.

@keith-kurak keith-kurak merged commit bcaad85 into main Apr 19, 2023
@keith-kurak keith-kurak deleted the keith/add-schemer-to-doctor-deps branch April 19, 2023 14:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants