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.4 to 2.4.0 #19

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

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Mar 4, 2020

Snyk has created this PR to upgrade bootstrap-vue from 2.0.4 to 2.4.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 6 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-02-01.
Release notes
Package name: bootstrap-vue
  • 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)
  • 2.2.2 - 2020-01-15

    Bug Fixes v2.2.2

    • nuxt module: remove unnecessary export statements (#4624) (27f066c)

    Other v2.2.2

    • dev dependencies updates
    • minor docs updates
  • 2.2.1 - 2020-01-14

    Bug Fixes v2.2.1

    • icons: make icon transform props work with IE11 (closes #4607) (#4608) (899779f)
    • types: add missing declarations for b-form-select-option & b-form-select-option-group (#4595) (8d60832)
    • types: include named export BootstrapVue in declaration file (#4590) (603307a)
    • modal, tooltips, popovers: remove nextTick delay when updating content in transporter portal (closes #4589) (#4604) (0e3e7e0)
    • utils: correct identity spelling error (#4579) (7fed191)

    Docs v2.2.1

    • add live validation examples in validation reference section (#4584) (aca4a5c)

    Other v2.2.1

    • dev dependencies updates
  • 2.2.0 - 2020-01-09

    Overview

    • New icon components (based on BootstrapIcons v1.0.0-alpha2)
    • New tagged input component <b-form-tags>
    • Support for Bootstrap v4.4.1 CSS/SCSS

    Features

    • icons: new optional icon components (#4489) (d2bef17)
    • b-collapse: add new prop appear to animate an initially visible collapse (#4317) (136a72b)
    • b-collapse: add optional scoping to default slot (#4405) (8e95bac)
    • b-container: add support for bootstrap v4.4.x new responsive containers (0e318f4)
    • b-dropdown: add splitClass property to dropdown component (#4394) (a5f342e)
    • b-dropdown-form: new form-class prop for adding classes to the form element (closes #4474) (#4475) (eef4200)
    • b-form-select: add group/tree support and dedicated option and option-group components (closes #3222) (#4267) (f1ed017)
    • b-form-select: support paths for valueField, textField, htmlField and disabledField props (#4386) (ed3b736)
    • b-form-tags: new tagged input component (#4409) (00eb9d9)
    • b-row: add Bootstrap v4.4 row columns support (#4439) (833b028)
    • b-table: better sort labeling for screen readers (closes #4487) (#4488) (d4e66fa)
    • b-table, b-table-lite: new tbody-tr-attr prop for arbitrary row attributes (closes #1864) (#4481) (4acf6ed)
    • b-tooltip: add noninteractive prop (closes #4556) (#4563) (b3ad726)
    • build: configure pre-commit hook (closes #4532) (#4552) (1bf9e59)

    Bug Fixes

    • b-table, b-table-lite: handle edge case with row events when table is removed from dom. instantiate row event handlers only when listeners are registered (fixes #4384) (#4388) (9a81cd4)
    • b-toast: fix interal ensureToaster method call when toaster name changes (#4468) (744bb7a)
    • tooltips, popovers: fix memory leak (closes #4400) (#4401) (c71352d)
    • docs: handle undocumented breaking changes in babel-standalone for IE11 (#4484) (56f8bb5)
  • 2.1.0 - 2019-11-13

    Features

    • b-dropdown: add block support to toggle button (closes #4266)
    • b-form-group: allow setting label cols props to auto (closes #4217)
    • b-form-input, b-form-textarea: new lazy modifier prop to update v-model on change/blur event
    • b-form-input, b-form-textarea: add v-model debouncing feature via new prop debounce, and deprecate <b-table> prop filter-debounce (closes #4150)
    • b-img, b-img-lazy: add support for srcset and sizes props (closes #4348)
    • b-pagination, b-pagination-nav: add pills style option
    • b-table: default the row select feature selected-variant to the 'active' variant
    • b-table: add selectRow() and unselectRow() methods to cell and row-details slot scopes, and new prop no-select-on-click
    • b-table, b-table-lite: add in head/foot row variant prop (addresses #4215)
    • b-table, b-table-lite: add prop details-td-class for applying classes to the details row <td>
    • b-tabs: emit cancelable BvEvent before changing tabs via new event activate-tab (closes #4273)
    • v-b-visible: new directive v-b-visible for detecting visibility of elements
    • auto-generate file dist/web-types.json for WebStorm, and files dist/vetur-tags.json and dist/vetur-attributes.json for Vetur (closes #4107)

    Fixes

    • b-dropdown: handle issue with touch devices on MacOS using Safari/Firefox (Fixes #4328, #4344)
    • b-nav-form, b-nav-text: ensure these sub-components have <li> as root element for accessibility
    • b-pagination, b-pagination-nav: add UP/DOWN keyboard navigation support for JAWS (fixes #4322)
    • b-table, b-table-lite, b-table-simple: fix issue with sticky columns when table is not responsive but has sticky-header (fixes #4354)
    • b-table, b-table-lite, b-tbody: fix delegated event handlers when transition + minor adjustment to row key generation (fixes #4370, #4360)
    • b-tabs: allow space to trigger tab activation when no-key-nav is enabled (fixes #4323)
    • v-b-modal: open modal using ENTER key on non-button elements for A11Y
    • v-b-modal: ensure trigger element is keyboard accessible if not a link or button, for A11Y
    • v-b-tooltip, v-b-popover: ensure reference to trigger element is passed to title/content function (fixes #4331)
    • web-types: update web-types code generation to match latest schema

    Other

    • b-table: deprecate prop filter-debounce in favour of b-form-input debouncing
    • documentation updates and fixes
  • 2.0.4 - 2019-10-11

    Released: 2019-10-11

    Bug Fixes v2.0.4

    • b-carousel: disable the next/prev controls when the carousel is sliding (closes #4210) (#4212) (64d556d)
    • b-dropdown-form: fix SCSS styling when placed in a nav dropdown (fixes #4220) (#4223) (b852bba)
    • types: correct the declared export name for BCardSubTitle component (#4229) (9f216df)

    Performance v2.0.4

    Other v2.0.4

    • add "sass" entry in package.json
    • minor docs fixes and updates
from bootstrap-vue GitHub release notes
Commit messages
Package name: bootstrap-vue
  • b49e704 chore: release v2.4.0
  • f317cb5 chore: bump version and update changelog (#4711)
  • e268a42 chore(deps): update devdependency highlight.js to ^9.18.1 (#4713)
  • bdf0f5d chore(deps): update devdependency codecov to ^3.6.4 (#4710)
  • 6da6c25 chore(docs): minor update to modal docs re TinyMCE (#4708)
  • c3ac992 feat(b-modal): add `ignore-enforce-focus-selector` prop (closes #4537) (#4702)
  • 6e0b852 chore(deps): update devdependency codecov to ^3.6.3 (#4707)
  • 39eb19c chore(deps): update devdependency lint-staged to ^10.0.7 (#4704)
  • 128aa19 chore(deps): update devdependency rollup to ^1.31.0 (#4703)
  • 954176d fix(b-form-input, b-form-textarea): properly handle out-of-sync values (closes #4695) (#4701)
  • cedf702 chore(deps): update devdependency lint-staged to ^10.0.6 (#4699)
  • 8656c66 chore(deps): update all non-major dependencies to ^7.8.4 (#4698)
  • f16b386 chore(deps): update devdependency lint-staged to ^10.0.5 (#4696)
  • 2eab55b fix(b-dropdown): focus-in handling for Safari and Firefox on macOS/iOS (closes #4328) (#4426)
  • 3a50ad8 feat(b-nav-item-dropdown): add `boundary` prop, applicable when not in `b-navbar` (closes #4684) (#4691)
  • dba2beb chore(deps): update devdependency lint-staged to ^10.0.4 (#4693)
  • 890eeff chore(deps): update devdependency eslint-config-prettier to ^6.10.0 (#4688)
  • c92239b chore(deps): update devdependency rollup to ^1.30.1 (#4685)
  • edbd8ac chore(deps): update devdependency lint-staged to ^10.0.3 (#4682)
  • 0d86940 fix(docs): add missing close tags for `<b-icon>` components (#4680)
  • 5a6c1e7 chore(deps): update devdependency rollup to ^1.30.0 (#4679)
  • 35a2f23 chore(docs): mention in table docs that `fixed` and `responsive` do not work well with each other (closes #4598) (#4677)
  • e02d70b chore(deps): update devdependency cross-env to v7 (#4676)
  • 7f3577f chore: release v2.3.0

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

@JorritSalverda JorritSalverda changed the base branch from master to main September 7, 2020 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment