chore(deps): bump jquery-ui from 1.13.3 to 1.14.2#6921
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
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>
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>
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 jquery-ui from 1.13.3 to 1.14.2.
Release notes
Sourced from jquery-ui's releases.
Commits
eda7aa31.14.227cd03fBuild: Update jQuery Migrate from 4.0.1 to 4.0.23a22f74Release: Update download.jqueryui.com from 2.3.12 to 2.4.5d6b0df9Build: Bump lodash from 4.17.21 to 4.17.239edfd2aBuild: Update jQuery 4.0.0-rc.1 to 4.0.0, Migrate 4.0.0-beta.1 to 4.0.1ada6080Build: Bump the github-actions group with 3 updatesd097272Build: Update jQuery Migrate 3.x from 3.5.2 to 3.6.047a890dBuild: Upgrade all dependencies, including jtr to 0.2.87571b73Build: Bump the github-actions group with 2 updates06033a7Build: Separate Node.js & Browser Tests, update tested Node.js versionsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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)