chore(deps): bump @bower_components/bootstrap from 3.4.1 to v5.3.8 in /build#41404
chore(deps): bump @bower_components/bootstrap from 3.4.1 to v5.3.8 in /build#41404dependabot[bot] wants to merge 1 commit into
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
|
@dependabot rebase |
Bumps [@bower_components/bootstrap](https://github.com/twbs/bootstrap) from 3.4.1 to v5.3.8. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@68b0d23...25aa8cc) --- updated-dependencies: - dependency-name: "@bower_components/bootstrap" dependency-version: 25aa8cc0b32f0d1a54be575347e6d84b70b1acd7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
03bb57e to
1a70cba
Compare
DeepDiver1975
left a comment
There was a problem hiding this comment.
Code Review — chore(deps): bump @bower_components/bootstrap from 3.4.1 to v5.3.8
This is a major version bump (3.4.1 → 5.3.8). Bootstrap 5 introduces significant breaking changes compared to Bootstrap 3:
- Complete CSS class renames (
col-xs-*→col-*,hidden-xs→d-none, etc.) - jQuery dependency removed — Bootstrap 5 plugins are rewritten in vanilla JS
- Grid system changes (new
xxlbreakpoint, breakpoint renames) - Form control class changes
- Utility class changes
ownCloud's UI is heavily Bootstrap-3-based. Before merging:
- Verify all frontend templates and JavaScript have been updated for Bootstrap 5 compatibility
- Run
make test-jsand the acceptance test suite - Manual UI testing across all core views
The lockfile entry looks correct.
Verdict: Needs validation. A 3.x → 5.x Bootstrap jump is a significant frontend migration. Ensure full UI compatibility has been verified before merging.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
|
@dependabot ignore this major version |
|
This option isn't available on git dependencies, as Dependabot currently stores their SHA rather than their version. If you'd like to ignore all updates for this dependency just reply |
Bumps @bower_components/bootstrap from 3.4.1 to v5.3.8.
Release notes
Sourced from
@bower_components/bootstrap's releases.... (truncated)
Commits
25aa8ccRelease v5.3.8 (#41669)122bff5Remove Themes from docs (#41671)320f713docs: Minor range example code optimization (#41665)ac5f51cRevert "Attempt to return focus explicitly to dropdown trigger (#41365)" (#41...4bd8b6cMigrate MyGet script to GH actions (#41583)f50f38bCSS: Fix spinner deformation in flex boxes when content is multiline (#41654)47c75b8Set cursor pointer on input search cancel button (#41639)26c86baBuild(deps): Bump github/codeql-action from 3.29.8 to 3.29.10 (#41664)099b02bBuild(deps-dev): Bump rollup from 4.46.2 to 4.46.34b8a2c9Build(deps-dev): bump dependenciesYou can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)