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-vue from 2.0.0-rc.15 to 2.13.0 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade bootstrap-vue from 2.0.0-rc.15 to 2.13.0.

ℹ️ 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.
  • The recommended version is 37 versions ahead of your current version.
  • The recommended version was released 3 days ago, on 2020-04-27.
Release notes
Package name: bootstrap-vue
  • 2.13.0 - 2020-04-27

    Features v2.13.0

    • b-calendar, b-form-datepicker: relax YYYY-MM-DD string parsing (closes #5232) (#5242) (f362802)
    • b-form-rating: add show-value-max prop to show possible max rating when show-value is true (#5200) (e9d54e6)
    • b-overlay: add support for overlay click event (closes #5243) (#5248) (582560f)

    Bug Fixes v2.13.0

    • b-avatar: set align-items: center for default slot content (fixes: #5205) (#5207) (c4981fd)
    • b-calendar, b-form-datepicker: minor adjustments to styling and example updates (#5211) (f0d8ffe)
    • b-form-datepicker, b-form-timepicker: fix menu padding in button only mode (fixes #5251) (#5252) (d57a643)
    • b-form-datepicker, b-form-timepicker: adjust scss to support input-groups (#5231) (7b1adc4)
    • b-form-datepicker, b-form-timepicker: prevent duplicate validation icons (fixes #5237) (#5238) (6354e6e)
    • types: update table field definition types to include sticky column (fixes #5263) (#5265) (20eb3ac)
    • handle nested form options normalization (#5247) (0c57ffe)
  • 2.12.0 - 2020-04-20

    Features v2.12.0

    • b-avatar: add support for badges on avatars (#5124) (a2e465b)
    • b-avatar: if variant is empty string, then remove spacing around image (closes #5154) (#5156) (7ff87fc)
    • b-calendar, b-form-datepicker: add prop weekday-header-format to specify weekday header length (closes #5171) (#5175) (8241644)
    • b-calendar, b-form-datepicker: add scoped slots for date navigation buttons (closes #5117) (#5147) (5f69864)
    • b-form-datepicker: add pass through prop date-info-fn (closes #4826) (#5150) (bf35f80)
    • b-form-rating: new b-form-rating custom component (#5132) (30ad7fe)
    • b-sidebar: add optional backdrop support (#5182) (c6375e5)
    • custom components: avoid using padding/margin utility classes where possible (closes #5117) (#5121) (8c6cfe0)
    • icons: new throb and fade animations (#5122) (bc0117c)

    Bug Fixes v2.12.0

    • b-alert: fix memory leak by using the correct method to clear the countdown timeout (#5158) (7a7f33d)
    • b-avatar: fix button type font size inheritance (#5177) (441ebdc)
    • b-calendar: use Intl.NumberFormat for formatting the number in the date buttons (closes
      #5171) (#5179) (cbf2cd0)
    • b-form-datepicker: make datepicker respect no-highlight-today prop (#5159) (c4ead33)

    Other v2.12.0

    • documentation updates
    • dev dependency updates
  • 2.11.0 - 2020-04-08

    Features v2.11.0

    • b-avatar: if image src fails to load, then show icon, text or fallback icon (#5079) (ed6704d)
    • b-calendar, b-form-datepicker: add optional decade navigation buttons (addresses #4976) (#5112) (b1f74a8)

    Bug Fixes v2.11.0

    • b-calendar, b-form-datepicker: handle keyboard navigation when selected date is out of range (fixes #5057) (#5108) (6ed09f4)
    • b-link: don't render target or rel attrs when router-tag other than a or area provided (#5107) (33c6cef)
    • tooltip, popover: handle 'click blur' trigger on iOS webkit browsers (fixes #5099) (#5103) (27da76c)

    Other v2.11.0

    • additional unit testing
    • dev dependencies updates
    • minor documentation updates
  • 2.10.1 - 2020-04-02

    Bug Fixes

    • b-avatar: remove default padding when in button mode (fixes #5073) (#5076) (26377b3)
    • b-table: fix context object currentPage issue introduced in v2.10.0 (fixes #5065) (#5067) (874dca2)

    Other

    • dev dependency updates
  • 2.10.0 - 2020-04-01

    Features

    Bug Fixes

    • b-avatar: remove duplicate button variant class (#5056) (9f78f32)
    • b-card: handle header-html and footer-html props correctly (fixes #5038) (#5039) (f378aef)
    • types: add missing declaration for b-form-timepicker (closes #5035) (#5036) (ae84118)

    Other

    • documentation site improvements and updates
    • dev dependency updates
  • 2.9.0 - 2020-03-26

    Features v2.9.0

    • b-aspect: new custom component <b-aspect> (#5008) (662c8e0)
    • b-avatar: add alt prop for adding alt attribute to image and icon avatars (closes #4990) (#4991) (d1474f2)
    • b-drodpown-item-button, b-drodpown-item-button: add button-class and link-class prop (#5014) (b39d31c)
    • b-form-datepicker, b-form-timepicker: emit shown and hidden events (#5004) (eb259b9)
    • b-navbar-toggle: make default slot scoped (#4995) (144d45f)

    Docs v2.9.0

    • Ensure that the IconsPlugin is imported when exporting from playground to CodePen, CodeSandbox, and JsFiddle (#5003)

    Other v2.9.0

    • dev dependency updates
  • 2.8.0 - 2020-03-22

    Features v2.8.0

    • icons: upgrade to Bootstrap Icons 1.0.0.alpha3 (#4966) (d481365)
      • 200+ new icons
      • skip-* icon names fixed (closes #4733)
      • document-* icons renamed to file-*
      • alert-* icons renamed to exclamation-*
      • columns-gutters icon renamed to columns-gap
      • diamond icon renamed to gem because of new diamond-* shape icons
    • b-avatar: new <b-avatar> component (#4974) (b2325a3)
    • b-form-spinbutton: add slots for increment and decrement button content (closes #4958) (#4963) (5684405)

    Other v2.8.0

    • docs updates
    • dev dependencies updates
  • 2.7.0 - 2020-03-14

    Features v2.7.0

    Bug Fixes v2.7.0

    • b-form-file: fix value prop validation when using directory mode (fixes #4912) (#4913) (498a262)
    • b-form-file: make sure to catch all errors when resetting the input (#4936) (682bc46)

    Other v2.7.0

    • deps: update devDependency rollup to 2.0.x
    • minor docs updates
  • 2.6.1 - 2020-03-06

    Bug Fixes v2.6.1

    • b-form-spinbutton: respect step value for initial decrement when wrap enabled (closes #4884) (#4885) (28e7245)

    Other v2.6.1

    • documentation updates and fixes
    • dev dependency updates
  • 2.6.0 - 2020-03-05

    Features v2.6.0

    • b-calendar, b-form-datepicker: allow customization of in-component displayed date format (closes #4797) (#4835) (85c7e75)
    • b-form-datepicker: add button-content optionally scoped slot for calendar icon (#4795) (7a00910)
    • b-form-datepicker: add calendar-width prop (closes #4817) (#4822) (91b77bc)
    • b-pagination, b-pagination-nav: improve aria accessibility - changes to inner structure and aria attributes (closes: #4811, #4160) (#4810) (7ee4baa)
    • b-tabs: add ability to provide custom tab button attributes (closes: #4803) (#4806) (c541d3d)
    • b-time, b-form-timepicker: new components b-time and b-form-timepicker (#4783) (417ef8f)

    Bug Fixes v2.6.0

    • b-form-datepicker: menu focus handling for Firefox and Safari on MacOS, and fix v-model update
      issue (closes #4814, #4827) (#4824) (09fa920)
    • b-form-spinbutton: prevent buttons from re-ordering when parent element is RTL (#4802) (ae2cce9)
    • b-form-spinbutton: prevent double increment/decrement on mobile (fixes #4838) (#4842) (9c2c700)

    Other v2.6.0

    • documentation updates
    • dev dependency updates
  • 2.5.0 - 2020-02-18
  • 2.4.2 - 2020-02-15
  • 2.4.1 - 2020-02-13
  • 2.4.0 - 2020-02-01
  • 2.3.0 - 2020-01-24
  • 2.2.2 - 2020-01-15
  • 2.2.1 - 2020-01-14
  • 2.2.0 - 2020-01-09
  • 2.1.0 - 2019-11-13
  • 2.0.4 - 2019-10-11
  • 2.0.3 - 2019-10-05
  • 2.0.2 - 2019-09-20
  • 2.0.1 - 2019-09-13
  • 2.0.0 - 2019-09-07
  • 2.0.0-rc.28 - 2019-08-12
  • 2.0.0-rc.27 - 2019-07-22
  • 2.0.0-rc.26 - 2019-07-09
  • 2.0.0-rc.25 - 2019-06-30
  • 2.0.0-rc.24 - 2019-06-17
  • 2.0.0-rc.23 - 2019-06-14
  • 2.0.0-rc.22 - 2019-05-31
  • 2.0.0-rc.21 - 2019-05-26
  • 2.0.0-rc.20 - 2019-05-12
  • 2.0.0-rc.19 - 2019-04-21
  • 2.0.0-rc.18 - 2019-04-08
  • 2.0.0-rc.17 - 2019-04-08
  • 2.0.0-rc.16 - 2019-03-28
  • 2.0.0-rc.15 - 2019-03-18
from bootstrap-vue GitHub release notes
Commit messages
Package name: bootstrap-vue
  • 639aee4 chore: release v2.13.0
  • ac554ac chore: bump version and update changelog (#5260)
  • 8138ada chore(deps): update devdependency rollup to ^2.7.3 (#5267)
  • 4987b0c chore(docs): update footer with new information (#5264)
  • bcd6d79 chore(deps): update devdependency postcss-cli to ^7.1.1 (#5266)
  • 20eb3ac fix(types): update table field definition types to include sticky column (fixes #5263) (#5265)
  • 8159890 chore(docs): add generated robots.txt and sitemap.xml for SEO (#5257)
  • d9a9672 chore: minor refactors in code optimization for better minification (#5258)
  • d57a643 fix(b-form-datepicker, b-form-timepicker): fix menu padding in button only mode (fixes #5251) (#5252)
  • 05446f4 chore(deps): update devdependency terser to ^4.6.12 (#5250)
  • 582560f feat(b-overlay): add support for overlay `click` event (closes #5243) (#5248)
  • 0c57ffe fix: handle nested form options normalization (#5247)
  • ee7e8b8 chore(docs): update Zeit references to Vercel (#5208)
  • 6f84fb9 chore: overwrite Vercel now default headers (#5249)
  • a366baa chore(docs): minor tweaks for mobile friendliness (#5241)
  • 99aab01 Merge branch 'master' into dev
  • ddb99c3 Create now.json
  • f5722b1 Revert "fix: nested form options normalization"
  • bea0393 fix: nested form options normalization
  • f362802 feat(b-calendar, b-form-datepicker): relax `YYYY-MM-DD` string parsing (closes #5232) (#5242)
  • 4b2b7d9 chore(docs): minor update to input-group docs (#5240)
  • 7b1adc4 fix(b-form-datepicker, b-form-timepicker): adjust scss to support input-groups (#5231)
  • 6354e6e fix(b-form-datepicker, b-form-timepicker): prevent duplicate validation icons (fixes #5237) (#5238)
  • e68e429 chore(deps): update devdependency node-sass to ^4.14.0 (#5233)

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