Skip to content

Comments

Bump diff and @instructure/ui#32

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-a07abc4e26
Closed

Bump diff and @instructure/ui#32
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-a07abc4e26

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Removes diff. It's no longer used after updating ancestor dependency @instructure/ui. These dependencies need to be updated together.

Removes diff

Updates @instructure/ui from 10.11.0 to 10.26.4

Release notes

Sourced from @​instructure/ui's releases.

v10.26.4

10.26.4 (2025-11-20)

Bug Fixes

  • ui-color-picker: complete color mixer button alignment fix (c3fd3b1)
  • ui-top-nav-bar: fix aria-expanded added twice when displaying menus/popups (a212bb4)

v10.26.3

10.26.3 (2025-11-19)

Bug Fixes

  • ui-color-picker: fix popover scrolling and button alignment issues (b7fbf0b)

v10.26.2

Bug Fixes

  • ui-tray,ui-drawer-layout,ui-a11y-utils: fix Tray closing immediately after opening and calling onDismiss (5d44f4c)

v10.26.1

10.26.1 (2025-10-06)

Bug Fixes

  • ui-buttons: fix focus ring distortion on circle shape buttons (04e93c8)
  • ui-drilldown: fix for prevent option selection when Drilldown or its sub-components get disabled prop (5fc37f6)

v10.26.0

Features

  • Add llms.txt to instructure.design, add its contents as a downloadable .zip (bfef92b
  • ui-alerts: expand Alert's liveRegion to accept direct DOM element (e457a0b)
  • ui-buttons: expose display prop on CondensedButton (c827833)
  • ui-drilldown: make Drilldown.Page handle optional Options (18f6a06)
  • ui-icons: add new ai-info icon (f5941b1)
  • ui-tree-browser: add animation prop to TreeBrowser (5906a0a)

Bug Fixes

  • ui-breadcrumb: fix Breadcrumb not read properly when truncated by screenreaders (638ffbe)
  • ui-buttons: fix for AI secondary button visual glitch (aff6f65)
  • ui-color-picker: prevent selection outside of ColorMixer when dragging the indicator (2e2bd90)
  • ui-drawer-layout,ui-a11y-utils: fix DrawerLayout not closing on ESC keypress (390b294)
  • ui-radio-input: remove aria-disabled from RadioInput (1b8946f)
  • ui-table: make TableColHeader focus outline and sorted icon overridable by brand overrides (5b8231d)
  • ui-text-input: set IconButton height in TextInput to not break layout (f345a58)

... (truncated)

Changelog

Sourced from @​instructure/ui's changelog.

10.26.4 (2025-11-20)

Bug Fixes

  • ui-color-picker: complete color mixer button alignment fix (c3fd3b1)
  • ui-top-nav-bar: fix aria-expanded added twice when displaying menus/popups (a212bb4)

10.26.3 (2025-11-19)

Bug Fixes

  • ui-color-picker: fix popover scrolling and button alignment issues (b7fbf0b)

10.26.2 (2025-10-13)

Bug Fixes

  • ui-tray,ui-drawer-layout,ui-a11y-utils: fix Tray closing immediately after opening and calling onDismiss (5d44f4c)

10.26.1 (2025-10-06)

Bug Fixes

  • ui-buttons: fix focus ring distortion on circle shape buttons (04e93c8)
  • ui-drilldown: fix for prevent option selection when Drilldown or its sub-components get disabled prop (5fc37f6)

10.26.0 (2025-10-01)

Bug Fixes

... (truncated)

Commits
  • 2c9b047 chore(release): 10.26.4
  • a212bb4 fix(ui-top-nav-bar): fix aria-expanded added twice when displaying menus/popups
  • c3fd3b1 fix(ui-color-picker): complete color mixer button alignment fix
  • 3ec1121 chore(release): 10.26.3
  • b7fbf0b fix(ui-color-picker): fix popover scrolling and button alignment issues
  • dfabfa6 chore(release): 10.26.2 - redeploy v10 docs
  • 336fd60 chore(release): 10.26.2
  • 5d44f4c fix(ui-tray,ui-drawer-layout,ui-a11y-utils): fix Tray closing immediately aft...
  • 318351c chore(release): 10.26.1
  • 4704fe6 chore: update github deploy workflow to trigger on v10_maintenance changes
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [diff](https://github.com/kpdecker/jsdiff). It's no longer used after updating ancestor dependency [@instructure/ui](https://github.com/instructure/instructure-ui). These dependencies need to be updated together.


Removes `diff`

Updates `@instructure/ui` from 10.11.0 to 10.26.4
- [Release notes](https://github.com/instructure/instructure-ui/releases)
- [Changelog](https://github.com/instructure/instructure-ui/blob/v10.26.4/CHANGELOG.md)
- [Commits](instructure/instructure-ui@v10.11.0...v10.26.4)

---
updated-dependencies:
- dependency-name: diff
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@instructure/ui"
  dependency-version: 10.26.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 14, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2026

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 28, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-a07abc4e26 branch January 28, 2026 08:20
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants