Skip to content

Commit edc2d35

Browse files
renovate[bot]renovate-botjacobmllr95
authored
chore(deps): update all non-major dependencies (#5708)
* chore(deps): update all non-major dependencies * Updates for Bootstrap Icons v1 * Update README.md * Update yarn.lock * Update index.js * Update content.js * Update README.md Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jacob Müller <[email protected]>
1 parent c223860 commit edc2d35

File tree

10 files changed

+7849
-2520
lines changed

10 files changed

+7849
-2520
lines changed

.bundlewatch.config.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"files": [
33
{
44
"path": "./dist/bootstrap-vue-icons.js",
5-
"maxSize": "105 kB"
5+
"maxSize": "110 kB"
66
},
77
{
88
"path": "./dist/bootstrap-vue-icons.min.js",
9-
"maxSize": "100 kB"
9+
"maxSize": "105 kB"
1010
},
1111
{
1212
"path": "./dist/bootstrap-vue-icons.common.js",
13-
"maxSize": "110 kB"
13+
"maxSize": "120 kB"
1414
},
1515
{
1616
"path": "./dist/bootstrap-vue-icons.common.min.js",
17-
"maxSize": "105 kB"
17+
"maxSize": "110 kB"
1818
},
1919
{
2020
"path": "./dist/bootstrap-vue-icons.esm.js",
21-
"maxSize": "110 kB"
21+
"maxSize": "115 kB"
2222
},
2323
{
2424
"path": "./dist/bootstrap-vue-icons.esm.min.js",
25-
"maxSize": "105 kB"
25+
"maxSize": "110 kB"
2626
},
2727
{
2828
"path": "./dist/bootstrap-vue-icons.css",
@@ -42,19 +42,19 @@
4242
},
4343
{
4444
"path": "./dist/bootstrap-vue.common.js",
45-
"maxSize": "310 kB"
45+
"maxSize": "320 kB"
4646
},
4747
{
4848
"path": "./dist/bootstrap-vue.common.min.js",
49-
"maxSize": "195 kB"
49+
"maxSize": "200 kB"
5050
},
5151
{
5252
"path": "./dist/bootstrap-vue.esm.js",
53-
"maxSize": "310 kB"
53+
"maxSize": "320 kB"
5454
},
5555
{
5656
"path": "./dist/bootstrap-vue.esm.min.js",
57-
"maxSize": "195 kB"
57+
"maxSize": "200 kB"
5858
},
5959
{
6060
"path": "./dist/bootstrap-vue.css",

docs/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const bootstrapVersionMajor = bootstrapVersion.replace(majorRE, '$1')
7474
export const bootstrapIconsVersion = parseFullVersion(devDependencies['bootstrap-icons'])
7575
export const bootstrapIconsVersionMinor = bootstrapIconsVersion.replace(minorRE, '$1')
7676
export const bootstrapIconsVersionMajor = bootstrapIconsVersion.replace(majorRE, '$1')
77-
export const bootstrapIconsCount = 1000
77+
export const bootstrapIconsCount = 1100
7878

7979
export const popperVersion = parseVersion(dependencies['popper.js'])
8080
export const popperVersionMinor = popperVersion.replace(minorRE, '$1')

docs/utils/index.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ export const kebabCase = str => {
77

88
// Parse a fully qualified version from a string
99
export const parseVersion = version => {
10-
const matches = version.match(/([0-9]+\.[0-9]+\.[0-9]+)/)
11-
const matchesCount = matches.length
12-
return matchesCount > 0 ? matches[matchesCount - 1] : ''
10+
const matches = version.match(/([0-9]+\.[0-9]+\.[0-9]+)/) || []
11+
return matches.length > 0 ? matches[0] : ''
1312
}
1413

15-
// Parse a fully qualified version from a string (including alpha/beta/etc
14+
// Parse a fully qualified version from a string (including alpha/beta/etc.)
1615
export const parseFullVersion = version => {
17-
const matches = version.match(/([0-9]+\.[0-9]+\.[0-9]+(?:-[a-z]+[.-]?[0-9]+))/)
18-
const matchesCount = matches.length
19-
return matchesCount > 0 ? matches[matchesCount - 1] : ''
16+
const matches = version.match(/([0-9]+\.[0-9]+\.[0-9]+(-[a-z]+[.-]?[0-9]+)?)/) || []
17+
return matches.length > 0 ? matches[0] : ''
2018
}
2119

2220
export const parseUrl = value => {

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,32 +99,32 @@
9999
"vue-functional-data-merge": "^3.1.0"
100100
},
101101
"devDependencies": {
102-
"@babel/cli": "^7.10.5",
103-
"@babel/core": "^7.11.4",
102+
"@babel/cli": "^7.11.5",
103+
"@babel/core": "^7.11.5",
104104
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
105-
"@babel/plugin-transform-runtime": "^7.11.0",
106-
"@babel/preset-env": "^7.11.0",
107-
"@babel/standalone": "^7.11.4",
108-
"@nuxt/content": "^1.7.0",
105+
"@babel/plugin-transform-runtime": "^7.11.5",
106+
"@babel/preset-env": "^7.11.5",
107+
"@babel/standalone": "^7.11.5",
108+
"@nuxt/content": "^1.7.1",
109109
"@nuxtjs/google-analytics": "^2.4.0",
110110
"@nuxtjs/pwa": "^3.0.2",
111111
"@nuxtjs/robots": "^2.4.2",
112112
"@nuxtjs/sitemap": "^2.4.0",
113113
"@testing-library/jest-dom": "^5.11.4",
114-
"@vue/test-utils": "^1.0.4",
114+
"@vue/test-utils": "^1.0.5",
115115
"autoprefixer": "^9.8.6",
116116
"babel-core": "^7.0.0-bridge.0",
117117
"babel-eslint": "^10.1.0",
118118
"babel-jest": "^26.3.0",
119119
"babel-plugin-istanbul": "^6.0.0",
120-
"bootstrap-icons": "^1.0.0-alpha5",
120+
"bootstrap-icons": "^1.0.0",
121121
"bundlewatch": "^0.2.7",
122122
"clean-css-cli": "^4.3.0",
123123
"codemirror": "^5.57.0",
124124
"codesandbox": "^2.1.16",
125125
"core-js": ">=2.6.5 <3.0.0",
126126
"cross-env": "^7.0.2",
127-
"eslint": "^7.7.0",
127+
"eslint": "^7.8.0",
128128
"eslint-config-prettier": "^6.11.0",
129129
"eslint-config-standard": "^14.1.1",
130130
"eslint-config-vue": "^2.0.2",
@@ -149,11 +149,11 @@
149149
"marked": "^1.1.1",
150150
"node-sass": "^4.14.1",
151151
"nuxt": "^2.14.4",
152-
"postcss-cli": "^7.1.1",
152+
"postcss-cli": "^7.1.2",
153153
"prettier": "1.14.3",
154154
"regenerator-runtime": "^0.13.7",
155155
"require-context": "^1.1.0",
156-
"rollup": "^2.26.6",
156+
"rollup": "^2.26.9",
157157
"rollup-plugin-babel": "^4.4.0",
158158
"rollup-plugin-commonjs": "^10.1.0",
159159
"rollup-plugin-node-resolve": "^5.2.0",

src/icons/README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ installed by default. You do not need `bootstrap-icons` as a dependency.
1313
- Bootstrap Icons `v1.0.0-alpha3` icons were added in BootstrapVue release `v2.8.0`.
1414
- Bootstrap Icons `v1.0.0-alpha4` icons were added in BootstrapVue release `v2.15.0`.
1515
- Bootstrap Icons `v1.0.0-alpha5` icons were added in BootstrapVue release `v2.16.0`.
16+
- Bootstrap Icons `v1.0.0` icons were added in BootstrapVue release `v2.17.0`.
1617

1718
<div class="alert alert-info small">
1819
<p class="mb-2">
@@ -22,20 +23,23 @@ installed by default. You do not need `bootstrap-icons` as a dependency.
2223
</p>
2324
<ul class="mb-0">
2425
<li>
25-
<strong>Alpha 3 changes:</strong> In addition to over 200 new icons, some icons have
26-
changed names &mdash; <code>document-*</code> icons renamed <code>file-*</code>;
26+
<strong><code>v1.0.0-alpha3</code> changes:</strong> In addition to over 200 new icons,
27+
some icons have changed names &mdash; <code>document-*</code> icons renamed <code>file-*</code>;
2728
<code>alert-*</code> icons renamed <code>exclamation-*</code>; <code>columns-gutters</code>
2829
renamed <code>columns-gap</code> and <code>diamond</code> renamed <code>gem</code> (because of
2930
new <code>diamond-*</code> shape icons).
3031
</li>
3132
<li>
32-
<strong>Alpha 4 changes:</strong> In addition to over 140 new icons, some icons have changed
33-
names &mdash; <code>arrow-up-down</code> renamed <code>arrow-down-up</code> and
34-
<code>people-circle</code> renamed <code>person-circle</code>.
33+
<strong><code>v1.0.0-alpha4</code> changes:</strong> In addition to over 140 new icons,
34+
some icons have changed names &mdash; <code>arrow-up-down</code> renamed
35+
<code>arrow-down-up</code> and <code>people-circle</code> renamed <code>person-circle</code>.
3536
</li>
3637
<li>
37-
<strong>Alpha 5 changes:</strong> In addition to over 300 new icons, some icons have changed
38-
names &mdash; <code>camera</code> renamed <code>camera2</code>.
38+
<strong><code>v1.0.0-alpha5</code> changes:</strong> In addition to over 300 new icons,
39+
some icons have changed names &mdash; <code>camera</code> renamed <code>camera2</code>.
40+
</li>
41+
<li>
42+
<strong><code>v1.0.0</code> changes:</strong> Over 90 new icons were added and over 400 redrawn.
3943
</li>
4044
</ul>
4145
</div>

0 commit comments

Comments
 (0)