freeCodeCampOS icon indicating copy to clipboard operation
freeCodeCampOS copied to clipboard

Test repo for external freeCodeCamp courses

Results 23 freeCodeCampOS issues
Sort by recently updated
recently updated
newest added

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...

renovate

On watch change, call hook to see if tests should run. Force priority if hook is defined.

priority: high
minor
type: feature

`onLessonLoad`, clear the `.logs/` files.

priority: low
minor
type: feature

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...

minor
type: feature

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:...

type: bug
patch

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`,...

priority: low
type: feature

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...

priority: low
minor
type: feature

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.

priority: low
type: feature