chore(deps-dev): bump @testing-library/react from 14.1.2 to 16.3.2 in /frontend#1
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.2 to 16.3.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v14.1.2...v16.3.2) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
4dad5f5 to
79b1e02
Compare
willrone
added a commit
that referenced
this pull request
Feb 10, 2026
Bug #1 (P0): stock_pool_type 未展开为完整股票列表 - 当 stock_pool_type='fixed_500' 时,回测只使用 stock_codes 字段(可能仅 1 只股票) - 修复:在 execute_backtest_task_simple 中检测 stock_pool_type, 从 parquet 数据目录读取前 500 只股票代码并展开 Bug #2 (P1): 截面特征在回测时全部为 0 - DataPreprocessor 只调用单股票版 precompute_all_signals, 不计算截面特征(market_up_ratio、volume_rank、return_5d_rank 等 9 个特征) - 修复:新增 _try_batch_precompute 方法,当策略支持 precompute_all_signals_batch 且有多只股票时优先调用 batch 版本 - 同时修复 Portfolio 策略递归调用的方法名错误(_precompute_strategy_signals -> precompute_strategy_signals) - 修复多进程预计算方法名错误(_precompute_signals_multiprocess -> precompute_signals_multiprocess)
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 @testing-library/react from 14.1.2 to 16.3.2.
Release notes
Sourced from
@testing-library/react's releases.... (truncated)
Commits
f32bd1bfix: Update 'onCaughtError' type inference in 'RenderOptions' to work with Re...a2d37fffix: Switch to trusted publishing (#1437)cd6a175chore: fix action permissions (#1436)22b8c28chore: fix release (#1435)d996673chore: new release workflow (#1434)205ce17chore: fix typo in jest.config.js (#1427)aba5740[test] Fix tests forreact@experimental(#1424)590bc18[test] Fixnpm run typecheck(#1423)1c931a6chore(deps): usenpm-run-all2(#1411)9fc6a75feat: add bernardobelchior as a contributor for code, and doc (#1391)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@testing-library/reactsince your current version.You can trigger a rebase of this PR 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)