Commit 97f5544
chore: composite monorepo (#8560)
* chore: query-query, react-query and persist-core to composite setup
* fix: self contain packages by having shared configs as symlinks
* fix: add tsConfigPaths to vite config
so that tests can pick up the path aliases
* chore: set outDir, rootDir and baseUrl for all packages
* chore: make legacy tsconfig extend regular tsconfig
* fix: tsc --build
* feat: setup project references
* fix: legacy configs also need references
* fix: oops
* fix: tsup related builds
we need to turn off composite builds for tsup
* fix: set rootDir for tsup builds
so that it can include all files it needs
* fix: remove dependencies on ^build
we no longer need builds to run tests / type checks
* fix: add separate out dir for tsc
* fix: include root eslint config in globals
* refactor: create compile task to depend on
* fix: typo
* fix: dynamic alisases for vitest
* chore: try to fix knip
* fix: make compile a cacheable task
* chore: temporary disable tests against older TS versions
* fix: ts doesn't like string return types
* fix(vue-query-devtools): fix build
* fix: test types
* Revert "chore: temporary disable tests against older TS versions"
This reverts commit 10ef560.
* fix: make legacy ts builds output to their own directory
* chore: remove test:types from examples as they need a build step
* chore: fix knip
* chore: remove test:types from all examples
* Revert "Revert "chore: temporary disable tests against older TS versions""
This reverts commit d6daded.
* fix: outputs for compile task
* chore: remove test:types from integrations
* Revert "Revert "Revert "chore: temporary disable tests against older TS versions"""
This reverts commit 79b4844.
---------
Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>1 parent d595e23 commit 97f5544
File tree
200 files changed
+852
-336
lines changed- examples
- react
- algolia
- basic
- nextjs-app-prefetching
- nextjs-suspense-streaming
- optimistic-updates-cache
- react-router
- shadow-dom
- solid
- basic-graphql-request
- basic
- default-query-function
- simple
- svelte
- auto-refetching
- basic
- load-more-infinite-scroll
- optimistic-updates
- playground
- simple
- ssr
- star-wars
- integrations/vue-vite
- packages
- angular-query-devtools-experimental
- angular-query-experimental
- eslint-plugin-query
- query-async-storage-persister
- query-broadcast-client-experimental
- query-codemods
- query-core
- query-devtools
- query-persist-client-core
- query-sync-storage-persister
- react-query-devtools
- react-query-next-experimental
- react-query-persist-client
- react-query
- src/__tests__
- solid-query-devtools
- solid-query-persist-client
- solid-query
- svelte-query-devtools
- svelte-query-persist-client
- svelte-query
- vue-query-devtools
- vue-query
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
200 files changed
+852
-336
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments