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

[all] Update dependency range specificity #3824

Closed
wants to merge 3 commits into from
Closed
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
20 changes: 10 additions & 10 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"test:watch": "TEST_ELASTICSEARCH='true' TEST_KAFKA='true' ts-scripts test --suite e2e --watch --"
},
"resolutions": {
"ms": "^2.1.3"
"ms": "~2.1.3"
},
"devDependencies": {
"@terascope/types": "^1.3.0",
"bunyan": "^1.8.15",
"elasticsearch-store": "^1.4.0",
"fs-extra": "^11.2.0",
"ms": "^2.1.3",
"nanoid": "^5.0.7",
"semver": "^7.6.3",
"signale": "^1.4.0",
"uuid": "^10.0.0"
"@terascope/types": "~1.3.0",
"bunyan": "~1.8.15",
"elasticsearch-store": "~1.4.0",
"fs-extra": "~11.2.0",
"ms": "~2.1.3",
"nanoid": "~5.0.7",
"semver": "~7.6.3",
"signale": "~1.4.0",
"uuid": "~10.0.0"
},
"engines": {
"node": ">=18.18.0",
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,29 @@
"test": "ts-scripts test"
},
"resolutions": {
"@types/lodash": "^4.17.7",
"debug": "^4.3.7",
"ms": "^2.1.3",
"nan": "^2.19.0"
"@types/lodash": "~4.17.7",
"debug": "~4.3.7",
"ms": "~2.1.3",
"nan": "~2.19.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/js": "~9.14.0",
"@swc/core": "1.4.0",
"@swc/jest": "^0.2.36",
"@types/bluebird": "^3.5.42",
"@types/convict": "^6.1.6",
"@types/elasticsearch": "^5.0.43",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.7",
"@types/node": "^18.14.2",
"@types/uuid": "^10.0.0",
"eslint": "^9.12.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-watch-typeahead": "^2.2.2",
"node-notifier": "^10.0.1",
"ts-jest": "^29.2.5",
"@swc/jest": "~0.2.36",
"@types/bluebird": "~3.5.42",
"@types/convict": "~6.1.6",
"@types/elasticsearch": "~5.0.43",
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.14",
"@types/lodash": "~4.17.7",
"@types/node": "~18.14.2",
"@types/uuid": "~10.0.0",
"eslint": "~9.12.0",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"jest-watch-typeahead": "~2.2.2",
"node-notifier": "~10.0.1",
"ts-jest": "~29.2.5",
"typescript": "~5.2.2"
},
"engines": {
Expand Down
44 changes: 22 additions & 22 deletions packages/data-mate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,30 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-types": "^1.4.0",
"@terascope/types": "^1.3.0",
"@terascope/utils": "^1.4.0",
"@types/validator": "^13.12.2",
"awesome-phonenumber": "^7.2.0",
"date-fns": "^4.1.0",
"ip-bigint": "^8.2.0",
"ip6addr": "^0.2.5",
"ipaddr.js": "^2.2.0",
"is-cidr": "^5.1.0",
"jexl": "^2.2.2",
"lodash": "^4.17.21",
"mnemonist": "^0.39.8",
"uuid": "^10.0.0",
"valid-url": "^1.0.9",
"validator": "^13.12.0",
"xlucene-parser": "^1.4.0"
"@terascope/data-types": "~1.4.0",
"@terascope/types": "~1.3.0",
"@terascope/utils": "~1.4.0",
"@types/validator": "~13.12.2",
"awesome-phonenumber": "~7.2.0",
"date-fns": "~4.1.0",
"ip-bigint": "~8.2.0",
"ip6addr": "~0.2.5",
"ipaddr.js": "~2.2.0",
"is-cidr": "~5.1.0",
"jexl": "~2.2.2",
"lodash": "~4.17.21",
"mnemonist": "~0.39.8",
"uuid": "~10.0.0",
"valid-url": "~1.0.9",
"validator": "~13.12.0",
"xlucene-parser": "~1.4.0"
},
"devDependencies": {
"@types/ip6addr": "^0.2.6",
"@types/uuid": "^10.0.0",
"benchmark": "^2.1.4",
"chance": "^1.1.12",
"lodash": "^4.17.21"
"@types/ip6addr": "~0.2.6",
"@types/uuid": "~10.0.0",
"benchmark": "~2.1.4",
"chance": "~1.1.12",
"lodash": "~4.17.21"
},
"engines": {
"node": ">=18.18.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/data-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/types": "^1.3.0",
"@terascope/utils": "^1.4.0",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"yargs": "^17.7.2"
"@terascope/types": "~1.3.0",
"@terascope/utils": "~1.4.0",
"graphql": "~16.9.0",
"lodash": "~4.17.21",
"yargs": "~17.7.2"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/yargs": "^17.0.33"
"@types/lodash": "~4.17.7",
"@types/yargs": "~17.0.33"
},
"engines": {
"node": ">=18.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docker-compose-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"test:watch": "ts-scripts test --watch . --"
},
"resolutions": {
"debug": "^4.3.7"
"debug": "~4.3.7"
},
"dependencies": {
"debug": "^4.3.7"
"debug": "~4.3.7"
},
"engines": {
"node": ">=18.18.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/elasticsearch-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
"test:watch": "TEST_RESTRAINED_ELASTICSEARCH='true' ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/types": "^1.3.0",
"@terascope/utils": "^1.4.0",
"bluebird": "^3.7.2",
"setimmediate": "^1.0.5"
"@terascope/types": "~1.3.0",
"@terascope/utils": "~1.4.0",
"bluebird": "~3.7.2",
"setimmediate": "~1.0.5"
},
"devDependencies": {
"@opensearch-project/opensearch": "^1.2.0",
"@types/elasticsearch": "^5.0.43",
"elasticsearch": "^15.4.1",
"elasticsearch-store": "^1.4.0",
"elasticsearch6": "npm:@elastic/elasticsearch@^6.7.0",
"elasticsearch7": "npm:@elastic/elasticsearch@^7.0.0",
"elasticsearch8": "npm:@elastic/elasticsearch@^8.0.0"
"@opensearch-project/opensearch": "~1.2.0",
"@types/elasticsearch": "~5.0.43",
"elasticsearch": "~15.4.1",
"elasticsearch-store": "~1.4.0",
"elasticsearch6": "npm:@elastic/elasticsearch@~6.7.0",
"elasticsearch7": "npm:@elastic/elasticsearch@~7.0.0",
"elasticsearch8": "npm:@elastic/elasticsearch@~8.0.0"
},
"engines": {
"node": ">=18.18.0",
Expand Down
30 changes: 15 additions & 15 deletions packages/elasticsearch-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "^1.4.0",
"@terascope/data-types": "^1.4.0",
"@terascope/types": "^1.3.0",
"@terascope/utils": "^1.4.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"elasticsearch6": "npm:@elastic/elasticsearch@^6.7.0",
"elasticsearch7": "npm:@elastic/elasticsearch@^7.0.0",
"elasticsearch8": "npm:@elastic/elasticsearch@^8.0.0",
"opensearch1": "npm:@opensearch-project/opensearch@^1.2.0",
"opensearch2": "npm:@opensearch-project/opensearch@^2.2.1",
"setimmediate": "^1.0.5",
"uuid": "^10.0.0",
"xlucene-translator": "^1.4.0"
"@terascope/data-mate": "~1.4.0",
"@terascope/data-types": "~1.4.0",
"@terascope/types": "~1.3.0",
"@terascope/utils": "~1.4.0",
"ajv": "~8.17.1",
"ajv-formats": "~3.0.1",
"elasticsearch6": "npm:@elastic/elasticsearch@~6.7.0",
"elasticsearch7": "npm:@elastic/elasticsearch@~7.0.0",
"elasticsearch8": "npm:@elastic/elasticsearch@~8.0.0",
"opensearch1": "npm:@opensearch-project/opensearch@~1.2.0",
"opensearch2": "npm:@opensearch-project/opensearch@~2.2.1",
"setimmediate": "~1.0.5",
"uuid": "~10.0.0",
"xlucene-translator": "~1.4.0"
},
"devDependencies": {
"@types/uuid": "^10.0.0"
"@types/uuid": "~10.0.0"
},
"engines": {
"node": ">=18.18.0",
Expand Down
32 changes: 16 additions & 16 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.12.0",
"@eslint/compat": "~1.2.0",
"@eslint/js": "~9.14.0",
"@stylistic/eslint-plugin": "~2.9.0",
"@types/eslint__js": "~8.42.3",
"@typescript-eslint/eslint-plugin": "~8.9.0",
"@typescript-eslint/parser": "~8.9.0",
"eslint": "~9.12.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.3.0",
"globals": "^15.9.0",
"typescript": "^5.2.2",
"typescript-eslint": "^8.9.0"
"eslint-plugin-jest": "~28.8.3",
"eslint-plugin-jest-dom": "~5.4.0",
"eslint-plugin-jsx-a11y": "~6.10.0",
"eslint-plugin-react": "~7.37.1",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-testing-library": "~6.3.0",
"globals": "~15.9.0",
"typescript": "~5.2.2",
"typescript-eslint": "~8.9.0"
},
"engines": {
"node": ">=18.18.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/job-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/types": "^1.3.0",
"@terascope/utils": "^1.4.0",
"convict": "^6.2.4",
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"datemath-parser": "^1.0.6",
"import-meta-resolve": "^4.0.0",
"prom-client": "^15.1.3",
"uuid": "^10.0.0"
"@terascope/types": "~1.3.0",
"@terascope/utils": "~1.4.0",
"convict": "~6.2.4",
"convict-format-with-moment": "~6.2.0",
"convict-format-with-validator": "~6.2.0",
"datemath-parser": "~1.0.6",
"import-meta-resolve": "~4.0.0",
"prom-client": "~15.1.3",
"uuid": "~10.0.0"
},
"devDependencies": {
"benchmark": "^2.1.4",
"fs-extra": "^11.2.0",
"jest-fixtures": "^0.6.0"
"benchmark": "~2.1.4",
"fs-extra": "~11.2.0",
"jest-fixtures": "~0.6.0"
},
"engines": {
"node": ">=18.18.0",
Expand Down
56 changes: 28 additions & 28 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,42 +28,42 @@
"test:watch": "ts-scripts test --watch . --"
},
"resolutions": {
"ms": "^2.1.3",
"ms": "~2.1.3",
"typescript": "~5.2.2"
},
"dependencies": {
"@kubernetes/client-node": "^0.22.0",
"@terascope/utils": "^1.4.0",
"codecov": "^3.8.3",
"@kubernetes/client-node": "~0.22.0",
"@terascope/utils": "~1.4.0",
"codecov": "~3.8.3",
"execa": "9.4.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"got": "^13.0.0",
"ip": "^2.0.1",
"js-yaml": "^4.1.0",
"kafkajs": "^2.2.4",
"lodash": "^4.17.21",
"micromatch": "^4.0.8",
"mnemonist": "^0.39.8",
"ms": "^2.1.3",
"package-json": "^10.0.1",
"package-up": "^5.0.0",
"semver": "^7.6.3",
"signale": "^1.4.0",
"fs-extra": "~11.2.0",
"globby": "~14.0.2",
"got": "~13.0.0",
"ip": "~2.0.1",
"js-yaml": "~4.1.0",
"kafkajs": "~2.2.4",
"lodash": "~4.17.21",
"micromatch": "~4.0.8",
"mnemonist": "~0.39.8",
"ms": "~2.1.3",
"package-json": "~10.0.1",
"package-up": "~5.0.0",
"semver": "~7.6.3",
"signale": "~1.4.0",
"sort-package-json": "~2.10.1",
"toposort": "^2.0.2",
"typedoc": "^0.25.13",
"toposort": "~2.0.2",
"typedoc": "~0.25.13",
"typedoc-plugin-markdown": "~4.0.3",
"yargs": "^17.7.2"
"yargs": "~17.7.2"
},
"devDependencies": {
"@types/ip": "^1.1.3",
"@types/lodash": "^4.17.7",
"@types/micromatch": "^4.0.9",
"@types/ms": "^0.7.34",
"@types/semver": "^7.5.6",
"@types/signale": "^1.4.7",
"@types/toposort": "^2.0.7"
"@types/ip": "~1.1.3",
"@types/lodash": "~4.17.7",
"@types/micromatch": "~4.0.9",
"@types/ms": "~0.7.34",
"@types/semver": "~7.5.6",
"@types/signale": "~1.4.7",
"@types/toposort": "~2.0.7"
},
"peerDependencies": {
"typescript": "~5.2.2"
Expand Down
Loading
Loading