Skip to content

Commit d0f5200

Browse files
authored
chore: fix turbo development scripts and stabilize pnpm version (#3412)
1 parent 73467e0 commit d0f5200

File tree

9 files changed

+36
-38
lines changed

9 files changed

+36
-38
lines changed

.github/workflows/prerelease-tolgee-5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- name: Build
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '20'
25+
node-version: 22
2626

2727
- uses: pnpm/action-setup@v3
2828
name: Install pnpm
2929
id: pnpm-install
3030
with:
31-
version: 8.6.12
31+
version: 8.15.9
3232
run_install: false
3333

3434
- name: Set git globals

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Build
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: 22
2222

2323
- uses: pnpm/action-setup@v3
2424
name: Install pnpm
2525
id: pnpm-install
2626
with:
27-
version: 8.6.12
27+
version: 8.15.9
2828
run_install: false
2929

3030
- name: Create branch

.github/workflows/publish-examples-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: '20'
36+
node-version: 22
3737

3838
- name: Read last commit
3939
id: get-commit-message

.github/workflows/publish-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: '20'
37+
node-version: 22
3838

3939
- name: Read last commit
4040
id: get-commit-message

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- name: Build
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20'
24+
node-version: 22
2525

2626
- uses: pnpm/action-setup@v3
2727
name: Install pnpm
2828
id: pnpm-install
2929
with:
30-
version: 8.6.12
30+
version: 8.15.9
3131
run_install: false
3232

3333
- name: Set git globals

.github/workflows/report-intermittent-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
- name: Setup node
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: '20'
16+
node-version: 22
1717

1818
- uses: pnpm/action-setup@v3
1919
name: Install pnpm
2020
id: pnpm-install
2121
with:
22-
version: 8.6.12
22+
version: 8.15.9
2323
run_install: false
2424

2525
- uses: actions/cache@v4
@@ -56,13 +56,13 @@ jobs:
5656
- name: Setup node
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: '20'
59+
node-version: 22
6060

6161
- uses: pnpm/action-setup@v3
6262
name: Install pnpm
6363
id: pnpm-install
6464
with:
65-
version: 8.6.12
65+
version: 8.15.9
6666
run_install: false
6767

6868
- uses: actions/cache@v4
@@ -115,13 +115,13 @@ jobs:
115115
- name: Setup node
116116
uses: actions/setup-node@v4
117117
with:
118-
node-version: '20'
118+
node-version: 22
119119

120120
- uses: pnpm/action-setup@v3
121121
name: Install pnpm
122122
id: pnpm-install
123123
with:
124-
version: 8.6.12
124+
version: 8.15.9
125125
run_install: false
126126

127127
- uses: actions/cache@v4

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '20'
17+
node-version: 22
1818

1919
- uses: pnpm/action-setup@v3
2020
name: Install pnpm
2121
id: pnpm-install
2222
with:
23-
version: 8.6.12
23+
version: 8.15.9
2424
run_install: false
2525

2626
- uses: actions/cache@v4
@@ -59,13 +59,13 @@ jobs:
5959

6060
- uses: actions/setup-node@v4
6161
with:
62-
node-version: '20'
62+
node-version: 22
6363

6464
- uses: pnpm/action-setup@v3
6565
name: Install pnpm
6666
id: pnpm-install
6767
with:
68-
version: 8.6.12
68+
version: 8.15.9
6969
run_install: false
7070

7171
- uses: actions/cache@v4
@@ -147,7 +147,7 @@ jobs:
147147
name: Install pnpm
148148
id: pnpm-install
149149
with:
150-
version: 8.6.12
150+
version: 8.15.9
151151
run_install: false
152152

153153
- uses: actions/cache@v4
@@ -207,13 +207,13 @@ jobs:
207207
- name: Setup node
208208
uses: actions/setup-node@v4
209209
with:
210-
node-version: '20'
210+
node-version: 22
211211

212212
- uses: pnpm/action-setup@v3
213213
name: Install pnpm
214214
id: pnpm-install
215215
with:
216-
version: 8.6.12
216+
version: 8.15.9
217217
run_install: false
218218

219219
- uses: actions/cache@v4

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"test": "turbo run test --cache-dir='.turbo' && npm run testRoot",
1414
"testRoot": "jest --runInBand",
1515
"eslint": "eslint --ext .ts --ext .tsx --max-warnings 0 .",
16-
"dev:web": "turbo run dev --parallel --no-deps --include-dependencies --cache-dir='.turbo' --scope='@tolgee/web'",
17-
"develop": "turbo run develop --parallel --include-dependencies --cache-dir='.turbo'",
18-
"develop:web": "npm run develop -- --scope=@tolgee/web-testapp",
19-
"develop:react": "npm run develop -- --scope=@tolgee/react-testapp",
20-
"develop:vue": "npm run develop -- --scope=@tolgee/vue-testapp",
21-
"develop:svelte": "npm run develop -- --scope=@tolgee/svelte-testapp",
22-
"develop:ngx": "npm run develop -- --scope=@tolgee/ngx-testapp --scope=@tolgee/ngx-workspace",
23-
"develop:next": "npm run develop -- --scope=@tolgee/next-testapp",
24-
"develop:next-internal": "npm run develop -- --scope=@tolgee/next-internal-testapp",
25-
"develop:react-i18next": "npm run develop -- --scope=@tolgee/react-i18next-testapp",
26-
"develop:vue-i18next": "npm run develop -- --scope=@tolgee/vue-i18next-testapp",
27-
"develop:next-app": "npm run develop -- --scope=@tolgee/next-app-testapp",
28-
"develop:next-app-intl": "npm run develop -- --scope=@tolgee/next-app-intl-testapp",
29-
"develop:vue-ssr": "npm run develop -- --scope=@tolgee/vue-ssr-testapp",
16+
"dev:web": "turbo run dev --parallel --cache-dir='.turbo' --filter=@tolgee/web",
17+
"develop": "turbo run develop --parallel --cache-dir='.turbo'",
18+
"develop:web": "npm run develop -- --filter=@tolgee/web-testapp...",
19+
"develop:react": "npm run develop -- --filter=@tolgee/react-testapp...",
20+
"develop:vue": "npm run develop -- --filter=@tolgee/vue-testapp...",
21+
"develop:svelte": "npm run develop -- --filter=@tolgee/svelte-testapp...",
22+
"develop:ngx": "npm run develop -- --filter=@tolgee/ngx-testapp --filter=@tolgee/ngx-workspace...",
23+
"develop:next": "npm run develop -- --filter=@tolgee/next-testapp...",
24+
"develop:next-internal": "npm run develop -- --filter=@tolgee/next-internal-testapp...",
25+
"develop:react-i18next": "npm run develop -- --filter=@tolgee/react-i18next-testapp...",
26+
"develop:vue-i18next": "npm run develop -- --filter=@tolgee/vue-i18next-testapp...",
27+
"develop:next-app": "npm run develop -- --filter=@tolgee/next-app-testapp...",
28+
"develop:next-app-intl": "npm run develop -- --filter=@tolgee/next-app-intl-testapp...",
29+
"develop:vue-ssr": "npm run develop -- --filter=@tolgee/vue-ssr-testapp...",
3030
"build:e2e": "turbo run build:e2e --cache-dir='.turbo'",
3131
"test:e2e": "pnpm run build:e2e && pnpm --prefix e2e run start",
3232
"clean": "turbo run clean --cache-dir='.turbo'",
@@ -77,7 +77,7 @@
7777
"@commitlint/config-conventional"
7878
]
7979
},
80-
"packageManager": "pnpm@8.6.12+sha256.3ed40ffc6cbb00790ab325e9d3ff5517a3ed5b763ec53a411707b1702a411174",
80+
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
8181
"dependencies": {
8282
"ts-jest": "^29.0.3"
8383
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)