Skip to content

Commit

Permalink
Update readable-stream, yargs, lerna, typescript and eslint (#1271)
Browse files Browse the repository at this point in the history
Co-authored-by: surilindur <surilindur@users.noreply.github.com>
  • Loading branch information
surilindur and surilindur committed Sep 15, 2023
1 parent 3d88d76 commit 05d1bd3
Show file tree
Hide file tree
Showing 25 changed files with 1,643 additions and 1,468 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-loader": "^9.1.0",
"componentsjs-generator": "^3.1.0",
"depcheck": "^1.4.3",
"eslint": "^8.27.0",
"eslint": "^8.48.0",
"jest": "^29.5.0",
"jest-mock": "^29.3.1",
"jest-rdf": "^1.7.1",
Expand All @@ -36,7 +36,7 @@
"karma-jasmine-html-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lerna": "^7.0.1",
"lerna": "^7.3.0",
"lerna-script": "^1.4.0",
"manual-git-changelog": "^1.0.2",
"node-polyfill-webpack-plugin": "^2.0.1",
Expand All @@ -56,7 +56,7 @@
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.1",
"typedoc": "^0.25.0",
"typescript": "^5.1.3",
"typescript": "^5.2.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-abstract-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@comunica/core": "^2.8.2",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
4 changes: 2 additions & 2 deletions packages/actor-init-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"@comunica/runner": "^2.8.2",
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"@types/yargs": "^17.0.13",
"@types/yargs": "^17.0.24",
"asynciterator": "^3.8.1",
"negotiate": "^1.0.1",
"process": "^0.11.10",
"rdf-quad": "^1.5.0",
"rdf-string": "^1.6.1",
"sparqlalgebrajs": "^4.2.0",
"streamify-string": "^1.0.1",
"yargs": "^17.6.2"
"yargs": "^17.7.2"
},
"optionalDependencies": {
"process": "^0.11.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-result-serialize-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@comunica/bus-query-result-serialize": "^2.8.2",
"@comunica/types": "^2.8.2",
"rdf-string": "^1.6.1",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-result-serialize-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"rdf-string": "^1.6.3",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@comunica/bus-query-result-serialize": "^2.8.2",
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"rdf-string-ttl": "^1.3.2",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@comunica/bus-query-result-serialize": "^2.8.2",
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-result-serialize-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"process": "^0.11.10",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-result-serialize-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rdf-data-factory": "^1.1.1",
"rdf-string": "^1.6.3",
"rdf-terms": "^1.11.0",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-result-serialize-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@comunica/context-entries": "^2.8.2",
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"readable-stream": "^4.2.0",
"readable-stream": "^4.4.2",
"sparqljson-to-tree": "^3.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-metadata-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@comunica/bus-rdf-metadata": "^2.8.2",
"@comunica/core": "^2.8.2",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-metadata-primary-topic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@comunica/bus-rdf-metadata": "^2.8.2",
"@comunica/core": "^2.8.2",
"@rdfjs/types": "*",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-parse-html-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"readable-stream": "^4.2.0",
"readable-stream": "^4.4.2",
"relative-to-absolute-iri": "^1.0.7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-parse-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"htmlparser2": "^9.0.0",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-parse-shaclc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"asynciterator": "^3.8.1",
"readable-stream": "^4.2.0",
"readable-stream": "^4.4.2",
"shaclc-parse": "^1.4.0",
"stream-to-string": "^1.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lru-cache": "^10.0.0",
"rdf-data-factory": "^1.1.2",
"rdf-streaming-store": "^1.1.0",
"readable-stream": "^4.2.0",
"readable-stream": "^4.4.2",
"sparqlalgebrajs": "^4.2.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rdfjs/types": "*",
"lru-cache": "^10.0.0",
"rdf-store-stream": "^2.0.0",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-rdf-serialize-shaclc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@comunica/bus-rdf-serialize": "^2.8.2",
"@comunica/types": "^2.8.2",
"arrayify-stream": "^2.0.1",
"readable-stream": "^4.3.0",
"readable-stream": "^4.4.2",
"shaclc-write": "^1.4.2"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"asynciterator": "^3.8.1",
"cross-fetch": "^4.0.0",
"rdf-string-ttl": "^1.3.2",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/bus-dereference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@comunica/context-entries": "^2.8.2",
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/bus-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"@comunica/core": "^2.8.2",
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.2"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@rdfjs/types": "*",
"@types/yargs": "^17.0.13",
"@types/yargs": "^17.0.24",
"asynciterator": "^3.8.1",
"sparqlalgebrajs": "^4.2.0"
},
Expand Down

0 comments on commit 05d1bd3

Please sign in to comment.