Skip to content

Commit b433eef

Browse files
committed
chore(deps): refresh JS and Rust dependency pins
1 parent 4b8f477 commit b433eef

8 files changed

Lines changed: 434 additions & 622 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup pnpm (Corepack)
3131
run: |
3232
corepack enable
33-
corepack prepare pnpm@11.13.1 --activate
33+
corepack prepare pnpm@11.18.0 --activate
3434
3535
- name: Install dependencies
3636
run: pnpm install --frozen-lockfile
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup pnpm (Corepack)
6262
run: |
6363
corepack enable
64-
corepack prepare pnpm@11.13.1 --activate
64+
corepack prepare pnpm@11.18.0 --activate
6565
6666
- name: Install dependencies
6767
run: pnpm install --frozen-lockfile
@@ -165,3 +165,4 @@ jobs:
165165

166166

167167

168+

.github/workflows/release-autoupdate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup pnpm (Corepack)
5151
run: |
5252
corepack enable
53-
corepack prepare pnpm@11.13.1 --activate
53+
corepack prepare pnpm@11.18.0 --activate
5454
5555
- name: Setup Rust toolchain
5656
uses: dtolnay/rust-toolchain@stable
@@ -197,7 +197,7 @@ jobs:
197197
- name: Setup pnpm (Corepack)
198198
run: |
199199
corepack enable
200-
corepack prepare pnpm@11.13.1 --activate
200+
corepack prepare pnpm@11.18.0 --activate
201201
202202
- name: Setup Rust toolchain
203203
uses: dtolnay/rust-toolchain@stable
@@ -497,3 +497,4 @@ jobs:
497497
498498
499499
500+

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> Forked on 2026-03-25 from Pomatez v1.10.0.
77
> Thanks to the original author for the solid foundation.
88
9-
## [26.7.3] - 2026-07-17
9+
## [26.7.3] - 2026-07-30
1010

1111
### Added
1212

@@ -22,6 +22,7 @@
2222

2323
- **Release operations now describe the signed updater payloads actually published by CI** — x86_64 archive assets, feed entry checks, single-platform dispatch conditions, and local preflight limitations are explicit.
2424
- **Verified maintenance residue was removed** — unused renderer code, direct JavaScript dependencies, stale translations, Yarn artifacts, and obsolete Rust comparison scripts were removed without changing active native plugins.
25+
- **Project dependencies were refreshed** — the pnpm pin, JS runtime/tooling packages, and Rust serialization/dialog crates were updated across the manifests, workflow pins, and lockfiles without intentional behavior changes.
2526

2627
## [26.7.2] - 2026-07-10
2728

CHANGELOG.pt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> Fork iniciado em 2026-03-25 a partir do Pomatez v1.10.0.
77
> Agradecimento ao autor original pela base sólida.
88
9-
## [26.7.3] - 2026-07-17
9+
## [26.7.3] - 2026-07-30
1010

1111
### Adicionado
1212

@@ -22,6 +22,7 @@
2222

2323
- **Operações de release agora descrevem os payloads assinados realmente publicados pelo CI** — assets de arquivo x86_64, checagens de feed, condições de dispatch em plataforma única e limites do preflight local estão explícitos.
2424
- **Resíduos de manutenção verificados foram removidos** — código renderer sem uso, dependências JavaScript diretas, traduções obsoletas, artefatos Yarn e scripts Rust de comparação foram removidos sem alterar plugins nativos ativos.
25+
- **Dependências do projeto foram atualizadas** — o pin do pnpm, pacotes JS de runtime/tooling e crates Rust de serialização/diálogo foram atualizados nos manifestos, pins de workflow e lockfiles sem mudanças intencionais de comportamento.
2526

2627
## [26.7.2] - 2026-07-10
2728

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pomodoroz",
33
"private": true,
44
"version": "26.7.2",
5-
"packageManager": "pnpm@11.13.1",
5+
"packageManager": "pnpm@11.18.0",
66
"license": "MIT",
77
"author": {
88
"name": "Carlos Duarte",
@@ -48,22 +48,22 @@
4848
]
4949
},
5050
"devDependencies": {
51-
"@eslint-react/eslint-plugin": "5.16.1",
51+
"@eslint-react/eslint-plugin": "5.18.0",
5252
"@eslint/js": "^10.0.1",
5353
"@tauri-apps/api": "2.11.1",
5454
"@tauri-apps/cli": "2.11.4",
5555
"@types/lodash.debounce": "^4.0.9",
5656
"@types/node": "25.9.3",
57-
"@typescript-eslint/eslint-plugin": "^8.64.0",
58-
"@typescript-eslint/parser": "^8.64.0",
59-
"@vitejs/plugin-react": "^6.0.3",
57+
"@typescript-eslint/eslint-plugin": "^8.65.0",
58+
"@typescript-eslint/parser": "^8.65.0",
59+
"@vitejs/plugin-react": "^6.0.4",
6060
"commitizen": "^4.3.2",
6161
"cz-conventional-changelog": "^3.3.0",
62-
"eslint": "^10.7.0",
63-
"globals": "^17.7.0",
62+
"eslint": "^10.8.0",
63+
"globals": "^17.8.0",
6464
"husky": "^9.1.7",
65-
"lint-staged": "^17.0.8",
66-
"prettier": "^3.9.5",
65+
"lint-staged": "^17.2.0",
66+
"prettier": "^3.9.6",
6767
"rimraf": "^6.1.3",
6868
"typescript": "6.0.3",
6969
"vite": "^8.1.5",
@@ -84,14 +84,14 @@
8484
"@types/react-dom": "^19.0.0",
8585
"i18next": "^26.3.6",
8686
"lodash.debounce": "^4.0.8",
87-
"react": "^19.2.7",
88-
"react-dom": "^19.2.7",
89-
"react-i18next": "^17.0.10",
87+
"react": "^19.2.8",
88+
"react-dom": "^19.2.8",
89+
"react-i18next": "^17.0.11",
9090
"react-markdown": "^10.1.0",
9191
"react-redux": "^9.3.0",
9292
"react-router": "7.17.0",
9393
"react-textarea-autosize": "^8.5.9",
94-
"styled-components": "^6.4.3",
94+
"styled-components": "^6.4.4",
9595
"uuid": "^14.0.1"
9696
}
9797
}

0 commit comments

Comments
 (0)