Skip to content

Commit 8befa12

Browse files
authored
Merge branch 'main' into add-malayalam-translation
2 parents 1543443 + c9ca78d commit 8befa12

File tree

103 files changed

+13501
-8413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+13501
-8413
lines changed

.changeset/selfish-ads-exist.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/lingodotdev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Use Node.js
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: "20.17"
51+
node-version: "20.19"
5252

5353
- name: Lingo.dev
5454
uses: ./

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Use Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: "20.17"
36+
node-version: "20.19"
3737

3838
- name: Install pnpm
3939
uses: pnpm/action-setup@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Use Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: "20.17"
41+
node-version: "20.19"
4242

4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v4

.syncpackrc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"semverGroups": [
3+
{
4+
"dependencies": ["**"],
5+
"dependencyTypes": ["prod", "dev"],
6+
"range": ""
7+
}
8+
]
9+
}

demo/adonisjs/CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,77 @@
11
# adonis
22

3+
## 0.0.46
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9e1af5`](https://github.com/lingodotdev/lingo.dev/commit/a9e1af5a57b9711ac1ef98b40b5f7abff4b0c31a)]:
8+
9+
10+
## 0.0.45
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`a881f81`](https://github.com/lingodotdev/lingo.dev/commit/a881f8115059168dabb4cbe07a1d28ca33d36ece)]:
15+
16+
17+
## 0.0.44
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b)]:
22+
23+
24+
## 0.0.43
25+
26+
### Patch Changes
27+
28+
- Updated dependencies [[`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f)]:
29+
30+
31+
## 0.0.42
32+
33+
### Patch Changes
34+
35+
- Updated dependencies [[`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206)]:
36+
37+
38+
## 0.0.41
39+
40+
### Patch Changes
41+
42+
- Updated dependencies [[`ec2f00a`](https://github.com/lingodotdev/lingo.dev/commit/ec2f00a0a1127ff4c5333ce4c6d8d691f89c4b17)]:
43+
- @lingo.dev/_[email protected]
44+
45+
46+
## 0.0.40
47+
48+
### Patch Changes
49+
50+
- Updated dependencies [[`48fab66`](https://github.com/lingodotdev/lingo.dev/commit/48fab66b6806455d9faa1dcb169d4c61194e2144)]:
51+
52+
- @lingo.dev/_[email protected]
53+
54+
## 0.0.39
55+
56+
### Patch Changes
57+
58+
- Updated dependencies [[`9c338a8`](https://github.com/lingodotdev/lingo.dev/commit/9c338a8c5fab77c386d74700a6055c73d06daafd)]:
59+
60+
61+
## 0.0.38
62+
63+
### Patch Changes
64+
65+
- Updated dependencies [[`3dd04bd`](https://github.com/lingodotdev/lingo.dev/commit/3dd04bd937828c16862b2b1459576931028bb01a)]:
66+
67+
68+
## 0.0.37
69+
70+
### Patch Changes
71+
72+
- Updated dependencies [[`dd09791`](https://github.com/lingodotdev/lingo.dev/commit/dd09791948351046e083b077805db9039ee2faf1)]:
73+
74+
375
## 0.0.36
476

577
### Patch Changes

demo/adonisjs/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adonis",
3-
"version": "0.0.36",
3+
"version": "0.0.46",
44
"private": true,
55
"type": "module",
66
"license": "UNLICENSED",
@@ -30,42 +30,42 @@
3030
"#config/*": "./config/*.js"
3131
},
3232
"devDependencies": {
33-
"@adonisjs/assembler": "^7.8.2",
34-
"@adonisjs/eslint-config": "^2.0.0",
35-
"@adonisjs/tsconfig": "^1.4.0",
36-
"@japa/assert": "^4.0.1",
37-
"@japa/plugin-adonisjs": "^4.0.0",
38-
"@japa/runner": "^4.2.0",
39-
"@swc/core": "1.11.24",
40-
"@types/node": "^22.15.18",
41-
"@types/react": "^19.1.8",
42-
"@types/react-dom": "^19.1.6",
43-
"@vitejs/plugin-react": "^4.7.0",
44-
"eslint": "^9.26.0",
45-
"hot-hook": "^0.4.0",
46-
"pino-pretty": "^13.0.0",
47-
"ts-node-maintained": "^10.9.5",
48-
"typescript": "~5.8.3",
49-
"vite": "^6.3.5"
33+
"@adonisjs/assembler": "7.8.2",
34+
"@adonisjs/eslint-config": "2.1.2",
35+
"@adonisjs/tsconfig": "1.4.1",
36+
"@japa/assert": "4.1.1",
37+
"@japa/plugin-adonisjs": "4.0.0",
38+
"@japa/runner": "4.4.0",
39+
"@swc/core": "1.15.3",
40+
"@types/node": "22.15.18",
41+
"@types/react": "19.2.7",
42+
"@types/react-dom": "19.2.3",
43+
"@vitejs/plugin-react": "4.7.0",
44+
"eslint": "9.39.1",
45+
"hot-hook": "0.4.0",
46+
"pino-pretty": "13.1.2",
47+
"ts-node-maintained": "10.9.6",
48+
"typescript": "5.9.3",
49+
"vite": "6.3.5"
5050
},
5151
"dependencies": {
52-
"@adonisjs/auth": "^9.4.0",
53-
"@adonisjs/core": "^6.18.0",
54-
"@adonisjs/cors": "^2.2.1",
55-
"@adonisjs/inertia": "^3.1.1",
56-
"@adonisjs/lucid": "^21.6.1",
57-
"@adonisjs/session": "^7.5.1",
58-
"@adonisjs/shield": "^8.2.0",
59-
"@adonisjs/static": "^1.1.1",
60-
"@adonisjs/vite": "^4.0.0",
61-
"@inertiajs/react": "^2.0.17",
52+
"@adonisjs/auth": "9.5.1",
53+
"@adonisjs/core": "6.19.1",
54+
"@adonisjs/cors": "2.2.1",
55+
"@adonisjs/inertia": "3.1.1",
56+
"@adonisjs/lucid": "21.8.1",
57+
"@adonisjs/session": "7.5.1",
58+
"@adonisjs/shield": "8.2.0",
59+
"@adonisjs/static": "1.1.1",
60+
"@adonisjs/vite": "4.0.0",
61+
"@inertiajs/react": "2.2.18",
6262
"@lingo.dev/_compiler": "workspace:^",
63-
"@vinejs/vine": "^3.0.1",
64-
"edge.js": "^6.2.1",
63+
"@vinejs/vine": "3.0.1",
64+
"edge.js": "6.3.0",
6565
"lingo.dev": "workspace:*",
66-
"react": "^19.1.0",
67-
"react-dom": "^19.1.0",
68-
"reflect-metadata": "^0.2.2"
66+
"react": "19.2.0",
67+
"react-dom": "19.2.0",
68+
"reflect-metadata": "0.2.2"
6969
},
7070
"hotHook": {
7171
"boundaries": [

demo/next-app/CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,75 @@
11
# next-app
22

3+
## 0.2.98
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9e1af5`](https://github.com/lingodotdev/lingo.dev/commit/a9e1af5a57b9711ac1ef98b40b5f7abff4b0c31a)]:
8+
9+
10+
## 0.2.97
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`a881f81`](https://github.com/lingodotdev/lingo.dev/commit/a881f8115059168dabb4cbe07a1d28ca33d36ece)]:
15+
16+
17+
## 0.2.96
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b)]:
22+
23+
24+
## 0.2.95
25+
26+
### Patch Changes
27+
28+
- Updated dependencies [[`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f)]:
29+
30+
31+
## 0.2.94
32+
33+
### Patch Changes
34+
35+
- Updated dependencies [[`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206)]:
36+
37+
38+
## 0.2.93
39+
40+
### Patch Changes
41+
42+
- Updated dependencies []:
43+
44+
45+
## 0.2.92
46+
47+
### Patch Changes
48+
49+
- Updated dependencies [[`48fab66`](https://github.com/lingodotdev/lingo.dev/commit/48fab66b6806455d9faa1dcb169d4c61194e2144)]:
50+
51+
52+
## 0.2.91
53+
54+
### Patch Changes
55+
56+
- Updated dependencies [[`9c338a8`](https://github.com/lingodotdev/lingo.dev/commit/9c338a8c5fab77c386d74700a6055c73d06daafd)]:
57+
58+
59+
## 0.2.90
60+
61+
### Patch Changes
62+
63+
- Updated dependencies [[`3dd04bd`](https://github.com/lingodotdev/lingo.dev/commit/3dd04bd937828c16862b2b1459576931028bb01a)]:
64+
65+
66+
## 0.2.89
67+
68+
### Patch Changes
69+
70+
- Updated dependencies [[`dd09791`](https://github.com/lingodotdev/lingo.dev/commit/dd09791948351046e083b077805db9039ee2faf1)]:
71+
72+
373
## 0.2.88
474

575
### Patch Changes

demo/next-app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.2.88",
3+
"version": "0.2.98",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -10,19 +10,19 @@
1010
},
1111
"dependencies": {
1212
"lingo.dev": "workspace:*",
13-
"react": "^19.0.0",
14-
"react-dom": "^19.0.0",
15-
"next": "15.3.1"
13+
"next": "15.3.1",
14+
"react": "19.2.0",
15+
"react-dom": "19.2.0"
1616
},
1717
"devDependencies": {
18-
"typescript": "^5",
19-
"@types/node": "^20",
20-
"@types/react": "^19",
21-
"@types/react-dom": "^19",
22-
"@tailwindcss/postcss": "^4",
23-
"tailwindcss": "^4",
24-
"eslint": "^9",
18+
"@eslint/eslintrc": "3",
19+
"@tailwindcss/postcss": "4.1.17",
20+
"@types/node": "20.19.25",
21+
"@types/react": "19.2.7",
22+
"@types/react-dom": "19.2.3",
23+
"eslint": "9.39.1",
2524
"eslint-config-next": "15.3.1",
26-
"@eslint/eslintrc": "^3"
25+
"tailwindcss": "4.1.17",
26+
"typescript": "5.9.3"
2727
}
2828
}

demo/react-router-app/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# react-router-app
2+
3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9e1af5`](https://github.com/lingodotdev/lingo.dev/commit/a9e1af5a57b9711ac1ef98b40b5f7abff4b0c31a)]:
8+
9+
10+
## 1.0.6
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`a881f81`](https://github.com/lingodotdev/lingo.dev/commit/a881f8115059168dabb4cbe07a1d28ca33d36ece)]:
15+
16+
17+
## 1.0.5
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b)]:
22+
23+
24+
## 1.0.4
25+
26+
### Patch Changes
27+
28+
- Updated dependencies [[`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f)]:
29+
30+
31+
## 1.0.3
32+
33+
### Patch Changes
34+
35+
- Updated dependencies [[`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206)]:
36+
37+
38+
## 1.0.2
39+
40+
### Patch Changes
41+
42+
- Updated dependencies []:
43+
44+
45+
## 1.0.1
46+
47+
### Patch Changes
48+
49+
- Updated dependencies [[`48fab66`](https://github.com/lingodotdev/lingo.dev/commit/48fab66b6806455d9faa1dcb169d4c61194e2144)]:
50+

0 commit comments

Comments
 (0)