Skip to content

Commit

Permalink
Merge pull request #270 from ilovepixelart/feature/update-action-and-dep
Browse files Browse the repository at this point in the history
Action and Dep
  • Loading branch information
ilovepixelart authored Jan 11, 2025
2 parents bbbac03 + 3e003dc commit 6f3f7d3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
[
[mongoose@6.12.8, bson@^4.7.2],
[mongoose@7.6.11, bson@^5.5.0],
[mongoose@latest, bson@^6.5.0],
[mongoose@latest, bson@^6.10.1],
]
steps:
- name: Checkout
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Scan
if: env.SONAR_TOKEN
uses: sonarsource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"singleline",
"sonarcloud",
"sonarjs",
"sonarqube",
"sonarsource",
"swcrc",
"virtuals"
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
"@types/node": "22.10.5",
"@types/semver": "7.5.8",
"@vitest/coverage-v8": "2.1.8",
"bson": "^6.9.0",
"bson": "^6.10.1",
"merge": "2.1.1",
"mongodb-memory-server": "10.1.3",
"mongoose": "8.9.3",
"mongoose": "8.9.4",
"open-cli": "8.0.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"peerDependencies": {
Expand Down

0 comments on commit 6f3f7d3

Please sign in to comment.