Skip to content

Commit eec9cd1

Browse files
sbouchetclaude
authored andcommitted
chore: Add rebasing rules for minimatch related changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 04b7984 commit eec9cd1

14 files changed

Lines changed: 81 additions & 6 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"overrides": {
33
"glob": "10.5.0",
4-
"tar": "^7.5.11"
4+
"tar": "^7.5.11",
5+
"minimatch": "^9.0.9"
56
}
67
}

.rebase/add/code/build/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
},
99
"qs": "6.14.1",
1010
"lodash": "^4.17.23",
11-
"fast-xml-parser": "^4.5.4"
11+
"fast-xml-parser": "^4.5.4",
12+
"@vscode/vsce": {
13+
"minimatch": "^3.1.5"
14+
},
15+
"vscode-universal-bundler": {
16+
"minimatch": "^9.0.9"
17+
}
1218
}
1319
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"minimatch": "^10.2.4"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"minimatch": "^10.2.4"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"minimatch": "^10.2.4"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"minimatch": "^3.1.5"
4+
}
5+
}

.rebase/add/code/package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@
4242
},
4343
"tar": "^7.5.11",
4444
"undici": "^7.24.0",
45-
"svgo": "^2.8.1"
45+
"svgo": "^2.8.1",
46+
"mocha": {
47+
"minimatch": "^5.1.9"
48+
},
49+
"@vscode/test-cli": {
50+
"minimatch": "^9.0.9"
51+
},
52+
"@ts-morph/common": {
53+
"minimatch": "^7.4.9"
54+
},
55+
"glob": {
56+
"minimatch": "^5.1.9"
57+
},
58+
"@typescript-eslint/typescript-estree": {
59+
"minimatch": "^9.0.9"
60+
}
4661
}
4762
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"minimatch": "^3.1.5"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"overrides": {
3+
"minimatch": "^3.1.5"
4+
}
5+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"overrides": {
33
"qs": "6.14.1",
4-
"ajv": "6.14.0"
4+
"ajv": "6.14.0",
5+
"minimatch": "^3.1.5"
56
}
67
}

0 commit comments

Comments
 (0)