chore(deps): bump file-type from 16.5.4 to removed in /tools/stale/packages/core in the npm_and_yarn group across 1 directory#22
Merged
hyperpolymath merged 6 commits intomainfrom May 4, 2026
Conversation
Per the ReScript-and-Deno language policy in .claude/CLAUDE.md. - @accessibility-everywhere/react: Button + Modal (forwardRef, focus trap, portal, WCAG-compliant ARIA) with hand-rolled DOM FFI; React.useId replaces @reach/auto-id. - @accessibility-everywhere/scanner: Scanner module with typed FFI to puppeteer/ playwright/axe-core/fs. Method bodies preserved as TODOs to mirror the TS stubs. - Per-package rescript.json with esmodule output, in-source .mjs. - Root rescript.json stub (pointed at non-existent src/) removed. - gitignore extended for nested ReScript build dirs. Both packages compile cleanly with rescript@11. Remaining TS to port: core/arangodb (409 LOC), cli, github-action, monitoring-api. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- @accessibility-everywhere/core (Arangodb.res): full port of arangodb.ts (409 LOC) including all type interfaces, DB initialization, index creation, WCAG 2.1 criteria data, and 7 query methods (getSiteByUrl, getRecentScansForSite, getViolationsForScan, getTopSites, getCommonViolations, getSiteViolationTrend, getOrganizationSites). Tagged-template aql queries converted to bind-vars-form db.query() for cleaner FFI. - @accessibility-everywhere/github-action (Action.res): full port of src/index.ts. FFI for @actions/core (getInput, info, warning, setFailed, setOutput, summary) and @actions/github (context, getOctokit, octokit.rest.issues.createComment). - @accessibility-everywhere/cli (Cli.res): full port of src/cli.ts. FFI for commander, chalk, ora, cli-table3, fs-extra, path. All three subcommands (scan, ci, batch) ported with the same UX as the TS original. Workspace dep "@accessibility-everywhere/scanner" referenced via @module externals; package.json runtime dep dropped pending workspace setup. Tests deferred: action_test.ts, cli_test.ts (Deno.test rewrite separate session). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replaces 7 TS files (server + 6 routes, 659 LOC) with a single Server.res that mounts all six routers, plus shared FFI modules: - Express.res — Router, app, req/res accessors, middleware (cors, helmet, compression, rate-limit, json-parser). - Joi.res — schema builder + validator. - Db.res — service + collection methods (save/update/document/byExample/count) and scanner FFI, both backed by @module externals to the workspace packages. All six route surfaces preserved with the same paths: - POST /v1/scan, GET /v1/scan/:scanId - POST /v1/violations, GET /v1/violations/common, GET /v1/violations/site/:k, PATCH /v1/violations/:id/fixed - GET /v1/leaderboard, GET /v1/leaderboard/category/:c - GET /v1/badge/:domain (json + svg formats; SVG template inlined) - GET /v1/stats, GET /v1/stats/site/:k - GET /v1/dashboard/:orgId Tests deferred: 4 jest-style suites (e2e, property, aspect, benches; 1313 LOC). This completes the ReScript src migration for all 6 TS-bearing packages. Test ports across cli/github-action/monitoring-api remain. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps the npm_and_yarn group with 1 update in the /tools/stale/packages/core directory: [file-type](https://github.com/sindresorhus/file-type). Removes `file-type` --- updated-dependencies: - dependency-name: file-type dependency-version: dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
hyperpolymath
approved these changes
May 4, 2026
…/core/npm_and_yarn-5044bbf4a3 Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 1 update in the /tools/stale/packages/core directory: file-type.
Removes
file-typeDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.