This repo has four dependency ecosystems. Update all of them together.
composer update
composer bumpcomposer bump raises the minimum version constraints in composer.json to match what's currently installed in the lockfile.
npx npm-check-updates -u --target minor
npm installUse --target minor to avoid unplanned major version upgrades.
cd potal
go get -u ./...
go mod tidyRequires Ruby 3.4+ via mise. System Ruby will not work.
cd shopato
bundle updateTo also bump Gemfile version constraints (not just the lockfile), manually update the version strings in Gemfile to match the resolved versions in Gemfile.lock after running bundle update.