Skip to content

Commit

Permalink
chore: remove dependencies from renovate ignore list (#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 21, 2023
1 parent 445a7b6 commit 36c06d1
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 83 deletions.
16 changes: 1 addition & 15 deletions .github/renovate.json5
Expand Up @@ -40,21 +40,7 @@
// wait for ecosystem to upgrade to React v18
"@testing-library/react",
"@testing-library/user-event",
// TODO: migrate
"pretty-format",
// TODO: vite-plugin-pwa issue
"esno",
// user can install any version
"vite",
// TODO: wait for Vite 4 to upgrade Rollup
"rollup",
"@rollup/plugin-alias",
"@rollup/plugin-commonjs",
"@rollup/plugin-json",
"@rollup/plugin-node-resolve",
"rollup-plugin-dts",
"rollup-plugin-esbuild",
"rollup-plugin-license",
"source-map"
"vite"
]
}
7 changes: 0 additions & 7 deletions docs/package.json
Expand Up @@ -33,12 +33,5 @@
"vite-plugin-pwa": "^0.16.4",
"vitepress": "1.0.0-beta.3",
"workbox-window": "^7.0.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -77,6 +77,11 @@
"overrides": {
"vite": "^4.3.9",
"vitest": "workspace:*"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshot/package.json
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"magic-string": "^0.30.0",
"pathe": "^1.1.1",
"pretty-format": "^27.5.1"
"pretty-format": "^29.5.0"
},
"devDependencies": {
"@types/natural-compare": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -49,6 +49,6 @@
"dependencies": {
"diff-sequences": "^29.4.3",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
"pretty-format": "^29.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -191,7 +191,7 @@
"p-limit": "^4.0.0",
"pkg-types": "^1.0.3",
"playwright": "^1.35.1",
"pretty-format": "^27.5.1",
"pretty-format": "^29.5.0",
"prompts": "^2.4.2",
"safaridriver": "^0.0.5",
"strip-ansi": "^7.1.0",
Expand Down

0 comments on commit 36c06d1

Please sign in to comment.