From 96af726ae973ccb6fc52cfdc6ffa2574eac0864b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 01:38:37 +0000 Subject: [PATCH 1/2] Build(deps): Bump linguist-languages from 7.14.0 to 7.15.0 Bumps [linguist-languages](https://github.com/ikatyang/linguist-languages) from 7.14.0 to 7.15.0. - [Release notes](https://github.com/ikatyang/linguist-languages/releases) - [Commits](https://github.com/ikatyang/linguist-languages/compare/v7.14.0...v7.15.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5538dd2f7f60..f1978126f949 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "json5": "2.2.0", "leven": "3.1.0", "lines-and-columns": "1.1.6", - "linguist-languages": "7.14.0", + "linguist-languages": "7.15.0", "lodash": "4.17.21", "mem": "8.1.1", "meriyah": "4.1.5", diff --git a/yarn.lock b/yarn.lock index b2961993e5ee..5b6c89261ff8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5147,10 +5147,10 @@ lines-and-columns@1.1.6, lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -linguist-languages@7.14.0: - version "7.14.0" - resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-7.14.0.tgz#62a6bdbe1ef80d0715d16c0bb8e953ee93c95dfc" - integrity sha512-VqnUYHOSqRqAGnIl+7SCnFxK+sX0x7LXe5qn0TG6t9SViofQgN7272PLCFZ/lgkT7tAO5CA/2pCsZGlGvGhfWA== +linguist-languages@7.15.0: + version "7.15.0" + resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-7.15.0.tgz#a93bed6b93015d8133622cb05da6296890862bfa" + integrity sha512-qkSSNDjDDycZ2Wcw+GziNBB3nNo3ddYUInM/PL8Amgwbd9RQ/BKGj2/1d6mdxKgBFnUqZuaDbkIwkE4KUwwmtQ== load-json-file@^4.0.0: version "4.0.0" From bf59547f9698b18574372cf718ed9e7988ed4834 Mon Sep 17 00:00:00 2001 From: fisker Cheung Date: Mon, 31 May 2021 12:44:33 +0800 Subject: [PATCH 2/2] Update snapshot --- .../integration/__tests__/__snapshots__/support-info.js.snap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/__tests__/__snapshots__/support-info.js.snap b/tests/integration/__tests__/__snapshots__/support-info.js.snap index c9928fd568c8..ccb51b57ae9f 100644 --- a/tests/integration/__tests__/__snapshots__/support-info.js.snap +++ b/tests/integration/__tests__/__snapshots__/support-info.js.snap @@ -455,6 +455,7 @@ exports[`CLI --support-info (stdout) 1`] = ` \\"filenames\\": [ \\".arcconfig\\", \\".htmlhintrc\\", + \\".imgbotconfig\\", \\".tern-config\\", \\".tern-project\\", \\".watchmanconfig\\", @@ -497,6 +498,7 @@ exports[`CLI --support-info (stdout) 1`] = ` \\".jscsrc\\", \\".jshintrc\\", \\".jslintrc\\", + \\"api-extractor.json\\", \\"devcontainer.json\\", \\"jsconfig.json\\", \\"language-configuration.json\\", @@ -707,7 +709,7 @@ exports[`CLI --support-info (stdout) 1`] = ` }, { \\"aceMode\\": \\"html\\", - \\"color\\": \\"#2c3e50\\", + \\"color\\": \\"#41b883\\", \\"extensions\\": [\\".vue\\"], \\"linguistLanguageId\\": 391, \\"name\\": \\"Vue\\",