Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.29.1 to 8.44.0#125
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.29.1 to 8.44.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #130. |
joelteply
added a commit
that referenced
this pull request
Jun 2, 2026
## Why Slice 1 (de1ba9a) shipped the Rust-native entity authoring path (BaseEntity, OrmEntityRegistry, OrmEntity trait, HwTierDescriptor + RoleTemplate schemas). Slice 2 ships the data half: the canonical day-zero hw_tiers JSON, embedded via include_str! so the substrate always ships data + code together (per [[orm-everything-not-hand- edited-files]] "all ship together" doctrine). Headless-clean: include_str! bakes seeds into the binary; no runtime path discovery, no missing-file failure modes, works wherever Rust runs. Filesystem-override for live editing is a future slice. ## What ships ### seeds/hw_tiers/*.json (new, 9 files) camelCase JSON conforming to HwTierDescriptor's serde shape. Spans all three categories per Joel's 2026-06-01 3-plan framing: - **Floor** (Intel + low-end; video via grid-inference): cpu_only, mac_intel_metal_discrete - **Base** (MacBook M-series; design center; local-leaning): m1_uma_8gb, m1_uma_16gb - **Pro** (M-series Pro/Max + future + cloud-as-peer): m3_uma_pro_max, m5_uma_pro_max, sm60, sm120, cloud Each carries: tierId, label, category, localVideoCapable, minParamsBMeaningful, maxParamsBFits, optional unifiedMemoryGib / discreteVramGib / note. localVideoCapable=false on Floor + cloud is a coarse proxy for "can host the persona's inference locally for real-time avatar" — WebRTC + animation are always local; routing inference to a grid/cloud peer still produces a video persona per [[persona-webrtc-all-tiers-latency-obsessed]]. ### src/persona/hw_tier_descriptor.rs - Per-tier `SEED_*` consts via include_str! - `SEED_FILES` table: (tier_id, raw_json) pairs for diagnostic clarity - `parse_seed_descriptors() -> Result<Vec<HwTierDescriptor>, String>` — parses every embedded seed at runtime, returns the first error named by its expected tier_id. Boot-time entry point for the ingest-if-empty step that lands in a follow-up slice. ## Tests (4 new, all green; 23 total in the module) - `all_seed_files_parse_into_descriptors` — every embedded JSON deserializes against HwTierDescriptor; tier_ids are unique within the seed set. This IS the #125 CI guard for hw_tiers: if the Rust struct grows a required field or renames one, this fails the build. - `seeds_cover_all_three_categories` — Floor + Base + Pro all represented. Deleting the only Floor seed (or any category) fails. - `anchor_tiers_are_present` — load-bearing tier_ids (cpu_only, m1_uma_8gb, m3_uma_pro_max, sm120, cloud) must ship; silent removal would break downstream routing. - `seed_file_names_match_tier_ids` — file name and JSON tier_id field must match; catches copy-paste errors at build time. Plus the 8 generator concurrency tests still green (regression). ## What's NOT here - Ingest-into-ORM step — needs an adapter handle; lands in the PersonaSpawnerModule slice (#121) or a dedicated seed-runner. - role_templates seed JSON — the nested-tuple shape of ModelChoicePerTier benefits from normalization to a more JSON- natural form (object map instead of Vec<(tier, choice)>) before hand-authoring. Coming in a follow-up. - Filesystem override of embedded seeds for live editing — future slice; ship-time embedded seeds are the floor. - Identity card pools, universes, continuum_config — #127 and beyond. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.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 @typescript-eslint/eslint-plugin from 8.29.1 to 8.44.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
77056f7chore(release): publish 8.44.0684e63fchore(deps): update eslint monorepo to v9.35.0 (#11600)2ed6857fix(eslint-plugin): [no-unnecessary-type-conversion] ignore enum members (#11...85d8deafeat(eslint-plugin): [await-thenable] report invalid (non-promise) values pas...42527dfchore: remove unnecessary nullThrows() (#11580)ef9173cchore(release): publish 8.43.04f44a6efeat(typescript-estree): disallow empty type parameter/argument lists (#11563)bd8ed8dfix(eslint-plugin): [prefer-return-this-type] don't report an error when retu...d8ca5effix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...8154204docs: mark rules that are frozen on rules index page (#11467)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/eslint-pluginsince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)