Skip to content

Commit

Permalink
Update minor package versions and remove latest lts from tests (#176)
Browse files Browse the repository at this point in the history
* Update minor package versions and remove latest lts from tests

Signed-off-by: Dennis Meister <[email protected]>

* Update 3rd party licenses

Signed-off-by: Dennis Meister <[email protected]>

* Change node versions in ci tests to named lts versions

Signed-off-by: Dennis Meister <[email protected]>

* Change node versions in ci tests

Signed-off-by: Dennis Meister <[email protected]>

---------

Signed-off-by: Dennis Meister <[email protected]>
  • Loading branch information
dennismeister93 authored Nov 29, 2023
1 parent d641b5b commit 11a3332
Show file tree
Hide file tree
Showing 6 changed files with 1,828 additions and 1,337 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
matrix:
os: ["ubuntu-22.04"]
# TODO: eclipse-velocitas/cli/issues/141
node_version: [lts/-1, lts/*, 20.4.0]
# node_version: [lts/-1, lts/*, 20.4.0]
node_version: [lts/Hydrogen, 20.4.0]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
48 changes: 24 additions & 24 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@
## JavaScript
| Dependency | Version | License |
|:-----------|:-------:|--------:|
|@oclif/core|2.9.3|MIT|
|@oclif/plugin-help|5.2.13|MIT|
|@oclif/plugin-not-found|2.3.30|MIT|
|@oclif/plugin-plugins|3.1.6|MIT|
|@oclif/test|2.3.29|MIT|
|@types/archiver|5.3.2|MIT|
|@types/chai|4.3.5|MIT|
|@types/decompress|4.2.4|MIT|
|@types/fs-extra|11.0.1|MIT|
|@types/mocha|10.0.1|MIT|
|@types/mock-fs|4.13.1|MIT|
|@types/node|18.16.19|MIT|
|@typescript-eslint/eslint-plugin|6.0.0|MIT|
|@typescript-eslint/parser|6.0.0|unknown|
|archiver|5.3.1|MIT|
|chai|4.3.7|MIT|
|@oclif/core|2.15.0|MIT|
|@oclif/plugin-help|5.2.20|MIT|
|@oclif/plugin-not-found|2.4.3|MIT|
|@oclif/plugin-plugins|3.9.4|MIT|
|@oclif/test|2.5.6|MIT|
|@types/archiver|5.3.4|MIT|
|@types/chai|4.3.11|MIT|
|@types/decompress|4.2.7|MIT|
|@types/fs-extra|11.0.4|MIT|
|@types/mocha|10.0.6|MIT|
|@types/mock-fs|4.13.4|MIT|
|@types/node|18.18.13|MIT|
|@typescript-eslint/eslint-plugin|6.13.1|MIT|
|@typescript-eslint/parser|6.13.1|unknown|
|archiver|5.3.2|MIT|
|chai|4.3.10|MIT|
|decompress|4.2.1|MIT|
|eslint|8.45.0|MIT|
|eslint|8.54.0|MIT|
|inquirer|8.2.6|MIT|
|mocha|10.2.0|ISC<br/>MIT|
|mock-fs|5.2.0|MIT|
|node-pty|1.0.0|MIT|
|nyc|15.1.0|ISC<br/>MIT|
|oclif|3.9.1|MIT|
|oclif|3.17.2|MIT|
|pkg|5.8.1|MIT|
|prettier|3.0.0|Apache 2.0|
|prettier-plugin-organize-imports|3.2.3|MIT|
|prettier|3.1.0|Apache 2.0|
|prettier-plugin-organize-imports|3.2.4|MIT|
|recursive-copy|2.0.14|ISC|
|semver|7.5.4|ISC|
|shx|0.3.4|MIT|
|simple-git|3.19.1|unknown|
|simple-git|3.21.0|unknown|
|sinon|15.2.0|MIT|
|ts-node|10.9.1|MIT|
|tslib|2.6.0|BSD Zero Clause License|
|typescript|5.1.6|Apache 2.0|
|tslib|2.6.2|BSD Zero Clause License|
|typescript|5.3.2|Apache 2.0|
|velocitas-cli|0.0.0|Apache 2.0|
|yaml|2.3.1|ISC|
|yaml|2.3.4|ISC|
## Workflows
| Dependency | Version | License |
|:-----------|:-------:|--------:|
Expand Down
Loading

0 comments on commit 11a3332

Please sign in to comment.