ssh-deploy/src
Dragan Filipovic c88faf5656 fix: upgrade devDependencies and migrate to eslint 10 flat config
- Upgrade eslint 8.31 → 10.1 with new flat config (eslint.config.js)
- Upgrade @vercel/ncc 0.36 → 0.38.4
- Replace eslint-config-airbnb-base + eslint-plugin-import with @eslint/js + @stylistic/eslint-plugin
- Remove stale overrides in package.json (word-wrap, semver)
- Remove obsolete eslint-disable comments from source files
- Add { cause } to rethrown error in rsyncCli.js
- Add .gitignore and CLAUDE.md
- Resolves all 3 npm audit vulnerabilities (flatted, minimatch, js-yaml)
2026-04-02 23:31:02 +02:00
..
helpers.js feat: Add deleteFile function to helpers module 2024-03-17 22:19:34 +01:00
index.js fix: upgrade devDependencies and migrate to eslint 10 flat config 2026-04-02 23:31:02 +02:00
inputs.js fix: upgrade devDependencies and migrate to eslint 10 flat config 2026-04-02 23:31:02 +02:00
remoteCmd.js fix: upgrade devDependencies and migrate to eslint 10 flat config 2026-04-02 23:31:02 +02:00
rsync.js fix: add proc.on('error') handler to prevent hanging on spawn failure 2026-04-02 23:09:25 +02:00
rsyncCli.js fix: upgrade devDependencies and migrate to eslint 10 flat config 2026-04-02 23:31:02 +02:00
sshKey.js fix: normalize line endings in SSH key for the underlying OS 2023-09-28 20:05:00 +02:00