From b78c296a5d0cab0a48dfafc695925a64afb74194 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 15 Jul 2023 20:47:02 +1000 Subject: [PATCH 1/7] Update vite, rollup deps --- examples/react/algolia/package.json | 2 +- .../react/basic-graphql-request/package.json | 2 +- examples/react/basic-typescript/package.json | 2 +- examples/react/basic/package.json | 2 +- .../react/default-query-function/package.json | 2 +- .../nextjs-suspense-streaming/package.json | 2 +- examples/react/offline/package.json | 2 +- examples/react/playground/package.json | 2 +- examples/react/react-router/package.json | 2 +- examples/react/rick-morty/package.json | 2 +- examples/react/simple/package.json | 2 +- examples/react/star-wars/package.json | 2 +- examples/react/suspense/package.json | 2 +- .../solid/basic-graphql-request/package.json | 2 +- examples/solid/basic-typescript/package.json | 2 +- .../solid/default-query-function/package.json | 2 +- examples/solid/simple/package.json | 2 +- examples/svelte/auto-refetching/package.json | 2 +- examples/svelte/basic/package.json | 2 +- .../load-more-infinite-scroll/package.json | 2 +- .../package.json | 2 +- examples/svelte/playground/package.json | 2 +- examples/svelte/simple/package.json | 2 +- examples/svelte/ssr/package.json | 2 +- examples/svelte/star-wars/package.json | 2 +- examples/vue/2.6-basic/package.json | 2 +- examples/vue/basic/package.json | 2 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/persister/package.json | 2 +- package.json | 20 +- packages/query-devtools/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- packages/svelte-query/package.json | 2 +- pnpm-lock.yaml | 554 +++++++++--------- 34 files changed, 324 insertions(+), 314 deletions(-) diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index b567646f6a..a1a0ace180 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^18.2.4", "@vitejs/plugin-react": "^4.0.0", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 71f21ee82d..f40a2286c4 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/basic-typescript/package.json b/examples/react/basic-typescript/package.json index 18189e0d5b..9513a8d4b5 100644 --- a/examples/react/basic-typescript/package.json +++ b/examples/react/basic-typescript/package.json @@ -24,7 +24,7 @@ "eslint": "^8.34.0", "eslint-config-prettier": "^8.8.0", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index fb2946a1ff..884b0291b7 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tanstack/eslint-plugin-query": "^5.0.0-alpha.74", "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 9bad95ee17..12cba81d5f 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 0255ec50bc..39400ea084 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -14,7 +14,7 @@ "next": "^13.4.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "superjson": "^1.12.3" + "superjson": "^1.12.4" }, "devDependencies": { "@types/node": "20.2.5", diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 05a443b432..db1e9ed675 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 28187ec7c5..215251ae58 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index b4f5fc2c0f..47b6e8ce36 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 9512fd3b09..6902427280 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index 0c92ae2efe..d69d667fcc 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 8d922881cc..2b382e9671 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "browserslist": { "production": [ diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 15dfff3e79..882edb564c 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "scripts": { "dev": "vite", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index b72335ca4c..f46d929a16 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "typescript": "^5.0.4", - "vite": "^4.2.0", + "vite": "^4.4.0", "vite-plugin-solid": "^2.5.0" } } diff --git a/examples/solid/basic-typescript/package.json b/examples/solid/basic-typescript/package.json index 6aa14c19b9..62bae9dbf0 100644 --- a/examples/solid/basic-typescript/package.json +++ b/examples/solid/basic-typescript/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "typescript": "^5.0.4", - "vite": "^4.2.0", + "vite": "^4.4.0", "vite-plugin-solid": "^2.5.0" } } diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index 99c837bfff..7c3c56cb15 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "typescript": "^5.0.4", - "vite": "^4.2.0", + "vite": "^4.4.0", "vite-plugin-solid": "^2.5.0" } } diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index c4e26618da..b6128729b9 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@tanstack/eslint-plugin-query": "^5.0.0-alpha.74", "typescript": "^5.0.4", - "vite": "^4.2.0", + "vite": "^4.4.0", "vite-plugin-solid": "^2.5.0" } } diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index 0ebd8fd930..c9352fa8c9 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index 7af76a5147..eaf43e1c88 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index cae7fba115..524ecf27e0 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/svelte/optimistic-updates-typescript/package.json b/examples/svelte/optimistic-updates-typescript/package.json index bf26ab502d..641d55080c 100644 --- a/examples/svelte/optimistic-updates-typescript/package.json +++ b/examples/svelte/optimistic-updates-typescript/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index d232b83869..f8b1ee150f 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index db72bd10dc..cf25f239c3 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index 4c8aca2ffe..71d15c2366 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index d9033e5660..335b8f241b 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -22,6 +22,6 @@ "tailwindcss": "^3.3.2", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index d8cec05f77..947535fae3 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "typescript": "^5.0.4", - "vite": "^4.2.0", + "vite": "^4.4.0", "vite-plugin-vue2": "2.0.2" } } diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index e13f2ee2f7..305199b515 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -14,6 +14,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index 5bb601d8ec..79dd0012dc 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -14,6 +14,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index ce7c2cc065..69df01da25 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" } } diff --git a/package.json b/package.json index 890a85e6b7..35dd4ed81b 100644 --- a/package.json +++ b/package.json @@ -30,15 +30,15 @@ }, "namespace": "@tanstack", "devDependencies": { - "@arethetypeswrong/cli": "^0.4.2", + "@arethetypeswrong/cli": "^0.6.0", "@babel/core": "^7.21.8", "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.5", "@commitlint/parse": "^17.6.5", "@rollup/plugin-babel": "^6.0.3", - "@rollup/plugin-commonjs": "^25.0.0", - "@rollup/plugin-node-resolve": "^15.0.2", + "@rollup/plugin-commonjs": "^25.0.2", + "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-replace": "^5.0.2", "@solidjs/testing-library": "^0.5.1", "@testing-library/jest-dom": "^5.16.5", @@ -46,7 +46,7 @@ "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.4.3", "@types/current-git-branch": "^1.1.3", - "@types/eslint": "^8.34.0", + "@types/eslint": "^8.44.0", "@types/jsonfile": "^6.1.1", "@types/luxon": "^3.3.0", "@types/node": "^18.13.0", @@ -59,7 +59,7 @@ "@typescript-eslint/parser": "^5.54.0", "@vitest/coverage-istanbul": "^0.27.1", "axios": "^1.4.0", - "babel-preset-solid": "^1.6.10", + "babel-preset-solid": "^1.6.16", "chalk": "^5.2.0", "concurrently": "^8.0.1", "cpy-cli": "^4.2.0", @@ -79,20 +79,20 @@ "nx-cloud": "^16.0.5", "prettier": "^2.8.8", "prettier-plugin-svelte": "^2.10.1", - "publint": "^0.1.15", + "publint": "^0.1.16", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.1", - "rollup": "^3.23.0", - "rollup-plugin-node-externals": "^6.1.0", + "rollup": "^3.26.0", + "rollup-plugin-node-externals": "^6.1.1", "rollup-plugin-preserve-directives": "^0.2.0", - "rollup-plugin-visualizer": "^5.9.0", + "rollup-plugin-visualizer": "^5.9.2", "rollup-preset-solid": "^2.0.1", "semver": "^7.5.1", "solid-js": "^1.6.13", "stream-to-array": "^2.3.0", "tsup": "^7.1.0", - "type-fest": "^3.11.0", + "type-fest": "^3.13.0", "typescript": "^5.0.4", "vitest": "^0.27.1", "vue": "^3.2.47" diff --git a/packages/query-devtools/package.json b/packages/query-devtools/package.json index c07dd70b59..f1e4702f2d 100644 --- a/packages/query-devtools/package.json +++ b/packages/query-devtools/package.json @@ -49,7 +49,7 @@ "@tanstack/match-sorter-utils": "^8.8.4", "solid-js": "^1.6.13", "solid-transition-group": "^0.2.2", - "superjson": "^1.12.1" + "superjson": "^1.12.4" }, "devDependencies": { "@tanstack/query-core": "workspace:*", diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index 790723bc14..37fd4e7d56 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -47,7 +47,7 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "peerDependencies": { "@tanstack/svelte-query": "workspace:*", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index d810477d1e..32ff7245d2 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -50,7 +50,7 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.2.0" + "vite": "^4.4.0" }, "peerDependencies": { "svelte": ">=3 <5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 90bd39b63e..420bcf5b80 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,8 +10,8 @@ importers: .: devDependencies: '@arethetypeswrong/cli': - specifier: ^0.4.2 - version: 0.4.2 + specifier: ^0.6.0 + version: 0.6.0 '@babel/core': specifier: ^7.21.8 version: 7.21.8 @@ -29,16 +29,16 @@ importers: version: 17.6.5 '@rollup/plugin-babel': specifier: ^6.0.3 - version: 6.0.3(@babel/core@7.21.8)(rollup@3.23.0) + version: 6.0.3(@babel/core@7.21.8)(rollup@3.26.0) '@rollup/plugin-commonjs': - specifier: ^25.0.0 - version: 25.0.0(rollup@3.23.0) + specifier: ^25.0.2 + version: 25.0.2(rollup@3.26.0) '@rollup/plugin-node-resolve': - specifier: ^15.0.2 - version: 15.0.2(rollup@3.23.0) + specifier: ^15.1.0 + version: 15.1.0(rollup@3.26.0) '@rollup/plugin-replace': specifier: ^5.0.2 - version: 5.0.2(rollup@3.23.0) + version: 5.0.2(rollup@3.26.0) '@solidjs/testing-library': specifier: ^0.5.1 version: 0.5.1(solid-js@1.6.13) @@ -58,8 +58,8 @@ importers: specifier: ^1.1.3 version: 1.1.3 '@types/eslint': - specifier: ^8.34.0 - version: 8.37.0 + specifier: ^8.44.0 + version: 8.44.0 '@types/jsonfile': specifier: ^6.1.1 version: 6.1.1 @@ -97,8 +97,8 @@ importers: specifier: ^1.4.0 version: 1.4.0 babel-preset-solid: - specifier: ^1.6.10 - version: 1.6.10(@babel/core@7.21.8) + specifier: ^1.6.16 + version: 1.7.7(@babel/core@7.21.8) chalk: specifier: ^5.2.0 version: 5.2.0 @@ -157,8 +157,8 @@ importers: specifier: ^2.10.1 version: 2.10.1(prettier@2.8.8)(svelte@4.0.0) publint: - specifier: ^0.1.15 - version: 0.1.15 + specifier: ^0.1.16 + version: 0.1.16 react: specifier: ^18.2.0 version: 18.2.0 @@ -169,17 +169,17 @@ importers: specifier: ^5.0.1 version: 5.0.1 rollup: - specifier: ^3.23.0 - version: 3.23.0 + specifier: ^3.26.0 + version: 3.26.0 rollup-plugin-node-externals: - specifier: ^6.1.0 - version: 6.1.0(rollup@3.23.0) + specifier: ^6.1.1 + version: 6.1.1(rollup@3.26.0) rollup-plugin-preserve-directives: specifier: ^0.2.0 - version: 0.2.0(rollup@3.23.0) + version: 0.2.0(rollup@3.26.0) rollup-plugin-visualizer: - specifier: ^5.9.0 - version: 5.9.0(rollup@3.23.0) + specifier: ^5.9.2 + version: 5.9.2(rollup@3.26.0) rollup-preset-solid: specifier: ^2.0.1 version: 2.0.1 @@ -196,8 +196,8 @@ importers: specifier: ^7.1.0 version: 7.1.0(typescript@5.0.4) type-fest: - specifier: ^3.11.0 - version: 3.11.0 + specifier: ^3.13.0 + version: 3.13.0 typescript: specifier: ^5.0.4 version: 5.0.4 @@ -243,13 +243,13 @@ importers: version: 18.2.4 '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) typescript: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/auto-refetching: dependencies: @@ -298,10 +298,10 @@ importers: version: link:../../../packages/eslint-plugin-query '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/basic-graphql-request: dependencies: @@ -326,10 +326,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/basic-typescript: dependencies: @@ -366,7 +366,7 @@ importers: version: 18.2.4 '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) eslint: specifier: ^8.34.0 version: 8.34.0 @@ -377,8 +377,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/default-query-function: dependencies: @@ -400,10 +400,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/infinite-query-with-max-pages: dependencies: @@ -510,8 +510,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) superjson: - specifier: ^1.12.3 - version: 1.12.3 + specifier: ^1.12.4 + version: 1.12.4 devDependencies: '@types/node': specifier: 20.2.5 @@ -558,10 +558,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/optimistic-updates-typescript: dependencies: @@ -641,10 +641,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/prefetching: dependencies: @@ -787,10 +787,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/rick-morty: dependencies: @@ -827,10 +827,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/simple: dependencies: @@ -852,10 +852,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/star-wars: dependencies: @@ -892,10 +892,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/react/suspense: dependencies: @@ -920,10 +920,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.2.0) + version: 4.0.0(vite@4.4.0) vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/solid/basic-graphql-request: dependencies: @@ -944,11 +944,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) examples/solid/basic-typescript: dependencies: @@ -963,11 +963,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) examples/solid/default-query-function: dependencies: @@ -982,11 +982,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) examples/solid/simple: dependencies: @@ -1004,11 +1004,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) examples/solid/solid-start-streaming: dependencies: @@ -1064,7 +1064,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.2.0) + version: 1.19.0(svelte@4.0.0)(vite@4.4.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1078,8 +1078,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/svelte/basic: dependencies: @@ -1095,7 +1095,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.2.0) + version: 1.19.0(svelte@4.0.0)(vite@4.4.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1109,8 +1109,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/svelte/load-more-infinite-scroll: dependencies: @@ -1126,7 +1126,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.2.0) + version: 1.19.0(svelte@4.0.0)(vite@4.4.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1140,8 +1140,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/svelte/optimistic-updates-typescript: dependencies: @@ -1157,7 +1157,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.2.0) + version: 1.19.0(svelte@4.0.0)(vite@4.4.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1171,8 +1171,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/svelte/playground: dependencies: @@ -1188,7 +1188,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.2.0) + version: 1.19.0(svelte@4.0.0)(vite@4.4.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1202,8 +1202,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/svelte/simple: dependencies: @@ -1216,7 +1216,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^2.4.2 - version: 2.4.2(svelte@4.0.0)(vite@4.2.0) + version: 2.4.2(svelte@4.0.0)(vite@4.4.0) '@tsconfig/svelte': specifier: ^4.0.1 version: 4.0.1 @@ -1233,8 +1233,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/svelte/ssr: dependencies: @@ -1250,7 +1250,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.2.0) + version: 1.19.0(svelte@4.0.0)(vite@4.4.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1264,8 +1264,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/svelte/star-wars: dependencies: @@ -1281,7 +1281,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.2.0) + version: 1.19.0(svelte@4.0.0)(vite@4.4.0) autoprefixer: specifier: ^10.4.14 version: 10.4.14(postcss@8.4.23) @@ -1304,8 +1304,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/vue/basic: dependencies: @@ -1318,13 +1318,13 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.2.3(vite@4.2.0)(vue@3.2.47) + version: 4.2.3(vite@4.4.0)(vue@3.2.47) typescript: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/vue/dependent-queries: dependencies: @@ -1337,13 +1337,13 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.2.3(vite@4.2.0)(vue@3.2.47) + version: 4.2.3(vite@4.4.0)(vue@3.2.47) typescript: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) examples/vue/persister: dependencies: @@ -1362,13 +1362,13 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.2.3(vite@4.2.0)(vue@3.2.47) + version: 4.2.3(vite@4.4.0)(vue@3.2.47) typescript: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) packages/codemods: devDependencies: @@ -1430,15 +1430,15 @@ importers: specifier: ^0.2.2 version: 0.2.2(solid-js@1.6.13) superjson: - specifier: ^1.12.1 - version: 1.12.1 + specifier: ^1.12.4 + version: 1.12.4 devDependencies: '@tanstack/query-core': specifier: workspace:* version: link:../query-core vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) packages/query-persist-client-core: dependencies: @@ -1565,7 +1565,7 @@ importers: devDependencies: vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) packages/svelte-query: dependencies: @@ -1578,7 +1578,7 @@ importers: version: 2.1.0(svelte@4.0.0)(typescript@5.0.4) '@sveltejs/vite-plugin-svelte': specifier: ^2.4.2 - version: 2.4.2(svelte@4.0.0)(vite@4.2.0) + version: 2.4.2(svelte@4.0.0)(vite@4.4.0) '@testing-library/svelte': specifier: ^4.0.3 version: 4.0.3(svelte@4.0.0) @@ -1598,8 +1598,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) packages/svelte-query-devtools: dependencies: @@ -1615,7 +1615,7 @@ importers: version: 2.1.0(svelte@4.0.0)(typescript@5.0.4) '@sveltejs/vite-plugin-svelte': specifier: ^2.4.2 - version: 2.4.2(svelte@4.0.0)(vite@4.2.0) + version: 2.4.2(svelte@4.0.0)(vite@4.4.0) '@tanstack/svelte-query': specifier: workspace:* version: link:../svelte-query @@ -1635,8 +1635,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + specifier: ^4.4.0 + version: 4.4.0(@types/node@18.13.0) packages/vue-query: dependencies: @@ -1789,11 +1789,11 @@ packages: /@antfu/utils@0.7.4: resolution: {integrity: sha512-qe8Nmh9rYI/HIspLSTwtbMFPj6dISG6+dJnOguTlPNXtCvS2uezdxscVBb7/3DrmNbQK49TDqpkSQ1chbRGdpQ==} - /@arethetypeswrong/cli@0.4.2: - resolution: {integrity: sha512-RlAiNUUgvsM8GX9kzNTgB8xuANf2j9klpHxU3xPhfqO03MU9ybD7Qq82ULWECe/pAX9CfT93EzEzFmoFivv5VA==} + /@arethetypeswrong/cli@0.6.0: + resolution: {integrity: sha512-9UEf0fRU32ZIJ1/NSl7xZTkYBJw8zc/1rlAYZ0uEpCL+W8jBXbxOm1V7fhkkALeMbjhfqM6Y0hKLs+jtESd2vg==} hasBin: true dependencies: - '@arethetypeswrong/core': 0.4.1 + '@arethetypeswrong/core': 0.6.0 chalk: 4.1.2 cli-table3: 0.6.3 commander: 10.0.1 @@ -1803,12 +1803,13 @@ packages: - encoding dev: true - /@arethetypeswrong/core@0.4.1: - resolution: {integrity: sha512-DNRPu3ndvMqr6hewDP+Od8K9jZTj6cP8f/5eqRvEyZQPl11FmqOWaEuDFTEKym4nLGHM2cV5OOCnQBJ1IQbXQA==} + /@arethetypeswrong/core@0.6.0: + resolution: {integrity: sha512-561h7MMTJlm/etFiO9RkQJLMxLOUUasT3GqY2muc4v/WAQRRko0Z7Bfd7wMZdRAeN/QTH8VdV3dEGPilpQXiDA==} dependencies: '@andrewbranch/untar.js': 1.0.2 fetch-ponyfill: 7.1.0 fflate: 0.7.4 + semver: 7.5.4 typescript: 5.1.3 validate-npm-package-name: 5.0.0 transitivePeerDependencies: @@ -1881,7 +1882,7 @@ packages: resolution: {integrity: sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -1898,7 +1899,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-annotate-as-pure@7.22.5: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} @@ -1911,7 +1912,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-compilation-targets@7.19.1(@babel/core@7.21.8): resolution: {integrity: sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==} @@ -2023,14 +2024,14 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-function-name@7.19.0: resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-function-name@7.22.5: resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} @@ -2043,7 +2044,7 @@ packages: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} @@ -2055,13 +2056,13 @@ packages: resolution: {integrity: sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-member-expression-to-functions@7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-member-expression-to-functions@7.22.5: resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} @@ -2100,7 +2101,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} @@ -2142,7 +2143,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.18.6 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/traverse': 7.19.1 - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color @@ -2154,7 +2155,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/traverse': 7.19.1 - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color @@ -2188,7 +2189,7 @@ packages: resolution: {integrity: sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: @@ -2201,7 +2202,7 @@ packages: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-split-export-declaration@7.22.5: resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==} @@ -2258,7 +2259,7 @@ packages: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-validator-identifier': 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 @@ -3533,7 +3534,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 '@babel/parser': 7.22.5 - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/template@7.22.5: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} @@ -3554,7 +3555,7 @@ packages: '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.22.5 - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -4676,14 +4677,14 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 /@jridgewell/gen-mapping@0.3.2: resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.14 /@jridgewell/resolve-uri@3.1.0: @@ -5722,7 +5723,7 @@ packages: engines: {node: '>=14'} dev: false - /@rollup/plugin-babel@6.0.3(@babel/core@7.21.8)(rollup@3.23.0): + /@rollup/plugin-babel@6.0.3(@babel/core@7.21.8)(rollup@3.26.0): resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -5737,8 +5738,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.18.6 - '@rollup/pluginutils': 5.0.2(rollup@3.23.0) - rollup: 3.23.0 + '@rollup/pluginutils': 5.0.2(rollup@3.26.0) + rollup: 3.26.0 dev: true /@rollup/plugin-commonjs@22.0.2(rollup@2.79.1): @@ -5756,8 +5757,8 @@ packages: resolve: 1.22.2 rollup: 2.79.1 - /@rollup/plugin-commonjs@25.0.0(rollup@3.23.0): - resolution: {integrity: sha512-hoho2Kay9TZrLu0bnDsTTCaj4Npa+THk9snajP/XDNb9a9mmjTjh52EQM9sKl3HD1LsnihX7js+eA2sd2uKAhw==} + /@rollup/plugin-commonjs@25.0.2(rollup@3.26.0): + resolution: {integrity: sha512-NGTwaJxIO0klMs+WSFFtBP7b9TdTJ3K76HZkewT8/+yHzMiUGVQgaPtLQxNVYIgT5F7lxkEyVID+yS3K7bhCow==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.68.0||^3.0.0 @@ -5765,13 +5766,13 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.23.0) + '@rollup/pluginutils': 5.0.2(rollup@3.26.0) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 magic-string: 0.27.0 - rollup: 3.23.0 + rollup: 3.26.0 dev: true /@rollup/plugin-json@4.1.0(rollup@2.79.1): @@ -5796,8 +5797,8 @@ packages: resolve: 1.22.2 rollup: 2.79.1 - /@rollup/plugin-node-resolve@15.0.2(rollup@3.23.0): - resolution: {integrity: sha512-Y35fRGUjC3FaurG722uhUuG8YHOJRJQbI6/CkbRkdPotSpDj9NtIN85z1zrcyDcCQIW4qp5mgG72U+gJ0TAFEg==} + /@rollup/plugin-node-resolve@15.1.0(rollup@3.26.0): + resolution: {integrity: sha512-xeZHCgsiZ9pzYVgAo9580eCGqwh/XCEUM9q6iQfGNocjgkufHAqC3exA+45URvhiYV8sBF9RlBai650eNs7AsA==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.78.0||^3.0.0 @@ -5805,16 +5806,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.23.0) + '@rollup/pluginutils': 5.0.2(rollup@3.26.0) '@types/resolve': 1.20.2 - deepmerge: 4.2.2 + deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 - resolve: 1.22.1 - rollup: 3.23.0 + resolve: 1.22.2 + rollup: 3.26.0 dev: true - /@rollup/plugin-replace@5.0.2(rollup@3.23.0): + /@rollup/plugin-replace@5.0.2(rollup@3.26.0): resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -5823,12 +5824,12 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.23.0) + '@rollup/pluginutils': 5.0.2(rollup@3.26.0) magic-string: 0.27.0 - rollup: 3.23.0 + rollup: 3.26.0 dev: true - /@rollup/plugin-terser@0.1.0(rollup@3.23.0): + /@rollup/plugin-terser@0.1.0(rollup@3.26.0): resolution: {integrity: sha512-N2KK+qUfHX2hBzVzM41UWGLrEmcjVC37spC8R3c9mt3oEDFKh3N2e12/lLp9aVSt86veR0TQiCNQXrm8C6aiUQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -5837,7 +5838,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.23.0 + rollup: 3.26.0 terser: 5.18.1 dev: true @@ -5852,7 +5853,7 @@ packages: picomatch: 2.3.1 rollup: 2.79.1 - /@rollup/pluginutils@5.0.2(rollup@3.23.0): + /@rollup/pluginutils@5.0.2(rollup@3.26.0): resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -5864,7 +5865,7 @@ packages: '@types/estree': 1.0.1 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.23.0 + rollup: 3.26.0 /@segment/loosely-validate-event@2.0.0: resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==} @@ -6010,11 +6011,11 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.19.0(svelte@4.0.0)(vite@4.2.0) + '@sveltejs/kit': 1.19.0(svelte@4.0.0)(vite@4.4.0) import-meta-resolve: 3.0.0 dev: true - /@sveltejs/kit@1.19.0(svelte@4.0.0)(vite@4.2.0): + /@sveltejs/kit@1.19.0(svelte@4.0.0)(vite@4.4.0): resolution: {integrity: sha512-39fHvYvUQL3bCdV6Ed9MRIESO6ceM/MRNxAloQin+Qs9DfiM53vhUJBWtbwWAvRR/nM6isWnsbContjE/2/JxQ==} engines: {node: ^16.14 || >=18} hasBin: true @@ -6023,7 +6024,7 @@ packages: svelte: ^3.54.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.2.0) + '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.4.0) '@types/cookie': 0.5.1 cookie: 0.5.0 devalue: 4.3.2 @@ -6037,7 +6038,7 @@ packages: svelte: 4.0.0 tiny-glob: 0.2.9 undici: 5.22.1 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.4.0(@types/node@18.13.0) transitivePeerDependencies: - supports-color dev: true @@ -6058,7 +6059,7 @@ packages: - typescript dev: true - /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.0)(svelte@4.0.0)(vite@4.2.0): + /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.0)(svelte@4.0.0)(vite@4.4.0): resolution: {integrity: sha512-Khdl5jmmPN6SUsVuqSXatKpQTMIifoQPDanaxC84m9JxIibWvSABJyHpyys0Z+1yYrxY5TTEQm+6elh0XCMaOA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -6066,15 +6067,15 @@ packages: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.2.0) + '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.4.0) debug: 4.3.4 svelte: 4.0.0 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.4.0(@types/node@18.13.0) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.0)(vite@4.2.0): + /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.0)(vite@4.4.0): resolution: {integrity: sha512-Khdl5jmmPN6SUsVuqSXatKpQTMIifoQPDanaxC84m9JxIibWvSABJyHpyys0Z+1yYrxY5TTEQm+6elh0XCMaOA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -6082,50 +6083,50 @@ packages: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.4.2(svelte@4.0.0)(vite@4.2.0) + '@sveltejs/vite-plugin-svelte': 2.4.2(svelte@4.0.0)(vite@4.4.0) debug: 4.3.4 svelte: 4.0.0 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.4.0(@types/node@18.13.0) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte@2.4.0(svelte@4.0.0)(vite@4.2.0): + /@sveltejs/vite-plugin-svelte@2.4.0(svelte@4.0.0)(vite@4.4.0): resolution: {integrity: sha512-OdKTMNZTb4OPrXY0IAJiOG5krQcgEaDtqjLNFj5KInyzn3/HNVuXx9egAneMMhStqk1K5Nf7DIG40e9HeBxeOA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: svelte: ^3.54.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.0)(svelte@4.0.0)(vite@4.2.0) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.0)(svelte@4.0.0)(vite@4.4.0) debug: 4.3.4 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.0 svelte: 4.0.0 svelte-hmr: 0.15.1(svelte@4.0.0) - vite: 4.2.0(@types/node@18.13.0) - vitefu: 0.2.4(vite@4.2.0) + vite: 4.4.0(@types/node@18.13.0) + vitefu: 0.2.4(vite@4.4.0) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte@2.4.2(svelte@4.0.0)(vite@4.2.0): + /@sveltejs/vite-plugin-svelte@2.4.2(svelte@4.0.0)(vite@4.4.0): resolution: {integrity: sha512-ePfcC48ftMKhkT0OFGdOyycYKnnkT6i/buzey+vHRTR/JpQvuPzzhf1PtKqCDQfJRgoPSN2vscXs6gLigx/zGw==} engines: {node: ^14.18.0 || >= 16} peerDependencies: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.0)(vite@4.2.0) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.0)(vite@4.4.0) debug: 4.3.4 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.0 svelte: 4.0.0 svelte-hmr: 0.15.2(svelte@4.0.0) - vite: 4.2.0(@types/node@18.13.0) - vitefu: 0.2.4(vite@4.2.0) + vite: 4.4.0(@types/node@18.13.0) + vitefu: 0.2.4(vite@4.4.0) transitivePeerDependencies: - supports-color dev: true @@ -6317,10 +6318,10 @@ packages: resolution: {integrity: sha512-4/q4F/2T3HZP/sqIiATlnOSYAWCXjQUHcUzIy63SWi0KOJd+kjCiL3NO/JgyeKqP/98N4e9vF017v2HPyKirrQ==} dev: true - /@types/eslint@8.37.0: - resolution: {integrity: sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==} + /@types/eslint@8.44.0: + resolution: {integrity: sha512-gsF+c/0XOguWgaOgvFs+xnnRqt9GwgTvIks36WpE6ueeI4KCEHHd8K/CKHqhOqrJKsYH8m27kRzQEvWXAwXUTw==} dependencies: - '@types/estree': 0.0.39 + '@types/estree': 1.0.1 '@types/json-schema': 7.0.11 dev: true @@ -6603,7 +6604,7 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.1 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.0.4) typescript: 5.0.4 transitivePeerDependencies: @@ -6624,7 +6625,7 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.1 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: @@ -6698,7 +6699,7 @@ packages: wonka: 4.0.15 dev: false - /@vitejs/plugin-react@4.0.0(vite@4.2.0): + /@vitejs/plugin-react@4.0.0(vite@4.4.0): resolution: {integrity: sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -6708,19 +6709,19 @@ packages: '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.21.8) '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.21.8) react-refresh: 0.14.0 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.4.0(@types/node@18.13.0) transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue@4.2.3(vite@4.2.0)(vue@3.2.47): + /@vitejs/plugin-vue@4.2.3(vite@4.4.0)(vue@3.2.47): resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.2.0(@types/node@18.13.0) + vite: 4.4.0(@types/node@18.13.0) vue: 3.2.47 dev: true @@ -6741,6 +6742,7 @@ packages: - happy-dom - jsdom - less + - lightningcss - sass - stylus - sugarss @@ -6996,7 +6998,7 @@ packages: resolution: {integrity: sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==} engines: {node: '>=14.16'} dependencies: - type-fest: 3.11.0 + type-fest: 3.13.0 dev: true /ansi-fragments@0.2.1: @@ -7356,18 +7358,6 @@ packages: object.assign: 4.1.4 dev: false - /babel-plugin-jsx-dom-expressions@0.35.23(@babel/core@7.21.8): - resolution: {integrity: sha512-KaBiZPm2riB5jyRUy5BVaz8TkKcyAx2frePOG2lj5vbYsBpZHIknQkUU/csWr+EeV75h/mRHIOzLo2mX4Dxq3g==} - peerDependencies: - '@babel/core': ^7.20.12 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) - '@babel/types': 7.22.5 - html-entities: 2.3.3 - validate-html-nesting: 1.2.2 - /babel-plugin-jsx-dom-expressions@0.36.10(@babel/core@7.21.8): resolution: {integrity: sha512-QA2k/14WGw+RgcGGnEuLWwnu4em6CGhjeXtjvgOYyFHYS2a+CzPeaVQHDOlfuiBcjq/3hWMspHMIMnPEOIzdBg==} peerDependencies: @@ -7466,7 +7456,7 @@ packages: '@babel/plugin-proposal-object-rest-spread': 7.18.6(@babel/core@7.21.8) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.21.8) '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8) @@ -7493,14 +7483,6 @@ packages: - supports-color dev: false - /babel-preset-solid@1.6.10(@babel/core@7.21.8): - resolution: {integrity: sha512-qBLjzeWmgY5jX11sJg/lriXABYdClfJrJJrIHaT6G5EuGhxhm6jn7XjqXjLBZHBgy5n/Z+iqJ5YfQj8KG2jKTA==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.21.8 - babel-plugin-jsx-dom-expressions: 0.35.23(@babel/core@7.21.8) - /babel-preset-solid@1.7.7(@babel/core@7.21.8): resolution: {integrity: sha512-tdxVzx3kgcIjNXAOmGRbzIhFBPeJjSakiN9yM+IYdL/+LtXNnbGqb0Va5tJb8Sjbk+QVEriovCyuzB5T7jeTvg==} peerDependencies: @@ -8588,11 +8570,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /deepmerge@4.2.2: - resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} - engines: {node: '>=0.10.0'} - dev: true - /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} @@ -9250,7 +9227,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - babel-preset-solid: 1.6.10(@babel/core@7.21.8) + babel-preset-solid: 1.7.7(@babel/core@7.21.8) esbuild: 0.14.54 solid-js: 1.6.13 transitivePeerDependencies: @@ -11432,7 +11409,7 @@ packages: /is-reference@1.2.1: resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} dependencies: - '@types/estree': 0.0.39 + '@types/estree': 1.0.1 /is-reference@3.0.1: resolution: {integrity: sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==} @@ -12406,7 +12383,7 @@ packages: resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} engines: {node: '>=12'} dependencies: - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 dev: true /magic-string@0.30.0: @@ -12999,7 +12976,7 @@ packages: resolution: {integrity: sha512-OCG2rtcp5cLEGYvAbfkl6mEc0J2FPRP4/UCEly+juBk7hawS9bCBMBfhJm/HIsvY1frk6nT2Vsl1O8YBbwyx2g==} dependencies: '@babel/traverse': 7.19.1 - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 invariant: 2.2.4 metro-symbolicate: 0.64.0 nullthrows: 1.1.1 @@ -13782,7 +13759,7 @@ packages: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.12.1 - semver: 7.5.1 + semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -14711,8 +14688,8 @@ packages: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: true - /publint@0.1.15: - resolution: {integrity: sha512-LyoUm/J1oSOik9EYftHSyUEwJATToqFyO1wad8i2m2KvaNcBmV5rbD3ZvPqQAHzVs47MLa2Rsd8nw9NmV/Ep0w==} + /publint@0.1.16: + resolution: {integrity: sha512-wJgk7HnXDT5Ap0DjFYbGz78kPkN44iQvDiaq8P63IEEyNU9mYXvaMd2cAyIM6OgqXM/IA3CK6XWIsRq+wjNpgw==} engines: {node: '>=16'} hasBin: true dependencies: @@ -15279,7 +15256,7 @@ packages: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.1 + resolve: 1.22.2 dev: false /redent@3.0.0: @@ -15573,26 +15550,26 @@ packages: glob: 10.3.0 dev: true - /rollup-plugin-node-externals@6.1.0(rollup@3.23.0): - resolution: {integrity: sha512-lFgwuW2zkHpoACW8afsjFUBxcBfAX8HMRkz9jyezsXLba5Ii46SxiJG3wGztFzL1QpQQaMoUnXdwz4YJScue7Q==} + /rollup-plugin-node-externals@6.1.1(rollup@3.26.0): + resolution: {integrity: sha512-127OFMkpH5rBVlRHRBDUMk1m1sGuzbGy7so5aj/IkpUb2r3+wOWjR/erUzd2ChEQWPsxsyQG6xpYYvPBAdcBRA==} engines: {node: '>=16.0.0'} peerDependencies: rollup: ^3.0.0 dependencies: - rollup: 3.23.0 + rollup: 3.26.0 dev: true - /rollup-plugin-preserve-directives@0.2.0(rollup@3.23.0): + /rollup-plugin-preserve-directives@0.2.0(rollup@3.26.0): resolution: {integrity: sha512-KUwbBaFvD1zFIDNnOkR+u64sSod3m0l6q46/SzTOa4GTQ6hp6w0FRr2u7x99YkY9qhlna5panmTmuLWeJ/2KWw==} peerDependencies: rollup: 2.x || 3.x dependencies: magic-string: 0.30.0 - rollup: 3.23.0 + rollup: 3.26.0 dev: true - /rollup-plugin-visualizer@5.9.0(rollup@3.23.0): - resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==} + /rollup-plugin-visualizer@5.9.2(rollup@3.26.0): + resolution: {integrity: sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A==} engines: {node: '>=14'} hasBin: true peerDependencies: @@ -15603,7 +15580,7 @@ packages: dependencies: open: 8.4.0 picomatch: 2.3.1 - rollup: 3.23.0 + rollup: 3.26.0 source-map: 0.7.4 yargs: 17.7.1 @@ -15613,27 +15590,27 @@ packages: '@babel/core': 7.21.8 '@babel/preset-env': 7.21.5(@babel/core@7.21.8) '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - '@rollup/plugin-babel': 6.0.3(@babel/core@7.21.8)(rollup@3.23.0) - '@rollup/plugin-node-resolve': 15.0.2(rollup@3.23.0) - '@rollup/plugin-terser': 0.1.0(rollup@3.23.0) - babel-preset-solid: 1.6.10(@babel/core@7.21.8) + '@rollup/plugin-babel': 6.0.3(@babel/core@7.21.8)(rollup@3.26.0) + '@rollup/plugin-node-resolve': 15.1.0(rollup@3.26.0) + '@rollup/plugin-terser': 0.1.0(rollup@3.26.0) + babel-preset-solid: 1.7.7(@babel/core@7.21.8) colorette: 2.0.20 esbuild: 0.15.18 merge-anything: 5.1.7 - rollup: 3.23.0 + rollup: 3.26.0 typescript: 4.9.5 transitivePeerDependencies: - '@types/babel__core' - supports-color dev: true - /rollup-route-manifest@1.0.0(rollup@3.23.0): + /rollup-route-manifest@1.0.0(rollup@3.26.0): resolution: {integrity: sha512-3CmcMmCLAzJDUXiO3z6386/Pt8/k9xTZv8gIHyXI8hYGoAInnYdOsFXiGGzQRMy6TXR1jUZme2qbdwjH2nFMjg==} engines: {node: '>=8'} peerDependencies: rollup: '>=2.0.0' dependencies: - rollup: 3.23.0 + rollup: 3.26.0 route-sort: 1.0.0 /rollup@2.79.1: @@ -15643,8 +15620,8 @@ packages: optionalDependencies: fsevents: 2.3.2 - /rollup@3.23.0: - resolution: {integrity: sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ==} + /rollup@3.26.0: + resolution: {integrity: sha512-YzJH0eunH2hr3knvF3i6IkLO/jTjAEwU4HoMUbQl4//Tnl3ou0e7P5SjxdDr8HQJdeUJShlbEHXrrnEHy1l7Yg==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -16161,9 +16138,9 @@ packages: get-port: 6.1.2 parse-multipart-data: 1.5.0 picocolors: 1.0.0 - rollup: 3.23.0 - rollup-plugin-visualizer: 5.9.0(rollup@3.23.0) - rollup-route-manifest: 1.0.0(rollup@3.23.0) + rollup: 3.26.0 + rollup-plugin-visualizer: 5.9.2(rollup@3.26.0) + rollup-route-manifest: 1.0.0(rollup@3.26.0) sade: 1.8.1 set-cookie-parser: 2.5.1 sirv: 2.0.2 @@ -16172,7 +16149,7 @@ packages: terser: 5.18.1 undici: 5.22.1 vite: 4.2.0(@types/node@18.13.0) - vite-plugin-inspect: 0.7.29(rollup@3.23.0)(vite@4.2.0) + vite-plugin-inspect: 0.7.29(rollup@3.26.0)(vite@4.2.0) vite-plugin-solid: 2.7.0(solid-js@1.6.13)(vite@4.2.0) wait-on: 6.0.1(debug@4.3.4) transitivePeerDependencies: @@ -16621,15 +16598,8 @@ packages: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} dev: false - /superjson@1.12.1: - resolution: {integrity: sha512-HMTj43zvwW5bD+JCZCvFf4DkZQCmiLTen4C+W1Xogj0SPOpnhxsriogM04QmBVGH5b3kcIIOr6FqQ/aoIDx7TQ==} - engines: {node: '>=10'} - dependencies: - copy-anything: 3.0.2 - dev: false - - /superjson@1.12.3: - resolution: {integrity: sha512-0j+U70KUtP8+roVPbwfqkyQI7lBt7ETnuA7KXbTDX3mCKiD/4fXs2ldKSMdt0MCfpTwiMxo20yFU3vu6ewETpQ==} + /superjson@1.12.4: + resolution: {integrity: sha512-vkpPQAxdCg9SLfPv5GPC5fnGrui/WryktoN9O5+Zif/14QIMjw+RITf/5LbBh+9QpBFb3KNvJth+puz2H8o6GQ==} engines: {node: '>=10'} dependencies: copy-anything: 3.0.2 @@ -16653,21 +16623,12 @@ packages: dependencies: has-flag: 4.0.0 - /supports-hyperlinks@2.2.0: - resolution: {integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==} - engines: {node: '>=8'} - dependencies: - has-flag: 4.0.0 - supports-color: 7.2.0 - dev: false - /supports-hyperlinks@2.3.0: resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 supports-color: 7.2.0 - dev: true /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} @@ -16935,7 +16896,7 @@ packages: engines: {node: '>=8'} dependencies: ansi-escapes: 4.3.2 - supports-hyperlinks: 2.2.0 + supports-hyperlinks: 2.3.0 dev: false /terser@5.18.1: @@ -17189,7 +17150,7 @@ packages: joycon: 3.1.1 postcss-load-config: 4.0.1(postcss@8.4.23) resolve-from: 5.0.0 - rollup: 3.23.0 + rollup: 3.26.0 source-map: 0.8.0-beta.0 sucrase: 3.32.0 tree-kill: 1.2.2 @@ -17277,8 +17238,8 @@ packages: resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} engines: {node: '>=10'} - /type-fest@3.11.0: - resolution: {integrity: sha512-JaPw5U9ixP0XcpUbQoVSbxSDcK/K4nww20C3kjm9yE6cDRRhptU28AH60VWf9ltXmCrIfIbtt9J+2OUk2Uqiaw==} + /type-fest@3.13.0: + resolution: {integrity: sha512-Gur3yQGM9qiLNs0KPP7LPgeRbio2QTt4xXouobMCarR0/wyW3F+F/+OWwshg3NG0Adon7uQfSZBpB46NfhoF1A==} engines: {node: '>=14.16'} dev: true @@ -17603,10 +17564,11 @@ packages: picocolors: 1.0.0 source-map: 0.6.1 source-map-support: 0.5.21 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.4.0(@types/node@18.13.0) transitivePeerDependencies: - '@types/node' - less + - lightningcss - sass - stylus - sugarss @@ -17614,14 +17576,14 @@ packages: - terser dev: true - /vite-plugin-inspect@0.7.29(rollup@3.23.0)(vite@4.2.0): + /vite-plugin-inspect@0.7.29(rollup@3.26.0)(vite@4.2.0): resolution: {integrity: sha512-vPbwChmLaHXu2ZXAtRlqXS7BTJoTNIhEjwLv55XGoPOtDOCMkh4X+ziy3/Y6ZhFRDvg0AggHLumn8YqEaIlMJg==} engines: {node: '>=14'} peerDependencies: vite: ^3.1.0 || ^4.0.0 dependencies: '@antfu/utils': 0.7.4 - '@rollup/pluginutils': 5.0.2(rollup@3.23.0) + '@rollup/pluginutils': 5.0.2(rollup@3.26.0) debug: 4.3.4 fs-extra: 11.1.1 open: 9.1.0 @@ -17632,7 +17594,7 @@ packages: - rollup - supports-color - /vite-plugin-solid@2.5.0(solid-js@1.6.13)(vite@4.2.0): + /vite-plugin-solid@2.5.0(solid-js@1.6.13)(vite@4.4.0): resolution: {integrity: sha512-VneGd3RyFJvwaiffsqgymeMaofn0IzQLPwDzafTV2f1agoWeeJlk5VrI5WqT9BTtLe69vNNbCJWqLhHr9fOdDw==} peerDependencies: solid-js: ^1.3.17 || ^1.4.0 || ^1.5.0 || ^1.6.0 @@ -17640,12 +17602,12 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - babel-preset-solid: 1.6.10(@babel/core@7.21.8) + babel-preset-solid: 1.7.7(@babel/core@7.21.8) merge-anything: 5.1.7 solid-js: 1.6.13 solid-refresh: 0.4.1(solid-js@1.6.13) - vite: 4.2.0(@types/node@18.13.0) - vitefu: 0.2.4(vite@4.2.0) + vite: 4.4.0(@types/node@18.13.0) + vitefu: 0.2.4(vite@4.4.0) transitivePeerDependencies: - supports-color dev: true @@ -17697,10 +17659,46 @@ packages: esbuild: 0.17.19 postcss: 8.4.23 resolve: 1.22.1 - rollup: 3.23.0 + rollup: 3.26.0 optionalDependencies: fsevents: 2.3.2 + /vite@4.4.0(@types/node@18.13.0): + resolution: {integrity: sha512-Wf+DCEjuM8aGavEYiF77hnbxEZ+0+/jC9nABR46sh5Xi+GYeSvkeEFRiVuI3x+tPjxgZeS91h1jTAQTPFgePpA==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 18.13.0 + esbuild: 0.18.10 + postcss: 8.4.26 + rollup: 3.26.0 + optionalDependencies: + fsevents: 2.3.2 + dev: true + /vitefu@0.2.4(vite@4.2.0): resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==} peerDependencies: @@ -17711,6 +17709,17 @@ packages: dependencies: vite: 4.2.0(@types/node@18.13.0) + /vitefu@0.2.4(vite@4.4.0): + resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==} + peerDependencies: + vite: ^3.0.0 || ^4.0.0 + peerDependenciesMeta: + vite: + optional: true + dependencies: + vite: 4.4.0(@types/node@18.13.0) + dev: true + /vitest@0.27.1(jsdom@22.0.0): resolution: {integrity: sha512-1sIpQ1DVFTEn7c1ici1XHcVfdU4nKiBmPtPAtGKJJJLuJjojTv/OHGgcf69P57alM4ty8V4NMv+7Yoi5Cxqx9g==} engines: {node: '>=v14.16.0'} @@ -17754,6 +17763,7 @@ packages: why-is-node-running: 2.2.2 transitivePeerDependencies: - less + - lightningcss - sass - stylus - sugarss From 2bbfbdb8857a0176018cff5f11049775284212f4 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 15 Jul 2023 20:56:10 +1000 Subject: [PATCH 2/7] Update esbuild --- pnpm-lock.yaml | 160 +++++++++++++++++++++++-------------------------- 1 file changed, 76 insertions(+), 84 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 420bcf5b80..10cef9d2ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2074,7 +2074,7 @@ packages: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.0 + '@babel/types': 7.22.5 /@babel/helper-module-imports@7.22.5: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} @@ -2210,18 +2210,10 @@ packages: dependencies: '@babel/types': 7.22.5 - /@babel/helper-string-parser@7.18.10: - resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} - engines: {node: '>=6.9.0'} - /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier@7.18.6: - resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} - engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier@7.22.5: resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} @@ -3582,8 +3574,8 @@ packages: resolution: {integrity: sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.18.10 - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 /@babel/types@7.22.5: @@ -3810,8 +3802,8 @@ packages: requiresBuild: true optional: true - /@esbuild/android-arm64@0.18.10: - resolution: {integrity: sha512-ynm4naLbNbK0ajf9LUWtQB+6Vfg1Z/AplArqr4tGebC00Z6m9Y91OVIcjDa461wGcZwcaHYaZAab4yJxfhisTQ==} + /@esbuild/android-arm64@0.18.13: + resolution: {integrity: sha512-j7NhycJUoUAG5kAzGf4fPWfd17N6SM3o1X6MlXVqfHvs2buFraCJzos9vbeWjLxOyBKHyPOnuCuipbhvbYtTAg==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -3836,8 +3828,8 @@ packages: requiresBuild: true optional: true - /@esbuild/android-arm@0.18.10: - resolution: {integrity: sha512-3KClmVNd+Fku82uZJz5C4Rx8m1PPmWUFz5Zkw8jkpZPOmsq+EG1TTOtw1OXkHuX3WczOFQigrtf60B1ijKwNsg==} + /@esbuild/android-arm@0.18.13: + resolution: {integrity: sha512-KwqFhxRFMKZINHzCqf8eKxE0XqWlAVPRxwy6rc7CbVFxzUWB2sA/s3hbMZeemPdhN3fKBkqOaFhTbS8xJXYIWQ==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -3853,8 +3845,8 @@ packages: requiresBuild: true optional: true - /@esbuild/android-x64@0.18.10: - resolution: {integrity: sha512-vFfXj8P9Yfjh54yqUDEHKzqzYuEfPyAOl3z7R9hjkwt+NCvbn9VMxX+IILnAfdImRBfYVItgSUsqGKhJFnBwZw==} + /@esbuild/android-x64@0.18.13: + resolution: {integrity: sha512-M2eZkRxR6WnWfVELHmv6MUoHbOqnzoTVSIxgtsyhm/NsgmL+uTmag/VVzdXvmahak1I6sOb1K/2movco5ikDJg==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -3870,8 +3862,8 @@ packages: requiresBuild: true optional: true - /@esbuild/darwin-arm64@0.18.10: - resolution: {integrity: sha512-k2OJQ7ZxE6sVc91+MQeZH9gFeDAH2uIYALPAwTjTCvcPy9Dzrf7V7gFUQPYkn09zloWhQ+nvxWHia2x2ZLR0sQ==} + /@esbuild/darwin-arm64@0.18.13: + resolution: {integrity: sha512-f5goG30YgR1GU+fxtaBRdSW3SBG9pZW834Mmhxa6terzcboz7P2R0k4lDxlkP7NYRIIdBbWp+VgwQbmMH4yV7w==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -3887,8 +3879,8 @@ packages: requiresBuild: true optional: true - /@esbuild/darwin-x64@0.18.10: - resolution: {integrity: sha512-tnz/mdZk1L1Z3WpGjin/L2bKTe8/AKZpI8fcCLtH+gq8WXWsCNJSxlesAObV4qbtTl6pG5vmqFXfWUQ5hV8PAQ==} + /@esbuild/darwin-x64@0.18.13: + resolution: {integrity: sha512-RIrxoKH5Eo+yE5BtaAIMZaiKutPhZjw+j0OCh8WdvKEKJQteacq0myZvBDLU+hOzQOZWJeDnuQ2xgSScKf1Ovw==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -3904,8 +3896,8 @@ packages: requiresBuild: true optional: true - /@esbuild/freebsd-arm64@0.18.10: - resolution: {integrity: sha512-QJluV0LwBrbHnYYwSKC+K8RGz0g/EyhpQH1IxdoFT0nM7PfgjE+aS8wxq/KFEsU0JkL7U/EEKd3O8xVBxXb2aA==} + /@esbuild/freebsd-arm64@0.18.13: + resolution: {integrity: sha512-AfRPhHWmj9jGyLgW/2FkYERKmYR+IjYxf2rtSLmhOrPGFh0KCETFzSjx/JX/HJnvIqHt/DRQD/KAaVsUKoI3Xg==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -3921,8 +3913,8 @@ packages: requiresBuild: true optional: true - /@esbuild/freebsd-x64@0.18.10: - resolution: {integrity: sha512-Hi/ycUkS6KTw+U9G5PK5NoK7CZboicaKUSVs0FSiPNtuCTzK6HNM4DIgniH7hFaeuszDS9T4dhAHWiLSt/Y5Ng==} + /@esbuild/freebsd-x64@0.18.13: + resolution: {integrity: sha512-pGzWWZJBInhIgdEwzn8VHUBang8UvFKsvjDkeJ2oyY5gZtAM6BaxK0QLCuZY+qoj/nx/lIaItH425rm/hloETA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -3938,8 +3930,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-arm64@0.18.10: - resolution: {integrity: sha512-Nz6XcfRBOO7jSrVpKAyEyFOPGhySPNlgumSDhWAspdQQ11ub/7/NZDMhWDFReE9QH/SsCOCLQbdj0atAk/HMOQ==} + /@esbuild/linux-arm64@0.18.13: + resolution: {integrity: sha512-hCzZbVJEHV7QM77fHPv2qgBcWxgglGFGCxk6KfQx6PsVIdi1u09X7IvgE9QKqm38OpkzaAkPnnPqwRsltvLkIQ==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -3955,8 +3947,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-arm@0.18.10: - resolution: {integrity: sha512-HfFoxY172tVHPIvJy+FHxzB4l8xU7e5cxmNS11cQ2jt4JWAukn/7LXaPdZid41UyTweqa4P/1zs201gRGCTwHw==} + /@esbuild/linux-arm@0.18.13: + resolution: {integrity: sha512-4iMxLRMCxGyk7lEvkkvrxw4aJeC93YIIrfbBlUJ062kilUUnAiMb81eEkVvCVoh3ON283ans7+OQkuy1uHW+Hw==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -3972,8 +3964,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-ia32@0.18.10: - resolution: {integrity: sha512-otMdmSmkMe+pmiP/bZBjfphyAsTsngyT9RCYwoFzqrveAbux9nYitDTpdgToG0Z0U55+PnH654gCH2GQ1aB6Yw==} + /@esbuild/linux-ia32@0.18.13: + resolution: {integrity: sha512-I3OKGbynl3AAIO6onXNrup/ttToE6Rv2XYfFgLK/wnr2J+1g+7k4asLrE+n7VMhaqX+BUnyWkCu27rl+62Adug==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -4006,8 +3998,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-loong64@0.18.10: - resolution: {integrity: sha512-t8tjFuON1koxskzQ4VFoh0T5UDUMiLYjwf9Wktd0tx8AoK6xgU+5ubKOpWpcnhEQ2tESS5u0v6QuN8PX/ftwcQ==} + /@esbuild/linux-loong64@0.18.13: + resolution: {integrity: sha512-8pcKDApAsKc6WW51ZEVidSGwGbebYw2qKnO1VyD8xd6JN0RN6EUXfhXmDk9Vc4/U3Y4AoFTexQewQDJGsBXBpg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -4023,8 +4015,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-mips64el@0.18.10: - resolution: {integrity: sha512-+dUkcVzcfEJHz3HEnVpIJu8z8Wdn2n/nWMWdl6FVPFGJAVySO4g3+XPzNKFytVFwf8hPVDwYXzVcu8GMFqsqZw==} + /@esbuild/linux-mips64el@0.18.13: + resolution: {integrity: sha512-6GU+J1PLiVqWx8yoCK4Z0GnfKyCGIH5L2KQipxOtbNPBs+qNDcMJr9euxnyJ6FkRPyMwaSkjejzPSISD9hb+gg==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -4040,8 +4032,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-ppc64@0.18.10: - resolution: {integrity: sha512-sO3PjjxEGy+PY2qkGe2gwJbXdZN9wAYpVBZWFD0AwAoKuXRkWK0/zaMQ5ekUFJDRDCRm8x5U0Axaub7ynH/wVg==} + /@esbuild/linux-ppc64@0.18.13: + resolution: {integrity: sha512-pfn/OGZ8tyR8YCV7MlLl5hAit2cmS+j/ZZg9DdH0uxdCoJpV7+5DbuXrR+es4ayRVKIcfS9TTMCs60vqQDmh+w==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -4057,8 +4049,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-riscv64@0.18.10: - resolution: {integrity: sha512-JDtdbJg3yjDeXLv4lZYE1kiTnxv73/8cbPHY9T/dUKi8rYOM/k5b3W4UJLMUksuQ6nTm5c89W1nADsql6FW75A==} + /@esbuild/linux-riscv64@0.18.13: + resolution: {integrity: sha512-aIbhU3LPg0lOSCfVeGHbmGYIqOtW6+yzO+Nfv57YblEK01oj0mFMtvDJlOaeAZ6z0FZ9D13oahi5aIl9JFphGg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -4074,8 +4066,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-s390x@0.18.10: - resolution: {integrity: sha512-NLuSKcp8WckjD2a7z5kzLiCywFwBTMlIxDNuud1AUGVuwBBJSkuubp6cNjJ0p5c6CZaA3QqUGwjHJBiG1SoOFw==} + /@esbuild/linux-s390x@0.18.13: + resolution: {integrity: sha512-Pct1QwF2sp+5LVi4Iu5Y+6JsGaV2Z2vm4O9Dd7XZ5tKYxEHjFtb140fiMcl5HM1iuv6xXO8O1Vrb1iJxHlv8UA==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -4091,8 +4083,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-x64@0.18.10: - resolution: {integrity: sha512-wj2KRsCsFusli+6yFgNO/zmmLslislAWryJnodteRmGej7ZzinIbMdsyp13rVGde88zxJd5vercNYK9kuvlZaQ==} + /@esbuild/linux-x64@0.18.13: + resolution: {integrity: sha512-zTrIP0KzYP7O0+3ZnmzvUKgGtUvf4+piY8PIO3V8/GfmVd3ZyHJGz7Ht0np3P1wz+I8qJ4rjwJKqqEAbIEPngA==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -4108,8 +4100,8 @@ packages: requiresBuild: true optional: true - /@esbuild/netbsd-x64@0.18.10: - resolution: {integrity: sha512-pQ9QqxEPI3cVRZyUtCoZxhZK3If+7RzR8L2yz2+TDzdygofIPOJFaAPkEJ5rYIbUO101RaiYxfdOBahYexLk5A==} + /@esbuild/netbsd-x64@0.18.13: + resolution: {integrity: sha512-I6zs10TZeaHDYoGxENuksxE1sxqZpCp+agYeW039yqFwh3MgVvdmXL5NMveImOC6AtpLvE4xG5ujVic4NWFIDQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -4125,8 +4117,8 @@ packages: requiresBuild: true optional: true - /@esbuild/openbsd-x64@0.18.10: - resolution: {integrity: sha512-k8GTIIW9I8pEEfoOUm32TpPMgSg06JhL5DO+ql66aLTkOQUs0TxCA67Wi7pv6z8iF8STCGcNbm3UWFHLuci+ag==} + /@esbuild/openbsd-x64@0.18.13: + resolution: {integrity: sha512-W5C5nczhrt1y1xPG5bV+0M12p2vetOGlvs43LH8SopQ3z2AseIROu09VgRqydx5qFN7y9qCbpgHLx0kb0TcW7g==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -4142,8 +4134,8 @@ packages: requiresBuild: true optional: true - /@esbuild/sunos-x64@0.18.10: - resolution: {integrity: sha512-vIGYJIdEI6d4JBucAx8py792G8J0GP40qSH+EvSt80A4zvGd6jph+5t1g+eEXcS2aRpgZw6CrssNCFZxTdEsxw==} + /@esbuild/sunos-x64@0.18.13: + resolution: {integrity: sha512-X/xzuw4Hzpo/yq3YsfBbIsipNgmsm8mE/QeWbdGdTTeZ77fjxI2K0KP3AlhZ6gU3zKTw1bKoZTuKLnqcJ537qw==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -4159,8 +4151,8 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-arm64@0.18.10: - resolution: {integrity: sha512-kRhNcMZFGMW+ZHCarAM1ypr8OZs0k688ViUCetVCef9p3enFxzWeBg9h/575Y0nsFu0ZItluCVF5gMR2pwOEpA==} + /@esbuild/win32-arm64@0.18.13: + resolution: {integrity: sha512-4CGYdRQT/ILd+yLLE5i4VApMPfGE0RPc/wFQhlluDQCK09+b4JDbxzzjpgQqTPrdnP7r5KUtGVGZYclYiPuHrw==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -4176,8 +4168,8 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-ia32@0.18.10: - resolution: {integrity: sha512-AR9PX1whYaYh9p0EOaKna0h48F/A101Mt/ag72+kMkkBZXPQ7cjbz2syXI/HI3OlBdUytSdHneljfjvUoqwqiQ==} + /@esbuild/win32-ia32@0.18.13: + resolution: {integrity: sha512-D+wKZaRhQI+MUGMH+DbEr4owC2D7XnF+uyGiZk38QbgzLcofFqIOwFs7ELmIeU45CQgfHNy9Q+LKW3cE8g37Kg==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -4193,8 +4185,8 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-x64@0.18.10: - resolution: {integrity: sha512-5sTkYhAGHNRr6bVf4RM0PsscqVr6/DBYdrlMh168oph3usid3lKHcHEEHmr34iZ9GHeeg2juFOxtpl6XyC3tpw==} + /@esbuild/win32-x64@0.18.13: + resolution: {integrity: sha512-iVl6lehAfJS+VmpF3exKpNQ8b0eucf5VWfzR8S7xFve64NBNz2jPUgx1X93/kfnkfgP737O+i1k54SVQS7uVZA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -7694,13 +7686,13 @@ packages: dependencies: run-applescript: 5.0.0 - /bundle-require@4.0.1(esbuild@0.18.10): + /bundle-require@4.0.1(esbuild@0.18.13): resolution: {integrity: sha512-9NQkRHlNdNpDBGmLpngF3EFDcwodhMUuLz9PaWYciVcQF9SE4LFjM2DB/xV1Li5JiuDMv7ZUWuC3rGbqR0MAXQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} peerDependencies: esbuild: '>=0.17' dependencies: - esbuild: 0.18.10 + esbuild: 0.18.13 load-tsconfig: 0.2.3 dev: true @@ -9388,34 +9380,34 @@ packages: '@esbuild/win32-ia32': 0.17.19 '@esbuild/win32-x64': 0.17.19 - /esbuild@0.18.10: - resolution: {integrity: sha512-33WKo67auOXzZHBY/9DTJRo7kIvfU12S+D4sp2wIz39N88MDIaCGyCwbW01RR70pK6Iya0I74lHEpyLfFqOHPA==} + /esbuild@0.18.13: + resolution: {integrity: sha512-vhg/WR/Oiu4oUIkVhmfcc23G6/zWuEQKFS+yiosSHe4aN6+DQRXIfeloYGibIfVhkr4wyfuVsGNLr+sQU1rWWw==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.18.10 - '@esbuild/android-arm64': 0.18.10 - '@esbuild/android-x64': 0.18.10 - '@esbuild/darwin-arm64': 0.18.10 - '@esbuild/darwin-x64': 0.18.10 - '@esbuild/freebsd-arm64': 0.18.10 - '@esbuild/freebsd-x64': 0.18.10 - '@esbuild/linux-arm': 0.18.10 - '@esbuild/linux-arm64': 0.18.10 - '@esbuild/linux-ia32': 0.18.10 - '@esbuild/linux-loong64': 0.18.10 - '@esbuild/linux-mips64el': 0.18.10 - '@esbuild/linux-ppc64': 0.18.10 - '@esbuild/linux-riscv64': 0.18.10 - '@esbuild/linux-s390x': 0.18.10 - '@esbuild/linux-x64': 0.18.10 - '@esbuild/netbsd-x64': 0.18.10 - '@esbuild/openbsd-x64': 0.18.10 - '@esbuild/sunos-x64': 0.18.10 - '@esbuild/win32-arm64': 0.18.10 - '@esbuild/win32-ia32': 0.18.10 - '@esbuild/win32-x64': 0.18.10 + '@esbuild/android-arm': 0.18.13 + '@esbuild/android-arm64': 0.18.13 + '@esbuild/android-x64': 0.18.13 + '@esbuild/darwin-arm64': 0.18.13 + '@esbuild/darwin-x64': 0.18.13 + '@esbuild/freebsd-arm64': 0.18.13 + '@esbuild/freebsd-x64': 0.18.13 + '@esbuild/linux-arm': 0.18.13 + '@esbuild/linux-arm64': 0.18.13 + '@esbuild/linux-ia32': 0.18.13 + '@esbuild/linux-loong64': 0.18.13 + '@esbuild/linux-mips64el': 0.18.13 + '@esbuild/linux-ppc64': 0.18.13 + '@esbuild/linux-riscv64': 0.18.13 + '@esbuild/linux-s390x': 0.18.13 + '@esbuild/linux-x64': 0.18.13 + '@esbuild/netbsd-x64': 0.18.13 + '@esbuild/openbsd-x64': 0.18.13 + '@esbuild/sunos-x64': 0.18.13 + '@esbuild/win32-arm64': 0.18.13 + '@esbuild/win32-ia32': 0.18.13 + '@esbuild/win32-x64': 0.18.13 dev: true /escalade@3.1.1: @@ -17140,11 +17132,11 @@ packages: typescript: optional: true dependencies: - bundle-require: 4.0.1(esbuild@0.18.10) + bundle-require: 4.0.1(esbuild@0.18.13) cac: 6.7.14 chokidar: 3.5.3 debug: 4.3.4 - esbuild: 0.18.10 + esbuild: 0.18.13 execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 @@ -17692,7 +17684,7 @@ packages: optional: true dependencies: '@types/node': 18.13.0 - esbuild: 0.18.10 + esbuild: 0.18.13 postcss: 8.4.26 rollup: 3.26.0 optionalDependencies: From e6c99e84db2ab0f1dd9a40cbdfae65a7043964e9 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 15 Jul 2023 20:59:52 +1000 Subject: [PATCH 3/7] Downgrade vite --- examples/react/algolia/package.json | 2 +- .../react/basic-graphql-request/package.json | 2 +- examples/react/basic-typescript/package.json | 2 +- examples/react/basic/package.json | 2 +- .../react/default-query-function/package.json | 2 +- examples/react/offline/package.json | 2 +- examples/react/playground/package.json | 2 +- examples/react/react-router/package.json | 2 +- examples/react/rick-morty/package.json | 2 +- examples/react/simple/package.json | 2 +- examples/react/star-wars/package.json | 2 +- examples/react/suspense/package.json | 2 +- .../solid/basic-graphql-request/package.json | 2 +- examples/solid/basic-typescript/package.json | 2 +- .../solid/default-query-function/package.json | 2 +- examples/solid/simple/package.json | 2 +- examples/svelte/auto-refetching/package.json | 2 +- examples/svelte/basic/package.json | 2 +- .../load-more-infinite-scroll/package.json | 2 +- .../package.json | 2 +- examples/svelte/playground/package.json | 2 +- examples/svelte/simple/package.json | 2 +- examples/svelte/ssr/package.json | 2 +- examples/svelte/star-wars/package.json | 2 +- examples/vue/2.6-basic/package.json | 2 +- examples/vue/basic/package.json | 2 +- examples/vue/dependent-queries/package.json | 2 +- examples/vue/persister/package.json | 2 +- packages/svelte-query-devtools/package.json | 2 +- packages/svelte-query/package.json | 2 +- pnpm-lock.yaml | 337 ++++++++++-------- 31 files changed, 212 insertions(+), 185 deletions(-) diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index a1a0ace180..b567646f6a 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^18.2.4", "@vitejs/plugin-react": "^4.0.0", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index f40a2286c4..71f21ee82d 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/basic-typescript/package.json b/examples/react/basic-typescript/package.json index 9513a8d4b5..18189e0d5b 100644 --- a/examples/react/basic-typescript/package.json +++ b/examples/react/basic-typescript/package.json @@ -24,7 +24,7 @@ "eslint": "^8.34.0", "eslint-config-prettier": "^8.8.0", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 884b0291b7..fb2946a1ff 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tanstack/eslint-plugin-query": "^5.0.0-alpha.74", "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index 12cba81d5f..9bad95ee17 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index db1e9ed675..05a443b432 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 215251ae58..28187ec7c5 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 47b6e8ce36..b4f5fc2c0f 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 6902427280..9512fd3b09 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index d69d667fcc..0c92ae2efe 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 2b382e9671..8d922881cc 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "browserslist": { "production": [ diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 882edb564c..15dfff3e79 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "scripts": { "dev": "vite", diff --git a/examples/solid/basic-graphql-request/package.json b/examples/solid/basic-graphql-request/package.json index f46d929a16..b72335ca4c 100644 --- a/examples/solid/basic-graphql-request/package.json +++ b/examples/solid/basic-graphql-request/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "typescript": "^5.0.4", - "vite": "^4.4.0", + "vite": "^4.2.0", "vite-plugin-solid": "^2.5.0" } } diff --git a/examples/solid/basic-typescript/package.json b/examples/solid/basic-typescript/package.json index 62bae9dbf0..6aa14c19b9 100644 --- a/examples/solid/basic-typescript/package.json +++ b/examples/solid/basic-typescript/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "typescript": "^5.0.4", - "vite": "^4.4.0", + "vite": "^4.2.0", "vite-plugin-solid": "^2.5.0" } } diff --git a/examples/solid/default-query-function/package.json b/examples/solid/default-query-function/package.json index 7c3c56cb15..99c837bfff 100644 --- a/examples/solid/default-query-function/package.json +++ b/examples/solid/default-query-function/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "typescript": "^5.0.4", - "vite": "^4.4.0", + "vite": "^4.2.0", "vite-plugin-solid": "^2.5.0" } } diff --git a/examples/solid/simple/package.json b/examples/solid/simple/package.json index b6128729b9..c4e26618da 100644 --- a/examples/solid/simple/package.json +++ b/examples/solid/simple/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@tanstack/eslint-plugin-query": "^5.0.0-alpha.74", "typescript": "^5.0.4", - "vite": "^4.4.0", + "vite": "^4.2.0", "vite-plugin-solid": "^2.5.0" } } diff --git a/examples/svelte/auto-refetching/package.json b/examples/svelte/auto-refetching/package.json index c9352fa8c9..0ebd8fd930 100644 --- a/examples/svelte/auto-refetching/package.json +++ b/examples/svelte/auto-refetching/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index eaf43e1c88..7af76a5147 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/svelte/load-more-infinite-scroll/package.json b/examples/svelte/load-more-infinite-scroll/package.json index 524ecf27e0..cae7fba115 100644 --- a/examples/svelte/load-more-infinite-scroll/package.json +++ b/examples/svelte/load-more-infinite-scroll/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/svelte/optimistic-updates-typescript/package.json b/examples/svelte/optimistic-updates-typescript/package.json index 641d55080c..bf26ab502d 100644 --- a/examples/svelte/optimistic-updates-typescript/package.json +++ b/examples/svelte/optimistic-updates-typescript/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/svelte/playground/package.json b/examples/svelte/playground/package.json index f8b1ee150f..d232b83869 100644 --- a/examples/svelte/playground/package.json +++ b/examples/svelte/playground/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/svelte/simple/package.json b/examples/svelte/simple/package.json index cf25f239c3..db72bd10dc 100644 --- a/examples/svelte/simple/package.json +++ b/examples/svelte/simple/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/svelte/ssr/package.json b/examples/svelte/ssr/package.json index 71d15c2366..4c8aca2ffe 100644 --- a/examples/svelte/ssr/package.json +++ b/examples/svelte/ssr/package.json @@ -19,6 +19,6 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/svelte/star-wars/package.json b/examples/svelte/star-wars/package.json index 335b8f241b..d9033e5660 100644 --- a/examples/svelte/star-wars/package.json +++ b/examples/svelte/star-wars/package.json @@ -22,6 +22,6 @@ "tailwindcss": "^3.3.2", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/vue/2.6-basic/package.json b/examples/vue/2.6-basic/package.json index 947535fae3..d8cec05f77 100644 --- a/examples/vue/2.6-basic/package.json +++ b/examples/vue/2.6-basic/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "typescript": "^5.0.4", - "vite": "^4.4.0", + "vite": "^4.2.0", "vite-plugin-vue2": "2.0.2" } } diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 305199b515..e13f2ee2f7 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -14,6 +14,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/vue/dependent-queries/package.json b/examples/vue/dependent-queries/package.json index 79dd0012dc..5bb601d8ec 100644 --- a/examples/vue/dependent-queries/package.json +++ b/examples/vue/dependent-queries/package.json @@ -14,6 +14,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/examples/vue/persister/package.json b/examples/vue/persister/package.json index 69df01da25..ce7c2cc065 100644 --- a/examples/vue/persister/package.json +++ b/examples/vue/persister/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" } } diff --git a/packages/svelte-query-devtools/package.json b/packages/svelte-query-devtools/package.json index 37fd4e7d56..790723bc14 100644 --- a/packages/svelte-query-devtools/package.json +++ b/packages/svelte-query-devtools/package.json @@ -47,7 +47,7 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "peerDependencies": { "@tanstack/svelte-query": "workspace:*", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 32ff7245d2..d810477d1e 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -50,7 +50,7 @@ "svelte-check": "^3.4.4", "tslib": "^2.5.2", "typescript": "^5.0.4", - "vite": "^4.4.0" + "vite": "^4.2.0" }, "peerDependencies": { "svelte": ">=3 <5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 10cef9d2ac..32bceac3ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -98,7 +98,7 @@ importers: version: 1.4.0 babel-preset-solid: specifier: ^1.6.16 - version: 1.7.7(@babel/core@7.21.8) + version: 1.6.16(@babel/core@7.21.8) chalk: specifier: ^5.2.0 version: 5.2.0 @@ -243,13 +243,13 @@ importers: version: 18.2.4 '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) typescript: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/auto-refetching: dependencies: @@ -298,10 +298,10 @@ importers: version: link:../../../packages/eslint-plugin-query '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/basic-graphql-request: dependencies: @@ -326,10 +326,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/basic-typescript: dependencies: @@ -366,7 +366,7 @@ importers: version: 18.2.4 '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) eslint: specifier: ^8.34.0 version: 8.34.0 @@ -377,8 +377,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/default-query-function: dependencies: @@ -400,10 +400,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/infinite-query-with-max-pages: dependencies: @@ -558,10 +558,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/optimistic-updates-typescript: dependencies: @@ -641,10 +641,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/prefetching: dependencies: @@ -787,10 +787,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/rick-morty: dependencies: @@ -827,10 +827,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/simple: dependencies: @@ -852,10 +852,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/star-wars: dependencies: @@ -892,10 +892,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/react/suspense: dependencies: @@ -920,10 +920,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.4.0) + version: 4.0.0(vite@4.2.0) vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/solid/basic-graphql-request: dependencies: @@ -944,11 +944,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) examples/solid/basic-typescript: dependencies: @@ -963,11 +963,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) examples/solid/default-query-function: dependencies: @@ -982,11 +982,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) examples/solid/simple: dependencies: @@ -1004,11 +1004,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) examples/solid/solid-start-streaming: dependencies: @@ -1064,7 +1064,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.4.0) + version: 1.19.0(svelte@4.0.0)(vite@4.2.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1078,8 +1078,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/svelte/basic: dependencies: @@ -1095,7 +1095,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.4.0) + version: 1.19.0(svelte@4.0.0)(vite@4.2.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1109,8 +1109,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/svelte/load-more-infinite-scroll: dependencies: @@ -1126,7 +1126,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.4.0) + version: 1.19.0(svelte@4.0.0)(vite@4.2.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1140,8 +1140,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/svelte/optimistic-updates-typescript: dependencies: @@ -1157,7 +1157,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.4.0) + version: 1.19.0(svelte@4.0.0)(vite@4.2.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1171,8 +1171,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/svelte/playground: dependencies: @@ -1188,7 +1188,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.4.0) + version: 1.19.0(svelte@4.0.0)(vite@4.2.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1202,8 +1202,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/svelte/simple: dependencies: @@ -1216,7 +1216,7 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^2.4.2 - version: 2.4.2(svelte@4.0.0)(vite@4.4.0) + version: 2.4.2(svelte@4.0.0)(vite@4.2.0) '@tsconfig/svelte': specifier: ^4.0.1 version: 4.0.1 @@ -1233,8 +1233,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/svelte/ssr: dependencies: @@ -1250,7 +1250,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.4.0) + version: 1.19.0(svelte@4.0.0)(vite@4.2.0) svelte: specifier: ^4.0.0 version: 4.0.0 @@ -1264,8 +1264,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/svelte/star-wars: dependencies: @@ -1281,7 +1281,7 @@ importers: version: 2.1.0(@sveltejs/kit@1.19.0) '@sveltejs/kit': specifier: ^1.19.0 - version: 1.19.0(svelte@4.0.0)(vite@4.4.0) + version: 1.19.0(svelte@4.0.0)(vite@4.2.0) autoprefixer: specifier: ^10.4.14 version: 10.4.14(postcss@8.4.23) @@ -1304,8 +1304,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/vue/basic: dependencies: @@ -1318,13 +1318,13 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.2.3(vite@4.4.0)(vue@3.2.47) + version: 4.2.3(vite@4.2.0)(vue@3.2.47) typescript: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/vue/dependent-queries: dependencies: @@ -1337,13 +1337,13 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.2.3(vite@4.4.0)(vue@3.2.47) + version: 4.2.3(vite@4.2.0)(vue@3.2.47) typescript: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) examples/vue/persister: dependencies: @@ -1362,13 +1362,13 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.2.3(vite@4.4.0)(vue@3.2.47) + version: 4.2.3(vite@4.2.0)(vue@3.2.47) typescript: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) packages/codemods: devDependencies: @@ -1578,7 +1578,7 @@ importers: version: 2.1.0(svelte@4.0.0)(typescript@5.0.4) '@sveltejs/vite-plugin-svelte': specifier: ^2.4.2 - version: 2.4.2(svelte@4.0.0)(vite@4.4.0) + version: 2.4.2(svelte@4.0.0)(vite@4.2.0) '@testing-library/svelte': specifier: ^4.0.3 version: 4.0.3(svelte@4.0.0) @@ -1598,8 +1598,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) packages/svelte-query-devtools: dependencies: @@ -1615,7 +1615,7 @@ importers: version: 2.1.0(svelte@4.0.0)(typescript@5.0.4) '@sveltejs/vite-plugin-svelte': specifier: ^2.4.2 - version: 2.4.2(svelte@4.0.0)(vite@4.4.0) + version: 2.4.2(svelte@4.0.0)(vite@4.2.0) '@tanstack/svelte-query': specifier: workspace:* version: link:../svelte-query @@ -1635,8 +1635,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.4.0 - version: 4.4.0(@types/node@18.13.0) + specifier: ^4.2.0 + version: 4.2.0(@types/node@18.13.0) packages/vue-query: dependencies: @@ -2116,6 +2116,7 @@ packages: /@babel/helper-plugin-utils@7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} @@ -2362,7 +2363,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.21.8) dev: false @@ -2425,7 +2426,7 @@ packages: '@babel/compat-data': 7.19.1 '@babel/core': 7.21.8 '@babel/helper-compilation-targets': 7.19.1(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) '@babel/plugin-transform-parameters': 7.18.8(@babel/core@7.21.8) dev: false @@ -2562,7 +2563,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8): @@ -2580,7 +2581,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} @@ -2607,15 +2608,6 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} @@ -2698,7 +2690,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.21.8): @@ -2717,7 +2709,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.21.8): @@ -2758,7 +2750,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.21.8): @@ -2781,7 +2773,7 @@ packages: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 @@ -2815,7 +2807,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.21.8): @@ -2835,7 +2827,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.21.8): @@ -2893,7 +2885,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.21.8): @@ -2914,7 +2906,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-compilation-targets': 7.19.1(@babel/core@7.21.8) '@babel/helper-function-name': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.21.8): @@ -2935,7 +2927,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-literals@7.22.5(@babel/core@7.21.8): @@ -3048,7 +3040,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8): @@ -3081,7 +3073,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.21.8): @@ -3109,7 +3101,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} @@ -3128,7 +3120,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.21.8): @@ -3147,7 +3139,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.21.8): @@ -3167,10 +3159,10 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.8) - '@babel/types': 7.19.0 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) + '@babel/types': 7.22.5 /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} @@ -3190,7 +3182,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.0 dev: false @@ -3241,7 +3233,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.18.6 dev: false @@ -3271,7 +3263,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.21.8): @@ -3300,7 +3292,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.18.6(@babel/core@7.21.8) transitivePeerDependencies: - supports-color @@ -3570,14 +3562,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/types@7.19.0: - resolution: {integrity: sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 - to-fast-properties: 2.0.0 - /@babel/types@7.22.5: resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} @@ -6003,11 +5987,11 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.19.0(svelte@4.0.0)(vite@4.4.0) + '@sveltejs/kit': 1.19.0(svelte@4.0.0)(vite@4.2.0) import-meta-resolve: 3.0.0 dev: true - /@sveltejs/kit@1.19.0(svelte@4.0.0)(vite@4.4.0): + /@sveltejs/kit@1.19.0(svelte@4.0.0)(vite@4.2.0): resolution: {integrity: sha512-39fHvYvUQL3bCdV6Ed9MRIESO6ceM/MRNxAloQin+Qs9DfiM53vhUJBWtbwWAvRR/nM6isWnsbContjE/2/JxQ==} engines: {node: ^16.14 || >=18} hasBin: true @@ -6016,7 +6000,7 @@ packages: svelte: ^3.54.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.4.0) + '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.2.0) '@types/cookie': 0.5.1 cookie: 0.5.0 devalue: 4.3.2 @@ -6030,7 +6014,7 @@ packages: svelte: 4.0.0 tiny-glob: 0.2.9 undici: 5.22.1 - vite: 4.4.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.13.0) transitivePeerDependencies: - supports-color dev: true @@ -6051,7 +6035,7 @@ packages: - typescript dev: true - /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.0)(svelte@4.0.0)(vite@4.4.0): + /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.0)(svelte@4.0.0)(vite@4.2.0): resolution: {integrity: sha512-Khdl5jmmPN6SUsVuqSXatKpQTMIifoQPDanaxC84m9JxIibWvSABJyHpyys0Z+1yYrxY5TTEQm+6elh0XCMaOA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -6059,15 +6043,15 @@ packages: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.4.0) + '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.2.0) debug: 4.3.4 svelte: 4.0.0 - vite: 4.4.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.13.0) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.0)(vite@4.4.0): + /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.0)(vite@4.2.0): resolution: {integrity: sha512-Khdl5jmmPN6SUsVuqSXatKpQTMIifoQPDanaxC84m9JxIibWvSABJyHpyys0Z+1yYrxY5TTEQm+6elh0XCMaOA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -6075,50 +6059,50 @@ packages: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.4.2(svelte@4.0.0)(vite@4.4.0) + '@sveltejs/vite-plugin-svelte': 2.4.2(svelte@4.0.0)(vite@4.2.0) debug: 4.3.4 svelte: 4.0.0 - vite: 4.4.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.13.0) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte@2.4.0(svelte@4.0.0)(vite@4.4.0): + /@sveltejs/vite-plugin-svelte@2.4.0(svelte@4.0.0)(vite@4.2.0): resolution: {integrity: sha512-OdKTMNZTb4OPrXY0IAJiOG5krQcgEaDtqjLNFj5KInyzn3/HNVuXx9egAneMMhStqk1K5Nf7DIG40e9HeBxeOA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: svelte: ^3.54.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.0)(svelte@4.0.0)(vite@4.4.0) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.0)(svelte@4.0.0)(vite@4.2.0) debug: 4.3.4 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.0 svelte: 4.0.0 svelte-hmr: 0.15.1(svelte@4.0.0) - vite: 4.4.0(@types/node@18.13.0) - vitefu: 0.2.4(vite@4.4.0) + vite: 4.2.0(@types/node@18.13.0) + vitefu: 0.2.4(vite@4.2.0) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte@2.4.2(svelte@4.0.0)(vite@4.4.0): + /@sveltejs/vite-plugin-svelte@2.4.2(svelte@4.0.0)(vite@4.2.0): resolution: {integrity: sha512-ePfcC48ftMKhkT0OFGdOyycYKnnkT6i/buzey+vHRTR/JpQvuPzzhf1PtKqCDQfJRgoPSN2vscXs6gLigx/zGw==} engines: {node: ^14.18.0 || >= 16} peerDependencies: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.0)(vite@4.4.0) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.0)(vite@4.2.0) debug: 4.3.4 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.0 svelte: 4.0.0 svelte-hmr: 0.15.2(svelte@4.0.0) - vite: 4.4.0(@types/node@18.13.0) - vitefu: 0.2.4(vite@4.4.0) + vite: 4.2.0(@types/node@18.13.0) + vitefu: 0.2.4(vite@4.2.0) transitivePeerDependencies: - supports-color dev: true @@ -6691,7 +6675,7 @@ packages: wonka: 4.0.15 dev: false - /@vitejs/plugin-react@4.0.0(vite@4.4.0): + /@vitejs/plugin-react@4.0.0(vite@4.2.0): resolution: {integrity: sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -6701,19 +6685,19 @@ packages: '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.21.8) '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.21.8) react-refresh: 0.14.0 - vite: 4.4.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.13.0) transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue@4.2.3(vite@4.4.0)(vue@3.2.47): + /@vitejs/plugin-vue@4.2.3(vite@4.2.0)(vue@3.2.47): resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.4.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.13.0) vue: 3.2.47 dev: true @@ -7350,6 +7334,19 @@ packages: object.assign: 4.1.4 dev: false + /babel-plugin-jsx-dom-expressions@0.35.23(@babel/core@7.21.8): + resolution: {integrity: sha512-KaBiZPm2riB5jyRUy5BVaz8TkKcyAx2frePOG2lj5vbYsBpZHIknQkUU/csWr+EeV75h/mRHIOzLo2mX4Dxq3g==} + peerDependencies: + '@babel/core': ^7.20.12 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-module-imports': 7.18.6 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) + '@babel/types': 7.22.5 + html-entities: 2.3.3 + validate-html-nesting: 1.2.2 + dev: true + /babel-plugin-jsx-dom-expressions@0.36.10(@babel/core@7.21.8): resolution: {integrity: sha512-QA2k/14WGw+RgcGGnEuLWwnu4em6CGhjeXtjvgOYyFHYS2a+CzPeaVQHDOlfuiBcjq/3hWMspHMIMnPEOIzdBg==} peerDependencies: @@ -7475,6 +7472,15 @@ packages: - supports-color dev: false + /babel-preset-solid@1.6.16(@babel/core@7.21.8): + resolution: {integrity: sha512-xVEmdgvS5mNAdk7uoKFVRfdjihuhPl9n4MGEaicFRafAraaPr49/y7yLBaOZfeJbL0AVwDlLximseZbtoME4cQ==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.8 + babel-plugin-jsx-dom-expressions: 0.35.23(@babel/core@7.21.8) + dev: true + /babel-preset-solid@1.7.7(@babel/core@7.21.8): resolution: {integrity: sha512-tdxVzx3kgcIjNXAOmGRbzIhFBPeJjSakiN9yM+IYdL/+LtXNnbGqb0Va5tJb8Sjbk+QVEriovCyuzB5T7jeTvg==} peerDependencies: @@ -11192,6 +11198,7 @@ packages: resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} dependencies: has: 1.0.3 + dev: true /is-data-descriptor@0.1.4: resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} @@ -14551,6 +14558,7 @@ packages: nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 + dev: true /postcss@8.4.26: resolution: {integrity: sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==} @@ -15455,6 +15463,7 @@ packages: is-core-module: 2.9.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + dev: true /resolve@1.22.2: resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} @@ -17586,6 +17595,24 @@ packages: - rollup - supports-color + /vite-plugin-solid@2.5.0(solid-js@1.6.13)(vite@4.2.0): + resolution: {integrity: sha512-VneGd3RyFJvwaiffsqgymeMaofn0IzQLPwDzafTV2f1agoWeeJlk5VrI5WqT9BTtLe69vNNbCJWqLhHr9fOdDw==} + peerDependencies: + solid-js: ^1.3.17 || ^1.4.0 || ^1.5.0 || ^1.6.0 + vite: ^3.0.0 || ^4.0.0 + dependencies: + '@babel/core': 7.21.8 + '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) + babel-preset-solid: 1.7.7(@babel/core@7.21.8) + merge-anything: 5.1.7 + solid-js: 1.6.13 + solid-refresh: 0.4.1(solid-js@1.6.13) + vite: 4.2.0(@types/node@18.13.0) + vitefu: 0.2.4(vite@4.2.0) + transitivePeerDependencies: + - supports-color + dev: true + /vite-plugin-solid@2.5.0(solid-js@1.6.13)(vite@4.4.0): resolution: {integrity: sha512-VneGd3RyFJvwaiffsqgymeMaofn0IzQLPwDzafTV2f1agoWeeJlk5VrI5WqT9BTtLe69vNNbCJWqLhHr9fOdDw==} peerDependencies: @@ -17649,8 +17676,8 @@ packages: dependencies: '@types/node': 18.13.0 esbuild: 0.17.19 - postcss: 8.4.23 - resolve: 1.22.1 + postcss: 8.4.26 + resolve: 1.22.2 rollup: 3.26.0 optionalDependencies: fsevents: 2.3.2 From e61bdbd4586f3b3facf31642a6c95fff3905bec4 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 15 Jul 2023 21:01:57 +1000 Subject: [PATCH 4/7] Regenerate lockfile --- pnpm-lock.yaml | 192 ++++++++++++++++--------------------------------- 1 file changed, 63 insertions(+), 129 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 32bceac3ca..659a4c0c46 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -98,7 +98,7 @@ importers: version: 1.4.0 babel-preset-solid: specifier: ^1.6.16 - version: 1.6.16(@babel/core@7.21.8) + version: 1.7.7(@babel/core@7.21.8) chalk: specifier: ^5.2.0 version: 5.2.0 @@ -111,6 +111,9 @@ importers: current-git-branch: specifier: ^1.1.0 version: 1.1.0 + esbuild: + specifier: ^0.18.13 + version: 0.18.13 eslint: specifier: ^8.34.0 version: 8.34.0 @@ -1438,7 +1441,7 @@ importers: version: link:../query-core vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) packages/query-persist-client-core: dependencies: @@ -1565,7 +1568,7 @@ importers: devDependencies: vite-plugin-solid: specifier: ^2.5.0 - version: 2.5.0(solid-js@1.6.13)(vite@4.4.0) + version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) packages/svelte-query: dependencies: @@ -2074,7 +2077,7 @@ packages: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-module-imports@7.22.5: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} @@ -2116,7 +2119,6 @@ packages: /@babel/helper-plugin-utils@7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} - dev: true /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} @@ -2211,10 +2213,18 @@ packages: dependencies: '@babel/types': 7.22.5 + /@babel/helper-string-parser@7.18.10: + resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} + engines: {node: '>=6.9.0'} + /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.18.6: + resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} + engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.22.5: resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} @@ -2363,7 +2373,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.21.8) dev: false @@ -2426,7 +2436,7 @@ packages: '@babel/compat-data': 7.19.1 '@babel/core': 7.21.8 '@babel/helper-compilation-targets': 7.19.1(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) '@babel/plugin-transform-parameters': 7.18.8(@babel/core@7.21.8) dev: false @@ -2563,7 +2573,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.20.2 dev: false /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8): @@ -2581,7 +2591,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} @@ -2608,6 +2618,15 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.21.8): + resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.19.0 + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} @@ -2690,7 +2709,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.21.8): @@ -2709,7 +2728,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.21.8): @@ -2750,7 +2769,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.21.8): @@ -2773,7 +2792,7 @@ packages: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-replace-supers': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 @@ -2807,7 +2826,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.21.8): @@ -2827,7 +2846,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.21.8): @@ -2885,7 +2904,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.21.8): @@ -2906,7 +2925,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-compilation-targets': 7.19.1(@babel/core@7.21.8) '@babel/helper-function-name': 7.19.0 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.21.8): @@ -2927,7 +2946,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-literals@7.22.5(@babel/core@7.21.8): @@ -3040,7 +3059,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8): @@ -3073,7 +3092,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.21.8): @@ -3101,7 +3120,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} @@ -3120,7 +3139,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.21.8): @@ -3139,7 +3158,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.21.8): @@ -3159,10 +3178,10 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) - '@babel/types': 7.22.5 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.8) + '@babel/types': 7.19.0 /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} @@ -3182,7 +3201,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 regenerator-transform: 0.15.0 dev: false @@ -3233,7 +3252,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-skip-transparent-expression-wrappers': 7.18.6 dev: false @@ -3263,7 +3282,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.19.0 dev: false /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.21.8): @@ -3292,7 +3311,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-typescript': 7.18.6(@babel/core@7.21.8) transitivePeerDependencies: - supports-color @@ -3562,6 +3581,14 @@ packages: transitivePeerDependencies: - supports-color + /@babel/types@7.19.0: + resolution: {integrity: sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.18.10 + '@babel/helper-validator-identifier': 7.18.6 + to-fast-properties: 2.0.0 + /@babel/types@7.22.5: resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} @@ -6580,7 +6607,7 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.4 + semver: 7.5.1 tsutils: 3.21.0(typescript@5.0.4) typescript: 5.0.4 transitivePeerDependencies: @@ -6601,7 +6628,7 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.4 + semver: 7.5.1 tsutils: 3.21.0(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: @@ -6718,7 +6745,6 @@ packages: - happy-dom - jsdom - less - - lightningcss - sass - stylus - sugarss @@ -7334,19 +7360,6 @@ packages: object.assign: 4.1.4 dev: false - /babel-plugin-jsx-dom-expressions@0.35.23(@babel/core@7.21.8): - resolution: {integrity: sha512-KaBiZPm2riB5jyRUy5BVaz8TkKcyAx2frePOG2lj5vbYsBpZHIknQkUU/csWr+EeV75h/mRHIOzLo2mX4Dxq3g==} - peerDependencies: - '@babel/core': ^7.20.12 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) - '@babel/types': 7.22.5 - html-entities: 2.3.3 - validate-html-nesting: 1.2.2 - dev: true - /babel-plugin-jsx-dom-expressions@0.36.10(@babel/core@7.21.8): resolution: {integrity: sha512-QA2k/14WGw+RgcGGnEuLWwnu4em6CGhjeXtjvgOYyFHYS2a+CzPeaVQHDOlfuiBcjq/3hWMspHMIMnPEOIzdBg==} peerDependencies: @@ -7472,15 +7485,6 @@ packages: - supports-color dev: false - /babel-preset-solid@1.6.16(@babel/core@7.21.8): - resolution: {integrity: sha512-xVEmdgvS5mNAdk7uoKFVRfdjihuhPl9n4MGEaicFRafAraaPr49/y7yLBaOZfeJbL0AVwDlLximseZbtoME4cQ==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.21.8 - babel-plugin-jsx-dom-expressions: 0.35.23(@babel/core@7.21.8) - dev: true - /babel-preset-solid@1.7.7(@babel/core@7.21.8): resolution: {integrity: sha512-tdxVzx3kgcIjNXAOmGRbzIhFBPeJjSakiN9yM+IYdL/+LtXNnbGqb0Va5tJb8Sjbk+QVEriovCyuzB5T7jeTvg==} peerDependencies: @@ -11198,7 +11202,6 @@ packages: resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} dependencies: has: 1.0.3 - dev: true /is-data-descriptor@0.1.4: resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} @@ -14558,7 +14561,6 @@ packages: nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 - dev: true /postcss@8.4.26: resolution: {integrity: sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==} @@ -15463,7 +15465,6 @@ packages: is-core-module: 2.9.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - dev: true /resolve@1.22.2: resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} @@ -17565,11 +17566,10 @@ packages: picocolors: 1.0.0 source-map: 0.6.1 source-map-support: 0.5.21 - vite: 4.4.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.13.0) transitivePeerDependencies: - '@types/node' - less - - lightningcss - sass - stylus - sugarss @@ -17613,24 +17613,6 @@ packages: - supports-color dev: true - /vite-plugin-solid@2.5.0(solid-js@1.6.13)(vite@4.4.0): - resolution: {integrity: sha512-VneGd3RyFJvwaiffsqgymeMaofn0IzQLPwDzafTV2f1agoWeeJlk5VrI5WqT9BTtLe69vNNbCJWqLhHr9fOdDw==} - peerDependencies: - solid-js: ^1.3.17 || ^1.4.0 || ^1.5.0 || ^1.6.0 - vite: ^3.0.0 || ^4.0.0 - dependencies: - '@babel/core': 7.21.8 - '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - babel-preset-solid: 1.7.7(@babel/core@7.21.8) - merge-anything: 5.1.7 - solid-js: 1.6.13 - solid-refresh: 0.4.1(solid-js@1.6.13) - vite: 4.4.0(@types/node@18.13.0) - vitefu: 0.2.4(vite@4.4.0) - transitivePeerDependencies: - - supports-color - dev: true - /vite-plugin-solid@2.7.0(solid-js@1.6.13)(vite@4.2.0): resolution: {integrity: sha512-avp/Jl5zOp/Itfo67xtDB2O61U7idviaIp4mLsjhCa13PjKNasz+IID0jYTyqUp9SFx6/PmBr6v4KgDppqompg==} peerDependencies: @@ -17676,47 +17658,11 @@ packages: dependencies: '@types/node': 18.13.0 esbuild: 0.17.19 - postcss: 8.4.26 - resolve: 1.22.2 - rollup: 3.26.0 - optionalDependencies: - fsevents: 2.3.2 - - /vite@4.4.0(@types/node@18.13.0): - resolution: {integrity: sha512-Wf+DCEjuM8aGavEYiF77hnbxEZ+0+/jC9nABR46sh5Xi+GYeSvkeEFRiVuI3x+tPjxgZeS91h1jTAQTPFgePpA==} - engines: {node: ^14.18.0 || >=16.0.0} - hasBin: true - peerDependencies: - '@types/node': '>= 14' - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 18.13.0 - esbuild: 0.18.13 - postcss: 8.4.26 + postcss: 8.4.23 + resolve: 1.22.1 rollup: 3.26.0 optionalDependencies: fsevents: 2.3.2 - dev: true /vitefu@0.2.4(vite@4.2.0): resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==} @@ -17728,17 +17674,6 @@ packages: dependencies: vite: 4.2.0(@types/node@18.13.0) - /vitefu@0.2.4(vite@4.4.0): - resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==} - peerDependencies: - vite: ^3.0.0 || ^4.0.0 - peerDependenciesMeta: - vite: - optional: true - dependencies: - vite: 4.4.0(@types/node@18.13.0) - dev: true - /vitest@0.27.1(jsdom@22.0.0): resolution: {integrity: sha512-1sIpQ1DVFTEn7c1ici1XHcVfdU4nKiBmPtPAtGKJJJLuJjojTv/OHGgcf69P57alM4ty8V4NMv+7Yoi5Cxqx9g==} engines: {node: '>=v14.16.0'} @@ -17782,7 +17717,6 @@ packages: why-is-node-running: 2.2.2 transitivePeerDependencies: - less - - lightningcss - sass - stylus - sugarss From 8df00029888b72b90b392ce3d1d06aa827d82cf4 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 15 Jul 2023 21:04:34 +1000 Subject: [PATCH 5/7] Add esbuild to devdeps --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 35dd4ed81b..97777767b6 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "concurrently": "^8.0.1", "cpy-cli": "^4.2.0", "current-git-branch": "^1.1.0", + "esbuild": "^0.18.13", "eslint": "^8.34.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", From 27acec27be8171d6701221de158b17950360e23b Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 15 Jul 2023 21:24:06 +1000 Subject: [PATCH 6/7] Remove babel changes --- package.json | 2 +- pnpm-lock.yaml | 70 ++++++++++++++++++++++++++++++++------------------ 2 files changed, 46 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 97777767b6..cacae810e7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/parser": "^5.54.0", "@vitest/coverage-istanbul": "^0.27.1", "axios": "^1.4.0", - "babel-preset-solid": "^1.6.16", + "babel-preset-solid": "^1.6.10", "chalk": "^5.2.0", "concurrently": "^8.0.1", "cpy-cli": "^4.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 659a4c0c46..145d1eeb04 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,8 +97,8 @@ importers: specifier: ^1.4.0 version: 1.4.0 babel-preset-solid: - specifier: ^1.6.16 - version: 1.7.7(@babel/core@7.21.8) + specifier: ^1.6.10 + version: 1.6.10(@babel/core@7.21.8) chalk: specifier: ^5.2.0 version: 5.2.0 @@ -1885,7 +1885,7 @@ packages: resolution: {integrity: sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -1902,7 +1902,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-annotate-as-pure@7.22.5: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} @@ -1915,7 +1915,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-compilation-targets@7.19.1(@babel/core@7.21.8): resolution: {integrity: sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==} @@ -2027,14 +2027,14 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-function-name@7.19.0: resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-function-name@7.22.5: resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} @@ -2047,7 +2047,7 @@ packages: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} @@ -2059,13 +2059,13 @@ packages: resolution: {integrity: sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-member-expression-to-functions@7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-member-expression-to-functions@7.22.5: resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} @@ -2104,7 +2104,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} @@ -2146,7 +2146,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.18.6 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/traverse': 7.19.1 - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 transitivePeerDependencies: - supports-color @@ -2158,7 +2158,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/traverse': 7.19.1 - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 transitivePeerDependencies: - supports-color @@ -2192,7 +2192,7 @@ packages: resolution: {integrity: sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: @@ -2205,7 +2205,7 @@ packages: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/helper-split-export-declaration@7.22.5: resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==} @@ -2262,7 +2262,7 @@ packages: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.18.6 chalk: 2.4.2 js-tokens: 4.0.0 @@ -3537,7 +3537,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 '@babel/parser': 7.22.5 - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 /@babel/template@7.22.5: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} @@ -3558,7 +3558,7 @@ packages: '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.22.5 - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -4680,14 +4680,14 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.4.14 /@jridgewell/gen-mapping@0.3.2: resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.4.14 '@jridgewell/trace-mapping': 0.3.14 /@jridgewell/resolve-uri@3.1.0: @@ -7360,6 +7360,18 @@ packages: object.assign: 4.1.4 dev: false + /babel-plugin-jsx-dom-expressions@0.35.23(@babel/core@7.21.8): + resolution: {integrity: sha512-KaBiZPm2riB5jyRUy5BVaz8TkKcyAx2frePOG2lj5vbYsBpZHIknQkUU/csWr+EeV75h/mRHIOzLo2mX4Dxq3g==} + peerDependencies: + '@babel/core': ^7.20.12 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-module-imports': 7.18.6 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) + '@babel/types': 7.22.5 + html-entities: 2.3.3 + validate-html-nesting: 1.2.2 + /babel-plugin-jsx-dom-expressions@0.36.10(@babel/core@7.21.8): resolution: {integrity: sha512-QA2k/14WGw+RgcGGnEuLWwnu4em6CGhjeXtjvgOYyFHYS2a+CzPeaVQHDOlfuiBcjq/3hWMspHMIMnPEOIzdBg==} peerDependencies: @@ -7458,7 +7470,7 @@ packages: '@babel/plugin-proposal-object-rest-spread': 7.18.6(@babel/core@7.21.8) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.8) '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.21.8) '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8) @@ -7485,6 +7497,14 @@ packages: - supports-color dev: false + /babel-preset-solid@1.6.10(@babel/core@7.21.8): + resolution: {integrity: sha512-qBLjzeWmgY5jX11sJg/lriXABYdClfJrJJrIHaT6G5EuGhxhm6jn7XjqXjLBZHBgy5n/Z+iqJ5YfQj8KG2jKTA==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.8 + babel-plugin-jsx-dom-expressions: 0.35.23(@babel/core@7.21.8) + /babel-preset-solid@1.7.7(@babel/core@7.21.8): resolution: {integrity: sha512-tdxVzx3kgcIjNXAOmGRbzIhFBPeJjSakiN9yM+IYdL/+LtXNnbGqb0Va5tJb8Sjbk+QVEriovCyuzB5T7jeTvg==} peerDependencies: @@ -9229,7 +9249,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - babel-preset-solid: 1.7.7(@babel/core@7.21.8) + babel-preset-solid: 1.6.10(@babel/core@7.21.8) esbuild: 0.14.54 solid-js: 1.6.13 transitivePeerDependencies: @@ -12978,7 +12998,7 @@ packages: resolution: {integrity: sha512-OCG2rtcp5cLEGYvAbfkl6mEc0J2FPRP4/UCEly+juBk7hawS9bCBMBfhJm/HIsvY1frk6nT2Vsl1O8YBbwyx2g==} dependencies: '@babel/traverse': 7.19.1 - '@babel/types': 7.22.5 + '@babel/types': 7.19.0 invariant: 2.2.4 metro-symbolicate: 0.64.0 nullthrows: 1.1.1 @@ -15595,7 +15615,7 @@ packages: '@rollup/plugin-babel': 6.0.3(@babel/core@7.21.8)(rollup@3.26.0) '@rollup/plugin-node-resolve': 15.1.0(rollup@3.26.0) '@rollup/plugin-terser': 0.1.0(rollup@3.26.0) - babel-preset-solid: 1.7.7(@babel/core@7.21.8) + babel-preset-solid: 1.6.10(@babel/core@7.21.8) colorette: 2.0.20 esbuild: 0.15.18 merge-anything: 5.1.7 @@ -17603,7 +17623,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - babel-preset-solid: 1.7.7(@babel/core@7.21.8) + babel-preset-solid: 1.6.10(@babel/core@7.21.8) merge-anything: 5.1.7 solid-js: 1.6.13 solid-refresh: 0.4.1(solid-js@1.6.13) From fbf634517ee74a7e56c70e7bbc9f9cecc8b6b7c2 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 15 Jul 2023 21:30:47 +1000 Subject: [PATCH 7/7] Edit resolution for nextjs-suspense-streaming --- .../nextjs-suspense-streaming/package.json | 6 +- .../package.json | 2 +- .../solid/solid-start-streaming/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 170 +++++++++--------- 5 files changed, 89 insertions(+), 93 deletions(-) diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index 39400ea084..2d00ec3757 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -17,8 +17,8 @@ "superjson": "^1.12.4" }, "devDependencies": { - "@types/node": "20.2.5", - "@types/react": "18.2.8", - "typescript": "5.1.3" + "@types/node": "^18.16.0", + "@types/react": "^18.2.4", + "typescript": "^5.1.3" } } diff --git a/examples/react/optimistic-updates-typescript/package.json b/examples/react/optimistic-updates-typescript/package.json index ab1d9e7a8f..731a921953 100755 --- a/examples/react/optimistic-updates-typescript/package.json +++ b/examples/react/optimistic-updates-typescript/package.json @@ -13,7 +13,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/node": "^18.13.0", + "@types/node": "^18.16.0", "@types/react": "^18.2.4", "@types/react-dom": "^18.2.4", "typescript": "^5.0.4" diff --git a/examples/solid/solid-start-streaming/package.json b/examples/solid/solid-start-streaming/package.json index 535040511b..e65a988736 100644 --- a/examples/solid/solid-start-streaming/package.json +++ b/examples/solid/solid-start-streaming/package.json @@ -16,7 +16,7 @@ "undici": "^5.22.1" }, "devDependencies": { - "@types/node": "^18.13.0", + "@types/node": "^18.16.0", "esbuild": "^0.14.54", "postcss": "^8.4.23", "solid-start-node": "^0.2.0", diff --git a/package.json b/package.json index cacae810e7..c3143aa246 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/eslint": "^8.44.0", "@types/jsonfile": "^6.1.1", "@types/luxon": "^3.3.0", - "@types/node": "^18.13.0", + "@types/node": "^18.16.0", "@types/react": "^18.2.4", "@types/react-dom": "^18.2.4", "@types/semver": "^7.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 145d1eeb04..a6fabb3183 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,8 +67,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@types/node': - specifier: ^18.13.0 - version: 18.13.0 + specifier: ^18.16.0 + version: 18.16.0 '@types/react': specifier: ^18.2.4 version: 18.2.4 @@ -252,7 +252,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/auto-refetching: dependencies: @@ -304,7 +304,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/basic-graphql-request: dependencies: @@ -332,7 +332,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/basic-typescript: dependencies: @@ -381,7 +381,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/default-query-function: dependencies: @@ -406,7 +406,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/infinite-query-with-max-pages: dependencies: @@ -517,13 +517,13 @@ importers: version: 1.12.4 devDependencies: '@types/node': - specifier: 20.2.5 - version: 20.2.5 + specifier: ^18.16.0 + version: 18.16.0 '@types/react': - specifier: 18.2.8 - version: 18.2.8 + specifier: ^18.2.4 + version: 18.2.4 typescript: - specifier: 5.1.3 + specifier: ^5.1.3 version: 5.1.3 examples/react/offline: @@ -564,7 +564,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/optimistic-updates-typescript: dependencies: @@ -591,8 +591,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@types/node': - specifier: ^18.13.0 - version: 18.13.0 + specifier: ^18.16.0 + version: 18.16.0 '@types/react': specifier: ^18.2.4 version: 18.2.4 @@ -647,7 +647,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/prefetching: dependencies: @@ -793,7 +793,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/rick-morty: dependencies: @@ -833,7 +833,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/simple: dependencies: @@ -858,7 +858,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/star-wars: dependencies: @@ -898,7 +898,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/react/suspense: dependencies: @@ -926,7 +926,7 @@ importers: version: 4.0.0(vite@4.2.0) vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/solid/basic-graphql-request: dependencies: @@ -948,7 +948,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) vite-plugin-solid: specifier: ^2.5.0 version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) @@ -967,7 +967,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) vite-plugin-solid: specifier: ^2.5.0 version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) @@ -986,7 +986,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) vite-plugin-solid: specifier: ^2.5.0 version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) @@ -1008,7 +1008,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) vite-plugin-solid: specifier: ^2.5.0 version: 2.5.0(solid-js@1.6.13)(vite@4.2.0) @@ -1035,8 +1035,8 @@ importers: version: 5.22.1 devDependencies: '@types/node': - specifier: ^18.13.0 - version: 18.13.0 + specifier: ^18.16.0 + version: 18.16.0 esbuild: specifier: ^0.14.54 version: 0.14.54 @@ -1051,7 +1051,7 @@ importers: version: 5.0.4 vite: specifier: ^4.1.4 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/svelte/auto-refetching: dependencies: @@ -1082,7 +1082,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/svelte/basic: dependencies: @@ -1113,7 +1113,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/svelte/load-more-infinite-scroll: dependencies: @@ -1144,7 +1144,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/svelte/optimistic-updates-typescript: dependencies: @@ -1175,7 +1175,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/svelte/playground: dependencies: @@ -1206,7 +1206,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/svelte/simple: dependencies: @@ -1237,7 +1237,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/svelte/ssr: dependencies: @@ -1268,7 +1268,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/svelte/star-wars: dependencies: @@ -1308,7 +1308,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/vue/basic: dependencies: @@ -1327,7 +1327,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/vue/dependent-queries: dependencies: @@ -1346,7 +1346,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) examples/vue/persister: dependencies: @@ -1371,7 +1371,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) packages/codemods: devDependencies: @@ -1602,7 +1602,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) packages/svelte-query-devtools: dependencies: @@ -1639,7 +1639,7 @@ importers: version: 5.0.4 vite: specifier: ^4.2.0 - version: 4.2.0(@types/node@18.13.0) + version: 4.2.0(@types/node@18.16.0) packages/vue-query: dependencies: @@ -4619,7 +4619,7 @@ packages: dependencies: '@jest/fake-timers': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.13.0 + '@types/node': 18.16.0 jest-mock: 29.5.0 dev: false @@ -4629,7 +4629,7 @@ packages: dependencies: '@jest/types': 29.5.0 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 18.13.0 + '@types/node': 18.16.0 jest-message-util: 29.5.0 jest-mock: 29.5.0 jest-util: 29.5.0 @@ -4648,7 +4648,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.13.0 + '@types/node': 18.16.0 '@types/yargs': 15.0.14 chalk: 4.1.2 @@ -4658,7 +4658,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.13.0 + '@types/node': 18.16.0 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: false @@ -4670,7 +4670,7 @@ packages: '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.13.0 + '@types/node': 18.16.0 '@types/yargs': 17.0.24 chalk: 4.1.2 dev: false @@ -6041,7 +6041,7 @@ packages: svelte: 4.0.0 tiny-glob: 0.2.9 undici: 5.22.1 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) transitivePeerDependencies: - supports-color dev: true @@ -6073,7 +6073,7 @@ packages: '@sveltejs/vite-plugin-svelte': 2.4.0(svelte@4.0.0)(vite@4.2.0) debug: 4.3.4 svelte: 4.0.0 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) transitivePeerDependencies: - supports-color dev: true @@ -6089,7 +6089,7 @@ packages: '@sveltejs/vite-plugin-svelte': 2.4.2(svelte@4.0.0)(vite@4.2.0) debug: 4.3.4 svelte: 4.0.0 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) transitivePeerDependencies: - supports-color dev: true @@ -6108,7 +6108,7 @@ packages: magic-string: 0.30.0 svelte: 4.0.0 svelte-hmr: 0.15.1(svelte@4.0.0) - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) vitefu: 0.2.4(vite@4.2.0) transitivePeerDependencies: - supports-color @@ -6128,7 +6128,7 @@ packages: magic-string: 0.30.0 svelte: 4.0.0 svelte-hmr: 0.15.2(svelte@4.0.0) - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) vitefu: 0.2.4(vite@4.2.0) transitivePeerDependencies: - supports-color @@ -6337,7 +6337,7 @@ packages: /@types/graceful-fs@4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 dev: false /@types/hammerjs@2.0.41: @@ -6385,7 +6385,7 @@ packages: /@types/jsonfile@6.1.1: resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 dev: true /@types/luxon@3.3.0: @@ -6396,12 +6396,8 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node@18.13.0: - resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==} - - /@types/node@20.2.5: - resolution: {integrity: sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==} - dev: true + /@types/node@18.16.0: + resolution: {integrity: sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==} /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -6459,7 +6455,7 @@ packages: /@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 /@types/resolve@1.20.2: resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -6474,7 +6470,7 @@ packages: /@types/set-cookie-parser@2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 dev: false /@types/stack-utils@2.0.1: @@ -6484,7 +6480,7 @@ packages: /@types/stream-to-array@2.3.0: resolution: {integrity: sha512-s8Y6/EV1LPn9fDlJKSlD8r+14hWXVDn+wPAGwWRzTUq/4MqdoQNEzQxP6Jq91qvFYxR3OlFAPXcv6ToplnAgFQ==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 dev: true /@types/testing-library__jest-dom@5.14.5(patch_hash=d573maxasnl5kxwdyzebcnmhpm): @@ -6712,7 +6708,7 @@ packages: '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.21.8) '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.21.8) react-refresh: 0.14.0 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) transitivePeerDependencies: - supports-color dev: true @@ -6724,7 +6720,7 @@ packages: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) vue: 3.2.47 dev: true @@ -11655,7 +11651,7 @@ packages: '@jest/environment': 29.5.0 '@jest/fake-timers': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.13.0 + '@types/node': 18.16.0 jest-mock: 29.5.0 jest-util: 29.5.0 dev: false @@ -11670,7 +11666,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.13.0 + '@types/node': 18.16.0 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 @@ -11707,7 +11703,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 18.13.0 + '@types/node': 18.16.0 jest-util: 29.5.0 dev: false @@ -11725,7 +11721,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 graceful-fs: 4.2.10 dev: false @@ -11733,7 +11729,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 graceful-fs: 4.2.10 dev: false @@ -11742,7 +11738,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.13.0 + '@types/node': 18.16.0 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -11754,7 +11750,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.13.0 + '@types/node': 18.16.0 chalk: 4.1.2 ci-info: 3.3.2 graceful-fs: 4.2.10 @@ -11766,7 +11762,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 18.13.0 + '@types/node': 18.16.0 chalk: 4.1.2 ci-info: 3.3.2 graceful-fs: 4.2.10 @@ -11789,7 +11785,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -11798,7 +11794,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -16100,7 +16096,7 @@ packages: solid-start: 0.2.23(@solidjs/meta@0.28.2)(@solidjs/router@0.7.0)(solid-js@1.6.13)(solid-start-node@0.2.0)(vite@4.2.0) terser: 5.18.1 undici: 5.22.1 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) transitivePeerDependencies: - supports-color @@ -16170,7 +16166,7 @@ packages: solid-start-node: 0.2.0(solid-start@0.2.23)(undici@5.22.1)(vite@4.2.0) terser: 5.18.1 undici: 5.22.1 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) vite-plugin-inspect: 0.7.29(rollup@3.26.0)(vite@4.2.0) vite-plugin-solid: 2.7.0(solid-js@1.6.13)(vite@4.2.0) wait-on: 6.0.1(debug@4.3.4) @@ -17574,7 +17570,7 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - /vite-node@0.27.1(@types/node@18.13.0): + /vite-node@0.27.1(@types/node@18.16.0): resolution: {integrity: sha512-d6+ue/3NzsfndWaPbYh/bFkHbmAWfDXI4B874zRx+WREnG6CUHUbBC8lKaRYZjeR6gCPN5m1aVNNRXBYICA9XA==} engines: {node: '>=v14.16.0'} hasBin: true @@ -17586,7 +17582,7 @@ packages: picocolors: 1.0.0 source-map: 0.6.1 source-map-support: 0.5.21 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) transitivePeerDependencies: - '@types/node' - less @@ -17610,7 +17606,7 @@ packages: open: 9.1.0 picocolors: 1.0.0 sirv: 2.0.3 - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) transitivePeerDependencies: - rollup - supports-color @@ -17627,7 +17623,7 @@ packages: merge-anything: 5.1.7 solid-js: 1.6.13 solid-refresh: 0.4.1(solid-js@1.6.13) - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) vitefu: 0.2.4(vite@4.2.0) transitivePeerDependencies: - supports-color @@ -17646,12 +17642,12 @@ packages: merge-anything: 5.1.7 solid-js: 1.6.13 solid-refresh: 0.5.3(solid-js@1.6.13) - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) vitefu: 0.2.4(vite@4.2.0) transitivePeerDependencies: - supports-color - /vite@4.2.0(@types/node@18.13.0): + /vite@4.2.0(@types/node@18.16.0): resolution: {integrity: sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -17676,7 +17672,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.13.0 + '@types/node': 18.16.0 esbuild: 0.17.19 postcss: 8.4.23 resolve: 1.22.1 @@ -17692,7 +17688,7 @@ packages: vite: optional: true dependencies: - vite: 4.2.0(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) /vitest@0.27.1(jsdom@22.0.0): resolution: {integrity: sha512-1sIpQ1DVFTEn7c1ici1XHcVfdU4nKiBmPtPAtGKJJJLuJjojTv/OHGgcf69P57alM4ty8V4NMv+7Yoi5Cxqx9g==} @@ -17718,7 +17714,7 @@ packages: dependencies: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 - '@types/node': 18.13.0 + '@types/node': 18.16.0 acorn: 8.8.1 acorn-walk: 8.2.0 cac: 6.7.14 @@ -17732,8 +17728,8 @@ packages: tinybench: 2.3.1 tinypool: 0.3.0 tinyspy: 1.0.2 - vite: 4.2.0(@types/node@18.13.0) - vite-node: 0.27.1(@types/node@18.13.0) + vite: 4.2.0(@types/node@18.16.0) + vite-node: 0.27.1(@types/node@18.16.0) why-is-node-running: 2.2.2 transitivePeerDependencies: - less