File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : " weekly"
7
+ ignore :
8
+ # We are ignoring major updates on yargs-parser because yargs-parser@22
9
+ # does not play nicely when bundled using webpack. Our VSCode extension
10
+ # bundles MCP server with the extension code and yargs-parser from MCP
11
+ # server ends up on the final bundle which leads to issues such as -
12
+ # https://github.com/mongodb-js/vscode/issues/1149.
13
+ #
14
+ # This was reported to yargs-parser as well -
15
+ # https://github.com/yargs/yargs-parser/issues/517 and we already tried
16
+ # their suggestion about disabling the meta resolution in webpack,
17
+ # alongside others (dependency overrides, disabling the bundling of
18
+ # yargs-parser), and none of the solutions yield a working extension. So
19
+ # until we figure out a fix for this we need to keep mongodb-mcp-server
20
+ # working with v21 of yargs-parser.
21
+ - dependency-name : " yargs-parser"
22
+ update-types : ["version-update:semver-major"]
7
23
- package-ecosystem : " github-actions"
8
24
directory : " /"
9
25
schedule :
You can’t perform that action at this time.
0 commit comments