build: Update dependencies in package.json #255
Closed
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.
This pull request updates the dependencies and devDependencies in the package.json file. Specifically, it updates the versions of the following packages:
@actions/core: from 1.10.0 to 1.10.1
@actions/github: from 5.1.1 to 6.0.0
conventional-changelog-conventionalcommits: from 5.0.0 to 7.0.2
conventional-commit-types: from 3.0.0 to 5.0.0
conventional-commits-parser: from 3.2.4 to 5.0.0
@semantic-release/changelog: from 6.0.2 to 6.0.3
@semantic-release/commit-analyzer: from 9.0.2 to 11.1.0
@semantic-release/git: from 10.0.1 to 10.0.1
@semantic-release/github: from 8.0.7 to 9.2.6
@semantic-release/release-notes-generator: from 10.0.3 to 12.1.0
@vercel/ncc: from 0.36.1 to 0.38.1
eslint: from 8.36.0 to 8.56.0
eslint-config-molindo: from 6.0.0 to 7.0.0
jest: from 29.5.0 to 29.7.0
semantic-release: from 19.0.5 to 23.0.0
This will resolve the
semver
lock issue in #253 . The issue is not solely inJest
sadly.I acknowledge this is an extreme use of the depdencies.
PR demo
Brink-Software#26