Skip to content

Commit 36c06d1

Browse files
authored
chore: remove dependencies from renovate ignore list (#3640)
1 parent 445a7b6 commit 36c06d1

File tree

7 files changed

+187
-83
lines changed

7 files changed

+187
-83
lines changed

.github/renovate.json5

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,7 @@
4040
// wait for ecosystem to upgrade to React v18
4141
"@testing-library/react",
4242
"@testing-library/user-event",
43-
// TODO: migrate
44-
"pretty-format",
45-
// TODO: vite-plugin-pwa issue
46-
"esno",
4743
// user can install any version
48-
"vite",
49-
// TODO: wait for Vite 4 to upgrade Rollup
50-
"rollup",
51-
"@rollup/plugin-alias",
52-
"@rollup/plugin-commonjs",
53-
"@rollup/plugin-json",
54-
"@rollup/plugin-node-resolve",
55-
"rollup-plugin-dts",
56-
"rollup-plugin-esbuild",
57-
"rollup-plugin-license",
58-
"source-map"
44+
"vite"
5945
]
6046
}

docs/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,5 @@
3333
"vite-plugin-pwa": "^0.16.4",
3434
"vitepress": "1.0.0-beta.3",
3535
"workbox-window": "^7.0.0"
36-
},
37-
"pnpm": {
38-
"peerDependencyRules": {
39-
"ignoreMissing": [
40-
"@algolia/client-search"
41-
]
42-
}
4336
}
4437
}

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
"overrides": {
7878
"vite": "^4.3.9",
7979
"vitest": "workspace:*"
80+
},
81+
"peerDependencyRules": {
82+
"ignoreMissing": [
83+
"@algolia/client-search"
84+
]
8085
}
8186
},
8287
"simple-git-hooks": {

packages/snapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"magic-string": "^0.30.0",
4747
"pathe": "^1.1.1",
48-
"pretty-format": "^27.5.1"
48+
"pretty-format": "^29.5.0"
4949
},
5050
"devDependencies": {
5151
"@types/natural-compare": "^1.4.1",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"dependencies": {
5050
"diff-sequences": "^29.4.3",
5151
"loupe": "^2.3.6",
52-
"pretty-format": "^27.5.1"
52+
"pretty-format": "^29.5.0"
5353
}
5454
}

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"p-limit": "^4.0.0",
192192
"pkg-types": "^1.0.3",
193193
"playwright": "^1.35.1",
194-
"pretty-format": "^27.5.1",
194+
"pretty-format": "^29.5.0",
195195
"prompts": "^2.4.2",
196196
"safaridriver": "^0.0.5",
197197
"strip-ansi": "^7.1.0",

0 commit comments

Comments
 (0)