mirror of
https://github.com/TanStack/query.git
synced 2026-03-25 18:24:37 +00:00
* ref: update typescript versions
* check for tsgo
* drop 5.2 and 5.3
* docs
* ref: fix tsup config
* ref: use built-in NoInfer
* ci: apply automated fixes
* fix tsup config
* Revert "ref: use built-in NoInfer"
This reverts commit 45d428ce71.
# Conflicts:
# packages/preact-query/src/useQuery.ts
* ref: remove tsgo for now
* fix builds
* fix: update svelte-check
* fix: svelte-check still needs ts 5.9
* fix: knip + ts rewrite
* ci: apply automated fixes
* fix: make ts 5.9 the tscurrent version
* fix custom conditions
* fix: coderabbit comments
* fix: lockfile
* revert docs
* fix: override eslint to 8.56.1
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
42 lines
873 B
JSON
42 lines
873 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",
|
|
"typescript54",
|
|
"typescript55",
|
|
"typescript56",
|
|
"typescript57",
|
|
"typescript58",
|
|
"typescript59",
|
|
"typescript60",
|
|
"vue",
|
|
"vue-tsc",
|
|
"vue2",
|
|
"vue2.7",
|
|
"webpack"
|
|
]
|
|
}
|