Skip to content

Commit edbb44c

Browse files
renovate[bot]mejo-
authored andcommitted
chore(deps): update dependency @nextcloud/e2e-test-server to ^0.4.0
1 parent 47bc5fc commit edbb44c

3 files changed

Lines changed: 19 additions & 10 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"devDependencies": {
113113
"@nextcloud/babel-config": "^1.2.0",
114114
"@nextcloud/browserslist-config": "^3.1.0",
115-
"@nextcloud/e2e-test-server": "^0.3.0",
115+
"@nextcloud/e2e-test-server": "^0.4.0",
116116
"@nextcloud/eslint-config": "^8.4.2",
117117
"@nextcloud/prettier-config": "^1.2.0",
118118
"@nextcloud/vite-config": "^1.7.1",

renovate.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@
3030
},
3131
{
3232
"groupName": "yjs",
33-
"matchPackageNames": ["yjs", "y-websocket", "@hocuspocus/provider", "lib0"]
33+
"matchPackageNames": [
34+
"yjs",
35+
"y-websocket",
36+
"@hocuspocus/provider",
37+
"lib0"
38+
]
3439
},
3540
{
3641
"groupName": "highlight",
@@ -71,7 +76,11 @@
7176
},
7277
{
7378
"matchUpdateTypes": ["major", "minor"],
74-
"matchPackageNames": ["cypress", "@nextcloud/cypress", "@cypress/{/,}**"],
79+
"matchPackageNames": [
80+
"cypress",
81+
"@nextcloud/cypress",
82+
"@cypress/{/,}**"
83+
],
7584
"matchBaseBranches": [
7685
"stable32",
7786
"stable31",

0 commit comments

Comments
 (0)