Skip to content

Update dependencies. #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 8, 2025
Merged
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
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [20.x]
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -24,16 +24,16 @@ jobs:
timeout-minutes: 10
services:
mongodb:
image: mongo:5
image: mongo:6
ports:
- 27017:27017
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: |
Expand All @@ -50,16 +50,16 @@ jobs:
timeout-minutes: 10
services:
mongodb:
image: mongo:5
image: mongo:6
ports:
- 27017:27017
strategy:
matrix:
node-version: [20.x]
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: |
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# bedrock-ssm-mongodb ChangeLog

## 13.0.0 - 2025-03-xx

### Changed
- Update dependencies.
- `@digitalbazaar/[email protected]`.
- `@digitalbazaar/[email protected]`.
- `@digitalbazaar/[email protected]`.
- `@digitalbazaar/[email protected]`.
- `@digitalbazaar/[email protected]`.
- `[email protected]`.
- Update peer dependencies.
- `@bedrock/[email protected]`.
- **BREAKING**: `@bedrock/mongodb@11`.
- Use MongoDB driver 6.x and update error names and details.
- See changelog for details.
- Update dev dependencies.
- Update test dependencies.

## 12.1.2 - 2025-03-04

### Fixed
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@
},
"homepage": "https://github.com/digitalbazaar/bedrock-ssm-mongodb",
"dependencies": {
"@digitalbazaar/bls12-381-multikey": "^2.0.0",
"@digitalbazaar/ecdsa-multikey": "^1.1.1",
"@digitalbazaar/ed25519-multikey": "^1.0.2",
"@digitalbazaar/bls12-381-multikey": "^2.1.0",
"@digitalbazaar/ecdsa-multikey": "^1.8.0",
"@digitalbazaar/ed25519-multikey": "^1.3.1",
"@digitalbazaar/ed25519-verification-key-2018": "^4.0.0",
"@digitalbazaar/ed25519-verification-key-2020": "^4.0.0",
"@digitalbazaar/x25519-key-agreement-key-2020": "^3.0.0",
"@digitalbazaar/ed25519-verification-key-2020": "^4.2.0",
"@digitalbazaar/x25519-key-agreement-key-2020": "^3.0.1",
"assert-plus": "^1.0.0",
"base58-universal": "^2.0.0",
"base64url-universal": "^2.0.0",
"jose": "^5.9.6",
"lru-cache": "^6.0.0",
"url-template": "^3.0.0"
"url-template": "^3.1.1"
},
"peerDependencies": {
"@bedrock/core": "^6.0.1",
"@bedrock/mongodb": "^10.0.0",
"@bedrock/core": "^6.3.0",
"@bedrock/mongodb": "^11.0.0",
"@bedrock/package-manager": "^3.0.0"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"eslint": "^8.18.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-unicorn": "^50.0.1",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0"
"eslint": "^8.57.1",
"eslint-config-digitalbazaar": "^5.2.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-unicorn": "^56.0.1",
"jsdoc": "^4.0.4",
"jsdoc-to-markdown": "^9.1.1"
}
}
16 changes: 8 additions & 8 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"coverage-report": "c8 report"
},
"dependencies": {
"@bedrock/core": "^6.0.1",
"@bedrock/mongodb": "^10.0.0",
"@bedrock/core": "^6.3.0",
"@bedrock/mongodb": "^11.0.0",
"@bedrock/package-manager": "^3.0.0",
"@bedrock/ssm-mongodb": "file:..",
"@bedrock/test": "^8.0.5",
"@digitalbazaar/ecdsa-multikey": "^1.6.0",
"@bedrock/test": "^8.2.0",
"@digitalbazaar/ecdsa-multikey": "^1.8.0",
"@digitalbazaar/ed25519-verification-key-2018": "^4.0.0",
"@digitalbazaar/ed25519-verification-key-2020": "^4.0.0",
"@digitalbazaar/ed25519-verification-key-2020": "^4.2.0",
"base64url-universal": "^2.0.0",
"bnid": "^3.0.0",
"c8": "^9.1.0",
"cborg": "^4.2.0",
"c8": "^10.1.3",
"cborg": "^4.2.8",
"cross-env": "^7.0.3",
"uuid": "^9.0.1"
"uuid": "^11.1.0"
},
"c8": {
"excludeNodeModules": false,
Expand Down