Skip to content

Commit d52ce0b

Browse files
renovate[bot]renovate-botjacobmllr95
authored
chore(deps): update all non-major dependencies (bootstrap-vue#5533)
* chore(deps): update all non-major dependencies * Bump BundleWatch limits for new Bootstrap Icons * Regenerate icon files Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent 26d5953 commit d52ce0b

File tree

7 files changed

+23297
-2319
lines changed

7 files changed

+23297
-2319
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": "75 kB"
5+
"maxSize": "105 kB"
66
},
77
{
88
"path": "./dist/bootstrap-vue-icons.min.js",
9-
"maxSize": "70 kB"
9+
"maxSize": "100 kB"
1010
},
1111
{
1212
"path": "./dist/bootstrap-vue-icons.common.js",
13-
"maxSize": "80 kB"
13+
"maxSize": "110 kB"
1414
},
1515
{
1616
"path": "./dist/bootstrap-vue-icons.common.min.js",
17-
"maxSize": "75 kB"
17+
"maxSize": "105 kB"
1818
},
1919
{
2020
"path": "./dist/bootstrap-vue-icons.esm.js",
21-
"maxSize": "80 kB"
21+
"maxSize": "110 kB"
2222
},
2323
{
2424
"path": "./dist/bootstrap-vue-icons.esm.min.js",
25-
"maxSize": "75 kB"
25+
"maxSize": "105 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": "275 kB"
45+
"maxSize": "305 kB"
4646
},
4747
{
4848
"path": "./dist/bootstrap-vue.common.min.js",
49-
"maxSize": "165 kB"
49+
"maxSize": "190 kB"
5050
},
5151
{
5252
"path": "./dist/bootstrap-vue.esm.js",
53-
"maxSize": "270 kB"
53+
"maxSize": "300 kB"
5454
},
5555
{
5656
"path": "./dist/bootstrap-vue.esm.min.js",
57-
"maxSize": "160 kB"
57+
"maxSize": "190 kB"
5858
},
5959
{
6060
"path": "./dist/bootstrap-vue.css",

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -94,36 +94,36 @@
9494
"vue-functional-data-merge": "^3.1.0"
9595
},
9696
"devDependencies": {
97-
"@babel/cli": "^7.10.3",
98-
"@babel/core": "^7.10.3",
99-
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
100-
"@babel/plugin-transform-runtime": "^7.10.3",
101-
"@babel/preset-env": "^7.10.3",
102-
"@babel/standalone": "^7.10.3",
97+
"@babel/cli": "^7.10.5",
98+
"@babel/core": "^7.10.5",
99+
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
100+
"@babel/plugin-transform-runtime": "^7.10.5",
101+
"@babel/preset-env": "^7.10.4",
102+
"@babel/standalone": "^7.10.5",
103103
"@nuxtjs/google-analytics": "^2.3.0",
104104
"@nuxtjs/pwa": "^3.0.0-beta.20",
105105
"@nuxtjs/robots": "^2.4.2",
106106
"@nuxtjs/sitemap": "^2.4.0",
107-
"@testing-library/jest-dom": "^5.11.0",
107+
"@testing-library/jest-dom": "^5.11.1",
108108
"@vue/test-utils": "^1.0.3",
109-
"autoprefixer": "^9.8.4",
109+
"autoprefixer": "^9.8.5",
110110
"babel-core": "^7.0.0-bridge.0",
111111
"babel-eslint": "^10.1.0",
112112
"babel-jest": "^26.1.0",
113113
"babel-plugin-istanbul": "^6.0.0",
114-
"bootstrap-icons": "^1.0.0-alpha4",
114+
"bootstrap-icons": "^1.0.0-alpha5",
115115
"bundlewatch": "^0.2.7",
116116
"clean-css-cli": "^4.3.0",
117117
"codemirror": "^5.55.0",
118118
"codesandbox": "^2.1.16",
119119
"core-js": ">=2.6.5 <3.0.0",
120120
"cross-env": "^7.0.2",
121-
"eslint": "^7.3.1",
121+
"eslint": "^7.4.0",
122122
"eslint-config-prettier": "^6.11.0",
123123
"eslint-config-standard": "^14.1.1",
124124
"eslint-config-vue": "^2.0.2",
125-
"eslint-plugin-import": "^2.21.2",
126-
"eslint-plugin-jest": "^23.17.1",
125+
"eslint-plugin-import": "^2.22.0",
126+
"eslint-plugin-jest": "^23.18.0",
127127
"eslint-plugin-markdown": "^1.0.2",
128128
"eslint-plugin-node": "^11.1.0",
129129
"eslint-plugin-prettier": "^3.1.4",
@@ -138,22 +138,22 @@
138138
"jest": "^26.1.0",
139139
"lint-staged": "^10.2.11",
140140
"loader-utils": "^2.0.0",
141-
"lodash": "^4.17.15",
142-
"marked": "^1.1.0",
141+
"lodash": "^4.17.19",
142+
"marked": "^1.1.1",
143143
"node-sass": "^4.14.1",
144-
"nuxt": "^2.13.1",
144+
"nuxt": "^2.13.3",
145145
"postcss-cli": "^7.1.1",
146146
"prettier": "1.14.3",
147147
"require-context": "^1.1.0",
148-
"rollup": "^2.18.0",
148+
"rollup": "^2.21.0",
149149
"rollup-plugin-babel": "^4.4.0",
150150
"rollup-plugin-commonjs": "^10.1.0",
151151
"rollup-plugin-node-resolve": "^5.2.0",
152-
"sass-loader": "^9.0.1",
153-
"standard-version": "^8.0.1",
152+
"sass-loader": "^9.0.2",
153+
"standard-version": "^8.0.2",
154154
"terser": "^4.8.0",
155155
"vue": "^2.6.11",
156-
"vue-jest": "^3.0.5",
156+
"vue-jest": "^3.0.6",
157157
"vue-router": "^3.3.4",
158158
"vue-server-renderer": "^2.6.11",
159159
"vue-template-compiler": "^2.6.11"

0 commit comments

Comments
 (0)