diff --git a/.changeset/afraid-hats-invent.md b/.changeset/afraid-hats-invent.md deleted file mode 100644 index b62e66e89..000000000 --- a/.changeset/afraid-hats-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': minor ---- - -support array search parameters diff --git a/.changeset/famous-eagles-sparkle.md b/.changeset/famous-eagles-sparkle.md deleted file mode 100644 index ad47d04b2..000000000 --- a/.changeset/famous-eagles-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitql/helpers': patch ---- - -enable spread args to log functions info, success, error. Add infoO and successO for options. diff --git a/.changeset/good-dolphins-heal.md b/.changeset/good-dolphins-heal.md deleted file mode 100644 index a77d447e1..000000000 --- a/.changeset/good-dolphins-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-striper': patch ---- - -remove browser package, update strategy to replace to const diff --git a/.changeset/modern-rings-dream.md b/.changeset/modern-rings-dream.md deleted file mode 100644 index d3c66f267..000000000 --- a/.changeset/modern-rings-dream.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'vite-plugin-watch-and-run': minor -'vite-plugin-kit-routes': minor -'vite-plugin-striper': minor ---- - -bump to vite 5 diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 94755b087..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "@kitql-old/all-in": "0.9.6", - "create-kitql": "0.1.1", - "create-kitql-kit-routes": "0.0.1", - "create-kitql-sveltekit-remult": "0.0.1", - "test-kit-routes": "0.0.1", - "@kitql/eslint-config": "0.0.3", - "@kitql/handles": "0.1.4", - "@kitql/helpers": "0.8.7", - "@kitql/internals": "0.9.3", - "vite-plugin-kit-routes": "0.2.12", - "vite-plugin-striper": "0.1.5", - "vite-plugin-watch-and-run": "1.5.1", - "website": "1.1.2" - }, - "changesets": [ - "famous-eagles-sparkle", - "good-dolphins-heal", - "modern-rings-dream", - "purple-paws-push", - "quick-singers-lie", - "spotty-pots-vanish", - "ten-socks-sit", - "twenty-oranges-reply" - ] -} diff --git a/.changeset/purple-paws-push.md b/.changeset/purple-paws-push.md deleted file mode 100644 index b4483ddee..000000000 --- a/.changeset/purple-paws-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-kitql': patch ---- - -using vite 5 for templates diff --git a/.changeset/quick-singers-lie.md b/.changeset/quick-singers-lie.md deleted file mode 100644 index 69afccc04..000000000 --- a/.changeset/quick-singers-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitql/eslint-config': patch ---- - -tweak rules to have better default diff --git a/.changeset/spotty-pots-vanish.md b/.changeset/spotty-pots-vanish.md deleted file mode 100644 index c1bc06c05..000000000 --- a/.changeset/spotty-pots-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitql/eslint-config': minor ---- - -bump to an actual working state diff --git a/.changeset/ten-socks-sit.md b/.changeset/ten-socks-sit.md deleted file mode 100644 index 0cc17f7e2..000000000 --- a/.changeset/ten-socks-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitql/helpers': patch ---- - -toolName default design update node & browser diff --git a/.changeset/twenty-oranges-reply.md b/.changeset/twenty-oranges-reply.md deleted file mode 100644 index 2ea9b6975..000000000 --- a/.changeset/twenty-oranges-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-striper': patch ---- - -feat: remove some packages for the browser build diff --git a/packages/create-kitql/CHANGELOG.md b/packages/create-kitql/CHANGELOG.md index 591952131..89c7fc6ec 100644 --- a/packages/create-kitql/CHANGELOG.md +++ b/packages/create-kitql/CHANGELOG.md @@ -1,5 +1,18 @@ # create-kitql +## 0.1.2 + +### Patch Changes + +- [#574](https://github.com/jycouet/kitql/pull/574) + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf) + Thanks [@jycouet](https://github.com/jycouet)! - using vite 5 for templates + +- Updated dependencies + [[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf), + [`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]: + - @kitql/helpers@0.8.8 + ## 0.1.2-next.1 ### Patch Changes diff --git a/packages/create-kitql/package.json b/packages/create-kitql/package.json index 1351d4341..5893b50d8 100644 --- a/packages/create-kitql/package.json +++ b/packages/create-kitql/package.json @@ -6,7 +6,7 @@ "svelte", "sveltekit" ], - "version": "0.1.2-next.1", + "version": "0.1.2", "license": "MIT", "type": "module", "repository": { @@ -27,7 +27,7 @@ }, "dependencies": { "@clack/prompts": "^0.7.0", - "@kitql/helpers": "0.8.8-next.1", + "@kitql/helpers": "0.8.8", "commander": "^11.1.0" }, "sideEffects": false, diff --git a/packages/create-kitql/templates/kit-routes/package.json b/packages/create-kitql/templates/kit-routes/package.json index 27f57f9bc..c37019fbb 100644 --- a/packages/create-kitql/templates/kit-routes/package.json +++ b/packages/create-kitql/templates/kit-routes/package.json @@ -32,7 +32,7 @@ "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.0", - "vite-plugin-kit-routes": "0.3.0-next.1", + "vite-plugin-kit-routes": "0.3.0", "vitest": "^1.0.0" } } diff --git a/packages/create-kitql/templates/sveltekit-remult/package.json b/packages/create-kitql/templates/sveltekit-remult/package.json index e25d2dadb..f659ff8ed 100644 --- a/packages/create-kitql/templates/sveltekit-remult/package.json +++ b/packages/create-kitql/templates/sveltekit-remult/package.json @@ -34,8 +34,8 @@ "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.0", - "vite-plugin-kit-routes": "0.3.0-next.1", - "vite-plugin-striper": "0.2.0-next.2", + "vite-plugin-kit-routes": "0.3.0", + "vite-plugin-striper": "0.2.0", "vitest": "^1.0.0" } } diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index f9eab585a..dc09a7e3f 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,24 @@ # eslint-config-kitql +## 0.1.0 + +### Minor Changes + +- [#568](https://github.com/jycouet/kitql/pull/568) + [`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997) + Thanks [@jycouet](https://github.com/jycouet)! - bump to an actual working state + +### Patch Changes + +- [#574](https://github.com/jycouet/kitql/pull/574) + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf) + Thanks [@jycouet](https://github.com/jycouet)! - tweak rules to have better default + +- Updated dependencies + [[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf), + [`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]: + - @kitql/helpers@0.8.8 + ## 0.1.0-next.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 33cac6e64..886975f43 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -6,7 +6,7 @@ "eslint", "eslint-config" ], - "version": "0.1.0-next.1", + "version": "0.1.0", "license": "MIT", "type": "module", "repository": { @@ -27,7 +27,7 @@ }, "dependencies": { "@graphql-eslint/eslint-plugin": "3.20.1", - "@kitql/helpers": "0.8.8-next.1", + "@kitql/helpers": "0.8.8", "@theguild/eslint-config": "^0.11.1", "@theguild/prettier-config": "2.0.2", "@trivago/prettier-plugin-sort-imports": "4.3.0", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index bbd60dea7..0f85a1516 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,18 @@ # @kitql/helpers +## 0.8.8 + +### Patch Changes + +- [#574](https://github.com/jycouet/kitql/pull/574) + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf) + Thanks [@jycouet](https://github.com/jycouet)! - enable spread args to log functions info, + success, error. Add infoO and successO for options. + +- [#568](https://github.com/jycouet/kitql/pull/568) + [`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997) + Thanks [@jycouet](https://github.com/jycouet)! - toolName default design update node & browser + ## 0.8.8-next.1 ### Patch Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 6923316c9..3989c988b 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -9,7 +9,7 @@ "ansi", "log" ], - "version": "0.8.8-next.1", + "version": "0.8.8", "license": "MIT", "type": "module", "repository": { diff --git a/packages/helpers/src/lib/sleep.spec.ts b/packages/helpers/src/lib/sleep.spec.ts index 703c1182f..1579e4903 100644 --- a/packages/helpers/src/lib/sleep.spec.ts +++ b/packages/helpers/src/lib/sleep.spec.ts @@ -8,7 +8,7 @@ describe('kitql - helper - sleep', () => { await sleep(0) const timestamp = new Date().getTime() - start.getTime() console.info(`timestamp No time`, timestamp) - expect(timestamp).toBeLessThan(5) + expect(timestamp).toBeLessThan(7) }) it('1000 ms', async () => { diff --git a/packages/internals/CHANGELOG.md b/packages/internals/CHANGELOG.md index 697c9d0f7..dcaad224c 100644 --- a/packages/internals/CHANGELOG.md +++ b/packages/internals/CHANGELOG.md @@ -1,5 +1,14 @@ # @kitql/internals +## 0.9.4 + +### Patch Changes + +- Updated dependencies + [[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf), + [`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]: + - @kitql/helpers@0.8.8 + ## 0.9.4-next.1 ### Patch Changes diff --git a/packages/internals/package.json b/packages/internals/package.json index 90801c24a..759dbdad6 100644 --- a/packages/internals/package.json +++ b/packages/internals/package.json @@ -5,7 +5,7 @@ "AST", "fs" ], - "version": "0.9.4-next.1", + "version": "0.9.4", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index 8835c3c63..568e96561 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,27 @@ # vite-plugin-kit-routes +## 0.3.0 + +### Minor Changes + +- [#585](https://github.com/jycouet/kitql/pull/585) + [`b9fc188`](https://github.com/jycouet/kitql/commit/b9fc188ae64072983276cfbb6449f90014e85674) + Thanks [@fehnomenal](https://github.com/fehnomenal)! - support array search parameters + +- [#574](https://github.com/jycouet/kitql/pull/574) + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf) + Thanks [@jycouet](https://github.com/jycouet)! - bump to vite 5 + +### Patch Changes + +- Updated dependencies + [[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf), + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf), + [`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]: + - @kitql/helpers@0.8.8 + - vite-plugin-watch-and-run@1.6.0 + - @kitql/internals@0.9.4 + ## 0.3.0-next.1 ### Minor Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index a6ea9c9a6..6b0c5a4e1 100644 --- a/packages/vite-plugin-kit-routes/package.json +++ b/packages/vite-plugin-kit-routes/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.3.0-next.1", + "version": "0.3.0", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-striper/CHANGELOG.md b/packages/vite-plugin-striper/CHANGELOG.md index a90491f82..088eb8226 100644 --- a/packages/vite-plugin-striper/CHANGELOG.md +++ b/packages/vite-plugin-striper/CHANGELOG.md @@ -1,5 +1,32 @@ # vite-plugin-striper +## 0.2.0 + +### Minor Changes + +- [#574](https://github.com/jycouet/kitql/pull/574) + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf) + Thanks [@jycouet](https://github.com/jycouet)! - bump to vite 5 + +### Patch Changes + +- [#572](https://github.com/jycouet/kitql/pull/572) + [`249e563`](https://github.com/jycouet/kitql/commit/249e563b7c7f14062cb6d26ca9182e7acd2e7343) + Thanks [@jycouet](https://github.com/jycouet)! - remove browser package, update strategy to + replace to const + +- [#570](https://github.com/jycouet/kitql/pull/570) + [`d701a57`](https://github.com/jycouet/kitql/commit/d701a576f69204e5c982a1bc4c994e088b2f2cee) + Thanks [@jycouet](https://github.com/jycouet)! - feat: remove some packages for the browser build + +- Updated dependencies + [[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf), + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf), + [`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]: + - @kitql/helpers@0.8.8 + - vite-plugin-watch-and-run@1.6.0 + - @kitql/internals@0.9.4 + ## 0.2.0-next.2 ### Minor Changes diff --git a/packages/vite-plugin-striper/package.json b/packages/vite-plugin-striper/package.json index 0002e99b9..ddb3ca672 100644 --- a/packages/vite-plugin-striper/package.json +++ b/packages/vite-plugin-striper/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.2.0-next.2", + "version": "0.2.0", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-watch-and-run/CHANGELOG.md b/packages/vite-plugin-watch-and-run/CHANGELOG.md index 53770218c..fe42633f2 100644 --- a/packages/vite-plugin-watch-and-run/CHANGELOG.md +++ b/packages/vite-plugin-watch-and-run/CHANGELOG.md @@ -1,5 +1,20 @@ # @kitql/vite-plugin-watch-and-run +## 1.6.0 + +### Minor Changes + +- [#574](https://github.com/jycouet/kitql/pull/574) + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf) + Thanks [@jycouet](https://github.com/jycouet)! - bump to vite 5 + +### Patch Changes + +- Updated dependencies + [[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf), + [`2aaacce`](https://github.com/jycouet/kitql/commit/2aaacce3fc4ce0792ac8850b84d99c133d3a5997)]: + - @kitql/helpers@0.8.8 + ## 1.6.0-next.1 ### Minor Changes diff --git a/packages/vite-plugin-watch-and-run/package.json b/packages/vite-plugin-watch-and-run/package.json index 8e5ebec3b..43ded10cc 100644 --- a/packages/vite-plugin-watch-and-run/package.json +++ b/packages/vite-plugin-watch-and-run/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "1.6.0-next.1", + "version": "1.6.0", "license": "MIT", "type": "module", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1945cbfec..da5d812d5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,7 +35,7 @@ importers: specifier: ^0.7.0 version: 0.7.0 '@kitql/helpers': - specifier: 0.8.8-next.1 + specifier: 0.8.8 version: link:../helpers/dist commander: specifier: ^11.1.0 @@ -99,7 +99,7 @@ importers: specifier: ^5.0.0 version: 5.0.10(@types/node@20.10.0) vite-plugin-kit-routes: - specifier: 0.3.0-next.1 + specifier: 0.3.0 version: link:../../../vite-plugin-kit-routes/dist vitest: specifier: ^1.0.0 @@ -162,10 +162,10 @@ importers: specifier: ^5.0.0 version: 5.0.10(@types/node@20.10.0) vite-plugin-kit-routes: - specifier: 0.3.0-next.1 + specifier: 0.3.0 version: link:../../../vite-plugin-kit-routes/dist vite-plugin-striper: - specifier: 0.2.0-next.2 + specifier: 0.2.0 version: link:../../../vite-plugin-striper/dist vitest: specifier: ^1.0.0 @@ -177,7 +177,7 @@ importers: specifier: 3.20.1 version: 3.20.1(@babel/core@7.23.2)(graphql@16.8.1) '@kitql/helpers': - specifier: 0.8.8-next.1 + specifier: 0.8.8 version: link:../helpers/dist '@theguild/eslint-config': specifier: ^0.11.1