Skip to content

Commit

Permalink
chore: libs to latest versions (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Mar 9, 2024
1 parent 33df118 commit 1576193
Show file tree
Hide file tree
Showing 45 changed files with 6,441 additions and 4,540 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = {
'**/jest.d.ts',
'**/test/**',
'**/tests/**',
'**/vite.config.ts',
'**/vite.config.mts',
'**/scripts/**/*.ts',
],
},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
Expand All @@ -29,7 +29,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
main:
name: Nx Cloud - Cron Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
Expand All @@ -21,7 +21,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
token: ${{ secrets.BCLABUM_GITHUB_TOKEN }}

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.11.0

- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.10.0
registry-url: https://registry.npmjs.org/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop
fetch-depth: 0
token: ${{ secrets.BCLABUM_GITHUB_TOKEN }}

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.11.0

- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.10.0
registry-url: https://registry.npmjs.org/
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
name: SonarCloud snap
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'develop'
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.11.0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.10.0
cache: pnpm
Expand All @@ -49,17 +49,17 @@ jobs:
name: SonarCloud datamanager
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'develop'
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.11.0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.10.0
cache: pnpm
Expand All @@ -84,7 +84,7 @@ jobs:
name: SonarCloud connector
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Scan connector
Expand All @@ -102,7 +102,7 @@ jobs:
name: SonarCloud dapp
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Scan dapp
Expand All @@ -120,7 +120,7 @@ jobs:
name: SonarCloud docs
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Scan docs
Expand All @@ -138,17 +138,17 @@ jobs:
name: SonarCloud did-provider-key
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'develop'
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.11.0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.10.0
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sync:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event_name == 'workflow_run' && 'beta' || github.head_ref || github.ref_name }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.11.0

- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.10.0
registry-url: https://registry.npmjs.org/
Expand Down
14 changes: 7 additions & 7 deletions libs/did-provider-ebsi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"@cef-ebsi/key-did-resolver": "^1.1.0",
"@cef-ebsi/siop-auth": "^3.2.0",
"@cef-ebsi/verifiable-presentation": "^5.4.1",
"@veramo/core": "5.6.0",
"@veramo/did-manager": "5.6.0",
"@veramo/utils": "5.6.0",
"@veramo/core": "5.6.1-next.57",
"@veramo/did-manager": "5.6.1-next.57",
"@veramo/utils": "5.6.1-next.57",
"did-resolver": "4.1.0",
"elliptic": "^6.5.4",
"ethers": "^5.7.0",
"jose": "^4.15.4",
"jose": "^5.2.2",
"multiformats": "^12.1.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/elliptic": "^6.4.16",
"@types/uuid": "^9.0.6",
"tsup": "^7.2.0"
"@types/elliptic": "^6.4.18",
"@types/uuid": "^9.0.8",
"tsup": "^8.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
34 changes: 17 additions & 17 deletions libs/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@
},
"dependencies": {
"@blockchain-lab-um/utils": "1.3.7",
"@cef-ebsi/key-did-resolver": "^1.1.0",
"@cef-ebsi/key-did-resolver": "^2.0.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "5.6.0",
"@veramo/did-manager": "5.6.0",
"@veramo/core": "5.6.1-next.57",
"@veramo/did-manager": "5.6.1-next.57",
"did-resolver": "4.1.0"
},
"devDependencies": {
"@veramo/core-types": "5.6.0",
"@veramo/credential-w3c": "5.6.0",
"@veramo/data-store": "5.6.0",
"@veramo/did-resolver": "5.6.0",
"@veramo/key-manager": "5.6.0",
"@veramo/kms-local": "5.6.0",
"@vitest/coverage-v8": "1.0.0-beta.3",
"better-sqlite3": "^9.0.0",
"@veramo/core-types": "5.6.1-next.57",
"@veramo/credential-w3c": "5.6.1-next.57",
"@veramo/data-store": "5.6.1-next.57",
"@veramo/did-resolver": "5.6.1-next.57",
"@veramo/key-manager": "5.6.1-next.57",
"@veramo/kms-local": "5.6.1-next.57",
"@vitest/coverage-v8": "1.3.1",
"better-sqlite3": "^9.4.3",
"jest-extended": "4.0.2",
"multiformats": "^12.1.3",
"tsup": "^7.2.0",
"typeorm": "^0.3.17",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "1.0.0-beta.3"
"multiformats": "^13.1.0",
"tsup": "^8.0.2",
"typeorm": "^0.3.20",
"vite": "^5.1.5",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "1.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// vite.config.ts
import tsconfigPaths from 'vite-tsconfig-paths';
import { defineConfig } from 'vitest/config';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// vite.config.ts
import tsconfigPaths from 'vite-tsconfig-paths';
import { defineConfig } from 'vitest/config';

Expand Down
20 changes: 10 additions & 10 deletions libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "5.6.0",
"@veramo/utils": "5.6.0",
"@veramo/core": "5.6.1-next.57",
"@veramo/utils": "5.6.1-next.57",
"cross-fetch": "^4.0.0",
"ethereum-cryptography": "^2.1.2",
"jose": "^4.15.4",
"ethereum-cryptography": "^2.1.3",
"jose": "^5.2.2",
"qs": "^6.11.2"
},
"devDependencies": {
"@sphereon/ssi-types": "^0.11.0",
"@types/qs": "^6.9.9",
"@vitest/coverage-v8": "1.0.0-beta.3",
"@types/qs": "^6.9.12",
"@vitest/coverage-v8": "1.3.1",
"jest-extended": "4.0.2",
"tsup": "^7.2.0",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "1.0.0-beta.3"
"tsup": "^8.0.2",
"vite": "^5.1.5",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "1.3.1"
},
"veramo": {
"pluginInterfaces": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// vite.config.ts
import tsconfigPaths from 'vite-tsconfig-paths';
import { defineConfig } from 'vitest/config';

Expand Down
4 changes: 2 additions & 2 deletions libs/oidc/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"lint:prettier": "prettier . --check"
},
"dependencies": {
"@veramo/core": "5.6.0"
"@veramo/core": "5.6.1-next.57"
},
"devDependencies": {
"tsup": "^7.2.0"
"tsup": "^8.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions libs/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"lint:prettier": "prettier . --check"
},
"dependencies": {
"@veramo/utils": "5.6.0",
"@veramo/utils": "5.6.1-next.57",
"did-resolver": "4.1.0",
"elliptic": "^6.5.4",
"multiformats": "12.1.3",
"elliptic": "^6.5.5",
"multiformats": "13.1.0",
"secp256k1": "5.0.0"
},
"devDependencies": {
"@types/elliptic": "^6.4.16",
"@types/secp256k1": "^4.0.5",
"tsup": "^7.2.0"
"@types/elliptic": "^6.4.18",
"@types/secp256k1": "^4.0.6",
"tsup": "^8.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 1576193

Please sign in to comment.