T415084 (1) MediaWiki 1.45 update pre-release clean-up#904
Merged
lorenjohnson merged 3 commits intomainfrom Feb 18, 2026
Merged
T415084 (1) MediaWiki 1.45 update pre-release clean-up#904lorenjohnson merged 3 commits intomainfrom
lorenjohnson merged 3 commits intomainfrom
Conversation
bb8a8d8 to
29cf3b0
Compare
…FedProps stabilization) - upgrade nx/@nx/* and refresh lockfile - migrate nx target defaults to nx:run-commands executor format - add top-level nx build and nx update-commits targets - make nx test default to all suites and filter suite discovery by *.conf.ts - reduce fedprops prefetch load and fetch claim GUIDs via wbgetclaims - set NX_PREFER_TS_NODE for nx release in Docker runner wrapper
29cf3b0 to
66a319e
Compare
JacobThwaites
approved these changes
Feb 18, 2026
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.
Summary
Cleanup needed in preparation for the WBS v6 / MediaWiki 1.45 based series of upcoming releases.
What changed
1) Fixes FedProps tests (failing since ~October 2025)
NUM_PROPERTIESintest/specs/fedprops/property-prefetching.tsfrom25to5.wbgetclaims) before deletion.429 "Too Many Requests"rate limiting responses which are the cause of the test recent test failures. Presumably Wikidata ops has been tightening up on such things in their ongoing effort to address scaling issues.2) Nx toolchain update
19.5.xto22.5.0.nx.json.@swc-node/register,@swc/core,@swc/helpers).pnpm-lock.yaml) accordingly.3) Test CLI suite discovery hardening
test/cli.tsso "all suites" only includes directories that actually contain<suite>/<suite>.conf.ts.test/suites.