Skip to content
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

Consider updating lerna and removing dependency tomocha-jenkins-reporter #680

Closed
tortmayr opened this issue Jun 8, 2022 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@tortmayr
Copy link
Contributor

tortmayr commented Jun 8, 2022

All dependabot allerts in the main glsp repo are related to either lerna or mocha-jenkins-reporter.
For lerna we could update to the new 5.x version which should resolve most of the alerts. However, this also means we have to use a more restrictive node version range ("^14.19.3 || >=16.0.0")

The mocha-jenkins-reporter only has irregular releases so we can't expect a new version there soon. Maybe we should drop the dependency altogether.

@tortmayr tortmayr added the enhancement New feature or request label Jun 8, 2022
@tortmayr tortmayr changed the title Consider updating lerna and removing depdency tomocha-jenkins-reporter Consider updating lerna and removing dependency tomocha-jenkins-reporter Jun 29, 2022
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Oct 3, 2022
- Update Theia dependencies to the community release (1.29.1)
- Use yarn resolutions to ensure stable Theia and sprotty versions and fix upgrade:next script (eclipse-glsp/glsp#757) 
- Update minimum version constraint to node 14 (eclipse-glsp/glsp#676)
- Update lerna version (eclipse-glsp/glsp#680)
- Regenerate yarn.lock

Part of eclipse-glsp/glsp#680
Part of eclipse-glsp/glsp#676
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Oct 3, 2022
- Update Theia dependencies to the community release (1.29.1)
- Use yarn resolutions to ensure stable Theia and sprotty versions and fix upgrade:next script (eclipse-glsp/glsp#757) 
- Update minimum version constraint to node 14 (eclipse-glsp/glsp#676)
- Update lerna version (eclipse-glsp/glsp#680)
- Regenerate yarn.lock

Part of eclipse-glsp/glsp#680
Part of eclipse-glsp/glsp#676
tortmayr added a commit that referenced this issue Dec 3, 2022
- Define node 14.18.0 as minimal engine version
- Update eslint and mocha package dependencies to latest version
- Update Jenkins (Node 14 and proper failure reporting )

Part of #676
Part of #680
tortmayr added a commit that referenced this issue Dec 5, 2022
- Define node 14.18.0 as minimal engine version
- Update eslint and mocha package dependencies to latest version
- Update Jenkins (Node 14 and proper failure reporting )

Part of #676
Part of #680
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 5, 2022
- Update to lerna 6 and set node 14 as minimum engine version
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - use the glsp-ci image
 - ensure that we don't exhaust resource limits
 - enable error reporting when master builds fail
eclipse-glsp/glsp#794

- Add missing @theia/cli dependency to yarn resolutions and regenerate yarn lock
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 5, 2022
- Update to lerna 6 and set node 14 as minimum engine version
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - use the glsp-ci image
 - ensure that we don't exhaust resource limits
 - enable error reporting when master builds fail
eclipse-glsp/glsp#794

- Add missing @theia/cli dependency to yarn resolutions and regenerate yarn lock
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 5, 2022
- Update to lerna 6 and set node 14 as minimum engine version
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - use the glsp-ci image
 - ensure that we don't exhaust resource limits
 - enable error reporting when master builds fail
eclipse-glsp/glsp#794

- Add missing @theia/cli dependency to yarn resolutions and regenerate yarn lock
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 5, 2022
- Update to lerna 6 and set node 14 as minimum engine version
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - use the glsp-ci image
 - ensure that we don't exhaust resource limits
 - enable error reporting when master builds fail
eclipse-glsp/glsp#794

- Add missing @theia/cli dependency to yarn resolutions and regenerate yarn lock
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 5, 2022
- Update to lerna 6 and set node 14 as minimum engine version
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - use the glsp-ci image
 - ensure that we don't exhaust resource limits
 - enable error reporting when master builds fail
eclipse-glsp/glsp#794

- Add missing @theia/cli dependency to yarn resolutions and regenerate yarn lock
tortmayr added a commit to eclipse-glsp/glsp-vscode-integration that referenced this issue Dec 5, 2022
- Update to lerna 6 and set node 14 as minimum engine version 
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - ensure that we don't exhaust resource limits
 - enable error reporting when master builds fails
  eclipse-glsp/glsp#794
tortmayr added a commit to eclipse-glsp/glsp-server-node that referenced this issue Dec 5, 2022
- Update to lerna 6 and set node 14 as minimum engine version 
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - ensure that we don't exhaust resource limits
 - enable error reporting when master builds fails
  eclipse-glsp/glsp#794
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 5, 2022
- Update to lerna 6 and set node 14 as minimum engine version 
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - enable error reporting when master builds fails
tortmayr added a commit to eclipse-glsp/glsp-examples that referenced this issue Dec 7, 2022
- Update project templates and examples to
  - Lerna 6..x 
  - Typescript 4.9
  - Theia Community Release 1.29
  - Newest version of the GLSP config dev package
- Set minimal supported node version to 14.

eclipse-glsp/glsp#676
eclipse-glsp/glsp#680

Update jenkins file to
- ensure that we don't exhaust resource limits
- enable error reporting when master builds fails

eclipse-glsp/glsp#794
tortmayr added a commit to eclipse-glsp/glsp-examples that referenced this issue Dec 7, 2022
- Update project templates and examples to
  - Lerna 6..x 
  - Typescript 4.9
  - Theia Community Release 1.29
  - Newest version of the GLSP config dev package
- Set minimal supported node version to 14.

eclipse-glsp/glsp#676
eclipse-glsp/glsp#680

Update jenkins file to
- ensure that we don't exhaust resource limits
- enable error reporting when master builds fails

eclipse-glsp/glsp#794
tortmayr added a commit to eclipse-glsp/glsp-examples that referenced this issue Dec 8, 2022
- Update project templates and examples to
  - Lerna 6..x 
  - Typescript 4.9
  - Theia Community Release 1.29
  - Newest version of the GLSP config dev package
- Set minimal supported node version to 14.

eclipse-glsp/glsp#676
eclipse-glsp/glsp#680

Update jenkins file to
- ensure that we don't exhaust resource limits
- enable error reporting when master builds fails

eclipse-glsp/glsp#794
tortmayr added a commit to eclipse-glsp/glsp-server-node that referenced this issue Dec 9, 2022
- Update to lerna 6 and set node 14 as minimum engine version 
eclipse-glsp/glsp#676
eclipse-glsp/glsp#680
- Update jenkins file to 
 - ensure that we don't exhaust resource limits
 - enable error reporting when master builds fails
  eclipse-glsp/glsp#794
tortmayr added a commit to eclipse-glsp/glsp-client that referenced this issue Dec 12, 2022
- eclipse-glsp/glsp#676: Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812: Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680 update to latest `@eclipse-glsp/config` version
- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-client that referenced this issue Dec 12, 2022
- eclipse-glsp/glsp#676: Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812: Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680 update to latest `@eclipse-glsp/config` version
- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-client that referenced this issue Dec 13, 2022
- eclipse-glsp/glsp#676: Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812: Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680 update to latest `@eclipse-glsp/config` version
- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-server-node that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-vscode-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-server-node that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-theia-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-vscode-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 13, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676: 
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680: 
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
tortmayr added a commit to eclipse-glsp/glsp-eclipse-integration that referenced this issue Dec 14, 2022
Update lerna and minimum node version
- eclipse-glsp/glsp#676:
Update to lerna 6 and set node 14 as minimum engine version

- eclipse-glsp/glsp#812:
 Improve yarn scripts
    - Remove linting from prepare step
    - Add dedicated :ci scrips for testing and linting
    - Add 'all' script on root level
    - Consistently sort scripts ascending

- eclipse-glsp/glsp#680:
Update to latest `@eclipse-glsp/config` version

- eclipse-glsp/glsp#794: Update Jenkinsfile to
    - directly include the npm deploy step instead of spawning a new dedicated job
    - enable error reporting when master builds fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant