Skip to content

chore(deps): bump jquery-ui from 1.13.3 to 1.14.2#6921

Open
dependabot[bot] wants to merge 2 commits into
4.4from
dependabot/npm_and_yarn/jquery-ui-1.14.2
Open

chore(deps): bump jquery-ui from 1.13.3 to 1.14.2#6921
dependabot[bot] wants to merge 2 commits into
4.4from
dependabot/npm_and_yarn/jquery-ui-1.14.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps jquery-ui from 1.13.3 to 1.14.2.

Release notes

Sourced from jquery-ui's releases.

jQuery UI 1.14.2 released

https://blog.jqueryui.com/2026/01/jquery-ui-1-14-2-released/

jQuery UI 1.14.1 released

https://blog.jqueryui.com/2024/10/jquery-ui-1-14-1-released/

jQuery UI 1.14.0 released

https://blog.jqueryui.com/2024/08/jquery-ui-1-14-0-released/

Commits
  • eda7aa3 1.14.2
  • 27cd03f Build: Update jQuery Migrate from 4.0.1 to 4.0.2
  • 3a22f74 Release: Update download.jqueryui.com from 2.3.12 to 2.4.5
  • d6b0df9 Build: Bump lodash from 4.17.21 to 4.17.23
  • 9edfd2a Build: Update jQuery 4.0.0-rc.1 to 4.0.0, Migrate 4.0.0-beta.1 to 4.0.1
  • ada6080 Build: Bump the github-actions group with 3 updates
  • d097272 Build: Update jQuery Migrate 3.x from 3.5.2 to 3.6.0
  • 47a890d Build: Upgrade all dependencies, including jtr to 0.2.8
  • 7571b73 Build: Bump the github-actions group with 2 updates
  • 06033a7 Build: Separate Node.js & Browser Tests, update tested Node.js versions
  • Additional commits viewable in compare view

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 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)

Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.3 to 1.14.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](jquery/jquery-ui@1.13.3...1.14.2)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 12, 2026
jquery-ui 1.14.0 で ui/core.js が削除されたため、admin.bundle.js のビルドが
Module not found: Can't resolve 'jquery-ui/ui/core' で失敗し、E2E の全ジョブが
アセットビルド段階で落ちていた。

ui/core.js は data / keycode / version などをまとめて読み込むだけのモジュールで、
1.14 では各 widget が必要な依存を自身で require する。管理画面のテンプレート・JS に
core 由来のユーティリティ ($.ui.keyCode / disableSelection / :tabbable 等) の
直接利用はないため、読み込みを削除するだけで足りる。

あわせて npm run build の成果物を反映する。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant