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.3.0 to 2.7.0 #1

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 7, 2020

Snyk has created this PR to upgrade bootstrap-vue from 2.3.0 to 2.7.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 7 versions ahead of your current version.
  • The recommended version was released 24 days ago, on 2020-03-14.
Release notes
Package name: bootstrap-vue
  • 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

    Features v2.5.0

    • b-calendar, b-form-datepicker: new components b-calendar and b-form-datepicker (closes #3676, #1428) (#4712) (af0ded0)
    • b-form-spinbutton: new form control component b-form-spinbutton (#4744) (da5e473)
    • v-b-hover: new directive for reacting to hover changes (#4771) (b7adc6d)

    Bug Fixes v2.5.0

    • b-form-tags: improve accessibility for screen reader users (#4775) (2328630)
    • b-modal: additional fixes for show transition behaviour (closes #4761) (#4777) (1113c6f)
  • 2.4.2 - 2020-02-15

    Bug Fixes v2.4.2

    • b-button: when href is "#" add role=button and appropriate keydown handlers for A11Y (#4768) (087a128)
    • b-modal: fix transition show enter timing (closes #4761) (#4766) (968c957)

    Other v2.4.2

    • documentation updates
    • dev dependency updates
  • 2.4.1 - 2020-02-13

    Bug Fixes v2.4.1

    • b-form-input, b-form-textarea: handle change event for all mobile device keyboards (closes #4724) (#4739) (166a932)
    • b-tooltip, v-b-tooltip: fix arrow margin (#4727) (865a655)

    Other v2.4.1

    • dev dependency updates
    • minor docs updates
  • 2.4.0 - 2020-02-01

    Features v2.4.0

    • b-modal: add ignore-enforce-focus-selector prop (closes #4537) (#4702) (c3ac992)
    • b-nav-item-dropdown: add boundary prop, applicable when not in b-navbar (closes #4684) (#4691) (3a50ad8)

    Bug Fixes v2.4.0

    • b-dropdown: focus-in handling for Safari and Firefox on macOS/iOS (closes #4328) (#4426) (2eab55b)
    • b-form-input, b-form-textarea: properly handle out-of-sync values (closes #4695) (#4701) (954176d)
  • 2.3.0 - 2020-01-24

    Features v2.3.0

    • b-button-close: add content prop (#4574) (7379c6d)
    • b-form-tags: new option to specify input type (closes #4644) (#4645) (b899fac)
    • b-pagination, b-pagination-nav: add page button class props and option to show first/last page numbers (closes #4597, #4533) (#4622) (3a3ee1d)
    • icons: add stacking support (#4658) (b185cdb)

    Bug Fixes v2.3.0

    • v-b-modal: only unbind/rebind during componentUpdated hook if trigger element or modal ID changes (closes #4669) (#4672) (e53a05d)
    • utils: pass all Array/Object util shortcuts as functions, for handling late loaded polyfills (#4647) (f584425)
from bootstrap-vue GitHub release notes
Commit messages
Package name: bootstrap-vue
  • d3517a4 chore: release v2.7.0
  • ca29664 chore(icons): minor update to stacked animation example
  • c4ab5a5 Update CHANGELOG.md
  • 5c5a703 Update CHANGELOG.md
  • 927c234 chore(icons): additional adjustment for stacked animations (#4948)
  • 2c60769 chore: bump version and update changelog (#4944)
  • fd187c3 chore(deps): bump acorn from 6.4.0 to 6.4.1 (#4947)
  • b786f67 chore(icons): updates to CSS animations (#4945)
  • 7735729 chore(deps): update devdependency rollup to ^2.0.6 (#4943)
  • 151be5d chore(deps): update devdependency @babel/standalone to ^7.8.8 (#4939)
  • 7c781fa feature(b-icon): add animated icon options (closes #4720) (#4934)
  • c15f86a chore(deps): update devdependency rollup to ^2.0.5 (#4937)
  • 682bc46 fix(b-form-file): make sure to catch all errors when resetting the input (#4936)
  • d86a579 chore(b-overlay): add notes on using in `<b-modal>` (#4933)
  • 486e154 docs(list-group): update utility classes link to 4.4 (#4932)
  • 52ea6d4 docs: better PR detection for docs header (#4930)
  • 8805240 chore(deps): update devdependency rollup to ^2.0.4 (#4935)
  • ee394b2 chore(deps): update devdependency rollup to v2 (#4900)
  • bb5fca4 chore(b-overlay): minor fixes to example
  • 01ae8df docs(b-overlay): add additional usage examples (#4923)
  • 7fd9e63 chore(docs): fix mistake in b-overlay no-wrap example
  • 13842fb chore(b-ovelay): fix example
  • 6b172d9 chore: add avatar image to static assets (#4918)
  • 13660c3 feat(b-form-datepicker, b-form-timepicker): add support for icon button only mode (closes #4888) (#4915)

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