From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 12:22:13 +0000 (+0000) Subject: build(deps-dev): bump size-limit and @size-limit/preset-small-lib X-Git-Tag: v4.0.0-alpha.14~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1fafc070112ceac9881bc9fc884d0a8694f66a1;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump size-limit and @size-limit/preset-small-lib Bumps [size-limit](https://github.com/ai/size-limit) and [@size-limit/preset-small-lib](https://github.com/ai/size-limit). These dependencies needed to be updated together. Updates `size-limit` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/ai/size-limit/releases) - [Changelog](https://github.com/ai/size-limit/blob/master/CHANGELOG.md) - [Commits](https://github.com/ai/size-limit/compare/4.5.1...4.5.2) Updates `@size-limit/preset-small-lib` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/ai/size-limit/releases) - [Changelog](https://github.com/ai/size-limit/blob/master/CHANGELOG.md) - [Commits](https://github.com/ai/size-limit/compare/4.5.1...4.5.2) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 0c77d55f..f0d6336e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@rollup/plugin-commonjs": "^13.0.0", "@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-replace": "^2.3.3", - "@size-limit/preset-small-lib": "^4.5.1", + "@size-limit/preset-small-lib": "^4.5.2", "@types/jest": "^26.0.3", "@types/jsdom": "^16.2.3", "@types/webpack": "^4.41.17", @@ -96,7 +96,7 @@ "rollup-plugin-typescript2": "^0.27.1", "selenium-server": "^3.141.59", "serve-handler": "^6.1.3", - "size-limit": "^4.5.1", + "size-limit": "^4.5.2", "style-loader": "^1.2.1", "ts-jest": "^26.1.1", "ts-loader": "^7.0.5", diff --git a/yarn.lock b/yarn.lock index 8b1990ec..6d651170 100644 --- a/yarn.lock +++ b/yarn.lock @@ -654,25 +654,25 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@size-limit/file@4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@size-limit/file/-/file-4.5.1.tgz#8a35c970ef786361ca85446b80e61d7ce81566c9" - integrity sha512-/NqXm0hypfPmLO4EhfQXMoIJ+gq+zePTrlWZAJ0usCuhYY89iZMvPR4FokGgAO8+JizNMoK4mjLgIRzuOcS2wg== +"@size-limit/file@4.5.2": + version "4.5.2" + resolved "https://registry.yarnpkg.com/@size-limit/file/-/file-4.5.2.tgz#c904c08bed011c297f62637c1c86c6c2c5375185" + integrity sha512-t8IS2TOs2mm35HHIvH8rG596XZy77121LuIDbRpYbokVygN4EUMmxaV9iteQgpTuhRN4CUbJZJvAi55RMv3K7w== dependencies: semver "7.3.2" -"@size-limit/preset-small-lib@^4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@size-limit/preset-small-lib/-/preset-small-lib-4.5.1.tgz#d160291bd6df18216844e1de0cfcaa42b2092148" - integrity sha512-cw+dUsPncw6IcfBGqOOH9phev0zuryYkzQDomTzuTc1mDqB3s3S7+9lA1yBr49ByNnoQVhCrt0SJ+yM5AyosaA== +"@size-limit/preset-small-lib@^4.5.2": + version "4.5.2" + resolved "https://registry.yarnpkg.com/@size-limit/preset-small-lib/-/preset-small-lib-4.5.2.tgz#7977d0dfe65d5bb535c2a4fd738806e786b8c8f2" + integrity sha512-6msDVypvfYm+3oJ5uOPM3AwQyeogL4wUjqxzwNkG1BkNZLhHyFNjf6X7TNylyiABbHB7IXH6x+EA2u7Kt9ymSg== dependencies: - "@size-limit/file" "4.5.1" - "@size-limit/webpack" "4.5.1" + "@size-limit/file" "4.5.2" + "@size-limit/webpack" "4.5.2" -"@size-limit/webpack@4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@size-limit/webpack/-/webpack-4.5.1.tgz#f0f41f176df7261c5c5c8db7ed08372d101adc8e" - integrity sha512-goB1gcd5qHq6vMRqWVeGzYeyN5aapl2GmbE/zh0iLZIeRHKpy1HqC6MLuXdxZRsNDYakFMIO2xFcLxK4C1Kyug== +"@size-limit/webpack@4.5.2": + version "4.5.2" + resolved "https://registry.yarnpkg.com/@size-limit/webpack/-/webpack-4.5.2.tgz#68fd089834175874972a04e6240912c2e462efed" + integrity sha512-liqD+N3EQXjMyoZ0UmlTdwo8pBj5ORHkebTmCAYPAfS/P46JEVDUi47Q6s+dzOVY9O/JgSGUyf3VrP/Er7gJ0g== dependencies: css-loader "^3.6.0" escape-string-regexp "^4.0.0" @@ -2385,6 +2385,11 @@ color@^3.0.0: color-convert "^1.9.1" color-string "^1.5.2" +colorette@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.0.tgz#45306add826d196e8c87236ac05d797f25982e63" + integrity sha512-soRSroY+OF/8OdA3PTQXwaDJeMc7TfknKKrxeSCencL2a4+Tx5zhxmmv7hdpCjhKBjehzp8+bwe/T68K0hpIjw== + colors@~1.2.1: version "1.2.5" resolved "https://registry.yarnpkg.com/colors/-/colors-1.2.5.tgz#89c7ad9a374bc030df8013241f68136ed8835afc" @@ -6130,11 +6135,6 @@ kleur@^3.0.3: resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -kleur@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.0.1.tgz#3d4948534b666e2578f93b6fafb62108e64f05ef" - integrity sha512-Qs6SqCLm63rd0kNVh+wO4XsWLU6kgfwwaPYsLiClWf0Tewkzsa6MvB21bespb8cz+ANS+2t3So1ge3gintzhlw== - last-call-webpack-plugin@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555" @@ -9177,17 +9177,17 @@ sisteransi@^1.0.4: resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== -size-limit@^4.5.1: - version "4.5.1" - resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-4.5.1.tgz#8773bcd6c8573398787695c52d3e70423195e5c9" - integrity sha512-QW5xWm/qhU57HPebmY2oF8lcqIIhh1yYJWpCIU302drwJTFUye4qCcUjzpnB+pYSGb88q5kBsG5oixXAiWOC0g== +size-limit@^4.5.2: + version "4.5.2" + resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-4.5.2.tgz#7448e2a41ad1d335143010409446684819cbcc8a" + integrity sha512-5UFx+Y7Yo6PkUxwQCigcT/1TrbPqThdD5uoAy1p2Q3ajBRzWdKb+pK2k+/p8D8pEbFIh4JFN+m5fwdPpgAJ1yQ== dependencies: bytes "^3.1.0" chokidar "^3.4.0" ci-job-number "^1.2.2" + colorette "^1.2.0" cosmiconfig "^6.0.0" globby "^11.0.1" - kleur "^4.0.0" ora "^4.0.4" read-pkg-up "^7.0.1"