Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Bump bootstrap from 3.2.0 to 3.4.0 #118

Merged
merged 1 commit into from
Jan 6, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps bootstrap from 3.2.0 to 3.4.0. This update includes security fixes.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects bootstrap
In Bootstrap before 4.1.2, XSS is possible in the data-target property of scrollspy. This is similar to CVE-2018-14042.

Affected versions: < 3.4.0

Release notes

Sourced from bootstrap's releases.

v3.4.0

  • New: Added a .row-no-gutters class.
  • New: Added docs searching via Algolia.
  • Fixed: Resolved an XSS issue in Alert, Carousel, Collapse, Dropdown, Modal, and Tab components. See https://snyk.io/vuln/npm:bootstrap:20160627 for details.
  • Fixed: Added padding to .navbar-fixed-* on modal open
  • Fixed: Removed the double border on <abbr> elements.
  • Removed Gist creation in web-based Customizer since anonymous gists were disabled long ago by GitHub.
  • Removed drag and drop support from Customizer since it didn't work anymore.
  • Added a dropdown to the docs nav for newer and previous versions.
  • Update the docs to use a new baseurl, /docs/3.4/, to version the v3.x documentation like we do with v4.
  • Reorganized the v3 docs CSS to use Less.
  • Switched to BrowserStack for tests.
  • Updated links to always use https and fix broken URLs.
  • Replaced ZeroClipboard with clipboard.js

v3.3.7

Release announcement blog post: https://blog.getbootstrap.com/2016/07/25/bootstrap-3-3-7-released/

JavaScript

  • #19192 Fix keyboard navigation for toggle buttons (checkbox, radio, single toggle) following a mouse click
  • #19659: Clear tooltip's $element to prevent leaking memory
  • #20019: Avoid calling jQuery('#') since it's a syntax error in jQuery 3
  • #20259: Backport jQuery-related JS unit test fixes from v4
  • #20278: button.js: Set disabled property in addition to disabled attribute, for jQuery 3 compatibility
  • #20313: Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3
  • #20338: Update jQuery version check and jQuery dependency version range to allow jQuery 3

CSS

No significant changes.

Accessibility

  • #19704: Add aria-label and callout about labeling pagination components

Docs

  • #19263 Bump html5shiv to v3.7.3
  • #19273 Port v4 browser support table format to v3
  • #19893: Update jQuery to v1.12.4
  • Numerous Wall of Browser Bugs updates

v3.3.6

CSS

  • #16492: Use [**input-border-radius**](https://github.com/input-border-radius) variables on input groups.
  • #16529: Un-style the caret on <select>s in IE10+.
  • #16562, #16563: Create and implement a new [**dl-horizontal-breakpoint**](https://github.com/dl-horizontal-breakpoint) variable to replace the [**grid-float-breakpoint**](https://github.com/grid-float-breakpoint) on .dl-horizontal.
  • #16646, #16651: Fix hover border covering active links in pagination.
  • #16684: Fix border-radius not being set on two corners of vertical btn group.
  • #16718: Full 4-digit Unicode escape sequences in CSS for asterisk and plus Glyphicons.
  • #16769: Remove the min-height on modal headers and replace with a clearfix to avoid collapsing when no title exists.
  • #16779: Adjust the padding on jumbotrons within containers.
... (truncated)
Commits
  • 4c547f2 Dist.
  • 0f1c6b0 Move the whole autoprefixer config to configBridge.json.
  • 9332f3c Add polyfills for older browsers.
  • dd71b40 docs: Concat the IE files with the rest.
  • 4a5c7f2 Update devDependencies, gems and lots of cleanup/build fixes.
  • 7a2cdfb Center skippy.
  • 3b82587 Restore cursor: help for abbr.
  • bf69f1f Backport the abbr fix from the updated normalize.css.
  • dd23bb5 Backport search.js changes from v4-dev.
  • 9edba61 search input: hide box-shadow.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by xhmikosr, a new releaser for bootstrap since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.2.0 to 3.4.0. **This update includes security fixes.**
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v3.2.0...v3.4.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Jan 2, 2019
@jywarren jywarren merged commit 4ac20ee into main Jan 6, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/bootstrap-3.4.0 branch January 6, 2019 05:16
TildaDares pushed a commit to TildaDares/community-toolbox that referenced this pull request Apr 28, 2021
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.2.0 to 3.4.0. **This update includes security fixes.**
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v3.2.0...v3.4.0)

Signed-off-by: dependabot[bot] <[email protected]>
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 security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants