Skip to content

Commit 3973c88

Browse files
Merge remote-tracking branch 'upstream/main' into best/aisdk-provider-upgrades
2 parents e07f972 + 1ccfd66 commit 3973c88

File tree

31 files changed

+675
-242
lines changed

31 files changed

+675
-242
lines changed

.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.19"
51+
node-version: "22"
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.19"
36+
node-version: "22"
3737

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

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
permissions:
1818
contents: write
1919
pull-requests: write
20+
id-token: write
2021
steps:
2122
- name: Checkout
2223
uses: actions/checkout@v4
@@ -38,7 +39,10 @@ jobs:
3839
- name: Use Node.js
3940
uses: actions/setup-node@v4
4041
with:
41-
node-version: "20.19"
42+
node-version: "22"
43+
44+
- name: Upgrade npm for OIDC support
45+
run: npm install -g [email protected]
4246

4347
- name: Install pnpm
4448
uses: pnpm/action-setup@v4
@@ -93,4 +97,4 @@ jobs:
9397
commit: "chore: bump package version"
9498
env:
9599
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
100+
NPM_CONFIG_PROVENANCE: true

demo/adonisjs/CHANGELOG.md

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

3+
## 0.0.54
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7367bee`](https://github.com/lingodotdev/lingo.dev/commit/7367bee3318a14647bf9bd0105270b2492fcec31)]:
8+
9+
10+
## 0.0.53
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`1a857bd`](https://github.com/lingodotdev/lingo.dev/commit/1a857bdf76d50afb3024a2437da5fd60e6721bb9)]:
15+
- @lingo.dev/_[email protected]
16+
17+
18+
## 0.0.52
19+
20+
### Patch Changes
21+
22+
- [#1665](https://github.com/lingodotdev/lingo.dev/pull/1665) [`b898777`](https://github.com/lingodotdev/lingo.dev/commit/b89877729555025e0380451fa495573c2a114a6b) Thanks [@vrcprl](https://github.com/vrcprl)! - Upd react version
23+
24+
- Updated dependencies [[`b898777`](https://github.com/lingodotdev/lingo.dev/commit/b89877729555025e0380451fa495573c2a114a6b)]:
25+
26+
27+
## 0.0.51
28+
29+
### Patch Changes
30+
31+
- Updated dependencies [[`1b2980d`](https://github.com/lingodotdev/lingo.dev/commit/1b2980d9215eca4f2db101af530680d6eb3be8eb)]:
32+
- @lingo.dev/_[email protected]
33+
34+
335
## 0.0.50
436

537
### Patch Changes

demo/adonisjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adonis",
3-
"version": "0.0.50",
3+
"version": "0.0.54",
44
"private": true,
55
"type": "module",
66
"license": "UNLICENSED",
@@ -63,8 +63,8 @@
6363
"@vinejs/vine": "3.0.1",
6464
"edge.js": "6.3.0",
6565
"lingo.dev": "workspace:*",
66-
"react": "19.2.0",
67-
"react-dom": "19.2.0",
66+
"react": "19.2.1",
67+
"react-dom": "19.2.1",
6868
"reflect-metadata": "0.2.2"
6969
},
7070
"hotHook": {

demo/next-app/CHANGELOG.md

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

3+
## 0.2.106
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7367bee`](https://github.com/lingodotdev/lingo.dev/commit/7367bee3318a14647bf9bd0105270b2492fcec31)]:
8+
9+
10+
## 0.2.105
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`1a857bd`](https://github.com/lingodotdev/lingo.dev/commit/1a857bdf76d50afb3024a2437da5fd60e6721bb9)]:
15+
16+
17+
## 0.2.104
18+
19+
### Patch Changes
20+
21+
- [#1665](https://github.com/lingodotdev/lingo.dev/pull/1665) [`b898777`](https://github.com/lingodotdev/lingo.dev/commit/b89877729555025e0380451fa495573c2a114a6b) Thanks [@vrcprl](https://github.com/vrcprl)! - Upd react version
22+
23+
- Updated dependencies [[`b898777`](https://github.com/lingodotdev/lingo.dev/commit/b89877729555025e0380451fa495573c2a114a6b)]:
24+
25+
26+
## 0.2.103
27+
28+
### Patch Changes
29+
30+
- Updated dependencies []:
31+
32+
333
## 0.2.102
434

535
### Patch Changes

demo/next-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.2.102",
3+
"version": "0.2.106",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"lingo.dev": "workspace:*",
13-
"next": "15.3.1",
14-
"react": "19.2.0",
15-
"react-dom": "19.2.0"
13+
"next": "15.3.6",
14+
"react": "19.2.1",
15+
"react-dom": "19.2.1"
1616
},
1717
"devDependencies": {
1818
"@eslint/eslintrc": "3",

demo/react-router-app/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# react-router-app
22

3+
## 1.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7367bee`](https://github.com/lingodotdev/lingo.dev/commit/7367bee3318a14647bf9bd0105270b2492fcec31)]:
8+
9+
10+
## 1.0.14
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`1a857bd`](https://github.com/lingodotdev/lingo.dev/commit/1a857bdf76d50afb3024a2437da5fd60e6721bb9)]:
15+
16+
17+
## 1.0.13
18+
19+
### Patch Changes
20+
21+
- [#1665](https://github.com/lingodotdev/lingo.dev/pull/1665) [`b898777`](https://github.com/lingodotdev/lingo.dev/commit/b89877729555025e0380451fa495573c2a114a6b) Thanks [@vrcprl](https://github.com/vrcprl)! - Upd react version
22+
23+
- Updated dependencies [[`b898777`](https://github.com/lingodotdev/lingo.dev/commit/b89877729555025e0380451fa495573c2a114a6b)]:
24+
25+
26+
## 1.0.12
27+
28+
### Patch Changes
29+
30+
- Updated dependencies []:
31+
32+
333
## 1.0.11
434

535
### Patch Changes

demo/react-router-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-app",
3-
"version": "1.0.11",
3+
"version": "1.0.15",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -14,8 +14,8 @@
1414
"@react-router/serve": "7.9.6",
1515
"isbot": "5.1.32",
1616
"lingo.dev": "workspace:*",
17-
"react": "19.2.0",
18-
"react-dom": "19.2.0",
17+
"react": "19.2.1",
18+
"react-dom": "19.2.1",
1919
"react-router": "7.9.6"
2020
},
2121
"devDependencies": {

demo/vite-project/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vite-project
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#1665](https://github.com/lingodotdev/lingo.dev/pull/1665) [`b898777`](https://github.com/lingodotdev/lingo.dev/commit/b89877729555025e0380451fa495573c2a114a6b) Thanks [@vrcprl](https://github.com/vrcprl)! - Upd react version
8+
39
## 0.0.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)