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

[Snyk] Upgrade bootstrap from 3.4.1 to 5.1.3 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade bootstrap from 3.4.1 to 5.1.3.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 37 versions ahead of your current version.
  • The recommended version was released 4 months ago, on 2021-10-09.
Release notes
Package name: bootstrap
  • 5.1.3 - 2021-10-09

    Fixes

    🎨 CSS

    • #35143: Revert "Add align-self: center to buttons for improved rendering in flex containers"
  • 5.1.2 - 2021-10-05

    Highlights

    • Temporarily patched a postcss-values-parser issue by rearranging our calc() functions that use negative numbers. This should restore the ability to import and compile Bootstrap's Sass in create-react-app.
    • Added border-radius sizes to small and large .form-selects
    • Added align-self: center to buttons for improved rendering in flex containers
    • Fixed Collapse regression that prevented toggling between sibling children
    • Updated JS Sanitizer to add sms in the SAFE_URL_PATTERN
    • Improved docs around .img-fluid
    • Added role="switch" to our form switches in our docs
    • Implemented GitHub Issue forms to replace our previous issue templates.

    Changes

    🎨 CSS

    • #34799: fix custom property values of row overrides individual cell
    • #34834: Add align-self: center to buttons for improved rendering in flex containers
    • #34853: Add border-radius sizes to small and large .form-selects
    • #34861: Separator for table direct children
    • #35017: Use Sass variable instead of RGB components
    • #35033: Add workaround for dart sass compile error

    ☕️ JavaScript

    • #34951: Fix Collapse regression of handling toggling between sibling chilldren
    • #34980: Minor refactoring
    • #35074: sanitizer: add sms in the SAFE_URL_PATTERN

    📖 Docs

    • #34824: docs: Add role="switch" to switches
    • #34918: docs: Update RFS version & move "v" prefix to config.yml
    • #34920: Fix Backdroped typo
    • #34921: Fix JavaScript typo
    • #34922: fix predefined typo
    • #34923: fix utilities typo
    • #34926: Improve description of .img-fluid in docs
    • #34935: Non-blocking typo fix
    • #34936: replace dummy text with English for Text truncation page
    • #34946: Changes some latin/dummy text to English
    • #35013: Add offcanvas to the components requiring JavaScript
    • #35111: Fix capitalization after period in contents.md

    🛠 Examples

    • #35022: examples: Add role="switch" to switches

    🧰 Misc

    • #34626: Implement issue forms
    • #34940: Add cSpell custom dictionary and docs-spellcheck script
    • #35070: rollup: specify generatedCode: 'es2015'
    • #35086: README.md: fix capitalization after period

    📦 Dependencies

  • 5.1.1 - 2021-09-07
    Read more
  • 5.1.0 - 2021-08-04
    Read more
  • 5.0.2 - 2021-06-22
    Read more
  • 5.0.1 - 2021-05-13
    Read more
  • 5.0.0 - 2021-05-05
    Read more
  • 5.0.0-beta3 - 2021-03-23
    Read more
  • 5.0.0-beta2 - 2021-02-10
    Read more
  • 5.0.0-beta1 - 2020-12-07
  • 5.0.0-alpha3 - 2020-11-11
  • 5.0.0-alpha2 - 2020-09-29
  • 5.0.0-alpha1 - 2020-06-16
  • 4.6.1 - 2021-10-28
  • 4.6.0 - 2021-01-19
    Read more
  • 4.5.3 - 2020-10-13
  • 4.5.2 - 2020-08-06
  • 4.5.1 - 2020-08-04
  • 4.5.0 - 2020-05-12
  • 4.4.1 - 2019-11-28
  • 4.4.0 - 2019-11-26
  • 4.3.1 - 2019-02-13
  • 4.3.0 - 2019-02-11
  • 4.2.1 - 2018-12-21
  • 4.1.3 - 2018-07-24
  • 4.1.2 - 2018-07-12
  • 4.1.1 - 2018-04-30
  • 4.1.0 - 2018-04-09
  • 4.0.0 - 2018-01-18
  • 4.0.0-beta.3 - 2017-12-28
  • 4.0.0-beta.2 - 2017-10-19
  • 4.0.0-beta - 2017-08-11
  • 4.0.0-alpha.6 - 2017-01-06
  • 4.0.0-alpha.5 - 2016-10-19
  • 4.0.0-alpha.4 - 2016-09-05
  • 4.0.0-alpha.3 - 2016-07-27
  • 4.0.0-alpha.2 - 2015-12-09
  • 3.4.1 - 2019-02-13
from bootstrap GitHub release notes
Commit messages
Package name: bootstrap
  • 1a6fdfa Bump version to 5.1.3.
  • 09f73a6 Revert "Add `align-self: center` to buttons for improved rendering in flex containers" (#35143)
  • 5ecef8a Release v5.1.2 (#35114)
  • a2aa8c5 Add workaround for dart sass compile error (#35033)
  • 6b8cf09 Add cSpell custom dictionary and docs-spellcheck script (#34940)
  • fc21dcf Fix capitalization after period in `contents.md` (#35111)
  • c81c645 rollup: specify `generatedCode: 'es2015'` (#35070)
  • 78e9b40 Revert "Bundlewatch: stop ignoring dependabot branches (#33192)" (#35069)
  • c8e5de6 Update devDependencies (#35102)
  • ae16dbb Bump autoprefixer from 10.2.6 to 10.3.6 (#35076)
  • 49df44d README.md: fix capitalization after period
  • 4ffdef3 Update terser to v5.9.0 (#34995)
  • 759fc89 sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)
  • 9437973 Update README.md
  • 9da749b update readme github issue new links
  • c67bcde Fix syntax error, update description
  • 7da7e8a Change from issue templates to issue forms
  • a0d3ddc Bump postcss-cli from 9.0.0 to 9.0.1 (#35075)
  • 630d270 docs: remove `data-bs-dismiss="modal"` leftover (#35042)
  • fee1dc5 Regenerate package-lock.json (#35071)
  • 4fffcf7 Use Sass variable instead of RGB components (#35017)
  • 69fedf2 docs: fix Popper version number in config (#35067)
  • 556fd4b Bump rollup from 2.56.3 to 2.57.0 (#35065)
  • 143dafd Bump sass from 1.42.0 to 1.42.1 (#35064)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant