10 Commits
Author SHA1 Message Date
tiennm99 88cfc380f4 build: move from pnpm to npm
Replace pnpm-lock.yaml with package-lock.json. Both overrides move to
package.json#overrides, including the request -> @cypress/request alias.
allowBuilds for es5-ext becomes package.json#allowScripts.

The deploy script chained "pnpm register", which would have failed once pnpm
was gone; it now calls npm run register.
2026-08-17 12:20:41 +07:00
tiennm99 69b95836ba fix(deps): remediate advisories and bump actions
- alias legacy request transitive to maintained @cypress/request fork
- pin undici to 7.28.0 for GHSA batch affecting < 7.28.0
- drop form-data/qs/tough-cookie overrides now satisfied upstream
- bump @vercel/functions to 3.7.5 and google-play-scraper to 10.1.3
- bump actions/checkout and actions/setup-node to v7
2026-07-17 17:56:51 +07:00
dependabot[bot]andGitHub 3a7a756cda chore(deps): bump actions/checkout from 4 to 6 (#6) 2026-05-23 18:11:41 +07:00
dependabot[bot]andGitHub ba86c5da65 chore(deps): bump pnpm/action-setup from 4 to 6 (#5) 2026-05-23 18:09:50 +07:00
dependabot[bot]andGitHub a64d77c027 chore(deps): bump actions/setup-node from 4 to 6 (#4) 2026-05-23 18:09:14 +07:00
tiennm99 2a7e983e7e chore(ci): bump node to 24 2026-05-13 10:52:23 +07:00
tiennm99 5c020a8986 fix(ci): skip build scripts to avoid pnpm 11 ERR_PNPM_IGNORED_BUILDS 2026-05-13 10:31:07 +07:00
tiennm99 ee29a9eb31 fix(ci): bump node to 22 for pnpm 11 compatibility 2026-05-13 10:29:51 +07:00
tiennm99 661e00bd13 fix(ci): migrate workflow from npm to pnpm 2026-05-13 10:28:45 +07:00
tiennm99 23efed010f chore: backlog cleanup — deps, CI, bot description, ops docs
- pin form-data/qs/tough-cookie via package.json overrides; clears 3 of 4
  Dependabot alerts (request SSRF risk-accepted, no upstream fix)
- add GitHub Actions CI (lint + syntax check) on push/PR
- add /settings and /setdayswarning to setMyCommands
- new npm run describe sets bot profile description via Bot API
- README: drop stale preview warning, add Operations section
2026-05-10 00:13:09 +07:00