This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Conversation
This commit sets up Yarn 4 in the project as well as some configuration files needed for various configurations.
bcca4d7 to
cfedcb3
Compare
Collaborator
Author
|
A new version of choco-theme must be released before this PR can be merged. |
10 tasks
vexx32
reviewed
May 9, 2025
corbob
reviewed
May 13, 2025
corbob
reviewed
May 13, 2025
corbob
reviewed
May 13, 2025
This commit includes all the initial files needed for choco-playwright. This includes tests, assertions, functions, and data files.
This installs eslint and applies it to files. A few files have been updated due to the eslint config rules. This also adds choco-theme as a devDependency so that eslint packages can be consumed by it, and so that choco-theme functions or additional packages can be used inside of tests. By running the choco-theme command, the eslint.config.mjs file will be coppied over, ready for use.
This adds GitHub workflows for auditing dependencies, running eslint, and also publishing the package to npm.
corbob
approved these changes
May 13, 2025
Contributor
|
This looks really good. Thanks for getting it added @st3phhays 👍 |
MrG9090
approved these changes
May 21, 2025
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description Of Changes
This is the initial PR to get all the "things" needed for a new choco-playwright package to be used and consumed by other projects.
Motivation and Context
We have several Playwright functions and dependencies that can be reused across projects to remove duplication.
Testing
yarn.yarn choco-theme.yarn eslint. This should pass. You'll know because it will not report any errors or warnings.yarn audit. This should pass.Change Types Made
Change Checklist
Related Issue