Skip to content

Commit

Permalink
chore: Upgrade mongoose to v8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Nov 15, 2024
1 parent a342059 commit 8a99490
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 90 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"lint-staged": "15.2.9",
"mongodb": "6.10.0",
"mongodb-memory-server": "10.1.2",
"mongoose": "7.5.2",
"mongoose": "8.8.1",
"pinst": "3.0.0",
"prettier": "3.3.2",
"standard-version": "9.5.0",
Expand Down
109 changes: 23 additions & 86 deletions pnpm-lock.yaml

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

21 changes: 18 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branchConcurrentLimit": 10,
"branchConcurrentLimit": 3,
"commitMessageAction": "Upgrade",
"commitMessagePrefix": "chore:",
"commitMessageTopic": "{{depName}}",
Expand Down Expand Up @@ -46,6 +46,17 @@
"@types/node"
]
},
{
"extends": [
"schedule:monthly"
],
"matchPackageNames": [
"mongoose"
],
"matchUpdateTypes": [
"major"
]
},
{
"enabled": false,
"groupName": "Skip major Node.js versions",
Expand All @@ -59,9 +70,13 @@
},
{
"enabled": false,
"groupName": "Skip certain packages",
"groupName": "Skip non-major Mongoose versions",
"matchPackageNames": [
"mongoose"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
Expand All @@ -77,7 +92,7 @@
"avaly",
"ejmartin504"
],
"stabilityDays": 3,
"stabilityDays": 7,
"timezone": "Etc/UTC",
"vulnerabilityAlerts": {
"labels": [
Expand Down

0 comments on commit 8a99490

Please sign in to comment.