freeCodeCampOS
freeCodeCampOS copied to clipboard
Test repo for external freeCodeCamp courses
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/freeCodeCamp/freeCodeCampOS). ## Repository problems These problems occurred while...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [inquire](https://togithub.com/mikaelmello/inquire) | dependencies | minor | `0.6.2` -> `0.7.0` | --- ### Release...
On watch change, call hook to see if tests should run. Force priority if hook is defined.
`onLessonLoad`, clear the `.logs/` files.
TODO: - [ ] add `--log-in` to watch `--log-out` changes - [ ] add helpers to work with watching `--log-in` file Watching `--log-in` would probably mean running the tests on...
Sometimes, specifically during development, an error is thrown by the `config/state.json` reader indicating the content is not valid JSON: ```bash 🟢 DEBUG: 2024-04-03 15:14:00 Watcher: change - /back-end-development-and-apis/curriculum/locales/english/build-a-timestamp-microservice.md 🔴 ERROR:...
It would be useful to have a feature/toggle to cause tests to: a) Not run b) Fail If the `before-all`/`before-each` hooks throw. Currently, this is the default behaviour for `before-each`,...
A `rename-project` command: ```bash create-freecodecamp-os-app rename-project ``` This should prompt: - Current project `id` or `dashed-name` - New `dashed-name` - New `title` The script should change the `projects.json` record, all...
Since `3.0.0`, the version of the CLI is tied to the version of `freecodecamp-os`, and should be able to perform some of the tedious migrations from major versions.