Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20.x, 22.x, 24.x]
node-version: [22.x, 24.x, 26.x]
runs-on: ubuntu-22.04
steps:
- name: Code checkout
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
fail-fast: false
matrix:
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
node-version: [20.x, 22.x, 24.x]
node-version: [22.x, 24.x, 26.x]
container-runtime: [docker, podman]
uses: ./.github/workflows/test-template.yml
with:
Expand Down
2,073 changes: 991 additions & 1,082 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/json": "^1.2.0",
"@vitest/coverage-v8": "^4.1.4",
"eslint": "^10.2.1",
"@vitest/coverage-v8": "^4.1.5",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"npm-check-updates": "^21.0.2",
"lint-staged": "^17.0.4",
"npm-check-updates": "^22.1.1",
"prettier": "^3.8.3",
"prettier-plugin-organize-imports": "^4.3.0",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2",
"typescript-eslint": "^8.59.2",
"vitest": "^4.0.18"
},
"lint-staged": {
Expand All @@ -42,6 +42,6 @@
]
},
"engines": {
"node": ">= 20"
"node": ">= 22.22.1"
}
}
2 changes: 1 addition & 1 deletion packages/modules/azurecosmosdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@azure/cosmos": "^4.9.2"
"@azure/cosmos": "^4.9.3"
},
"dependencies": {
"testcontainers": "^11.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/cassandra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"testcontainers": "^11.14.0"
},
"devDependencies": {
"cassandra-driver": "^4.8.0"
"cassandra-driver": "^4.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/modules/clickhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@clickhouse/client": "^1.18.2"
"@clickhouse/client": "^1.18.4"
},
"dependencies": {
"testcontainers": "^11.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@elastic/elasticsearch": "^9.3.4"
"@elastic/elasticsearch": "^9.4.0"
},
"dependencies": {
"testcontainers": "^11.14.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/gcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"testcontainers": "^11.14.0"
},
"devDependencies": {
"@google-cloud/bigquery": "^8.1.1",
"@google-cloud/datastore": "^10.1.0",
"@google-cloud/bigquery": "^8.3.0",
"@google-cloud/datastore": "^9.2.1",
"@google-cloud/firestore": "8.5.0",
"@google-cloud/pubsub": "^5.3.0",
"@google-cloud/spanner": "^8.6.0",
"@google-cloud/spanner": "^8.7.1",
"@google-cloud/storage": "^7.19.0",
"firebase-admin": "13.8.0",
"msw": "^2.13.4"
"firebase-admin": "13.9.0",
"msw": "^2.14.5"
}
}
2 changes: 1 addition & 1 deletion packages/modules/kurrentdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@kurrent/kurrentdb-client": "^1.1.1"
"@kurrent/kurrentdb-client": "^1.2.0"
},
"dependencies": {
"testcontainers": "^11.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/localstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"testcontainers": "^11.14.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.1032.0"
"@aws-sdk/client-s3": "^3.1045.0"
}
}
2 changes: 1 addition & 1 deletion packages/modules/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"mongoose": "^9.4.1"
"mongoose": "^9.6.2"
},
"dependencies": {
"compare-versions": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/mssqlserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/mssql": "^12.3.0",
"mssql": "^12.3.1"
"mssql": "^12.5.2"
},
"dependencies": {
"testcontainers": "^11.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"mysql2": "^3.22.1"
"mysql2": "^3.22.3"
},
"dependencies": {
"testcontainers": "^11.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/nats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"testcontainers": "^11.14.0"
},
"devDependencies": {
"@nats-io/jetstream": "^3.3.1",
"@nats-io/transport-node": "^3.3.1"
"@nats-io/jetstream": "^3.4.0",
"@nats-io/transport-node": "^3.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/modules/opensearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@opensearch-project/opensearch": "^3.5.1",
"@opensearch-project/opensearch": "^3.6.0",
"@types/zxcvbn": "^4.4.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/rabbitmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"devDependencies": {
"@types/amqplib": "^0.10.8",
"amqplib": "^1.0.3"
"amqplib": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/modules/s3mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"testcontainers": "^11.14.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.1032.0"
"@aws-sdk/client-s3": "^3.1045.0"
}
}
2 changes: 1 addition & 1 deletion packages/modules/scylladb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"testcontainers": "^11.14.0"
},
"devDependencies": {
"cassandra-driver": "^4.8.0"
"cassandra-driver": "^4.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/modules/toxiproxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"testcontainers": "^11.14.0",
"toxiproxy-node-client": "^4.0.0"
"toxiproxy-node-client": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/testcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"byline": "^5.0.0",
"debug": "^4.4.3",
"docker-compose": "^1.4.2",
"dockerode": "^4.0.10",
"dockerode": "^5.0.0",
"get-port": "^7.2.0",
"proper-lockfile": "^4.1.2",
"properties-reader": "^3.0.1",
"ssh-remote-port-forward": "^1.0.4",
"tar-fs": "^3.1.2",
"tmp": "^0.2.5",
"undici": "^7.24.7"
"undici": "^8.2.0"
},
"devDependencies": {
"@types/archiver": "^7.0.0",
Expand Down
Loading