Skip to content

Commit e0a9fc5

Browse files
committed
chore: release v0.1.5
1 parent 04a358c commit e0a9fc5

File tree

8 files changed

+172
-152
lines changed

8 files changed

+172
-152
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

bun.lock

Lines changed: 128 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
33
"root": false,
44
"extends": "//"
55
}

examples/basic/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
},
1010
"dependencies": {
1111
"eden-tanstack-react-query": "workspace:*",
12-
"@tanstack/react-query": "^5.66.0",
13-
"@elysiajs/eden": "^1.2.0",
14-
"@elysiajs/cors": "^1.2.0",
15-
"elysia": "^1.2.0",
16-
"react": "^19.0.3",
17-
"react-dom": "^19.0.3"
12+
"@tanstack/react-query": "5.90.20",
13+
"@elysiajs/eden": "^1.4.6",
14+
"@elysiajs/cors": "^1.4.1",
15+
"elysia": "^1.4.22",
16+
"react": "^19.2.3",
17+
"react-dom": "^19.2.3"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^19.0.0",
21-
"@types/react-dom": "^19.0.0",
22-
"@vitejs/plugin-react": "^4.0.0",
23-
"concurrently": "^9.0.0",
24-
"vite": "^6.0.0"
20+
"@types/react": "^19.2.9",
21+
"@types/react-dom": "^19.2.3",
22+
"@vitejs/plugin-react": "^5.1.2",
23+
"concurrently": "^9.2.1",
24+
"vite": "^7.3.1"
2525
}
2626
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eden-tanstack-query",
33
"private": true,
44
"type": "module",
5-
"packageManager": "bun@1.3.3",
5+
"packageManager": "bun@1.3.6",
66
"license": "Apache-2.0",
77
"author": "Ilya Zhidkov",
88
"repository": {
@@ -30,14 +30,14 @@
3030
"format": "bunx biome format --write ."
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "2.3.8",
34-
"@testing-library/jest-dom": "^6.6.0",
35-
"@testing-library/react": "^16.3.0",
33+
"@biomejs/biome": "2.3.12",
34+
"@testing-library/jest-dom": "^6.9.1",
35+
"@testing-library/react": "^16.3.2",
3636
"@types/bun": "latest",
37-
"@vitest/coverage-v8": "^4.0.15",
38-
"@vitest/ui": "^4.0.15",
39-
"happy-dom": "20.0.11",
37+
"@vitest/coverage-v8": "^4.0.18",
38+
"@vitest/ui": "^4.0.18",
39+
"happy-dom": "20.3.7",
4040
"typescript": "^5.9.3",
41-
"vitest": "^4.0.15"
41+
"vitest": "^4.0.18"
4242
}
4343
}

packages/eden-tanstack-query/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.5] - 2026-01-25
9+
10+
### Changed
11+
- Updated all dependencies to latest versions
12+
- Biome 2.3.8 → 2.3.12
13+
- Elysia/Eden 1.2 → 1.4
14+
- React 19.0 → 19.2
15+
- TanStack Query 5.90.19 → 5.90.20
16+
- happy-dom 18 → 20
17+
818
## [0.1.4] - 2025-12-17
919

1020
### Fixed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
33
"root": false,
44
"extends": "//"
55
}

packages/eden-tanstack-query/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eden-tanstack-react-query",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Type-safe TanStack Query integration for Elysia Eden - like tRPC for Elysia",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -33,17 +33,17 @@
3333
"react": "^18.0.0 || >=19.0.3 <19.1.0 || >=19.1.4 <19.2.0 || >=19.2.3 <20.0.0"
3434
},
3535
"devDependencies": {
36-
"@happy-dom/global-registrator": "^18.0.0",
37-
"@tanstack/react-query": "^5.66.0",
38-
"@elysiajs/eden": "^1.2.0",
39-
"@testing-library/dom": "^10.0.0",
40-
"@testing-library/jest-dom": "^6.6.0",
41-
"@testing-library/react": "^16.3.0",
42-
"elysia": "^1.2.0",
43-
"react": "^19.0.3",
44-
"react-dom": "^19.0.3",
45-
"@types/react": "^19.0.0",
46-
"@types/react-dom": "^19.0.0"
36+
"@happy-dom/global-registrator": "^20.3.7",
37+
"@tanstack/react-query": "5.90.20",
38+
"@elysiajs/eden": "^1.4.6",
39+
"@testing-library/dom": "^10.4.1",
40+
"@testing-library/jest-dom": "^6.9.1",
41+
"@testing-library/react": "^16.3.2",
42+
"elysia": "^1.4.22",
43+
"react": "^19.2.3",
44+
"react-dom": "^19.2.3",
45+
"@types/react": "^19.2.9",
46+
"@types/react-dom": "^19.2.3"
4747
},
4848
"keywords": [
4949
"elysia",

0 commit comments

Comments
 (0)