Skip to content

Commit 4a569b7

Browse files
Bump the dependencies group across 5 directories with 7 updates
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.0.0` | `16.1.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.32.1` | `8.33.0` | | chromadb | `2.4.3` | `2.4.6` | | [couchbase](https://github.com/couchbase/couchnode) | `4.4.0` | `4.4.6` | | [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` | | [mongoose](https://github.com/Automattic/mongoose) | `8.15.0` | `8.15.1` | Bumps the dependencies group with 1 update in the /packages/modules/chromadb directory: chromadb. Bumps the dependencies group with 1 update in the /packages/modules/couchbase directory: [couchbase](https://github.com/couchbase/couchnode). Bumps the dependencies group with 1 update in the /packages/modules/gcloud directory: [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore). Bumps the dependencies group with 1 update in the /packages/modules/toxiproxy directory: [@testcontainers/redis](https://github.com/testcontainers/testcontainers-node). Updates `lint-staged` from 16.0.0 to 16.1.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.0.0...v16.1.0) Updates `typescript-eslint` from 8.32.1 to 8.33.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/typescript-eslint) Updates `chromadb` from 2.4.3 to 2.4.6 Updates `couchbase` from 4.4.0 to 4.4.6 - [Release notes](https://github.com/couchbase/couchnode/releases) - [Commits](couchbase/couchnode@v4.4.0...v4.4.6) Updates `@google-cloud/datastore` from 9.2.1 to 10.0.1 - [Release notes](https://github.com/googleapis/nodejs-datastore/releases) - [Changelog](https://github.com/googleapis/nodejs-datastore/blob/main/CHANGELOG.md) - [Commits](googleapis/nodejs-datastore@v9.2.1...v10.0.1) Updates `mongoose` from 8.15.0 to 8.15.1 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.15.0...8.15.1) Updates `chromadb` from 2.4.3 to 2.4.6 Updates `couchbase` from 4.4.0 to 4.4.6 - [Release notes](https://github.com/couchbase/couchnode/releases) - [Commits](couchbase/couchnode@v4.4.0...v4.4.6) Updates `@google-cloud/datastore` from 9.2.1 to 10.0.1 - [Release notes](https://github.com/googleapis/nodejs-datastore/releases) - [Changelog](https://github.com/googleapis/nodejs-datastore/blob/main/CHANGELOG.md) - [Commits](googleapis/nodejs-datastore@v9.2.1...v10.0.1) Updates `@testcontainers/redis` from 10.28.0 to 11.0.0 - [Release notes](https://github.com/testcontainers/testcontainers-node/releases) - [Commits](v10.28.0...v11.0.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript-eslint dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: chromadb dependency-version: 2.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: couchbase dependency-version: 4.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@google-cloud/datastore" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mongoose dependency-version: 8.15.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: chromadb dependency-version: 2.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: couchbase dependency-version: 4.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@google-cloud/datastore" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@testcontainers/redis" dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0be5309 commit 4a569b7

File tree

7 files changed

+168
-112
lines changed

7 files changed

+168
-112
lines changed

package-lock.json

Lines changed: 161 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"eslint-config-prettier": "^10.1.5",
2727
"eslint-plugin-prettier": "^5.4.0",
2828
"husky": "^9.1.7",
29-
"lint-staged": "^16.0.0",
29+
"lint-staged": "^16.1.0",
3030
"ls-engines": "^0.9.3",
3131
"npm-check-updates": "^18.0.1",
3232
"prettier": "^3.5.3",
3333
"prettier-plugin-organize-imports": "^4.1.0",
3434
"shx": "^0.4.0",
3535
"ts-node": "^10.9.2",
3636
"typescript": "^5.8.3",
37-
"typescript-eslint": "^8.32.1",
37+
"typescript-eslint": "^8.33.0",
3838
"vitest": "^3.1.3"
3939
},
4040
"overrides": {

packages/modules/chromadb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "tsc --project tsconfig.build.json"
3030
},
3131
"devDependencies": {
32-
"chromadb": "2.4.3",
32+
"chromadb": "2.4.6",
3333
"ollama": "^0.5.15"
3434
},
3535
"dependencies": {

packages/modules/couchbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"testcontainers": "^11.0.0"
3333
},
3434
"devDependencies": {
35-
"couchbase": "4.4.0"
35+
"couchbase": "4.4.6"
3636
}
3737
}

packages/modules/gcloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@google-cloud/bigquery": "^8.0.0",
43-
"@google-cloud/datastore": "^9.2.1",
43+
"@google-cloud/datastore": "^10.0.1",
4444
"@google-cloud/firestore": "7.11.1",
4545
"@google-cloud/pubsub": "^5.0.0",
4646
"@google-cloud/storage": "^7.16.0",

packages/modules/mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "tsc --project tsconfig.build.json"
3030
},
3131
"devDependencies": {
32-
"mongoose": "^8.15.0"
32+
"mongoose": "^8.15.1"
3333
},
3434
"dependencies": {
3535
"testcontainers": "^11.0.0"

packages/modules/toxiproxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"toxiproxy-node-client": "^4.0.0"
3434
},
3535
"devDependencies": {
36-
"@testcontainers/redis": "^10.16.0",
36+
"@testcontainers/redis": "^11.0.0",
3737
"redis": "^5.1.0"
3838
}
3939
}

0 commit comments

Comments
 (0)