Skip to content

Commit

Permalink
feat: group Chai.js packages
Browse files Browse the repository at this point in the history
`chai-as-promised` has a peer dependency on `chai`, of which gets a major update
together. This causes renovate to encounter "conflicting peer dependency" error.

see: loopbackio/loopback-connector#467
see: loopbackio/loopback-connector#553
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 14, 2024
1 parent 165e355 commit 6d2cb73
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: FSFAP
# SPDX-FileCopyrightText: Copyright (c) 2024 Rifa Achrinza
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
max_line_length = 80
7 changes: 7 additions & 0 deletions shared-configs/renovate/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
"@microsoft/api-documenter"
]
},
{
"groupName": "Chai.js packages",
"matchPackageNames": [
"chai",
"chai-as-promised"
]
},
{
"matchPackageNames": ["renovate"],
"extends": ["schedule:earlyMondays"]
Expand Down

0 comments on commit 6d2cb73

Please sign in to comment.