diff --git a/.changeset/pre.json b/.changeset/pre.json index 4139fbf3a..8ca63d053 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -17,7 +17,11 @@ "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/nx.json b/nx.json index 2d5e3f6b4..d4998eba5 100644 --- a/nx.json +++ b/nx.json @@ -4,12 +4,12 @@ "dependsOn": ["^build"], "cache": true }, - "lint": { - "dependsOn": ["^build"] - }, "test:ci": { "dependsOn": ["^build"], "cache": true + }, + "lint": { + "dependsOn": ["^build", "build", "test:ci"] } }, "affected": { diff --git a/packages/create-kitql/CHANGELOG.md b/packages/create-kitql/CHANGELOG.md index 7d9bc3d58..591952131 100644 --- a/packages/create-kitql/CHANGELOG.md +++ b/packages/create-kitql/CHANGELOG.md @@ -1,5 +1,17 @@ # create-kitql +## 0.1.2-next.1 + +### 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)]: + - @kitql/helpers@0.8.8-next.1 + ## 0.1.2-next.0 ### Patch Changes diff --git a/packages/create-kitql/package.json b/packages/create-kitql/package.json index a28464b34..1351d4341 100644 --- a/packages/create-kitql/package.json +++ b/packages/create-kitql/package.json @@ -6,7 +6,7 @@ "svelte", "sveltekit" ], - "version": "0.1.2-next.0", + "version": "0.1.2-next.1", "license": "MIT", "type": "module", "repository": { @@ -27,7 +27,7 @@ }, "dependencies": { "@clack/prompts": "^0.7.0", - "@kitql/helpers": "0.8.8-next.0", + "@kitql/helpers": "0.8.8-next.1", "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 37b6f9063..27f57f9bc 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.2.13-next.0", + "vite-plugin-kit-routes": "0.3.0-next.1", "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 86f522d7f..e25d2dadb 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.2.13-next.0", - "vite-plugin-striper": "0.1.6-next.1", + "vite-plugin-kit-routes": "0.3.0-next.1", + "vite-plugin-striper": "0.2.0-next.2", "vitest": "^1.0.0" } } diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 669d3f069..f9eab585a 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,17 @@ # eslint-config-kitql +## 0.1.0-next.1 + +### 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)]: + - @kitql/helpers@0.8.8-next.1 + ## 0.1.0-next.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 74c78fc6e..33cac6e64 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.0", + "version": "0.1.0-next.1", "license": "MIT", "type": "module", "repository": { @@ -27,7 +27,7 @@ }, "dependencies": { "@graphql-eslint/eslint-plugin": "3.20.1", - "@kitql/helpers": "0.8.8-next.0", + "@kitql/helpers": "0.8.8-next.1", "@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 92fdc0079..bbd60dea7 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,14 @@ # @kitql/helpers +## 0.8.8-next.1 + +### 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. + ## 0.8.8-next.0 ### Patch Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 1b18d724a..6923316c9 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -9,7 +9,7 @@ "ansi", "log" ], - "version": "0.8.8-next.0", + "version": "0.8.8-next.1", "license": "MIT", "type": "module", "repository": { diff --git a/packages/internals/CHANGELOG.md b/packages/internals/CHANGELOG.md index dd65c51f1..697c9d0f7 100644 --- a/packages/internals/CHANGELOG.md +++ b/packages/internals/CHANGELOG.md @@ -1,5 +1,13 @@ # @kitql/internals +## 0.9.4-next.1 + +### Patch Changes + +- Updated dependencies + [[`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)]: + - @kitql/helpers@0.8.8-next.1 + ## 0.9.4-next.0 ### Patch Changes diff --git a/packages/internals/package.json b/packages/internals/package.json index af04b2fb5..90801c24a 100644 --- a/packages/internals/package.json +++ b/packages/internals/package.json @@ -5,7 +5,7 @@ "AST", "fs" ], - "version": "0.9.4-next.0", + "version": "0.9.4-next.1", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index f7b2241e1..8835c3c63 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,22 @@ # vite-plugin-kit-routes +## 0.3.0-next.1 + +### 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), + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)]: + - @kitql/helpers@0.8.8-next.1 + - vite-plugin-watch-and-run@1.6.0-next.1 + - @kitql/internals@0.9.4-next.1 + ## 0.2.13-next.0 ### Patch Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index 83b4a78ba..a6ea9c9a6 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.2.13-next.0", + "version": "0.3.0-next.1", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-striper/CHANGELOG.md b/packages/vite-plugin-striper/CHANGELOG.md index b461cfd4b..a90491f82 100644 --- a/packages/vite-plugin-striper/CHANGELOG.md +++ b/packages/vite-plugin-striper/CHANGELOG.md @@ -1,5 +1,22 @@ # vite-plugin-striper +## 0.2.0-next.2 + +### 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), + [`d6b5a08`](https://github.com/jycouet/kitql/commit/d6b5a08f5a15fa9db54818ce69221817b1a7d2bf)]: + - @kitql/helpers@0.8.8-next.1 + - vite-plugin-watch-and-run@1.6.0-next.1 + - @kitql/internals@0.9.4-next.1 + ## 0.1.6-next.1 ### Patch Changes diff --git a/packages/vite-plugin-striper/package.json b/packages/vite-plugin-striper/package.json index a01699516..0002e99b9 100644 --- a/packages/vite-plugin-striper/package.json +++ b/packages/vite-plugin-striper/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.1.6-next.1", + "version": "0.2.0-next.2", "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 f6da8f3f6..53770218c 100644 --- a/packages/vite-plugin-watch-and-run/CHANGELOG.md +++ b/packages/vite-plugin-watch-and-run/CHANGELOG.md @@ -1,5 +1,19 @@ # @kitql/vite-plugin-watch-and-run +## 1.6.0-next.1 + +### 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)]: + - @kitql/helpers@0.8.8-next.1 + ## 1.5.2-next.0 ### Patch Changes diff --git a/packages/vite-plugin-watch-and-run/package.json b/packages/vite-plugin-watch-and-run/package.json index 8b0239321..8e5ebec3b 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.5.2-next.0", + "version": "1.6.0-next.1", "license": "MIT", "type": "module", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 53e5df916..1945cbfec 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.0 + specifier: 0.8.8-next.1 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.2.13-next.0 + specifier: 0.3.0-next.1 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.2.13-next.0 + specifier: 0.3.0-next.1 version: link:../../../vite-plugin-kit-routes/dist vite-plugin-striper: - specifier: 0.1.6-next.1 + specifier: 0.2.0-next.2 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.0 + specifier: 0.8.8-next.1 version: link:../helpers/dist '@theguild/eslint-config': specifier: ^0.11.1