mirror of
https://github.com/TanStack/query.git
synced 2026-03-28 16:37:21 +00:00
* chore: update to eslint-plugin-react-hooks v6 and remove the separate compiler linter plugin, as those rules are now integrated * chore: disable compiler-linter in tests * chore: bypass lint violations * chore: Disable '@eslint-react/no-context-provider' to be react 18 compatible
43 lines
893 B
JSON
43 lines
893 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"configMigration": true,
|
|
"extends": [
|
|
"config:recommended",
|
|
"group:allNonMajor",
|
|
"schedule:weekly",
|
|
":approveMajorUpdates",
|
|
":automergeMinor",
|
|
":disablePeerDependencies",
|
|
":maintainLockFilesMonthly",
|
|
":semanticCommits",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"ignorePresets": [":ignoreModulesAndTests"],
|
|
"labels": ["dependencies"],
|
|
"rangeStrategy": "bump",
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"ignoreDeps": [
|
|
"@types/node",
|
|
"@types/react",
|
|
"@types/react-dom",
|
|
"node",
|
|
"react",
|
|
"react-dom",
|
|
"tsup",
|
|
"typescript",
|
|
"typescript50",
|
|
"typescript51",
|
|
"typescript52",
|
|
"typescript53",
|
|
"typescript54",
|
|
"typescript55",
|
|
"typescript56",
|
|
"typescript57",
|
|
"vue",
|
|
"vue-tsc",
|
|
"vue2",
|
|
"vue2.7",
|
|
"webpack"
|
|
]
|
|
}
|