Skip to content

Commit 408f4b1

Browse files
authored
Merge branch 'main' into feat/rtl-indic-script-support
2 parents d90d5a8 + 809f5b1 commit 408f4b1

File tree

122 files changed

+17256
-8991
lines changed

Some content is hidden

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

122 files changed

+17256
-8991
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: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,108 @@
11
# adonis
22

3+
## 0.0.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`77cf56e`](https://github.com/lingodotdev/lingo.dev/commit/77cf56e57725c680d071c6f5bc310e77c8ead463)]:
8+
- lingo.dev@0.117.10
9+
10+
## 0.0.49
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`738bf08`](https://github.com/lingodotdev/lingo.dev/commit/738bf08edfe226392ec4534e05864101bc66c39c)]:
15+
- lingo.dev@0.117.9
16+
- @lingo.dev/_compiler@0.8.4
17+
18+
## 0.0.48
19+
20+
### Patch Changes
21+
22+
- Updated dependencies [[`f6352b6`](https://github.com/lingodotdev/lingo.dev/commit/f6352b6222e425d5d184c1591a90b1d13a7effbc)]:
23+
- lingo.dev@0.117.8
24+
- @lingo.dev/_compiler@0.8.3
25+
26+
## 0.0.47
27+
28+
### Patch Changes
29+
30+
- Updated dependencies [[`ad646a4`](https://github.com/lingodotdev/lingo.dev/commit/ad646a4f44dc2f0771eb3aa2783872b4d0e55f57)]:
31+
- lingo.dev@0.117.7
32+
- @lingo.dev/_compiler@0.8.2
33+
34+
## 0.0.46
35+
36+
### Patch Changes
37+
38+
- Updated dependencies [[`a9e1af5`](https://github.com/lingodotdev/lingo.dev/commit/a9e1af5a57b9711ac1ef98b40b5f7abff4b0c31a)]:
39+
- lingo.dev@0.117.6
40+
41+
## 0.0.45
42+
43+
### Patch Changes
44+
45+
- Updated dependencies [[`a881f81`](https://github.com/lingodotdev/lingo.dev/commit/a881f8115059168dabb4cbe07a1d28ca33d36ece)]:
46+
- lingo.dev@0.117.5
47+
48+
## 0.0.44
49+
50+
### Patch Changes
51+
52+
- Updated dependencies [[`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b)]:
53+
- lingo.dev@0.117.4
54+
55+
## 0.0.43
56+
57+
### Patch Changes
58+
59+
- Updated dependencies [[`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f)]:
60+
- lingo.dev@0.117.3
61+
62+
## 0.0.42
63+
64+
### Patch Changes
65+
66+
- Updated dependencies [[`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206)]:
67+
- lingo.dev@0.117.2
68+
69+
## 0.0.41
70+
71+
### Patch Changes
72+
73+
- Updated dependencies [[`ec2f00a`](https://github.com/lingodotdev/lingo.dev/commit/ec2f00a0a1127ff4c5333ce4c6d8d691f89c4b17)]:
74+
- @lingo.dev/_compiler@0.8.1
75+
- lingo.dev@0.117.1
76+
77+
## 0.0.40
78+
79+
### Patch Changes
80+
81+
- Updated dependencies [[`48fab66`](https://github.com/lingodotdev/lingo.dev/commit/48fab66b6806455d9faa1dcb169d4c61194e2144)]:
82+
- lingo.dev@0.117.0
83+
- @lingo.dev/_compiler@0.8.0
84+
85+
## 0.0.39
86+
87+
### Patch Changes
88+
89+
- Updated dependencies [[`9c338a8`](https://github.com/lingodotdev/lingo.dev/commit/9c338a8c5fab77c386d74700a6055c73d06daafd)]:
90+
- lingo.dev@0.116.5
91+
92+
## 0.0.38
93+
94+
### Patch Changes
95+
96+
- Updated dependencies [[`3dd04bd`](https://github.com/lingodotdev/lingo.dev/commit/3dd04bd937828c16862b2b1459576931028bb01a)]:
97+
- lingo.dev@0.116.4
98+
99+
## 0.0.37
100+
101+
### Patch Changes
102+
103+
- Updated dependencies [[`dd09791`](https://github.com/lingodotdev/lingo.dev/commit/dd09791948351046e083b077805db9039ee2faf1)]:
104+
- lingo.dev@0.116.3
105+
3106
## 0.0.36
4107

5108
### 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.50",
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: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,103 @@
11
# next-app
22

3+
## 0.2.102
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`77cf56e`](https://github.com/lingodotdev/lingo.dev/commit/77cf56e57725c680d071c6f5bc310e77c8ead463)]:
8+
- lingo.dev@0.117.10
9+
10+
## 0.2.101
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`738bf08`](https://github.com/lingodotdev/lingo.dev/commit/738bf08edfe226392ec4534e05864101bc66c39c)]:
15+
- lingo.dev@0.117.9
16+
17+
## 0.2.100
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`f6352b6`](https://github.com/lingodotdev/lingo.dev/commit/f6352b6222e425d5d184c1591a90b1d13a7effbc)]:
22+
- lingo.dev@0.117.8
23+
24+
## 0.2.99
25+
26+
### Patch Changes
27+
28+
- Updated dependencies [[`ad646a4`](https://github.com/lingodotdev/lingo.dev/commit/ad646a4f44dc2f0771eb3aa2783872b4d0e55f57)]:
29+
- lingo.dev@0.117.7
30+
31+
## 0.2.98
32+
33+
### Patch Changes
34+
35+
- Updated dependencies [[`a9e1af5`](https://github.com/lingodotdev/lingo.dev/commit/a9e1af5a57b9711ac1ef98b40b5f7abff4b0c31a)]:
36+
- lingo.dev@0.117.6
37+
38+
## 0.2.97
39+
40+
### Patch Changes
41+
42+
- Updated dependencies [[`a881f81`](https://github.com/lingodotdev/lingo.dev/commit/a881f8115059168dabb4cbe07a1d28ca33d36ece)]:
43+
- lingo.dev@0.117.5
44+
45+
## 0.2.96
46+
47+
### Patch Changes
48+
49+
- Updated dependencies [[`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b)]:
50+
- lingo.dev@0.117.4
51+
52+
## 0.2.95
53+
54+
### Patch Changes
55+
56+
- Updated dependencies [[`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f)]:
57+
- lingo.dev@0.117.3
58+
59+
## 0.2.94
60+
61+
### Patch Changes
62+
63+
- Updated dependencies [[`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206)]:
64+
- lingo.dev@0.117.2
65+
66+
## 0.2.93
67+
68+
### Patch Changes
69+
70+
- Updated dependencies []:
71+
- lingo.dev@0.117.1
72+
73+
## 0.2.92
74+
75+
### Patch Changes
76+
77+
- Updated dependencies [[`48fab66`](https://github.com/lingodotdev/lingo.dev/commit/48fab66b6806455d9faa1dcb169d4c61194e2144)]:
78+
- lingo.dev@0.117.0
79+
80+
## 0.2.91
81+
82+
### Patch Changes
83+
84+
- Updated dependencies [[`9c338a8`](https://github.com/lingodotdev/lingo.dev/commit/9c338a8c5fab77c386d74700a6055c73d06daafd)]:
85+
- lingo.dev@0.116.5
86+
87+
## 0.2.90
88+
89+
### Patch Changes
90+
91+
- Updated dependencies [[`3dd04bd`](https://github.com/lingodotdev/lingo.dev/commit/3dd04bd937828c16862b2b1459576931028bb01a)]:
92+
- lingo.dev@0.116.4
93+
94+
## 0.2.89
95+
96+
### Patch Changes
97+
98+
- Updated dependencies [[`dd09791`](https://github.com/lingodotdev/lingo.dev/commit/dd09791948351046e083b077805db9039ee2faf1)]:
99+
- lingo.dev@0.116.3
100+
3101
## 0.2.88
4102

5103
### 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.102",
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
}

0 commit comments

Comments
 (0)