Skip to content

Delete unused highlightLint field from PerseusCategorizerWidgetOptions#3690

Merged
benchristel merged 2 commits into
mainfrom
benc/delete-highlightLint
Jun 8, 2026
Merged

Delete unused highlightLint field from PerseusCategorizerWidgetOptions#3690
benchristel merged 2 commits into
mainfrom
benc/delete-highlightLint

Conversation

@benchristel

Copy link
Copy Markdown
Member

Issue: none

Test plan:

CI checks should pass.

@github-actions

github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Size Change: -25 B (0%)

Total Size: 508 kB

📦 View Changed
Filename Size Change
packages/perseus-core/dist/es/index.item-splitting.js 12 kB -13 B (-0.11%)
packages/perseus-core/dist/es/index.js 26.3 kB -12 B (-0.05%)
ℹ️ View Unchanged
Filename Size
packages/kas/dist/es/index.js 20.6 kB
packages/keypad-context/dist/es/index.js 1 kB
packages/kmath/dist/es/index.js 6.32 kB
packages/math-input/dist/es/index.js 98.5 kB
packages/math-input/dist/es/strings.js 1.61 kB
packages/perseus-editor/dist/es/index.js 105 kB
packages/perseus-linter/dist/es/index.js 9.8 kB
packages/perseus-score/dist/es/index.js 10.2 kB
packages/perseus-utils/dist/es/index.js 403 B
packages/perseus/dist/es/index.js 200 kB
packages/perseus/dist/es/strings.js 8.6 kB
packages/pure-markdown/dist/es/index.js 1.39 kB
packages/simple-markdown/dist/es/index.js 6.71 kB

compressed-size-action

values: number[];
/** Whether we should highlight i18n linter errors found on this widget */
// TODO(benchristel): highlightLint doesn't seem to be used. Delete it.
highlightLint?: boolean;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivyolamit heads up since you mentioned you and Earl will be doing the next release. There's some test data in webapp that still includes highlightLint: false — you might need to update that if there are type errors.

@github-actions

github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

npm Snapshot: Published

Good news!! We've packaged up the latest commit from this PR (0f5b307) and published it to npm. You
can install it using the tag PR3690.

Example:

pnpm add @khanacademy/perseus@PR3690

If you are working in Khan Academy's frontend, you can run the below command.

./dev/tools/bump_perseus_version.ts -t PR3690

If you are working in Khan Academy's webapp, you can run the below command.

./dev/tools/bump_perseus_version.js -t PR3690

@benchristel benchristel changed the base branch from benc/remove-deprecated-fields to main June 8, 2026 22:16
An error occurred while trying to automatically change base from benc/remove-deprecated-fields to main June 8, 2026 22:16
… property has been removed from the PerseusCategorizerWidgetOptions type. Callers should not pass this property.
@benchristel benchristel force-pushed the benc/delete-highlightLint branch from 4a1707f to 0f5b307 Compare June 8, 2026 22:17
@github-actions github-actions Bot added item-splitting-change schema-change Attached to PRs when we detect Perseus Schema changes in it labels Jun 8, 2026
@benchristel benchristel added item-splitting-change-ack Acknowledges that this PR's item-splitting bundle change has been reviewed schema-change-ack Acknowledges that this PR's data-schema change has been reviewed by Content Platform labels Jun 8, 2026
@benchristel benchristel merged commit 444c572 into main Jun 8, 2026
19 of 21 checks passed
@benchristel benchristel deleted the benc/delete-highlightLint branch June 8, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

item-splitting-change item-splitting-change-ack Acknowledges that this PR's item-splitting bundle change has been reviewed olc-5.0.f429d schema-change Attached to PRs when we detect Perseus Schema changes in it schema-change-ack Acknowledges that this PR's data-schema change has been reviewed by Content Platform

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants