diff --git a/examples/angular/basic/tsconfig.app.json b/examples/angular/basic/tsconfig.app.json index 84f1f992d2..5b9d3c5ecb 100644 --- a/examples/angular/basic/tsconfig.app.json +++ b/examples/angular/basic/tsconfig.app.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/examples/angular/basic/tsconfig.json b/examples/angular/basic/tsconfig.json index fd2d87ac26..82c63d482a 100644 --- a/examples/angular/basic/tsconfig.json +++ b/examples/angular/basic/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/examples/angular/infinite-query-with-max-pages/tsconfig.app.json b/examples/angular/infinite-query-with-max-pages/tsconfig.app.json index 84f1f992d2..5b9d3c5ecb 100644 --- a/examples/angular/infinite-query-with-max-pages/tsconfig.app.json +++ b/examples/angular/infinite-query-with-max-pages/tsconfig.app.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/examples/angular/infinite-query-with-max-pages/tsconfig.json b/examples/angular/infinite-query-with-max-pages/tsconfig.json index fd2d87ac26..82c63d482a 100644 --- a/examples/angular/infinite-query-with-max-pages/tsconfig.json +++ b/examples/angular/infinite-query-with-max-pages/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/examples/angular/router/tsconfig.app.json b/examples/angular/router/tsconfig.app.json index 84f1f992d2..5b9d3c5ecb 100644 --- a/examples/angular/router/tsconfig.app.json +++ b/examples/angular/router/tsconfig.app.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/examples/angular/router/tsconfig.json b/examples/angular/router/tsconfig.json index fd2d87ac26..82c63d482a 100644 --- a/examples/angular/router/tsconfig.json +++ b/examples/angular/router/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/examples/angular/simple/tsconfig.app.json b/examples/angular/simple/tsconfig.app.json index 84f1f992d2..5b9d3c5ecb 100644 --- a/examples/angular/simple/tsconfig.app.json +++ b/examples/angular/simple/tsconfig.app.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/examples/angular/simple/tsconfig.json b/examples/angular/simple/tsconfig.json index fd2d87ac26..82c63d482a 100644 --- a/examples/angular/simple/tsconfig.json +++ b/examples/angular/simple/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 4ef20a4cce..b2d8d50704 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -11,8 +11,8 @@ "dependencies": { "@algolia/client-search": "4.24.0", "@algolia/transporter": "4.24.0", - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "algoliasearch": "4.24.0", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index 81c0fe7350..f1f1d03d43 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 0317ddb074..2da200414c 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "graphql": "^16.9.0", "graphql-request": "^7.1.0", "react": "19.0.0-rc-4c2e457c7c-20240522", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 768ed3f6d0..dcade91ac1 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@tanstack/query-sync-storage-persister": "^5.51.21", - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-query-persist-client": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", + "@tanstack/react-query-persist-client": "^5.51.23", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" }, diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index c259f2a64c..6cecbd7f6a 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" }, diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index bbbdbe7512..6633fe699b 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index 0483b52bdd..9919b3c122 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index f3bd7abee7..5f172aa375 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^15.0.0-rc.0", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 38edea86d1..e139c4d3d6 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-query-next-experimental": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", + "@tanstack/react-query-next-experimental": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index dc010c7e24..f8cb006ca2 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index ca104322a2..88e513c319 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -10,9 +10,9 @@ "dependencies": { "@tanstack/query-sync-storage-persister": "^5.51.21", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-query-persist-client": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", + "@tanstack/react-query-persist-client": "^5.51.23", "msw": "^2.3.4", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index ba352f6d58..92396f8fef 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 4cd927325d..5cba5f2e86 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index c38dfd20eb..64fcafd47e 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 668ecb06ca..e9aa2b3f35 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 0ea750f469..3d615ea0b4 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "next": "^14.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 0f8eefe81b..88b81bb49e 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -14,8 +14,8 @@ "@react-native-community/netinfo": "^11.3.2", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "expo": "^51.0.22", "expo-constants": "^16.0.2", "expo-status-bar": "^1.12.1", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 0e0d7f3ab7..d0798dc0bb 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "19.0.0-rc-4c2e457c7c-20240522", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 74ef8e34a1..5de3bff77a 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.0", "@mui/material": "^5.16.5", "@mui/styles": "^5.16.5", - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522", "react-router": "^6.25.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index fbda399414..1a68d10da4 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -9,8 +9,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index b53a191e0f..fe7043d128 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" }, diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index c0a0cbb6e8..a7662ca04e 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.13.0", "@mui/material": "^5.16.5", "@mui/styles": "^5.16.5", - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522", "react-router": "^6.25.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 172224dcf0..378b0e4b7d 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.51.21", - "@tanstack/react-query-devtools": "^5.51.21", + "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query-devtools": "^5.51.23", "font-awesome": "^4.7.0", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522", diff --git a/integrations/angular-cli-standalone-17/.gitignore b/integrations/angular-cli-17/.gitignore similarity index 100% rename from integrations/angular-cli-standalone-17/.gitignore rename to integrations/angular-cli-17/.gitignore diff --git a/integrations/angular-cli-standalone-17/README.md b/integrations/angular-cli-17/README.md similarity index 97% rename from integrations/angular-cli-standalone-17/README.md rename to integrations/angular-cli-17/README.md index 349ff2d006..0d54414bcc 100644 --- a/integrations/angular-cli-standalone-17/README.md +++ b/integrations/angular-cli-17/README.md @@ -1,4 +1,4 @@ -# AngularCliStandalone17 +# AngularCli17 This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0. diff --git a/integrations/angular-cli-standalone-17/angular.json b/integrations/angular-cli-17/angular.json similarity index 89% rename from integrations/angular-cli-standalone-17/angular.json rename to integrations/angular-cli-17/angular.json index 31de28bdec..efe01cbab0 100644 --- a/integrations/angular-cli-standalone-17/angular.json +++ b/integrations/angular-cli-17/angular.json @@ -7,7 +7,7 @@ }, "newProjectRoot": "projects", "projects": { - "angular-cli-standalone-17": { + "angular-cli-17": { "projectType": "application", "schematics": { "@schematics/angular:component": { @@ -44,7 +44,7 @@ "build": { "builder": "@angular-devkit/build-angular:application", "options": { - "outputPath": "dist/angular-cli-standalone-17", + "outputPath": "dist/angular-cli-17", "index": "src/index.html", "browser": "src/main.ts", "polyfills": ["zone.js"], @@ -81,10 +81,10 @@ "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { - "buildTarget": "angular-cli-standalone-17:build:production" + "buildTarget": "angular-cli-17:build:production" }, "development": { - "buildTarget": "angular-cli-standalone-17:build:development" + "buildTarget": "angular-cli-17:build:development" } }, "defaultConfiguration": "development" @@ -92,7 +92,7 @@ "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "buildTarget": "angular-cli-standalone-17:build" + "buildTarget": "angular-cli-17:build" } } } diff --git a/integrations/angular-cli-standalone-17/package.json b/integrations/angular-cli-17/package.json similarity index 93% rename from integrations/angular-cli-standalone-17/package.json rename to integrations/angular-cli-17/package.json index eb9a699779..f848d58120 100644 --- a/integrations/angular-cli-standalone-17/package.json +++ b/integrations/angular-cli-17/package.json @@ -1,5 +1,5 @@ { - "name": "angular-cli-standalone-17", + "name": "angular-cli-17", "private": true, "scripts": { "build": "ng build" diff --git a/integrations/angular-cli-standalone-17/src/app/app.component.ts b/integrations/angular-cli-17/src/app/app.component.ts similarity index 100% rename from integrations/angular-cli-standalone-17/src/app/app.component.ts rename to integrations/angular-cli-17/src/app/app.component.ts diff --git a/integrations/angular-cli-standalone-17/src/app/app.config.ts b/integrations/angular-cli-17/src/app/app.config.ts similarity index 100% rename from integrations/angular-cli-standalone-17/src/app/app.config.ts rename to integrations/angular-cli-17/src/app/app.config.ts diff --git a/integrations/angular-cli-standalone-17/src/assets/.gitkeep b/integrations/angular-cli-17/src/assets/.gitkeep similarity index 100% rename from integrations/angular-cli-standalone-17/src/assets/.gitkeep rename to integrations/angular-cli-17/src/assets/.gitkeep diff --git a/integrations/angular-cli-standalone-17/src/favicon.ico b/integrations/angular-cli-17/src/favicon.ico similarity index 100% rename from integrations/angular-cli-standalone-17/src/favicon.ico rename to integrations/angular-cli-17/src/favicon.ico diff --git a/integrations/angular-cli-standalone-17/src/index.html b/integrations/angular-cli-17/src/index.html similarity index 87% rename from integrations/angular-cli-standalone-17/src/index.html rename to integrations/angular-cli-17/src/index.html index dd7dad0daa..c760f9e78d 100644 --- a/integrations/angular-cli-standalone-17/src/index.html +++ b/integrations/angular-cli-17/src/index.html @@ -2,7 +2,7 @@
-