Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

BootstrapVue

Bootstrap v4 components and grid system for Vue.js.
Collective - Host: opensource - https://opencollective.com/bootstrap-vue - Website: https://bootstrap-vue.org - Code: https://github.com/bootstrap-vue/bootstrap-vue

chore(deps): bump bootstrap from 4.5.3 to 4.6.0 (#6337)

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0.
- [Release notes](htt...

github.com/bootstrap-vue/bootstrap-vue - 4222833b5d74e5a38c1ded814cc3a550c743dce1 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(compat): fetch fresh template element when checking visibility

Vue 3 and Vue 2 seems to have different order of execution, so in
order to get rid of depending ...

github.com/bootstrap-vue/bootstrap-vue - 524652aa88d308d5e726fcb47d2966b98cff2911 authored about 3 years ago by Illya Klymov <[email protected]>
chore(deps-dev): bump terser from 5.7.0 to 5.10.0 (#6885)

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.10.0.
- [Release notes](https:...

github.com/bootstrap-vue/bootstrap-vue - 48ec2e042f1698cfb05b886756d547dffa12cdce authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @babel/standalone from 7.14.1 to 7.16.6 (#6884)

Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) fr...

github.com/bootstrap-vue/bootstrap-vue - dfbc56d357281f2c517d541ec475af559fabe556 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump autoprefixer from 10.2.5 to 10.4.0 (#6883)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.5 to 10.4.0.
- [Release...

github.com/bootstrap-vue/bootstrap-vue - fefc76b88a6ccd95573b22a6371112eb02ae1c8f authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump improved-yarn-audit from 2.3.2 to 3.0.0 (#6881)

Bumps [improved-yarn-audit](https://github.com/djfdyuruiry/improved-yarn-audit) from 2.3.2 to 3....

github.com/bootstrap-vue/bootstrap-vue - 7ea67d2e9455579dfba18b45b732dcf4f19bece6 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 3.4.1 (#6880)

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.4.0 to...

github.com/bootstrap-vue/bootstrap-vue - d2133b842b0f6152dd3e38c2646290c550d8e8cf authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update README.md (#6794)

Co-authored-by: Illya Klymov <[email protected]>

github.com/bootstrap-vue/bootstrap-vue - 9f70574d2731392525a06cc584b67c492a108fd6 authored about 3 years ago by Sam Turrell <[email protected]>
chore(compat): refactor tests not to use $children

github.com/bootstrap-vue/bootstrap-vue - 8ce291b54360c717646fb10927423220b6646c4d authored about 3 years ago by Illya Klymov <[email protected]>
chore(compat): fix table-sorting test

* workaround minor inconsistency in emits count between Vue 2 and 3

github.com/bootstrap-vue/bootstrap-vue - 6683001673e5616d0dc647f8d5b0ee7aa8087057 authored about 3 years ago by Illya Klymov <[email protected]>
chore(compat): refactor skeleton-wrapper test

@vue/test-utils v2 have special handling of functional component
Refactor test to be independent...

github.com/bootstrap-vue/bootstrap-vue - 92d588f84eca465a10ab7c9938bb2740a3b79386 authored about 3 years ago by Illya Klymov <[email protected]>
chore(compat): deal with timing differences in Vue 2 and Vue 3

* apply nextTick and waitRAF here & there to be consistent

github.com/bootstrap-vue/bootstrap-vue - 6353c319609a91e96c2183795c87baecfa5aeb6e authored about 3 years ago by Illya Klymov <[email protected]>
chore(compat): replace toHaveBeenCalledLastWith with relaxed check

* toHaveBeenCalledLastWith is too strict especially when you are
running compat Build generating...

github.com/bootstrap-vue/bootstrap-vue - ccf62a49e875693fba09d9714dc035fe41f49e60 authored about 3 years ago by Illya Klymov <[email protected]>
chore(compat): refactor icon search in component tree

When we reach top of the tree - use Vue.component

github.com/bootstrap-vue/bootstrap-vue - b1f6538e3fb4191d1ed03506214024ca4629eaee authored about 3 years ago by Illya Klymov <[email protected]>
fix(b-table): selected table header text no longer prevents table row selection (#6645)

Co-authored-by: Illya Klymov <[email protected]>

github.com/bootstrap-vue/bootstrap-vue - 010ab3180eaeb9f43e9c922fb6e47419504b8f99 authored about 3 years ago by Connor Forbes <[email protected]>
chore(compat): remove useless localVue usage

Jest resets modules for each test suite. If we are using localVue
just to install plugins - it i...

github.com/bootstrap-vue/bootstrap-vue - b16514b980c87d983d42b915a50ff2a3aa46d30a authored about 3 years ago by Illya Klymov <[email protected]>
chore(compat): replace find with findComponents

- accessing vm on DOMWrapper is discouraged and unsupported in
VTU v1

github.com/bootstrap-vue/bootstrap-vue - ac8ebfeab04cbca378fe1b2e7a96d5d1e2befbfe authored about 3 years ago by Illya Klymov <[email protected]>
chore(tests): fix lint warnings

github.com/bootstrap-vue/bootstrap-vue - e7aaf2db70975f322e6eb6941b1916b463015b9e authored about 3 years ago by Illya Klymov <[email protected]>
chore: bump size limit for future vue3 compat build

github.com/bootstrap-vue/bootstrap-vue - 66a910f369c4806526734f6bdb08da0437bc82f7 authored about 3 years ago by Illya Klymov <[email protected]>
chore(deps): Upgrade @vue/test-utils to v1.3.0

Start preparing Vue 3 migration

github.com/bootstrap-vue/bootstrap-vue - 5c4c54af124a4f60856a613bc682910b603b0824 authored about 3 years ago by Illya Klymov <[email protected]>
chore(compat): remove parentComponent usage

parentComponent is not supported in VTU v2

github.com/bootstrap-vue/bootstrap-vue - 4f5df28a06551c7c30bd91410d489614ab07d032 authored about 3 years ago by Illya Klymov <[email protected]>
chore(tests): fix warnings in existing tests

github.com/bootstrap-vue/bootstrap-vue - 5f0877a2049629c38311ec934d42da107a5a79d7 authored about 3 years ago by Illya Klymov <[email protected]>
chore(tests): remove createContainer helper

createContainer function is now implemented by VTU mimicking this
behaviour when you pass `attac...

github.com/bootstrap-vue/bootstrap-vue - d113cc7ee2653b8e6f4b0450a7ee5fdaa9f61941 authored about 3 years ago by Illya Klymov <[email protected]>
chore(compat): remove toBeInstanceOf assertions for Vue components

Vue3 compat build wraps component and transforms them. In order to
mitigate this, replace `toBeI...

github.com/bootstrap-vue/bootstrap-vue - 7ad43e189ac46a62cd3f67d7d548df099d297675 authored about 3 years ago by Illya Klymov <[email protected]>
chore(tests): introduce tests for #6397

github.com/bootstrap-vue/bootstrap-vue - 17ea50f1b5312a837377220444be9d54e9973be5 authored about 3 years ago by Illya Klymov <[email protected]>
fix(b-table): fix range selection of b-table (#6606)

Co-authored-by: Jacob Müller <[email protected]>
Co-authored-by: Illya Klymov <xanf@x...

github.com/bootstrap-vue/bootstrap-vue - c11f0db211aa2c45209a4081ae4e02337ec55015 authored about 3 years ago by William <[email protected]>
docs(form-checkbox): fix template end tag in "Indeterminate checkbox use-case example" (#6673)

The second template end tag of b-form-group in "Indeterminate checkbox
use-case example" was mi...

github.com/bootstrap-vue/bootstrap-vue - 12985a4439a96d5849ea196c2f046530a55ac7f6 authored about 3 years ago by Kn0wl3dge <[email protected]>
fix: replace sass division with multiplication (#6834)

github.com/bootstrap-vue/bootstrap-vue - dd051e93cbb2ce41d3060eda2b5a82ce28fe183c authored about 3 years ago by Konstantin <[email protected]>
chore(deps-dev): bump nuxt from 2.15.6 to 2.15.8 (#6877)

Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.6 to 2.15.8.
- [Release notes](https://...

github.com/bootstrap-vue/bootstrap-vue - abaa1c5edda7d5838f849db1d25fbaab9a946bb8 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(b-skeleton): accepts custom attributes (#6858)

* fix(b-skeleton): root element accept custom attributes

* fix(b-skeleton-img): pass attribut...

github.com/bootstrap-vue/bootstrap-vue - 9b1edc978f7029facaf5a4f2a512b13cd43987a8 authored about 3 years ago by Rare Kang <[email protected]>
Use proper conjunction in example comments (#6778)

Co-authored-by: Illya Klymov <[email protected]>

github.com/bootstrap-vue/bootstrap-vue - 14e413ccd61a5b4148150c15a041bccf476adef4 authored about 3 years ago by Sensational Code <[email protected]>
chore(deps): bump codecov/codecov-action from 1 to 2.1.0 (#6775)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [R...

github.com/bootstrap-vue/bootstrap-vue - 4f2834451d5f861ed58af94b494b9f7a22f4ab83 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/cache from 2.1.6 to 2.1.7 (#6847)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](...

github.com/bootstrap-vue/bootstrap-vue - 53a6079761d0a1c83447471f8cd4eee34e635a9b authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(nav-item-dropdown): update dropdown to set correct aria-controls

github.com/bootstrap-vue/bootstrap-vue - 97bb97b004b28bc34a49fc20dcc5b247f228404f authored about 3 years ago by Illya Klymov <[email protected]>
chore: correct lint warning

github.com/bootstrap-vue/bootstrap-vue - b8ce56a02ab60065ff7e5102423ba2441a303125 authored about 3 years ago by Illya Klymov <[email protected]>
Merge branch 'dev' into patch-1

github.com/bootstrap-vue/bootstrap-vue - 44787c710f6cc6ac8e3fe831b9486ef69da5a93f authored about 3 years ago by Illya Klymov <[email protected]>
fix(b-dropdown): Sets correct `aria-haspopup` attribute for the toggle button (#6865)

the `aria-haspopup` attribute on the toggle button is set based on the `role` property provided ...

github.com/bootstrap-vue/bootstrap-vue - d92c2f1237b44102f0bf6eadd26d97423b9f8c2b authored about 3 years ago by Olena Horal <[email protected]>
chore(b-form-tags): correct typo b-from-tags to b-form-tags (#6752)

Co-authored-by: Illya Klymov <[email protected]>

github.com/bootstrap-vue/bootstrap-vue - d3453535ca4a31948b48a45e5a7645033cbeb537 authored about 3 years ago by Joshua Wu <[email protected]>
chore(deps-dev): bump sass from 1.32.12 to 1.45.0 (#6867)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.12 to 1.45.0.
- [Release notes](https...

github.com/bootstrap-vue/bootstrap-vue - a6181b9f068f362c4c328d1a7ce9166c251ca4b4 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @babel/plugin-transform-runtime (#6870)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-...

github.com/bootstrap-vue/bootstrap-vue - dd6ab70ddc7c0466d8b43b4761784976714a6cb1 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.25.3 (#6837)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.22.1 to 2...

github.com/bootstrap-vue/bootstrap-vue - e55aa07d273c3fa9e60f9703dda98b56605f331f authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#6784)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https...

github.com/bootstrap-vue/bootstrap-vue - a680ea5e14803d3e193380a8e9f70dad52d19ce4 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @babel/core from 7.14.0 to 7.16.5 (#6871)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.0 to...

github.com/bootstrap-vue/bootstrap-vue - 7242f7538d5262e8c6ecc0056d48d4b139541df4 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: bump allowed bundle size

Required to perform security upgrades

github.com/bootstrap-vue/bootstrap-vue - 169a9d00c7c4530eccf2a8ff1ae502863b501961 authored about 3 years ago by Illya Klymov <[email protected]>
chore(deps): bump tar from 6.1.0 to 6.1.11 (#6760)

Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://gi...

github.com/bootstrap-vue/bootstrap-vue - 87fb81eec7053b4e1fafb54ae45f5e60c4aef03a authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#6740)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release n...

github.com/bootstrap-vue/bootstrap-vue - 7c46764dea2aebd4ba145bd36056ea28c0a3f4df authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump prismjs from 1.23.0 to 1.25.0 (#6874)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.25.0.
- [Release notes](http...

github.com/bootstrap-vue/bootstrap-vue - eefd693c54a4e650a1302f498129f7686745d945 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(b-link): support `exact-path` and `exact-path-active-class` props for router link (fixes #6434) (#6811)

github.com/bootstrap-vue/bootstrap-vue - 576e67b3af434037a5ee17533a232465527d5edd authored about 3 years ago by Lei Wang <[email protected]>
Merge pull request #6855 from bootstrap-vue/dependabot/github_actions/actions/setup-node-2.5.0

chore(deps): bump actions/setup-node from 2.1.5 to 2.5.0

github.com/bootstrap-vue/bootstrap-vue - 49d8a9d0ce2a48407987d43e7ce36d55a1bef64c authored about 3 years ago by Illya Klymov <[email protected]>
chore(deps): bump actions/setup-node from 2.1.5 to 2.5.0

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.5.0.
- [Releas...

github.com/bootstrap-vue/bootstrap-vue - 4c74dbce7a98a6b033baaf20f0292f0efdacf47b authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #6873 from bootstrap-vue/dependabot/npm_and_yarn/ws-7.5.6

chore(deps): bump ws from 7.4.5 to 7.5.6

github.com/bootstrap-vue/bootstrap-vue - 92da756574f8b2ac1eae9e64dd4d040c263e1b07 authored about 3 years ago by Illya Klymov <[email protected]>
Merge branch 'dev' into patch-1

github.com/bootstrap-vue/bootstrap-vue - c189106b0490bd94bafd75cea9d6e7d14a5be4fa authored about 3 years ago by Illya Klymov <[email protected]>
chore(deps): bump ws from 7.4.5 to 7.5.6

Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.5.6.
- [Release notes](https://gith...

github.com/bootstrap-vue/bootstrap-vue - a658231f6b83d0d7ee0f79366085194fd742e193 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #6698 from teacherSsamko/dev

docs(intro): fix typo in README

github.com/bootstrap-vue/bootstrap-vue - 07234fc9c471f9a87f6226d94fdfe328416de600 authored about 3 years ago by Illya Klymov <[email protected]>
Merge branch 'dev' into dev

github.com/bootstrap-vue/bootstrap-vue - 7902c8d1d49c301d09c4d19c0fe1be9cee044fce authored about 3 years ago by Illya Klymov <[email protected]>
Merge pull request #6721 from boukeversteegh/patch-1

Fix average reading speed in toast guidelines

github.com/bootstrap-vue/bootstrap-vue - 01928e544dc673bcb947f052503144e24f25ab27 authored about 3 years ago by Illya Klymov <[email protected]>
Merge pull request #6748 from kryptoslogic/speed-up-make-icons

perf(icon) Speed up slow icons module import

github.com/bootstrap-vue/bootstrap-vue - 2d3bf8365f88fe836c029ab7cc8357df6c1a09de authored about 3 years ago by Illya Klymov <[email protected]>
Update dropdown to set correct aria-controls

The toggle button, should include aria-controls that points the list's id

github.com/bootstrap-vue/bootstrap-vue - 8ba40889bf5bb2fb49d0484803bd6e1037a7c5ef authored about 3 years ago by Sal Scotto <[email protected]>
Speed up icons module import

## What was the problem?
I observed that doing a simple import of bootstrap-vue:

```js
import ...

github.com/bootstrap-vue/bootstrap-vue - c3f40de7740d0366a2dfb3043db70f406c8e7339 authored over 3 years ago by Vít Stanislav <[email protected]>
docs(toast): Fix average reading speed in toast guidelines

github.com/bootstrap-vue/bootstrap-vue - b6ebc55b5a7dfe0c482488e29210da642ebc70cc authored over 3 years ago by Bouke Versteegh <[email protected]>
typo: an -> and

github.com/bootstrap-vue/bootstrap-vue - 49ea2b617c9879be26bd07498f51f2906db39cca authored over 3 years ago by Eunsub LEE <[email protected]>
chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#6641)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](...

github.com/bootstrap-vue/bootstrap-vue - 45635d1d391263192787e9e0bddc004abe115ace authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs(table): correct table-class prop name (#6647)

Correct `table-classes` to `table-class` in `b-table-simple` section.

github.com/bootstrap-vue/bootstrap-vue - 6987adab63e0b191bb0563bc612d57c8eea89ba7 authored over 3 years ago by Brian J. Miller <[email protected]>
update reference page

github.com/bootstrap-vue/bootstrap-vue - a7024aa411aa2a5686b6bd42d3681e617686588b authored over 3 years ago by Rasmus Nielsen <[email protected]>
fix intro page

github.com/bootstrap-vue/bootstrap-vue - ada31152bccac0767f7cc1fed74e297812be1a8d authored over 3 years ago by Rasmus Nielsen <[email protected]>
fix icons page

github.com/bootstrap-vue/bootstrap-vue - ff75e22e70376623d34bbe3aa4864afacedfd397 authored over 3 years ago by Rasmus Nielsen <[email protected]>
chore(deps-dev): bump nuxt from 2.15.5 to 2.15.6 (#6614)

Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.5 to 2.15.6.
- [Release notes](https://...

github.com/bootstrap-vue/bootstrap-vue - 19a1727778cbafd989d19ba0133e23b204a2e7b1 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @babel/preset-env from 7.14.1 to 7.14.2 (#6613)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) fr...

github.com/bootstrap-vue/bootstrap-vue - 5ce96b64a3842f3b1358260a61ea47887858965d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(icons): update Bootstrap Icons to v1.5.0 (#6611)

* chore(icons): update Bootstrap Icons to v1.5.0

* Update .bundlewatch.config.json

github.com/bootstrap-vue/bootstrap-vue - 2ffdd1990c8adee73b0953834156b71df1abfda7 authored over 3 years ago by Jacob Müller <[email protected]>
chore(deps-dev): bump nuxt from 2.15.4 to 2.15.5 (#6610)

Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.4 to 2.15.5.
- [Release notes](https://...

github.com/bootstrap-vue/bootstrap-vue - 27ccc03996059e36b1880013ddb9153a0c2ed690 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump eslint from 7.25.0 to 7.26.0 (#6609)

Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.26.0.
- [Release notes](https...

github.com/bootstrap-vue/bootstrap-vue - ec02e2028b365ed496f72ea02dd0b455a6c1e81b authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump lint-staged from 10.5.4 to 11.0.0 (#6608)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.4 to 11.0.0.
- [Release no...

github.com/bootstrap-vue/bootstrap-vue - 42ecaddc75db15aa8811270fdd8d61ad0398ade9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump core-js from 3.12.0 to 3.12.1 (#6607)

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.12.0 to 3...

github.com/bootstrap-vue/bootstrap-vue - c8fb4f6ff361367ac72c1ead18a6dc567c907d50 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(b-table): set `aria-sort` when using `sortKey` and `no-local-sorting` (closes #6602) (#6603)

* Use field sortKey if utilized

* Add test

github.com/bootstrap-vue/bootstrap-vue - 2438137c3757b28657e7185432805079ee25c559 authored over 3 years ago by Hiws <[email protected]>
chore(deps-dev): bump postcss from 8.2.13 to 8.2.14 (#6601)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.2.14.
- [Release notes](ht...

github.com/bootstrap-vue/bootstrap-vue - 7d62956d46070ac935cb0266b540979b35032f56 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump core-js from 3.11.2 to 3.12.0 (#6600)

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.11.2 to 3...

github.com/bootstrap-vue/bootstrap-vue - 09763bb7fc148a85069f162d98a9fab36a027ccb authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(docs): add new "Vuexy - Admin Dashboard" theme (#6466)

* feat(docs): new dashboard added in "Themes" - Vuexy Admin Template

* Update vuexy-admin-tem...

github.com/bootstrap-vue/bootstrap-vue - 24971806ff9aa81958cfea352e9af2f5d0174e8e authored over 3 years ago by JD <[email protected]>
chore(deps-dev): bump standard-version from 9.2.0 to 9.3.0 (#6598)

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.2.0 ...

github.com/bootstrap-vue/bootstrap-vue - 0d76ec4e6859abf517486d734f99fce41187f9b1 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(docs): fix typo in `<b-carousel>` docs (closes #6593) (#6594)

github.com/bootstrap-vue/bootstrap-vue - 3d7f4c7075201c0efe49237503caf51f403ce587 authored over 3 years ago by ochowei <[email protected]>
fix(utils/dom): bind `requestAF()` to `window` (#6508) (#6511)

* fix(utils-dom): bind requestAF to WINDOW (#6508)

* Update dom.js

Co-authored-by: Jacob M...

github.com/bootstrap-vue/bootstrap-vue - f8caaec837b184d3f2736a6fdb4b8ceea28942ae authored over 3 years ago by xenolithviktor <[email protected]>
chore(deps): bump actions/cache from v2.1.4 to v2.1.5 (#6547)

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes...

github.com/bootstrap-vue/bootstrap-vue - 340908cf1c0ab90f0177fb29c3407d7d22d5a2f4 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(ci): update workflows to new Node.js versions (#6592)

github.com/bootstrap-vue/bootstrap-vue - 828c627fac28cf665aa7bb047a63d7cca5bcd23b authored over 3 years ago by Jacob Müller <[email protected]>
chore(deps-dev): bump @babel/preset-env from 7.14.0 to 7.14.1 (#6589)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) fr...

github.com/bootstrap-vue/bootstrap-vue - f5adf279be6bf8bd880a124e5542190b0ae9902e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @babel/standalone from 7.14.0 to 7.14.1 (#6591)

Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) fr...

github.com/bootstrap-vue/bootstrap-vue - 4f0d0d411b29f9cba2ea5dbe6e6366fb56d354bd authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump rollup from 2.46.0 to 2.47.0 (#6590)

Bumps [rollup](https://github.com/rollup/rollup) from 2.46.0 to 2.47.0.
- [Release notes](https...

github.com/bootstrap-vue/bootstrap-vue - 69f6d0f9c27f49609aa60d60d66653a6b39c6346 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: update dependencies (#6587)

github.com/bootstrap-vue/bootstrap-vue - 0f39460e022f8404abdc9eac14e294be61cbbd8c authored over 3 years ago by Jacob Müller <[email protected]>
chore(icons): update Bootstrap Icons to v1.4.1 (closes #6472) (#6583)

* chore(icons): update Bootstrap Icons to v1.4.1

* Update .bundlewatch.config.json

github.com/bootstrap-vue/bootstrap-vue - 223cb9c9f6893db4bc51f8fa6861e0d682d1a86f authored over 3 years ago by Jacob Müller <[email protected]>
chore: update dependencies (closes #6412, #6429, #6430, #6436, #6522) (#6582)

* chore: update dependencies

* chore: revert `bootstrap` and `bootstrap-icons` dependency upd...

github.com/bootstrap-vue/bootstrap-vue - 5c893916d9cb9f9a8eed334ab4f83f5f79255461 authored over 3 years ago by Jacob Müller <[email protected]>
chore(docs): fix grammar in `<b-table>` parameter description (#6483)

Fix grammar error in b-table description

Co-authored-by: Jacob Müller <jacob.mueller.elz@gmai...

github.com/bootstrap-vue/bootstrap-vue - 60c66ea566cd12d7580cebe33569e90622f6a0cf authored over 3 years ago by James Pickard <[email protected]>
chore(docs): remove duplicate `<b-form-timepicker>` parameter (#6491)

Co-authored-by: Jacob Müller <[email protected]>

github.com/bootstrap-vue/bootstrap-vue - 9601cc5a13ab920c27c6869f2dfeb2f99a84278c authored over 3 years ago by Samuel Denis-D'Ortun <[email protected]>
chore(docs): Fix form-tags "can not added" typos (#6492)

Fixes "can not added" typos in form-tags reference package.json by
changing text to "cannot be ...

github.com/bootstrap-vue/bootstrap-vue - 333dfb4ae4e90b1b9849e697f66cf098369988b1 authored over 3 years ago by John Franey <[email protected]>
Change closing tag on code example. Fixes #6528 (#6533)

Co-authored-by: Jacob Müller <[email protected]>

github.com/bootstrap-vue/bootstrap-vue - 80c6385591c5ffc5887cf8062ff40a4c23d90e68 authored over 3 years ago by gmw-web <[email protected]>
fix(docs): completing the url so that the link is correct (#6545)

github.com/bootstrap-vue/bootstrap-vue - c9c85a92460c583439f96b61095e2fa0f3c41378 authored over 3 years ago by William Teixeira <[email protected]>
chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#6465)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5.
- [Rel...

github.com/bootstrap-vue/bootstrap-vue - 1d59417df6869e2b04c651f6caeed9474cf14a84 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump husky from 4.3.8 to 5.0.9 (#6433)

Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 5.0.9.
- [Release notes](https:/...

github.com/bootstrap-vue/bootstrap-vue - 5c49a0098b2e8f13852a5dbfd2f709f4e0096299 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/cache from v2 to v2.1.4 (#6432)

Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](ht...

github.com/bootstrap-vue/bootstrap-vue - f49d4d4077829a14caa951e4f8e9816eabb057a5 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump lint-staged from 10.5.3 to 10.5.4 (#6431)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.3 to 10.5.4.
- [Release no...

github.com/bootstrap-vue/bootstrap-vue - 41493405457b4b13d2005ebcd4a5b1480f1e754b authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump postcss from 8.2.4 to 8.2.5 (#6428)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.2.5.
- [Release notes](http...

github.com/bootstrap-vue/bootstrap-vue - 5395344ade6654f84a06c7cabeee1eeafd1a8f61 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump rollup from 2.38.4 to 2.38.5 (#6417)

Bumps [rollup](https://github.com/rollup/rollup) from 2.38.4 to 2.38.5.
- [Release notes](https...

github.com/bootstrap-vue/bootstrap-vue - 94fd941f58e81f3e6b5afa8d5a2c40aeb54c545c authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @babel/standalone from 7.12.14 to 7.12.15 (#6416)

Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) fr...

github.com/bootstrap-vue/bootstrap-vue - 5130a83e2e1dba8e2e3939e68044de2f4d622d11 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>