-
Notifications
You must be signed in to change notification settings - Fork 5
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
Repository maintenance #74
Merged
Merged
Conversation
This file contains 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
The test:node command was not properly recursing over the directories under `tests` leading to some tests being skipped. Change-type: patch
pipex
added a commit
that referenced
this pull request
Dec 16, 2024
This moves the isValid method from the [skhema module](https://github.com/balena-io-modules/skhema) into an internal json-schema module since skhema is not being maintained or used anywhere else. Change-type: minor Depends-on: #74
pipex
added a commit
that referenced
this pull request
Dec 16, 2024
This moves the isValid method from the [skhema module](https://github.com/balena-io-modules/skhema) into an internal json-schema module since skhema is not being maintained or used anywhere else. Change-type: minor Depends-on: #74
pipex
added a commit
that referenced
this pull request
Dec 16, 2024
This moves the isValid method from the [skhema module](https://github.com/balena-io-modules/skhema) into an internal json-schema module since skhema is not being maintained or used anywhere else. Change-type: minor Depends-on: #74
pipex
force-pushed
the
fix-tests-and-types
branch
2 times, most recently
from
December 16, 2024 23:45
e678770
to
6515085
Compare
- Fixes a wrong return type on `setFirst` - Fixes a void expression return - Fixes a build error due to bad type inference Change-type: patch
Change-type: patch
pipex
force-pushed
the
fix-tests-and-types
branch
from
December 16, 2024 23:47
6515085
to
0dd1728
Compare
handlebars-async-helpers had a dependency on handlebars 4.7.6 which has a vulnerability according to `npm audit`. This moves to promised-handlebars, which while it's older, it has almost no dependencies Change-type: patch
pipex
force-pushed
the
fix-tests-and-types
branch
from
December 16, 2024 23:51
0dd1728
to
19f58ae
Compare
pipex
added a commit
that referenced
this pull request
Dec 16, 2024
This moves the isValid method from the [skhema module](https://github.com/balena-io-modules/skhema) into an internal json-schema module since skhema is not being maintained or used anywhere else. Change-type: minor Depends-on: #74
pipex
added a commit
that referenced
this pull request
Dec 17, 2024
This moves the isValid method from the [skhema module](https://github.com/balena-io-modules/skhema) into an internal json-schema module since skhema is not being maintained or used anywhere else. Change-type: minor Depends-on: #74
pipex
added a commit
that referenced
this pull request
Dec 17, 2024
This moves the isValid method from the [skhema module](https://github.com/balena-io-modules/skhema) into an internal json-schema module since skhema is not being maintained or used anywhere else. Change-type: minor Depends-on: #74
Page-
approved these changes
Dec 18, 2024
pipex
added a commit
that referenced
this pull request
Dec 18, 2024
This moves the isValid method from the [skhema module](https://github.com/balena-io-modules/skhema) into an internal json-schema module since skhema is not being maintained or used anywhere else. Change-type: minor Depends-on: #74
pipex
added a commit
that referenced
this pull request
Dec 19, 2024
This moves the `isValid` method from the [skhema module](https://github.com/balena-io-modules/skhema) into an internal json-schema module since skhema is not being maintained or used anywhere else. Change-type: minor Depends-on: #74
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update some outdated dependencies, fix some build errors and fix a but where not all tests were being ran
Change-type: patch