Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"dependsOn": ["^build"],
"cache": true
},
"lint": {
"dependsOn": ["^build"]
},
"test:ci": {
"dependsOn": ["^build"],
"cache": true
},
"lint": {
"dependsOn": ["^build", "build", "test:ci"]
}
},
"affected": {
Expand Down
12 changes: 12 additions & 0 deletions packages/create-kitql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/create-kitql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"svelte",
"sveltekit"
],
"version": "0.1.2-next.0",
"version": "0.1.2-next.1",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kitql/templates/kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/create-kitql/templates/sveltekit-remult/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
12 changes: 12 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"eslint",
"eslint-config"
],
"version": "0.1.0-next.0",
"version": "0.1.0-next.1",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ansi",
"log"
],
"version": "0.8.8-next.0",
"version": "0.8.8-next.1",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/internals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"AST",
"fs"
],
"version": "0.9.4-next.0",
"version": "0.9.4-next.1",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/vite-plugin-kit-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"vite"
],
"version": "0.2.13-next.0",
"version": "0.3.0-next.1",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/vite-plugin-striper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-striper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"vite"
],
"version": "0.1.6-next.1",
"version": "0.2.0-next.2",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/vite-plugin-watch-and-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-watch-and-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"vite"
],
"version": "1.5.2-next.0",
"version": "1.6.0-next.1",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.