You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note in pnpm-lock.yaml there are still references to older versions of js-yaml. I contemplated adding an override to the package.json to address this, but that would expand the scope of this PR too much.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
refinedev/cliandrefinedev/devtools-serveruse an unmaintained librarygray-matterWhat is the new behavior?
refinedev/cliandrefinedev/devtools-serverhave been updated to use11ty's maintained fork ofgray-matter: https://github.com/11ty/gray-matterfixes 7510
Notes for reviewers
I did not add additional tests, but I did run existing tests for cli (devtools-server has no tests that could run using
pnpm test).