Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
node-version: 18.x
- name: Install dependencies
run: npm ci --omit=optional
run: npm ci
- name: Code linting
run: npm run lint:ci
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build packages
run: |
npm ci --omit=optional
npm ci
npm run build -ws

- name: Git commit and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
node-version: ${{ inputs.node-version }}

- name: Install dependencies
run: npm ci --omit=optional
run: npm ci

- name: Run tests
run: npm run test:ci -- ${{ inputs.workspace }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci --omit=optional
run: npm ci
- name: Build workspaces
run: npm run build -ws
- name: Remove dev dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: 18.x

- name: Install dependencies
run: npm ci --omit=optional
run: npm ci

- name: Run tests
run: npm run test:ci
Expand Down
4,941 changes: 2,352 additions & 2,589 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"validate-engine": "ls-engines"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cross-env": "^7.0.3",
Expand All @@ -26,12 +26,12 @@
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^13.3.0",
"ls-engines": "^0.9.2",
"lint-staged": "^15.2.10",
"ls-engines": "^0.9.3",
"npm-check-updates": "^16.14.20",
"prettier": "^2.8.8",
"shx": "^0.3.4",
"ts-jest": "^29.2.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/chromadb/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": {
"chromadb": "^1.8.1"
"chromadb": "^1.9.2"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/couchbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"devDependencies": {
"@types/couchbase": "^2.4.9",
"couchbase": "4.4.0"
"couchbase": "4.4.3"
}
}
12 changes: 6 additions & 6 deletions packages/modules/gcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"testcontainers": "^10.13.2"
},
"devDependencies": {
"@google-cloud/datastore": "^9.0.0",
"@google-cloud/firestore": "7.9.0",
"@google-cloud/pubsub": "^4.5.0",
"@google-cloud/storage": "^7.12.0",
"firebase-admin": "12.2.0",
"msw": "^2.3.5"
"@google-cloud/datastore": "^9.2.0",
"@google-cloud/firestore": "7.10.0",
"@google-cloud/pubsub": "^4.8.0",
"@google-cloud/storage": "^7.14.0",
"firebase-admin": "12.7.0",
"msw": "^2.6.0"
}
}
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": "^10.13.2"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.614.0"
"@aws-sdk/client-s3": "^3.685.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": "^7.7.0"
"mongoose": "^7.8.2"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
3 changes: 2 additions & 1 deletion packages/modules/mssqlserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
},
"devDependencies": {
"@types/mssql": "^8.1.2",
"mssql": "^10.0.4"
"mssql": "^11.0.1"
},
"dependencies": {
"lint-staged": "15.2.10",
"testcontainers": "^10.13.2"
}
}
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.10.2"
"mysql2": "^3.11.3"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/nats/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": {
"nats": "^2.28.0"
"nats": "^2.28.2"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/neo4j/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": {
"neo4j-driver": "^5.22.0"
"neo4j-driver": "^5.26.0"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@types/pg": "^8.11.6",
"pg": "^8.12.0"
"@types/pg": "^8.11.10",
"pg": "^8.13.1"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/qdrant/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": {
"@qdrant/js-client-rest": "^1.10.0"
"@qdrant/js-client-rest": "^1.12.0"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/redis": "^4.0.11",
"redis": "^4.6.15"
"redis": "^4.7.0"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/selenium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@types/selenium-webdriver": "^4.1.24",
"selenium-webdriver": "^4.22.0"
"@types/selenium-webdriver": "^4.1.27",
"selenium-webdriver": "^4.26.0"
},
"dependencies": {
"testcontainers": "^10.13.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/testcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {
"@balena/dockerignore": "^1.0.2",
"@types/dockerode": "^3.3.29",
"@types/dockerode": "^3.3.31",
"archiver": "^7.0.1",
"async-lock": "^1.4.1",
"byline": "^5.0.0",
"debug": "^4.3.5",
"debug": "^4.3.7",
"docker-compose": "^0.24.8",
"dockerode": "^3.3.5",
"get-port": "^5.1.1",
Expand All @@ -47,7 +47,7 @@
"undici": "^5.28.4"
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/archiver": "^6.0.3",
"@types/async-lock": "^1.4.2",
"@types/byline": "^4.2.36",
"@types/debug": "^4.1.12",
Expand Down
Loading