Skip to content

Commit

Permalink
Merge pull request #949 from SAP/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
Jérôme Benoit authored Jan 19, 2024
2 parents 3deb082 + ab06ba6 commit 53c5f5c
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 33 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Dependency Review
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
with:
base-ref: ${{ github.ref_name }}
head-ref: ${{ github.sha }}
- name: Pull Request Dependency Review
if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down Expand Up @@ -88,13 +88,13 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Dependency Review
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
with:
base-ref: ${{ github.ref_name }}
head-ref: ${{ github.sha }}
- name: Pull Request Dependency Review
if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}
},
"dependencies": {
"@mikro-orm/core": "^6.0.4",
"@mikro-orm/core": "^6.0.5",
"@mikro-orm/mariadb": "^6.0.4",
"@mikro-orm/reflection": "^6.0.4",
"@mikro-orm/sqlite": "^6.0.4",
Expand Down
93 changes: 78 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "~5.3.3",
"vite": "^5.0.11",
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"_id": "[email protected]"
Expand Down
24 changes: 12 additions & 12 deletions ui/web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53c5f5c

Please sign in to comment.