From e668ce29defdae8d90a1e880f03dedcbf3cc6efb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 12:23:49 +0100 Subject: [PATCH 01/10] chore(deps): update devdependency vue-router to ^3.1.4 (#4619) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 18f4f73d4be..2ee5da4c8c7 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "terser": "^4.6.3", "vue": "^2.6.11", "vue-jest": "^3.0.5", - "vue-router": "^3.1.3", + "vue-router": "^3.1.4", "vue-server-renderer": "^2.6.11", "vue-template-compiler": "^2.6.11" }, diff --git a/yarn.lock b/yarn.lock index befff1a4481..4cb689699b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13331,6 +13331,11 @@ vue-router@^3.1.3: resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.3.tgz#e6b14fabc0c0ee9fda0e2cbbda74b350e28e412b" integrity sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ== +vue-router@^3.1.4: + version "3.1.4" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.4.tgz#98a6a4dd38fca0db3b9f3c04bfbd008a3b6d958d" + integrity sha512-pX2BGvZg5/MOXbJoYsRppoZM+0B4LSszvIXQvLPZ7govbgbBorYQ4JHx99lDTjzEBkbTyKfRG+ru1VCnMuVcUg== + vue-server-renderer@^2.6.11: version "2.6.11" resolved "https://registry.yarnpkg.com/vue-server-renderer/-/vue-server-renderer-2.6.11.tgz#be8c9abc6aacc309828a755c021a05fc474b4bc3" From 56ed34b4d1dd01a3774fac99a7b3b844e17080ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 13:56:08 +0100 Subject: [PATCH 02/10] chore(deps): update devdependency husky to ^4.0.8 (#4621) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2ee5da4c8c7..6bb0b4cbeff 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "gh-pages": "^2.2.0", "highlight.js": "^9.17.1", "html-loader": "^0.5.5", - "husky": "^4.0.7", + "husky": "^4.0.8", "jest": "^24.9.0", "jest-environment-jsdom-fourteen": "^1.0.1", "lint-staged": "^9.5.0", diff --git a/yarn.lock b/yarn.lock index 4cb689699b4..efc00f8afdf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6897,15 +6897,14 @@ humps@^2.0.1: resolved "https://registry.yarnpkg.com/humps/-/humps-2.0.1.tgz#dd02ea6081bd0568dc5d073184463957ba9ef9aa" integrity sha1-3QLqYIG9BWjcXQcxhEY5V7qe+ao= -husky@^4.0.7: - version "4.0.7" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.7.tgz#cee4301d1db1d731be9c2aa2ac72b46439d30c91" - integrity sha512-ULivTOe0k+nNjZKIojoHxXjybtEycaba0EDuk1G8iNGD8wZgo8Sr3YiN8bKitXNpI1RvVKTJwRnh2GLysLbxMQ== +husky@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.8.tgz#fff98dc0a1fcacdd2efb2c973d6e0b3e836c3607" + integrity sha512-WH4cem0fl5LYWCWCnYdMjRXocGKAX7fedAEhWbD7NN7Ews8BqoekuboWkupPjnPNwev8wPb6Iqnbmq84KRBowA== dependencies: chalk "^3.0.0" ci-info "^2.0.0" cosmiconfig "^6.0.0" - get-stdin "^7.0.0" opencollective-postinstall "^2.0.2" pkg-dir "^4.2.0" please-upgrade-node "^3.2.0" From b4a9c437fc385b60f632a4bcf2818474d4df105f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 11:58:19 -0400 Subject: [PATCH 03/10] chore(deps): update devdependency husky to ^4.0.9 (#4623) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6bb0b4cbeff..4b2c5f072db 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "gh-pages": "^2.2.0", "highlight.js": "^9.17.1", "html-loader": "^0.5.5", - "husky": "^4.0.8", + "husky": "^4.0.9", "jest": "^24.9.0", "jest-environment-jsdom-fourteen": "^1.0.1", "lint-staged": "^9.5.0", diff --git a/yarn.lock b/yarn.lock index efc00f8afdf..72fa13aaa21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6897,10 +6897,10 @@ humps@^2.0.1: resolved "https://registry.yarnpkg.com/humps/-/humps-2.0.1.tgz#dd02ea6081bd0568dc5d073184463957ba9ef9aa" integrity sha1-3QLqYIG9BWjcXQcxhEY5V7qe+ao= -husky@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.8.tgz#fff98dc0a1fcacdd2efb2c973d6e0b3e836c3607" - integrity sha512-WH4cem0fl5LYWCWCnYdMjRXocGKAX7fedAEhWbD7NN7Ews8BqoekuboWkupPjnPNwev8wPb6Iqnbmq84KRBowA== +husky@^4.0.9: + version "4.0.9" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.9.tgz#ded9e4f957dd8358649330da84906b6bf2e367e9" + integrity sha512-zaH0INH9MZBH8smr6nPdzv7pjchOZPN/AKdhkuV4zut9SyF0+pUy1ZCBzhz2uPe7Cp75YzD92ewU2ytIZ0GjUQ== dependencies: chalk "^3.0.0" ci-info "^2.0.0" From 3749a68841a512c717da3c544c28cf983ff5d60e Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 14 Jan 2020 13:10:43 -0400 Subject: [PATCH 04/10] chore(docs): fix typo in form-tags docs --- src/components/form-tags/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form-tags/README.md b/src/components/form-tags/README.md index 9b4ba743c2a..3f6e753552d 100644 --- a/src/components/form-tags/README.md +++ b/src/components/form-tags/README.md @@ -3,7 +3,7 @@ > Lightweight custom tagged input form control, with options for customized interface rendering, > duplicate tag detection and optional tag validation. -Tags are arrays of short strings, used in various ways such as assinging categories. Use the default +Tags are arrays of short strings, used in various ways such as assigning categories. Use the default user interface, or create your own custom interface via the use of the default scoped slot. The tagged input was added in BootstrapVue release `v2.2.0`. From 27f066cfa07ee311fe1e312d9a9ebd0eb76750c7 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 14 Jan 2020 16:20:10 -0400 Subject: [PATCH 05/10] fix(nuxt module): remove unnecessary export statements (#4624) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(nuxt module): remove unnecessary export statements * Update index.js * Update index.js Co-authored-by: Jacob Müller --- nuxt/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nuxt/index.js b/nuxt/index.js index 8c8c0e2e797..875dd02cf3a 100644 --- a/nuxt/index.js +++ b/nuxt/index.js @@ -11,12 +11,12 @@ const srcIndex = 'bootstrap-vue/src/index.js' // --- Utility methods --- // Converts PascalCase or camelCase to kebab-case -export const kebabCase = str => { +const kebabCase = str => { return str.replace(RX_HYPHENATE, '-$1').toLowerCase() } // Converts a kebab-case or camelCase string to PascalCase -export const pascalCase = str => { +const pascalCase = str => { str = kebabCase(str).replace(RX_UN_KEBAB, (_, c) => (c ? c.toUpperCase() : '')) return str.charAt(0).toUpperCase() + str.slice(1) } @@ -161,7 +161,8 @@ module.exports = function nuxtBootstrapVue(moduleOptions = {}) { if ( templateOptions.treeShake && templateOptions.icons && - templateOptions.componentPlugins.indexOf('IconsPlugin') === -1 + templateOptions.componentPlugins.indexOf('IconsPlugin') === -1 && + templateOptions.componentPlugins.indexOf('BootstrapVueIcons') === -1 ) { templateOptions.componentPlugins.push('IconsPlugin') } From 1f82c42787f14575d45e819e7041a85a346e61ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 17:05:25 -0400 Subject: [PATCH 06/10] chore(deps): update devdependency autoprefixer to ^9.7.4 (#4627) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 25 +++++++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 4b2c5f072db..84fa2196646 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@nuxtjs/google-analytics": "^2.2.3", "@nuxtjs/pwa": "^3.0.0-beta.19", "@vue/test-utils": "1.0.0-beta.29", - "autoprefixer": "^9.7.3", + "autoprefixer": "^9.7.4", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", diff --git a/yarn.lock b/yarn.lock index 72fa13aaa21..398dc93ed8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2786,17 +2786,17 @@ autoprefixer@^9.6.1: postcss "^7.0.23" postcss-value-parser "^4.0.2" -autoprefixer@^9.7.3: - version "9.7.3" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.3.tgz#fd42ed03f53de9beb4ca0d61fb4f7268a9bb50b4" - integrity sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q== +autoprefixer@^9.7.4: + version "9.7.4" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.4.tgz#f8bf3e06707d047f0641d87aee8cfb174b2a5378" + integrity sha512-g0Ya30YrMBAEZk60lp+qfX5YQllG+S5W3GYCFvyHTvhOki0AEQJLPEcIuGRsqVwLi8FvXPVtwTGhfr38hVpm0g== dependencies: - browserslist "^4.8.0" - caniuse-lite "^1.0.30001012" + browserslist "^4.8.3" + caniuse-lite "^1.0.30001020" chalk "^2.4.2" normalize-range "^0.1.2" num2fraction "^1.2.2" - postcss "^7.0.23" + postcss "^7.0.26" postcss-value-parser "^4.0.2" aws-sign2@~0.7.0: @@ -3557,7 +3557,7 @@ caniuse-lite@^1.0.30001015, caniuse-lite@^1.0.30001016: resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001016.tgz#16ea48d7d6e8caf3cad3295c2d746fe38c4e7f66" integrity sha512-yYQ2QfotceRiH4U+h1Us86WJXtVHDmy3nEKIdYPsZCYnOV5/tMgGbmoIlrMzmh2VXlproqYtVaKeGDBkMZifFA== -caniuse-lite@^1.0.30001017: +caniuse-lite@^1.0.30001017, caniuse-lite@^1.0.30001020: version "1.0.30001020" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001020.tgz#3f04c1737500ffda78be9beb0b5c1e2070e15926" integrity sha512-yWIvwA68wRHKanAVS1GjN8vajAv7MBFshullKCeq/eKpK7pJBVDgFFEqvgWTkcP2+wIDeQGYFRXECjKZnLkUjA== @@ -10705,6 +10705,15 @@ postcss@^7.0.25: source-map "^0.6.1" supports-color "^6.1.0" +postcss@^7.0.26: + version "7.0.26" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.26.tgz#5ed615cfcab35ba9bbb82414a4fa88ea10429587" + integrity sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA== + dependencies: + chalk "^2.4.2" + source-map "^0.6.1" + supports-color "^6.1.0" + prelude-ls@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" From f66b9837e2902537cbe821462e110602b468e089 Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Wed, 15 Jan 2020 13:47:55 +0100 Subject: [PATCH 07/10] chore(docs): fix variant text capitalisation (#4630) --- docs/markdown/reference/color-variants/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/reference/color-variants/README.md b/docs/markdown/reference/color-variants/README.md index 4dba055c1be..e4c35901708 100644 --- a/docs/markdown/reference/color-variants/README.md +++ b/docs/markdown/reference/color-variants/README.md @@ -10,7 +10,7 @@ - `secondary` - Secondary - `success` - Success - `warning` - Warning -- `danger` - danger +- `danger` - Danger - `info` - Info - `light` - Light - `dark` - Dark From 7a1ed1276fa2901f19573de2c56ed0e4797d223e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 13:49:56 +0100 Subject: [PATCH 08/10] chore(deps): update devdependency vue-router to ^3.1.5 (#4632) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 84fa2196646..15fecfd351a 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "terser": "^4.6.3", "vue": "^2.6.11", "vue-jest": "^3.0.5", - "vue-router": "^3.1.4", + "vue-router": "^3.1.5", "vue-server-renderer": "^2.6.11", "vue-template-compiler": "^2.6.11" }, diff --git a/yarn.lock b/yarn.lock index 398dc93ed8c..9159691118e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13339,10 +13339,10 @@ vue-router@^3.1.3: resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.3.tgz#e6b14fabc0c0ee9fda0e2cbbda74b350e28e412b" integrity sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ== -vue-router@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.4.tgz#98a6a4dd38fca0db3b9f3c04bfbd008a3b6d958d" - integrity sha512-pX2BGvZg5/MOXbJoYsRppoZM+0B4LSszvIXQvLPZ7govbgbBorYQ4JHx99lDTjzEBkbTyKfRG+ru1VCnMuVcUg== +vue-router@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.5.tgz#ff29b8a1e1306c526b52d4dc0532109f16c41231" + integrity sha512-BszkPvhl7I9h334GjckCh7sVFyjTPMMJFJ4Bsrem/Ik+B/9gt5tgrk8k4gGLO4ZpdvciVdg7O41gW4DisQWurg== vue-server-renderer@^2.6.11: version "2.6.11" From 2111403199997723c40a47ef0ae8f50927183461 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 11:43:31 -0400 Subject: [PATCH 09/10] chore(deps): update devdependency husky to ^4.0.10 (#4635) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 15fecfd351a..41ba40d7fd5 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "gh-pages": "^2.2.0", "highlight.js": "^9.17.1", "html-loader": "^0.5.5", - "husky": "^4.0.9", + "husky": "^4.0.10", "jest": "^24.9.0", "jest-environment-jsdom-fourteen": "^1.0.1", "lint-staged": "^9.5.0", diff --git a/yarn.lock b/yarn.lock index 9159691118e..f7bb532f31c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6897,10 +6897,10 @@ humps@^2.0.1: resolved "https://registry.yarnpkg.com/humps/-/humps-2.0.1.tgz#dd02ea6081bd0568dc5d073184463957ba9ef9aa" integrity sha1-3QLqYIG9BWjcXQcxhEY5V7qe+ao= -husky@^4.0.9: - version "4.0.9" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.9.tgz#ded9e4f957dd8358649330da84906b6bf2e367e9" - integrity sha512-zaH0INH9MZBH8smr6nPdzv7pjchOZPN/AKdhkuV4zut9SyF0+pUy1ZCBzhz2uPe7Cp75YzD92ewU2ytIZ0GjUQ== +husky@^4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.10.tgz#659b52c404d3163b943a73f6c1d454708c0226d8" + integrity sha512-Ptm4k2DqOwxeK/kzu5RaJmNRoGvESrgDXObFcZ8aJZcyXyMBHhM2FqZj6zYKdetadmP3wCwxEHCBuB9xGlRp8A== dependencies: chalk "^3.0.0" ci-info "^2.0.0" From a9c175789040168c2cc7df7e25697e6cc6f665f4 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Wed, 15 Jan 2020 17:24:17 -0400 Subject: [PATCH 10/10] chore: bump version to 2.2.2 and update changelog (#4628) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 9 ++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99815575263..f5315c30845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ > [standard-version](https://github.com/conventional-changelog/standard-version) for commit > guidelines. + + +## [v2.2.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.1...v2.2.2) + +Released: 2020-01-15 + +### Bug Fixes v2.2.2 + +- **nuxt module:** remove unnecessary export statements + ([#4624](https://github.com/bootstrap-vue/bootstrap-vue/issues/4624)) + ([27f066c](https://github.com/bootstrap-vue/bootstrap-vue/commit/27f066cfa07ee311fe1e312d9a9ebd0eb76750c7)) + +### Other v2.2.2 + +- dev dependencies updates +- minor docs updates + ## [v2.2.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.2.0...v2.2.1) diff --git a/package.json b/package.json index 41ba40d7fd5..28e205aaefd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue", - "version": "2.2.1", + "version": "2.2.2", "description": "BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.", "main": "dist/bootstrap-vue.common.js", "web": "dist/bootstrap-vue.js", @@ -217,6 +217,8 @@ "Popper", "CSS", "SCSS", + "Icons", + "Bootstrap Icons", "Flexbox", "Alert", "Breadcrumb", @@ -247,12 +249,13 @@ "Tab", "Table", "Tag", + "Tags", "Toast", "Tooltip", "vue-bootstrap", "vue-strap", - "vuetify", - "vuestrap" + "vuestrap", + "uiv" ], "collective": { "type": "opencollective",