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

feat (cli query): add yaml support for recipe parsing #650

Merged
merged 8 commits into from
Feb 7, 2022

Conversation

arcbjorn
Copy link
Contributor

No description provided.

@arcbjorn arcbjorn linked an issue Jan 27, 2022 that may be closed by this pull request
@@ -57,7 +57,8 @@
"regex-parser": "2.2.11",
"rimraf": "3.0.2",
"typescript": "4.0.7",
"ws": "7.3.1"
"ws": "7.3.1",
"yaml": "^1.10.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be sure to always lock dependency versions. Please remove the ^.

@@ -0,0 +1,6884 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn.lock files should not be generated / committed within package directories. Please read up on how "lerna + yarn monorepos" work here: https://leerob.io/blog/monorepo-lerna-yarn-workspaces

The steps to install dependencies, build packages, and run tests can be found in the root README of the monorepo. Additionally after you install deps + build packages, you can run tests within a single package by opening a terminal there and running yarn test or yarn test:ci. Feel free to send messages in the discord if you'd like some help getting adjusted to this setup.

@@ -57,7 +57,8 @@
"regex-parser": "2.2.11",
"rimraf": "3.0.2",
"typescript": "4.0.7",
"ws": "7.3.1"
"ws": "7.3.1",
"yaml": "^1.10.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no need to add another yaml package, we use the js-yaml package in the CLI package, as well as in the rest of the packages in the monorepo that need to serialize / deserialize YAML.

@dOrgJelli
Copy link
Contributor

Amazing! Thanks so much for the thorough testing!

@dOrgJelli dOrgJelli merged commit 7c019d3 into prealpha-dev Feb 7, 2022
@dOrgJelli dOrgJelli deleted the support-yaml-for-recipe-scripts-629 branch October 20, 2022 10:48
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.

Support YAML for Recipe Scripts
2 participants