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

Update dependencies #1136

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion dev-packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ Common shared development packages for Eclipse GLSP components that are implemen
## Components

- [`@eclipse-glsp/cli`](./cli/README.md): Provides helpful scrips and commands for developing glsp components as well as release engineering.
- [`@eclipse-glsp/config`](./config/README.md): Provides a meta package that export common configuration objects for:
- [`@eclipse-glsp/config`](./config/README.md): Provides a meta package that exports common configuration objects for:
- [Typescript](https://www.typescriptlang.org/) (`tsconfig.json`)
- [ESLint](https://eslint.org/) (`.eslintrc`)
- [Prettier](https://prettier.io/) (`.prettierrc`).
- [Mocha](https://mochajs.org/) (`.mocharc.json`).
- [`@eclipse-glsp/config-test`](./config-test//README.md): Provides a meta package that exports common test configuration object on top of `@eclipse-glsp/config`:
- [Mocha](https://www.npmjs.com/package/@eclipse-glsp/mocha-config) (`.mocharc`)
- [NYC](https://www.npmjs.com/package/@eclipse-glsp/nyc-config): (`.nycrc`)

The packages are available via npm and are used by all GLSP components implemented with Typescript.

Expand Down
12 changes: 6 additions & 6 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
},
"dependencies": {
"commander": "^10.0.1",
"glob": "^8.0.3",
"glob": "^10.3.10",
"node-fetch": "^2.6.11",
"readline-sync": "^1.4.10",
"semver": "^7.5.1",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@eclipse-glsp/config": "1.0.0-next",
"@types/glob": "^8.0.0",
"@types/node-fetch": "2.6.2",
"@types/readline-sync": "1.4.4",
"@types/semver": "7.3.12",
"@types/shelljs": "0.8.11"
"@types/glob": "^8.1.0",
"@types/node-fetch": "^2.6.6",
"@types/readline-sync": "^1.4.5",
"@types/semver": "^7.5.3",
"@types/shelljs": "^0.8.13"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 2 additions & 5 deletions dev-packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"baseUrl": ".",
"esModuleInterop": true,
"resolveJsonModule": true
},
"include": [
"src"
]
}
"include": ["src"]
}
8 changes: 4 additions & 4 deletions dev-packages/config-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@eclipse-glsp/mocha-config": "1.0.0-next",
"@eclipse-glsp/nyc-config": "1.0.0-next",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.13",
"chai": "^4.3.7",
"@types/chai": "^4.3.7",
"@types/mocha": "^10.0.2",
"@types/sinon": "^10.0.19",
"chai": "^4.3.10",
"ignore-styles": "^5.0.1",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.8",
Expand Down
16 changes: 8 additions & 8 deletions dev-packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"@eclipse-glsp/eslint-config": "1.0.0-next",
"@eclipse-glsp/prettier-config": "1.0.0-next",
"@eclipse-glsp/ts-config": "1.0.0-next",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-no-null": "^1.0.2",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1"
"rimraf": "^5.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions dev-packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
],
"main": "index.js",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-no-null": "^1.0.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/mocha-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
".mocharc.json"
],
"peerDependencies": {
"ignore-styles": "^5.0.0",
"mocha": "^10.0.0",
"reflect-metadata": "^0.1.0"
"ignore-styles": "^5.0.1",
"mocha": "^10.2.0",
"reflect-metadata": "^0.1.13"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/nyc-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
],
"main": "index.json",
"peerDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.0",
"nyc": "^15.0.0"
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"nyc": "15.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"main": "index.json",
"dependencies": {
"prettier-plugin-packagejson": "~2.4.3"
"prettier-plugin-packagejson": "~2.4.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/ts-config/mocha.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node", "mocha", "reflect-metadata"]
},
}
}
Loading