chore(deps-dev): bump @biomejs/biome from 2.4.13 to 2.4.14 in the npm group across 1 directory - #2
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the npm group with 1 update in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome). Updates `@biomejs/biome` from 2.4.13 to 2.4.14 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.14/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Superseded by direct fix on That commit takes the same Closing this PR to avoid leaving a redundant red branch open. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
mobileskyfi
added a commit
that referenced
this pull request
May 5, 2026
… and clarity --- Issues worth addressing 1. S006 has a self-contradiction on the CLI parser — the Proposed defaults table commits to "Hand-written argv parsing until at least three real commands exist" but the Open questions section still asks "Should the alpha CLI add a framework such as clipanion…?". Either drop the question or mark the default as tentative. 2. scope: grammar isn't quite consistent with WORKFLOW.md template. WORKFLOW.md specifies extends S### (singular). S006 uses extends S002, S003, S004. Either update the template in WORKFLOW.md to permit a comma-separated list, or rephrase S006 as extends S002 with the others noted in review_source. Small thing, but front-matter values are now meant to be query-able, so it matters more than before. 3. The "longer --timeout might trigger a different protocol over time" half of answer #2 didn't fully land. The new spec text is "reject values above the effective ceiling" — correct for alpha, but the future "ceiling exceeded → consider another protocol" idea isn't captured anywhere. Worth a one-liner in work/20260504A-typed-core-seams/STATUS.md or in S006's Open questions so it isn't lost. 4. S007 adds a details URL to every error envelope but doesn't say what happens before that page exists. Worth one sentence on the policy (e.g. "details URL is required and may resolve to a generic stub page until the per-code page lands") so this doesn't turn into 404 churn the first time the contract is used. 5. The CDB password disambiguation in S004 is stricter than the answer. Answer #3 allowed --password to double as the CDB password if no --cdb-password was given; the new S004 row treats them as fully separate settings. Cleaner is probably better — but the answer's intent was "minimize prompts when CDB password equals the only password the user has" so it's worth a deliberate yes/no, not silent tightening.
mobileskyfi
added a commit
that referenced
this pull request
May 31, 2026
- routeros-errors: split the unknown-path rule so an anchored 'failure: <object> not found' classifies as command-failed, while 'no such ...' and bare path-shaped 'not found' stay unknown-path (#4). - retrieve: the path-existence probe also flattens routeros/unknown-path (now produced by mapRouterOsError for native traps) to a single validation/unknown-path (#1). - devices: comment-only edit/set no longer flips the saved-password flag (#2) or drops romon-agent (#3); rewrites preserve the prior record's field layout instead of forcing the ipAdmin canonical order (#11). - resolver/target: an explicit well-known native-api port wins over the URL scheme, so https + --port 8728 stays plaintext (#8). - protocols/adapter: REST script execute posts to /execute (baseUrl already ends in /rest), fixing the doubled /rest/rest/execute path (#5). - cli: only treat --help/-h as global when it is the first argument so per-command help works; derive command summaries from each command's exported metadata (single source of truth) (#7, #9). Adds regression tests for each fix; updates the adapter test baseUrl to the realistic /rest form that masked #5. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mobileskyfi
added a commit
that referenced
this pull request
Jul 18, 2026
…, load-error split (#134 review) Address PR #181 review findings (Copilot, CodeRabbit, Codex): - Descriptor shape validation before mapping (Codex #1 / CodeRabbit): an old/pre-v1 descriptor with no `descriptorVersion` and no `services` now raises a typed `quickchr/unsupported` instead of a raw `TypeError: Object.entries(undefined)`. Missing `services` is rejected, not silently mapped to `{}`, so a provider contract violation surfaces at resolve time rather than a later `--via` lookup. Descriptor now crosses the optional-dependency boundary as `unknown` until `validateDescriptor()`. - Per-key `ServiceEndpointMap` + generic `isEndpointAvailable` (Codex #2 / Copilot #1): `map.ssh` keeps its `SshServiceEndpoint` type, so narrowing preserves the `auth: SshEndpointAuth`/`batchModes` guarantee Phase 4 gates `--via ssh`/`transfer --via sftp` on — no cast/`"batchModes" in` probe. - Load-error split (Copilot #2): only a genuine module-not-found maps to `quickchr/package-unavailable`; an installed package that throws on load is a real fault → `quickchr/unsupported` preserving the cause. - Enrich the four `docs/errors/quickchr/*.md` pages with typical trigger and remediation (Codex #3 / actionable-errors instruction). No-alias decisions for the `expandCdbSelection`/`CdbSelection*` rename (Copilot #3/#4) declined by the maintainer — nothing depends on centrs as a library. New unit tests cover every added error path. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the npm group with 1 update in the / directory: @biomejs/biome.
Updates
@biomejs/biomefrom 2.4.13 to 2.4.14Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
46393e0ci: release (#10100)ae659ddfeat(lint/js): addnoExcessiveNestedCallbacks(#10188)d62b331feat(lint/js): adduseMathMinMax(#9926)7acf1e0feat(lint/js): addnoReactStringRefs(#9922)491b171feat(lint/js): adduseTestHooksOnTop(#9393)4a664c1fix(noShadow): make sure it doesn't shadow types (#10083)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 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 conditions