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
5 changes: 0 additions & 5 deletions .changeset/eighty-teachers-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-coats-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-garlics-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-ghosts-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-rules-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-years-obey.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-rice-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-horses-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-ducks-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-walls-sort.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-config-kitql

## 0.4.0

### Minor Changes

- [#733](https://github.com/jycouet/kitql/pull/733)
[`8aee9fa`](https://github.com/jycouet/kitql/commit/8aee9fae8d8440a39c85afa3852e4767479c267b)
Thanks [@jycouet](https://github.com/jycouet)! - Bump to eslint 9 and prettier 3

### Patch Changes

- Updated dependencies []:
- @kitql/helpers@0.8.10

## 0.4.0-next.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitql/eslint-config",
"version": "0.4.0-next.6",
"version": "0.4.0",
"type": "module",
"description": "opinionated linting and formatting for projects",
"repository": {
Expand Down Expand Up @@ -46,14 +46,14 @@
"@typescript-eslint/parser": "^8.5.0",
"commander": "12.1.0",
"eslint": "^9.10.0",
"eslint-plugin-svelte": "2.43.0",
"eslint-plugin-svelte": "2.44.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "15.9.0",
"ora": "^8.1.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-tailwindcss": "0.6.6",
"typescript-eslint": "8.5.0"
"typescript-eslint": "8.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
15 changes: 15 additions & 0 deletions packages/internals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @kitql/internals

## 0.9.10

### Patch Changes

- [#731](https://github.com/jycouet/kitql/pull/731)
[`1bd5ea8`](https://github.com/jycouet/kitql/commit/1bd5ea8c5dc08f995b16d015d23dd577a14a7cf6)
Thanks [@jycouet](https://github.com/jycouet)! - bump internal usage of svelte

- [#736](https://github.com/jycouet/kitql/pull/736)
[`ae8115d`](https://github.com/jycouet/kitql/commit/ae8115da293cd0475472c120410735cdff0f2948)
Thanks [@jycouet](https://github.com/jycouet)! - add findFileOrUp

- Updated dependencies []:
- @kitql/helpers@0.8.10

## 0.9.10-next.1

### 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.10-next.1",
"version": "0.9.10",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/vite-plugin-kit-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# vite-plugin-kit-routes

## 0.6.11

### Patch Changes

- [#745](https://github.com/jycouet/kitql/pull/745)
[`a3d166d`](https://github.com/jycouet/kitql/commit/a3d166d67165822a9b1895f4e771be33970100e1)
Thanks [@jycouet](https://github.com/jycouet)! - Doesn't generate when +page.svelte is saved (only
create or delete)

- Updated dependencies
[[`1bd5ea8`](https://github.com/jycouet/kitql/commit/1bd5ea8c5dc08f995b16d015d23dd577a14a7cf6),
[`ae8115d`](https://github.com/jycouet/kitql/commit/ae8115da293cd0475472c120410735cdff0f2948)]:
- @kitql/internals@0.9.10
- @kitql/helpers@0.8.10
- vite-plugin-watch-and-run@1.7.1

## 0.6.11-next.1

### 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.6.11-next.1",
"version": "0.6.11",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vite-plugin-stripper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# vite-plugin-stripper

## 0.5.5

### Patch Changes

- Updated dependencies
[[`1bd5ea8`](https://github.com/jycouet/kitql/commit/1bd5ea8c5dc08f995b16d015d23dd577a14a7cf6),
[`ae8115d`](https://github.com/jycouet/kitql/commit/ae8115da293cd0475472c120410735cdff0f2948)]:
- @kitql/internals@0.9.10
- @kitql/helpers@0.8.10
- vite-plugin-watch-and-run@1.7.1

## 0.5.5-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-stripper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"vite"
],
"version": "0.5.5-next.1",
"version": "0.5.5",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
Loading