Skip to content

build(deps-dev): bump react-dev-utils from 11.0.3 to 11.0.4#32

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-dev-utils-11.0.4
Closed

build(deps-dev): bump react-dev-utils from 11.0.3 to 11.0.4#32
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-dev-utils-11.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 12, 2021

Bumps react-dev-utils from 11.0.3 to 11.0.4.

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 12, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 14, 2021

Looks like react-dev-utils is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 14, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-dev-utils-11.0.4 branch March 14, 2021 00:58
bpowers added a commit that referenced this pull request Apr 18, 2026
`generate_stock_to_flow_equation` computed `_is_affecting_stock` and
immediately discarded it.  The calculation didn't feed into the
generated equation (the LTM paper's stock-to-flow formula is symmetric
in whether the flow is an inflow or outflow of that stock) and was
dead code carried forward from earlier exploratory work.  Review found
it as part of the reduce-ltm-mem pass; filed as tech-debt #32 and
fixed inline here since it was a three-line removal.

The `all_vars: &HashMap<Ident<Canonical>, Variable>` parameter on the
function becomes unused and is removed at the same time; its sole
caller already had the map on hand but doesn't need to pass it.
bpowers added a commit that referenced this pull request Apr 30, 2026
Triaged the LTM-related open GitHub issues (#306, #307, #308, #309, #310,
#311, #312, #313, #448, #460, #464, #465, #466, #467, #468) plus the LTM
tech-debt items (#20-32, #34, #35) against current main. Closed five
issues that turned out to be already fixed: #306 (composite scoring),
#307 (black-box magnitude), #448 (FixedIndex N^2 edges), #465 (wrld3
test gating), #467 (truncated-branch coverage, made moot by auto-flip
re-land).

Updates here:

- Item #27 -- note that MIN/MAX are now handled correctly; only STDDEV
  and RANK still fall through to the delta-ratio path. Refresh review
  date.
- Item #32 -- mark RESOLVED, point at commit f408528 which dropped the
  unused `_is_affecting_stock` flag.
- Item #35 -- note that the A2A-loops-have-no-partition behaviour is
  now documented as a deliberate design invariant in ltm.rs and
  layout.rs tests, while the underlying normalisation gap remains.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants