| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
RI-8204: Replace react-jsx-parser with react-markdown (#6296) | 1 个月前 | |
chore(deps-dev): bump the everything-else group across 1 directory with 2 updates (#6517) Bumps the everything-else group with 2 updates in the /redisinsight/api directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [joi](https://github.com/hapijs/joi). Updates `@types/node` from 24.13.4 to 24.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `joi` from 17.13.7 to 17.13.8 - [Commits](https://github.com/hapijs/joi/compare/v17.13.7...v17.13.8) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.13.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: joi dependency-version: 17.13.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 3 天前 | |
fix(scripts): fail the TS baseline check when tsc crashes (#6434) * fix(scripts): fail loudly when tsc dies instead of reporting zero errors The baseline check read tsc's diagnostics off a pipe, so tsc's exit status was discarded. An out-of-memory abort produces exit 134 and no stdout, which the parser turns into an empty error list, so the check concluded every recorded error had been fixed and told the developer to refresh the baseline. Doing that wrote an empty baseline and dropped 1287 recorded UI errors, exiting 0. `tscheck:force` skipped the comparison entirely and wrote the empty baseline outright. Run tsc from the script instead of piping into it, and treat any exit status other than 0, 1 or 2 (or death by signal) as a run that never reported its diagnostics. All three commands now refuse to touch the baseline and say that tsc ran out of memory. * fix(scripts): reject compiler crashes that exit 1 with no diagnostics A tsc run killed by an uncaught exception exits 1 with an empty stdout and a stack trace on stderr. Exit 1 is also a legitimate diagnostics status, so the status check let those runs through, the parser turned the empty output into zero errors, and both `tscheck` and `tscheck:force` went on to replace the baseline with an empty snapshot. Require a non-zero exit to carry at least one parsed diagnostic. A compiler that failed but reported nothing says nothing about the real error count, whatever its status. * refactor(scripts): move tsc crash detection into a separate wrapper Revert ts-error-check.ts to its original form and move the crash-detection logic (spawn tsc, check exit status/signal, refuse to touch the baseline on a crash) into a new tsc-safe-run.ts, which forwards parsed diagnostics to the unmodified ts-error-check.ts over stdin, same as the old shell pipe did. Keeps ts-error-check.ts byte-identical to main so it stays easy to sync with the copy of this script kept in another repo. * fix(scripts): resolve tsx as a JS entry instead of a bare spawn spawnSync('tsx', ...) relies on PATH/shell lookup, which fails on Windows where npm exposes tsx through a .cmd shim. Resolve tsx/cli the same way tsc is already resolved here and launch it via process.execPath, so no shell is involved. | 23 天前 | |
RI-8398 Pass plugin visualization config via a JSON element (#6505) * refactor(ui): read plugin iframe config from a json element | 8 天前 | |
chore: add npm min-release-age to prevent installing fresh packages (#6266) * chore: add npm min-release-age to prevent installing fresh packages Add `min-release-age=3` to every `.npmrc` so `npm install` only resolves package versions published at least 3 days ago. Freshly published versions are the prime window for supply-chain attacks; a short cooldown lets compromised releases get yanked before they land locally. | 2 个月前 | |
chore(deps): bump better-sqlite3 in /redisinsight (#6358) Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) in `/redisinsight` from 13.0.2 to 13.0.3. Updates `better-sqlite3` from 13.0.2 to 13.0.3 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v13.0.2...v13.0.3) Updates `better-sqlite3` from 13.0.2 to 13.0.3 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v13.0.2...v13.0.3) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn - dependency-name: better-sqlite3 dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 1 个月前 | |
chore(deps): bump better-sqlite3 in /redisinsight (#6358) Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) in `/redisinsight` from 13.0.2 to 13.0.3. Updates `better-sqlite3` from 13.0.2 to 13.0.3 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v13.0.2...v13.0.3) Updates `better-sqlite3` from 13.0.2 to 13.0.3 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v13.0.2...v13.0.3) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn - dependency-name: better-sqlite3 dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 1 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 3 天前 | ||
| 23 天前 | ||
| 8 天前 | ||
| 2 个月前 | ||
| 1 个月前 | ||
| 1 个月前 |