Skip to content

Commit

Permalink
Bundled dependency updates 2025-1-21 (#3912)
Browse files Browse the repository at this point in the history
This PR updates the following dependencies:
- turf
  - @turf/bbox from 7.1.0 to 7.2.0
  - @turf/bbox-polygon from 7.1.0 to 7.2.0
  - @turf/boolean-contains from 7.1.0 to 7.2.0
  - @turf/boolean-disjoint from 7.1.0 to 7.2.0
  - @turf/boolean-equal from 7.1.0 to 7.2.0
  - @turf/boolean-intersects from 7.1.0 to 7.2.0
  - @turf/boolean-point-in-polygon from 7.1.0 to 7.2.0
  - @turf/boolean-within from 7.1.0 to 7.2.0
  - @turf/circle from 7.1.0 to 7.2.0
  - @turf/helpers from 7.1.0 to 7.2.0
  - @turf/invariant from 7.1.0 to 7.2.0
  - @turf/line-to-polygon from 7.1.0 to 7.2.0
  - @turf/random from 7.1.0 to 7.2.0
- eslint related
  - @eslint/compat from 1.2.4 to 1.2.5
  - @eslint/js from 9.16.0 to 9.18.0
  - @stylistic/eslint-plugin from 2.12.0 to 2.13.0
  - @typescript-eslint/eslint-plugin from 8.18.0 to 8.21.0
  - @typescript-eslint/parser from 8.18.0 to 8.21.0
  - eslint from 9.16.0 to 9.18.0
  - eslint-plugin-jest from 28.9.0 to 28.11.0
  - eslint-plugin-react from 7.37.2 to 7.37.4
  - typescript-eslint from 8.18.0 to 8.21.0
- swc: 
  - @swc/core from 1.4.0 to 1.10.9
  - @swc/jest from 0.2.36 to 0.2.37
- types:
  - @types/archiver from 6.0.2 to 6.0.3
  - @types/diff from 6.0.0 to 7.0.0
  - @types/lodash from 4.17.13 to 4.17.14
  - @types/node from 22.10.1 to 22.10.7
  - @types/semver from 7.5.6 to 7.5.8
- @terascope/fetch-github-release from 1.0.0 to 2.0.0
- chalk from 5.3.0 to 5.4.1
- cli-table3 from 0.6.4 to 0.6.5
- esbuild from 0.24.0 to 0.24.2
- fs-extra from 11.2.0 to 11.3.0
- geo-tz from 8.1.1 to 8.1.2
- globals from 15.13.0 to 15.14.0
- graphql from 16.9.0 to 16.10.0
- sort-package-json from 2.12.0 to 2.14.0
- tmp from 0.2.0 to 0.2.3
- uuid from 11.0.3 to 11.0.5

Teraslice will be bumped from 2.12.1 to 2.12.2
  • Loading branch information
busma13 authored Jan 21, 2025
1 parent f9b4319 commit db7ae9f
Show file tree
Hide file tree
Showing 25 changed files with 592 additions and 580 deletions.
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"ms": "~2.1.3"
},
"devDependencies": {
"@terascope/scripts": "~1.9.0",
"@terascope/scripts": "~1.9.1",
"@terascope/types": "~1.4.1",
"bunyan": "~1.8.15",
"elasticsearch-store": "~1.7.2",
"fs-extra": "~11.2.0",
"elasticsearch-store": "~1.7.3",
"fs-extra": "~11.3.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-watch-typeahead": "^2.2.2",
Expand All @@ -57,7 +57,7 @@
"signale": "~1.4.0",
"ts-jest": "^29.2.5",
"typescript": "~5.7.3",
"uuid": "~11.0.3"
"uuid": "~11.0.5"
},
"engines": {
"node": ">=18.18.0",
Expand Down
23 changes: 11 additions & 12 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.1",
"version": "2.12.2",
"private": true,
"homepage": "https://github.com/terascope/teraslice",
"bugs": {
Expand All @@ -15,12 +15,12 @@
"scripts": {
"prebuild": "./packages/xlucene-parser/scripts/generate-engine.js",
"build": "yarn prebuild && tsc --build --verbose && yarn postbuild",
"postbuild": "yarn workspace teraslice-cli postbuild",
"build:cleanup": "./scripts/build-cleanup.sh",
"build:doctor": "./scripts/build-doctor.sh",
"build:fix": "echo '[DEPRECATED], use yarn run build:doctor instead'",
"build:pkg": "./scripts/build-pkg.sh",
"build:watch": "yarn run build --watch & yarn workspace teraslice-cli node build.js --watch",
"postbuild": "yarn workspace teraslice-cli postbuild",
"bump": "ts-scripts bump",
"docker:limit": "./scripts/docker-limit-check.sh",
"docker:listImages": "ts-scripts images list",
Expand All @@ -43,27 +43,26 @@
"test": "ts-scripts test"
},
"resolutions": {
"@types/lodash": "~4.17.13",
"@types/lodash": "~4.17.14",
"debug": "~4.4.0",
"jest-config": "patch:jest-config@npm%3A29.7.0#~/.yarn/patches/jest-config-npm-29.7.0-97d8544d74.patch",
"ms": "~2.1.3",
"nan": "~2.22.0",
"point-in-polygon-hao": "~1.1.0"
"nan": "~2.22.0"
},
"devDependencies": {
"@eslint/js": "~9.16.0",
"@swc/core": "1.4.0",
"@swc/jest": "~0.2.36",
"@terascope/scripts": "~1.9.0",
"@eslint/js": "~9.18.0",
"@swc/core": "1.10.9",
"@swc/jest": "~0.2.37",
"@terascope/scripts": "~1.9.1",
"@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.13",
"@types/node": "~22.10.1",
"@types/lodash": "~4.17.14",
"@types/node": "~22.10.7",
"@types/uuid": "~10.0.0",
"eslint": "~9.16.0",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-extended": "~4.0.2",
"jest-watch-typeahead": "~2.2.2",
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "1.7.3",
"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.1",
"@terascope/data-types": "~1.7.2",
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.1",
"@terascope/utils": "~1.7.2",
"@types/validator": "~13.12.2",
"awesome-phonenumber": "~7.2.0",
"date-fns": "~4.1.0",
Expand All @@ -42,10 +42,10 @@
"is-cidr": "~5.1.0",
"jexl": "~2.3.0",
"mnemonist": "~0.39.8",
"uuid": "~11.0.3",
"uuid": "~11.0.5",
"valid-url": "~1.0.9",
"validator": "~13.12.0",
"xlucene-parser": "~1.7.2"
"xlucene-parser": "~1.7.3"
},
"devDependencies": {
"@types/ip6addr": "~0.2.6",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.7.2",
"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,8 +28,8 @@
},
"dependencies": {
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.1",
"graphql": "~16.9.0",
"@terascope/utils": "~1.7.2",
"graphql": "~16.10.0",
"yargs": "~17.7.2"
},
"devDependencies": {
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.7.1",
"version": "4.7.2",
"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.1",
"@terascope/utils": "~1.7.2",
"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.7.2",
"elasticsearch-store": "~1.7.3",
"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.7.2",
"version": "1.7.3",
"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.2",
"@terascope/data-types": "~1.7.1",
"@terascope/data-mate": "~1.7.3",
"@terascope/data-types": "~1.7.2",
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.1",
"@terascope/utils": "~1.7.2",
"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.3",
"xlucene-translator": "~1.7.2"
"uuid": "~11.0.5",
"xlucene-translator": "~1.7.3"
},
"devDependencies": {
"@types/uuid": "~10.0.0"
Expand Down
22 changes: 11 additions & 11 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.4",
"version": "1.1.5",
"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,23 +18,23 @@
"test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../eslint-config --"
},
"dependencies": {
"@eslint/compat": "~1.2.4",
"@eslint/js": "~9.16.0",
"@stylistic/eslint-plugin": "~2.12.0",
"@eslint/compat": "~1.2.5",
"@eslint/js": "~9.18.0",
"@stylistic/eslint-plugin": "~2.13.0",
"@types/eslint__js": "~8.42.3",
"@typescript-eslint/eslint-plugin": "~8.18.0",
"@typescript-eslint/parser": "~8.18.0",
"eslint": "~9.16.0",
"@typescript-eslint/eslint-plugin": "~8.21.0",
"@typescript-eslint/parser": "~8.21.0",
"eslint": "~9.18.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jest": "~28.9.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.2",
"eslint-plugin-react": "~7.37.4",
"eslint-plugin-react-hooks": "~5.1.0",
"eslint-plugin-testing-library": "~7.1.1",
"globals": "~15.13.0",
"globals": "~15.14.0",
"typescript": "~5.7.3",
"typescript-eslint": "~8.18.0"
"typescript-eslint": "~8.21.0"
},
"engines": {
"node": ">=18.18.0",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "1.9.2",
"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,19 +33,19 @@
},
"dependencies": {
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.1",
"@terascope/utils": "~1.7.2",
"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.6.3",
"uuid": "~11.0.3"
"uuid": "~11.0.5"
},
"devDependencies": {
"benchmark": "~2.1.4",
"fs-extra": "~11.2.0",
"fs-extra": "~11.3.0",
"jest-fixtures": "~0.6.0"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 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.9.0",
"version": "1.9.1",
"description": "A collection of terascope monorepo scripts",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/scripts#readme",
"bugs": {
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"dependencies": {
"@kubernetes/client-node": "~0.22.3",
"@terascope/utils": "~1.7.1",
"@terascope/utils": "~1.7.2",
"codecov": "~3.8.3",
"execa": "~9.5.2",
"fs-extra": "~11.2.0",
"fs-extra": "~11.3.0",
"globby": "~14.0.2",
"got": "~13.0.0",
"ip": "~2.0.1",
Expand All @@ -49,7 +49,7 @@
"package-up": "~5.0.0",
"semver": "~7.6.3",
"signale": "~1.4.0",
"sort-package-json": "~2.12.0",
"sort-package-json": "~2.14.0",
"toposort": "~2.0.2",
"typedoc": "~0.25.13",
"typedoc-plugin-markdown": "~4.0.3",
Expand All @@ -59,7 +59,7 @@
"@types/ip": "~1.1.3",
"@types/micromatch": "~4.0.9",
"@types/ms": "~0.7.34",
"@types/semver": "~7.5.6",
"@types/semver": "~7.5.8",
"@types/signale": "~1.4.7",
"@types/toposort": "~2.0.7"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/scripts/src/helpers/images/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@ export async function createImageList(): Promise<void> {
let list;
if (repo === 'elasticsearch-assets') {
list = `${config.ELASTICSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_ELASTICSEARCH6_VERSION}\n`
+ `${config.ELASTICSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_ELASTICSEARCH7_VERSION}\n`
+ `${config.OPENSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_OPENSEARCH1_VERSION}\n`
+ `${config.OPENSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_OPENSEARCH2_VERSION}`;
+ `${config.ELASTICSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_ELASTICSEARCH7_VERSION}\n`
+ `${config.OPENSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_OPENSEARCH1_VERSION}\n`
+ `${config.OPENSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_OPENSEARCH2_VERSION}`;
} else if (repo === 'kafka-asset-bundle') {
list = `${config.KAFKA_DOCKER_IMAGE}:${config.KAFKA_IMAGE_VERSION}\n`
+ `${config.ZOOKEEPER_DOCKER_IMAGE}:${config.KAFKA_IMAGE_VERSION}`;
+ `${config.ZOOKEEPER_DOCKER_IMAGE}:${config.KAFKA_IMAGE_VERSION}`;
} else if (repo === 'file-assets-bundle') {
list = `${config.MINIO_DOCKER_IMAGE}:${config.MINIO_VERSION}`;
} else if (repo === 'teraslice-workspace') {
const baseImages: string = config.TEST_NODE_VERSIONS
.reduce((acc: string, version: string) => `${acc}${config.BASE_DOCKER_IMAGE}:${version}\n`, '');

list = `${baseImages}`
+ `${config.ELASTICSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_ELASTICSEARCH6_VERSION}\n`
+ `${config.ELASTICSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_ELASTICSEARCH7_VERSION}\n`
+ `${config.OPENSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_OPENSEARCH1_VERSION}\n`
+ `${config.OPENSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_OPENSEARCH2_VERSION}\n`
+ `${config.KAFKA_DOCKER_IMAGE}:${config.KAFKA_IMAGE_VERSION}\n`
+ `${config.ZOOKEEPER_DOCKER_IMAGE}:${config.KAFKA_IMAGE_VERSION}\n`
+ `${config.MINIO_DOCKER_IMAGE}:${config.MINIO_VERSION}\n`
+ `${config.KIND_DOCKER_IMAGE}:${config.KIND_VERSION}`;
+ `${config.ELASTICSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_ELASTICSEARCH6_VERSION}\n`
+ `${config.ELASTICSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_ELASTICSEARCH7_VERSION}\n`
+ `${config.OPENSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_OPENSEARCH1_VERSION}\n`
+ `${config.OPENSEARCH_DOCKER_IMAGE}:${config.__DEFAULT_OPENSEARCH2_VERSION}\n`
+ `${config.KAFKA_DOCKER_IMAGE}:${config.KAFKA_IMAGE_VERSION}\n`
+ `${config.ZOOKEEPER_DOCKER_IMAGE}:${config.KAFKA_IMAGE_VERSION}\n`
+ `${config.MINIO_DOCKER_IMAGE}:${config.MINIO_VERSION}\n`
+ `${config.KIND_DOCKER_IMAGE}:${config.KIND_VERSION}`;
} else {
list = '';
}
Expand Down
6 changes: 3 additions & 3 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.9.2",
"version": "1.9.3",
"description": "A Clustering and Foundation tool for Terascope Tools",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/terafoundation#readme",
"bugs": {
Expand Down Expand Up @@ -30,14 +30,14 @@
"dependencies": {
"@terascope/file-asset-apis": "~1.0.3",
"@terascope/types": "~1.4.1",
"@terascope/utils": "~1.7.1",
"@terascope/utils": "~1.7.2",
"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.7.2",
"elasticsearch-store": "~1.7.3",
"express": "~4.21.2",
"js-yaml": "~4.1.0",
"nanoid": "~5.0.9",
Expand Down
Loading

0 comments on commit db7ae9f

Please sign in to comment.