Skip to content

Commit

Permalink
Merge pull request #3977 from terascope/bundled-dep-updates-2025-2-24
Browse files Browse the repository at this point in the history
Bundled dep updates for 2-24-2025
  • Loading branch information
sotojn authored Feb 25, 2025
2 parents 3aae57d + 141f8a6 commit 3a35fb4
Show file tree
Hide file tree
Showing 23 changed files with 1,018 additions and 1,383 deletions.
12 changes: 6 additions & 6 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
"ms": "~2.1.3"
},
"devDependencies": {
"@terascope/scripts": "~1.10.4",
"@terascope/scripts": "~1.10.5",
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"bunyan": "~1.8.15",
"elasticsearch-store": "~1.8.3",
"elasticsearch-store": "~1.8.4",
"fs-extra": "~11.3.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-watch-typeahead": "^2.2.2",
"ms": "~2.1.3",
"nanoid": "~5.1.0",
"nanoid": "~5.1.2",
"semver": "~7.7.1",
"signale": "~1.4.0",
"ts-jest": "^29.2.5",
"ts-jest": "~29.2.6",
"typescript": "~5.7.3",
"uuid": "~11.0.5"
"uuid": "~11.1.0"
},
"engines": {
"node": ">=18.18.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-workspace",
"displayName": "Teraslice",
"version": "2.12.7",
"version": "2.12.8",
"private": true,
"homepage": "https://github.com/terascope/teraslice",
"bugs": {
Expand Down Expand Up @@ -50,24 +50,24 @@
"nan": "~2.22.0"
},
"devDependencies": {
"@eslint/js": "~9.20.0",
"@swc/core": "1.10.15",
"@eslint/js": "~9.21.0",
"@swc/core": "1.10.18",
"@swc/jest": "~0.2.37",
"@terascope/scripts": "~1.10.4",
"@terascope/scripts": "~1.10.5",
"@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.15",
"@types/node": "~22.13.4",
"@types/node": "~22.13.5",
"@types/uuid": "~10.0.0",
"eslint": "~9.20.1",
"eslint": "~9.21.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",
"ts-jest": "~29.2.6",
"typescript": "~5.7.3"
},
"packageManager": "yarn@4.6.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/data-mate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/data-mate",
"displayName": "Data-Mate",
"version": "1.7.6",
"version": "1.7.7",
"description": "Library of data validations/transformations",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-mate#readme",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../data-mate --"
},
"dependencies": {
"@terascope/data-types": "~1.7.5",
"@terascope/data-types": "~1.7.6",
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"@types/validator": "~13.12.2",
"awesome-phonenumber": "~7.3.0",
"date-fns": "~4.1.0",
Expand All @@ -41,11 +41,11 @@
"ipaddr.js": "~2.2.0",
"is-cidr": "~5.1.1",
"jexl": "~2.3.0",
"mnemonist": "~0.40.2",
"uuid": "~11.0.5",
"mnemonist": "~0.40.3",
"uuid": "~11.1.0",
"valid-url": "~1.0.9",
"validator": "~13.12.0",
"xlucene-parser": "~1.7.6"
"xlucene-parser": "~1.7.7"
},
"devDependencies": {
"@types/ip6addr": "~0.2.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/data-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/data-types",
"displayName": "Data Types",
"version": "1.7.5",
"version": "1.7.6",
"description": "A library for defining the data structures and mapping",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-types#readme",
"bugs": {
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"graphql": "~16.10.0",
"yargs": "~17.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/elasticsearch-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/elasticsearch-api",
"displayName": "Elasticsearch API",
"version": "4.8.3",
"version": "4.8.4",
"description": "Elasticsearch client api used across multiple services, handles retries and exponential backoff",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/elasticsearch-api#readme",
"bugs": {
Expand All @@ -25,15 +25,15 @@
},
"dependencies": {
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"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.8.3",
"elasticsearch-store": "~1.8.4",
"elasticsearch6": "npm:@elastic/elasticsearch@~6.8.0",
"elasticsearch7": "npm:@elastic/elasticsearch@~7.17.0",
"elasticsearch8": "npm:@elastic/elasticsearch@~8.15.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/elasticsearch-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticsearch-store",
"displayName": "Elasticsearch Store",
"version": "1.8.3",
"version": "1.8.4",
"description": "An API for managing an elasticsearch index, with versioning and migration support.",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/elasticsearch-store#readme",
"bugs": {
Expand Down Expand Up @@ -30,10 +30,10 @@
"test:watch": "ts-scripts yarn workspace @terascope/scripts test --watch ../elasticsearch-store --"
},
"dependencies": {
"@terascope/data-mate": "~1.7.6",
"@terascope/data-types": "~1.7.5",
"@terascope/data-mate": "~1.7.7",
"@terascope/data-types": "~1.7.6",
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"ajv": "~8.17.1",
"ajv-formats": "~3.0.1",
"elasticsearch6": "npm:@elastic/elasticsearch@~6.8.0",
Expand All @@ -42,8 +42,8 @@
"opensearch1": "npm:@opensearch-project/opensearch@~1.2.0",
"opensearch2": "npm:@opensearch-project/opensearch@~2.12.0",
"setimmediate": "~1.0.5",
"uuid": "~11.0.5",
"xlucene-translator": "~1.7.6"
"uuid": "~11.1.0",
"xlucene-translator": "~1.7.7"
},
"devDependencies": {
"@types/uuid": "~10.0.0"
Expand Down
13 changes: 6 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/eslint-config",
"displayName": "Terascope ESLint Config",
"version": "1.1.7",
"version": "1.1.8",
"description": "A shared eslint config based on eslint-config-airbnb",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/eslint-config#readme",
"bugs": {
Expand All @@ -18,21 +18,20 @@
"test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../eslint-config --"
},
"dependencies": {
"@eslint/compat": "~1.2.6",
"@eslint/js": "~9.20.0",
"@stylistic/eslint-plugin": "~3.1.0",
"@types/eslint__js": "~8.42.3",
"@eslint/compat": "~1.2.7",
"@eslint/js": "~9.21.0",
"@stylistic/eslint-plugin": "~4.0.1",
"@typescript-eslint/eslint-plugin": "~8.24.1",
"@typescript-eslint/parser": "~8.24.1",
"eslint": "~9.20.1",
"eslint": "~9.21.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jest": "~28.11.0",
"eslint-plugin-jest-dom": "~5.5.0",
"eslint-plugin-jsx-a11y": "~6.10.2",
"eslint-plugin-react": "~7.37.4",
"eslint-plugin-react-hooks": "~5.1.0",
"eslint-plugin-testing-library": "~7.1.1",
"globals": "~15.15.0",
"globals": "~16.0.0",
"typescript": "~5.7.3",
"typescript-eslint": "~8.24.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/job-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/job-components",
"displayName": "Job Components",
"version": "1.9.6",
"version": "1.9.7",
"description": "A teraslice library for validating jobs schemas, registering apis, and defining and running new Job APIs",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/job-components#readme",
"bugs": {
Expand Down Expand Up @@ -33,15 +33,15 @@
},
"dependencies": {
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"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.1.0",
"prom-client": "~15.1.3",
"semver": "~7.7.1",
"uuid": "~11.0.5"
"uuid": "~11.1.0"
},
"devDependencies": {
"benchmark": "~2.1.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/scripts",
"displayName": "Scripts",
"version": "1.10.4",
"version": "1.10.5",
"description": "A collection of terascope monorepo scripts",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/scripts#readme",
"bugs": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@kubernetes/client-node": "~0.22.3",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"codecov": "~3.8.3",
"execa": "~9.5.2",
"fs-extra": "~11.3.0",
Expand All @@ -43,15 +43,15 @@
"js-yaml": "~4.1.0",
"kafkajs": "~2.2.4",
"micromatch": "~4.0.8",
"mnemonist": "~0.40.2",
"mnemonist": "~0.40.3",
"ms": "~2.1.3",
"package-json": "~10.0.1",
"package-up": "~5.0.0",
"semver": "~7.7.1",
"signale": "~1.4.0",
"sort-package-json": "~2.14.0",
"toposort": "~2.0.2",
"typedoc": "~0.27.7",
"typedoc": "~0.27.8",
"typedoc-plugin-markdown": "~4.4.2",
"yargs": "~17.7.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/terafoundation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terafoundation",
"displayName": "Terafoundation",
"version": "1.10.3",
"version": "1.10.4",
"description": "A Clustering and Foundation tool for Terascope Tools",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/terafoundation#readme",
"bugs": {
Expand All @@ -28,19 +28,19 @@
"test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../terafoundation --"
},
"dependencies": {
"@terascope/file-asset-apis": "~1.0.3",
"@terascope/file-asset-apis": "~1.0.4",
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"bluebird": "~3.7.2",
"bunyan": "~1.8.15",
"convict": "~6.2.4",
"convict-format-with-moment": "~6.2.0",
"convict-format-with-validator": "~6.2.0",
"elasticsearch": "~15.4.1",
"elasticsearch-store": "~1.8.3",
"elasticsearch-store": "~1.8.4",
"express": "~4.21.2",
"js-yaml": "~4.1.0",
"nanoid": "~5.1.0",
"nanoid": "~5.1.2",
"node-webhdfs": "~1.0.2",
"prom-client": "~15.1.3",
"yargs": "~17.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@terascope/fetch-github-release": "~2.0.0",
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"@types/decompress": "~4.2.7",
"@types/diff": "~7.0.1",
"@types/ejs": "~3.1.5",
Expand All @@ -68,7 +68,7 @@
"pretty-bytes": "~6.1.1",
"prompts": "~2.4.2",
"signale": "~1.4.0",
"teraslice-client-js": "~1.7.5",
"teraslice-client-js": "~1.7.6",
"tmp": "~0.2.3",
"tty-table": "~4.2.3",
"yargs": "~17.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-client-js",
"displayName": "Teraslice Client (JavaScript)",
"version": "1.7.5",
"version": "1.7.6",
"description": "A Node.js client for teraslice jobs, assets, and cluster references.",
"keywords": [
"elasticsearch",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"auto-bind": "~5.0.1",
"got": "~13.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/teraslice-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/teraslice-messaging",
"displayName": "Teraslice Messaging",
"version": "1.10.6",
"version": "1.10.7",
"description": "An internal teraslice messaging library using socket.io",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-messaging#readme",
"bugs": {
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.5",
"@terascope/utils": "~1.7.6",
"get-port": "~7.1.0",
"ms": "~2.1.3",
"nanoid": "~5.1.0",
"nanoid": "~5.1.2",
"p-event": "~6.0.1",
"socket.io": "~1.7.4",
"socket.io-client": "~1.7.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/teraslice-state-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/teraslice-state-storage",
"displayName": "Teraslice State Storage",
"version": "1.8.3",
"version": "1.8.4",
"description": "State storage operation api for teraslice",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-state-storage#readme",
"bugs": {
Expand All @@ -24,8 +24,8 @@
"test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../teraslice-state-storage --"
},
"dependencies": {
"@terascope/elasticsearch-api": "~4.8.3",
"@terascope/utils": "~1.7.5"
"@terascope/elasticsearch-api": "~4.8.4",
"@terascope/utils": "~1.7.6"
},
"engines": {
"node": ">=18.18.0",
Expand Down
Loading

0 comments on commit 3a35fb4

Please sign in to comment.