Skip to content

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
dependabot/npm_and_yarn/tools/stale/packages/core/npm_and_yarn-5044bbf4a3
May 4, 2026
Merged

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
hyperpolymath merged 6 commits intomainfrom
dependabot/npm_and_yarn/tools/stale/packages/core/npm_and_yarn-5044bbf4a3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the npm_and_yarn group with 1 update in the /tools/stale/packages/core directory: file-type.

Removes file-type

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

hyperpolymath and others added 5 commits May 3, 2026 17:37
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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 4, 2026
@dependabot dependabot Bot requested a review from hyperpolymath as a code owner May 4, 2026 16:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 4, 2026
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

…/core/npm_and_yarn-5044bbf4a3

Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
@hyperpolymath hyperpolymath merged commit 6ac407c into main May 4, 2026
18 of 34 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/npm_and_yarn/tools/stale/packages/core/npm_and_yarn-5044bbf4a3 branch May 4, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant