From 293d2c505976bd61dcca225c12d49d0b7cc9e368 Mon Sep 17 00:00:00 2001 From: Navin Moorthy Date: Thu, 1 Oct 2020 19:47:49 +0530 Subject: [PATCH 01/14] =?UTF-8?q?feat(scss):=20=E2=9C=A8=20=20add=20suppor?= =?UTF-8?q?t=20for=20scss=20files=20(#47)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #46 --- package.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/package.json b/package.json index 180dfe8..13b5b66 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,50 @@ { "language": "css", "path": "./snippets/contributions/snippet.json" + }, + { + "language": "scss", + "path": "./snippets/css-reset.json" + }, + { + "language": "scss", + "path": "./snippets/pseudo.json" + }, + { + "language": "scss", + "path": "./snippets/breakpoints.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/layout.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/flexbox.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/grid.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/padding.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/margin.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/space-between.json" + }, + { + "language": "scss", + "path": "./snippets/1linelayouts/snippets.json" + }, + { + "language": "scss", + "path": "./snippets/contributions/snippet.json" } ] }, From 585769d1a8ba3676be502a16795825fd3460d902 Mon Sep 17 00:00:00 2001 From: Navin Date: Thu, 1 Oct 2020 19:58:15 +0530 Subject: [PATCH 02/14] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish?= =?UTF-8?q?=20v0.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ lerna.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75b519..a61632e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.2...v0.6.0) (2020-10-01) + + +### ✨ Features + +* **scss:** ✨ add support for scss files ([#47](https://github.com/navin-moorthy/vscode-css-snippets/issues/47)) ([293d2c5](https://github.com/navin-moorthy/vscode-css-snippets/commit/293d2c505976bd61dcca225c12d49d0b7cc9e368)), closes [#46](https://github.com/navin-moorthy/vscode-css-snippets/issues/46) + + + + + +# [0.6.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.2...v0.6.0) (2020-10-01) + + +### ✨ Features + +* **scss:** ✨ add support for scss files ([#47](https://github.com/navin-moorthy/vscode-css-snippets/issues/47)) ([293d2c5](https://github.com/navin-moorthy/vscode-css-snippets/commit/293d2c505976bd61dcca225c12d49d0b7cc9e368)), closes [#46](https://github.com/navin-moorthy/vscode-css-snippets/issues/46) + + + + + ## [0.5.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.1...v0.5.2) (2020-10-01) diff --git a/lerna.json b/lerna.json index 1293e2b..7c76ab3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["."], - "version": "0.5.2", + "version": "0.6.0", "changelogPreset": "metahub", "npmClient": "yarn", "registry": "https://registry.npmjs.org/", diff --git a/package.json b/package.json index 13b5b66..b41c174 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-css-snippets", "displayName": "VSCode CSS Snippets", - "version": "0.5.2", + "version": "0.6.0", "description": "CSS Snippets for fast prototyping", "categories": [ "Snippets" From 5d06a40198a528d943d701218c983e8330735757 Mon Sep 17 00:00:00 2001 From: Navin Moorthy Date: Thu, 1 Oct 2020 20:02:38 +0530 Subject: [PATCH 03/14] =?UTF-8?q?fix(snippets):=20=F0=9F=90=9B=20=20add=20?= =?UTF-8?q?new=20lines=20on=20snippets=20that=20don't=20have=20(#49)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #48 --- CHANGELOG.md | 23 ----- package.json | 28 +++--- snippets/css-reset.json | 1 + snippets/pseudo.json | 20 ++-- snippets/tailwind/layout.json | 166 +++++++++++++++++----------------- 5 files changed, 108 insertions(+), 130 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a61632e..491bf8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,29 +14,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.6.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.2...v0.6.0) (2020-10-01) - - -### ✨ Features - -* **scss:** ✨ add support for scss files ([#47](https://github.com/navin-moorthy/vscode-css-snippets/issues/47)) ([293d2c5](https://github.com/navin-moorthy/vscode-css-snippets/commit/293d2c505976bd61dcca225c12d49d0b7cc9e368)), closes [#46](https://github.com/navin-moorthy/vscode-css-snippets/issues/46) - - - - - -## [0.5.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.1...v0.5.2) (2020-10-01) - - -### ♻️ Chores - -* **deps:** ⬆️ update dev deps ([aecb309](https://github.com/navin-moorthy/vscode-css-snippets/commit/aecb3090b0e8a37d672f754de8fed29a66fa9022)) -* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([#45](https://github.com/navin-moorthy/vscode-css-snippets/issues/45)) ([fb1bbad](https://github.com/navin-moorthy/vscode-css-snippets/commit/fb1bbadb21e442446e645433cad6f4e552ad982b)) - - - - - ## [0.5.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.1...v0.5.2) (2020-10-01) diff --git a/package.json b/package.json index b41c174..b080ae2 100644 --- a/package.json +++ b/package.json @@ -118,20 +118,20 @@ ] }, "devDependencies": { - "@commitlint/cli": "^11.0.0", - "@commitlint/config-conventional": "^11.0.0", - "conventional-changelog-metahub": "^4.0.1", - "eslint": "^7.10.0", - "eslint-config-airbnb-base": "^14.2.0", - "eslint-config-prettier": "^6.12.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-prettier": "^3.1.4", - "gacp": "^2.10.0", - "husky": "^4.3.0", - "lerna": "^3.22.1", - "lint-staged": "^10.4.0", - "prettier": "^2.1.2", - "sort-package-json": "^1.46.0" + "@commitlint/cli": "11.0.0", + "@commitlint/config-conventional": "11.0.0", + "conventional-changelog-metahub": "4.0.1", + "eslint": "7.10.0", + "eslint-config-airbnb-base": "14.2.0", + "eslint-config-prettier": "6.12.0", + "eslint-plugin-import": "2.22.1", + "eslint-plugin-prettier": "3.1.4", + "gacp": "2.10.0", + "husky": "4.3.0", + "lerna": "3.22.1", + "lint-staged": "10.4.0", + "prettier": "2.1.2", + "sort-package-json": "1.46.0" }, "engines": { "vscode": "^1.47.0" diff --git a/snippets/css-reset.json b/snippets/css-reset.json index 130d89f..755137a 100644 --- a/snippets/css-reset.json +++ b/snippets/css-reset.json @@ -574,6 +574,7 @@ "embed,", "object {", " display: block;", + " vertical-align: middle;", "}", "", "/**", diff --git a/snippets/pseudo.json b/snippets/pseudo.json index feaaa41..64f2da9 100644 --- a/snippets/pseudo.json +++ b/snippets/pseudo.json @@ -1,52 +1,52 @@ { "nth-child": { "prefix": "nth-child", - "body": [".${1:classname}:nth-child(${2}) {", " ${0}", "}"], + "body": [".${1:classname}:nth-child(${2}) {", " ${0}", "}", ""], "description": "nth-child" }, "even": { "prefix": "even", - "body": [".${1:classname}:nth-child(2n) {", " ${0}", "}"], + "body": [".${1:classname}:nth-child(2n) {", " ${0}", "}", ""], "description": "even" }, "odd": { "prefix": "odd", - "body": [".${1:classname}:nth-child(odd) {", " ${0}", "}"], + "body": [".${1:classname}:nth-child(odd) {", " ${0}", "}", ""], "description": "odd" }, "last": { "prefix": "last", - "body": [".${1:classname}:last-child {", " ${0}", "}"], + "body": [".${1:classname}:last-child {", " ${0}", "}", ""], "description": "last" }, "first": { "prefix": "first", - "body": [".${1:classname}:first-child {", " ${0}", "}"], + "body": [".${1:classname}:first-child {", " ${0}", "}", ""], "description": "first" }, "visited": { "prefix": "visited", - "body": [".${1:classname}:visited {", " ${0}", "}"], + "body": [".${1:classname}:visited {", " ${0}", "}", ""], "description": "visited" }, "disabled": { "prefix": "disabled", - "body": [".${1:classname}:disabled {", " ${0}", "}"], + "body": [".${1:classname}:disabled {", " ${0}", "}", ""], "description": "disabled" }, "active": { "prefix": "active", - "body": [".${1:classname}:active {", " ${0}", "}"], + "body": [".${1:classname}:active {", " ${0}", "}", ""], "description": "active" }, "focus": { "prefix": "focus", - "body": [".${1:classname}:focus {", " ${0}", "}"], + "body": [".${1:classname}:focus {", " ${0}", "}", ""], "description": "focus" }, "hover": { "prefix": "hover", - "body": [".${1:classname}:hover {", " ${0}", "}"], + "body": [".${1:classname}:hover {", " ${0}", "}", ""], "description": "hover" } } diff --git a/snippets/tailwind/layout.json b/snippets/tailwind/layout.json index dcda7f3..4773ebb 100644 --- a/snippets/tailwind/layout.json +++ b/snippets/tailwind/layout.json @@ -1,302 +1,302 @@ { "right-auto": { "prefix": "right-auto", - "body": ["right: auto;"], + "body": ["right: auto;", ""], "description": "right-auto" }, "bottom-auto": { "prefix": "bottom-auto", - "body": ["bottom: auto;"], + "body": ["bottom: auto;", ""], "description": "bottom-auto" }, "left-auto": { "prefix": "left-auto", - "body": ["left: auto;"], + "body": ["left: auto;", ""], "description": "left-auto" }, "top-auto": { "prefix": "top-auto", - "body": ["top: auto;"], + "body": ["top: auto;", ""], "description": "top-auto" }, "right-0": { "prefix": "right-0", - "body": ["right: 0;"], + "body": ["right: 0;", ""], "description": "right-0" }, "bottom-0": { "prefix": "bottom-0", - "body": ["bottom: 0;"], + "body": ["bottom: 0;", ""], "description": "bottom-0" }, "left-0": { "prefix": "left-0", - "body": ["left: 0;"], + "body": ["left: 0;", ""], "description": "left-0" }, "top-0": { "prefix": "top-0", - "body": ["top: 0;"], + "body": ["top: 0;", ""], "description": "top-0" }, "z-auto": { "prefix": "z-auto", - "body": ["z-index: auto;"], + "body": ["z-index: auto;", ""], "description": "z-index auto" }, "z-50": { "prefix": "z-50", - "body": ["z-index: 50;"], + "body": ["z-index: 50;", ""], "description": "z-index 50" }, "z-40": { "prefix": "z-40", - "body": ["z-index: 40;"], + "body": ["z-index: 40;", ""], "description": "z-index 40" }, "z-30": { "prefix": "z-30", - "body": ["z-index: 30;"], + "body": ["z-index: 30;", ""], "description": "z-index 30" }, "z-20": { "prefix": "z-20", - "body": ["z-index: 20;"], + "body": ["z-index: 20;", ""], "description": "z-index 20" }, "z-10": { "prefix": "z-10", - "body": ["z-index: 10;"], + "body": ["z-index: 10;", ""], "description": "z-index 10" }, "z-0": { "prefix": "z-0", - "body": ["z-index: 0;"], + "body": ["z-index: 0;", ""], "description": "z-index 0" }, "invisible": { "prefix": "invisible", - "body": ["visibility: hidden;"], + "body": ["visibility: hidden;", ""], "description": "visibility hidden" }, "visible": { "prefix": "visible", - "body": ["visibility: visible;"], + "body": ["visibility: visible;", ""], "description": "visibility visible" }, "inset-auto": { "prefix": "inset-auto", - "body": ["top: auto;", "right: auto;", "bottom: auto;", "left: auto;"], + "body": ["top: auto;", "right: auto;", "bottom: auto;", "left: auto;", ""], "description": "inset-auto" }, "inset-x-auto": { "prefix": "inset-x-auto", - "body": ["right: auto;", "left: auto;"], + "body": ["right: auto;", "left: auto;", ""], "description": "inset-x-auto" }, "inset-y-auto": { "prefix": "inset-y-auto", - "body": ["top: auto;", "bottom: auto;"], + "body": ["top: auto;", "bottom: auto;", ""], "description": "inset-y-auto" }, "inset-x-0": { "prefix": "inset-x-0", - "body": ["right: 0;", "left: 0;"], + "body": ["right: 0;", "left: 0;", ""], "description": "inset-x-0" }, "inset-y-0": { "prefix": "inset-y-0", - "body": ["top: 0;", "bottom: 0;"], + "body": ["top: 0;", "bottom: 0;", ""], "description": "inset-y-0" }, "inset-0": { "prefix": "inset-0", - "body": ["top: 0;", "right: 0;", "bottom: 0;", "left: 0;"], + "body": ["top: 0;", "right: 0;", "bottom: 0;", "left: 0;", ""], "description": "inset-0" }, "sticky": { "prefix": "sticky", - "body": ["position: sticky;"], + "body": ["position: sticky;", ""], "description": "position sticky" }, "relative": { "prefix": "relative", - "body": ["position: relative;"], + "body": ["position: relative;", ""], "description": "position relative" }, "absolute": { "prefix": "absolute", - "body": ["position: absolute;"], + "body": ["position: absolute;", ""], "description": "position absolute" }, "fixed": { "prefix": "fixed", - "body": ["position: fixed;"], + "body": ["position: fixed;", ""], "description": "position fixed" }, "static": { "prefix": "static", - "body": ["position: static;"], + "body": ["position: static;", ""], "description": "position static" }, "scrolling-auto": { "prefix": "scrolling-auto", - "body": ["-webkit-overflow-scrolling: auto;"], + "body": ["-webkit-overflow-scrolling: auto;", ""], "description": "scrolling-auto" }, "scrolling-touch": { "prefix": "scrolling-touch", - "body": ["-webkit-overflow-scrolling: touch;"], + "body": ["-webkit-overflow-scrolling: touch;", ""], "description": "scrolling-touch" }, "overflow-y-scroll": { "prefix": "overflow-y-scroll", - "body": ["overflow-y: scroll;"], + "body": ["overflow-y: scroll;", ""], "description": "overflow-y-scroll" }, "overflow-y-visible": { "prefix": "overflow-y-visible", - "body": ["overflow-y: visible;"], + "body": ["overflow-y: visible;", ""], "description": "overflow-y-visible" }, "overflow-y-hidden": { "prefix": "overflow-y-hidden", - "body": ["overflow-y: hidden;"], + "body": ["overflow-y: hidden;", ""], "description": "overflow-y-hidden" }, "overflow-y-auto": { "prefix": "overflow-y-auto", - "body": ["overflow-y: auto;"], + "body": ["overflow-y: auto;", ""], "description": "overflow-y-auto" }, "overflow-x-scroll": { "prefix": "overflow-x-scroll", - "body": ["overflow-x: scroll;"], + "body": ["overflow-x: scroll;", ""], "description": "overflow-x-scroll" }, "overflow-x-visible": { "prefix": "overflow-x-visible", - "body": ["overflow-x: visible;"], + "body": ["overflow-x: visible;", ""], "description": "overflow-x-visible" }, "overflow-x-hidden": { "prefix": "overflow-x-hidden", - "body": ["overflow-x: hidden;"], + "body": ["overflow-x: hidden;", ""], "description": "overflow-x-hidden" }, "overflow-x-auto": { "prefix": "overflow-x-auto", - "body": ["overflow-x: auto;"], + "body": ["overflow-x: auto;", ""], "description": "overflow-x-auto" }, "overflow-scroll": { "prefix": "overflow-scroll", - "body": ["overflow: scroll;"], + "body": ["overflow: scroll;", ""], "description": "overflow-scroll" }, "overflow-visible": { "prefix": "overflow-visible", - "body": ["overflow: visible;"], + "body": ["overflow: visible;", ""], "description": "overflow-visible" }, "overflow-hidden": { "prefix": "overflow-hidden", - "body": ["overflow: hidden;"], + "body": ["overflow: hidden;", ""], "description": "overflow-hidden" }, "overflow-auto": { "prefix": "overflow-auto", - "body": ["overflow: auto;"], + "body": ["overflow: auto;", ""], "description": "overflow-auto" }, "object-left-top": { "prefix": "object-left-top", - "body": ["object-position: left top;"], + "body": ["object-position: left top;", ""], "description": "object-left-top" }, "object-right-top": { "prefix": "object-right-top", - "body": ["object-position: right top;"], + "body": ["object-position: right top;", ""], "description": "object-right-top" }, "object-left-bottom": { "prefix": "object-left-bottom", - "body": ["object-position: left bottom;"], + "body": ["object-position: left bottom;", ""], "description": "object-left-bottom" }, "object-right-bottom": { "prefix": "object-right-bottom", - "body": ["object-position: right bottom;"], + "body": ["object-position: right bottom;", ""], "description": "object-right-bottom" }, "object-right": { "prefix": "object-right", - "body": ["object-position: right;"], + "body": ["object-position: right;", ""], "description": "object-right" }, "object-left": { "prefix": "object-left", - "body": ["object-position: left;"], + "body": ["object-position: left;", ""], "description": "object-left" }, "object-center": { "prefix": "object-center", - "body": ["object-position: center;"], + "body": ["object-position: center;", ""], "description": "object-center" }, "object-top": { "prefix": "object-top", - "body": ["object-position: top;"], + "body": ["object-position: top;", ""], "description": "object-top" }, "object-bottom": { "prefix": "object-bottom", - "body": ["object-position: bottom;"], + "body": ["object-position: bottom;", ""], "description": "object-bottom" }, "object-scale-down": { "prefix": "object-scale-down", - "body": ["object-fit: scale-down;"], + "body": ["object-fit: scale-down;", ""], "description": "object-scale-down" }, "object-fill": { "prefix": "object-fill", - "body": ["object-fit: fill;"], + "body": ["object-fit: fill;", ""], "description": "object-fill" }, "object-cover": { "prefix": "object-cover", - "body": ["object-fit: cover;"], + "body": ["object-fit: cover;", ""], "description": "object-cover" }, "object-contain": { "prefix": "object-contain", - "body": ["object-fit: contain;"], + "body": ["object-fit: contain;", ""], "description": "object-contain" }, "object-none": { "prefix": "object-none", - "body": ["object-fit: none;"], + "body": ["object-fit: none;", ""], "description": "object-none" }, "clear-both": { "prefix": "clear-both", - "body": ["clear: both;"], + "body": ["clear: both;", ""], "description": "clear-both" }, "clear-right": { "prefix": "clear-right", - "body": ["clear: right;"], + "body": ["clear: right;", ""], "description": "clear-right" }, "clear-left": { "prefix": "clear-left", - "body": ["clear: left;"], + "body": ["clear: left;", ""], "description": "clear-left" }, "clear-none": { "prefix": "clear-none", - "body": ["clear: none;"], + "body": ["clear: none;", ""], "description": "clear-none" }, "clearfix": { @@ -312,117 +312,117 @@ }, "float-none": { "prefix": "float-none", - "body": ["float: none;"], + "body": ["float: none;", ""], "description": "float-none" }, "float-left": { "prefix": "float-left", - "body": ["float: left;"], + "body": ["float: left;", ""], "description": "float-left" }, "float-right": { "prefix": "float-right", - "body": ["float: right;"], + "body": ["float: right;", ""], "description": "float-right" }, "table-row": { "prefix": "table-row", - "body": ["display: table-row;"], + "body": ["display: table-row;", ""], "description": "display table-row" }, "table-row-group": { "prefix": "table-row-group", - "body": ["display: table-row-group;"], + "body": ["display: table-row-group;", ""], "description": "display table-row-group" }, "table-header-group": { "prefix": "table-header-group", - "body": ["display: table-header-group;"], + "body": ["display: table-header-group;", ""], "description": "display table-header-group" }, "table-footer-group": { "prefix": "table-footer-group", - "body": ["display: table-footer-group;"], + "body": ["display: table-footer-group;", ""], "description": "display table-footer-group" }, "table-column-group": { "prefix": "table-column-group", - "body": ["display: table-column-group;"], + "body": ["display: table-column-group;", ""], "description": "display table-column-group" }, "table-column": { "prefix": "table-column", - "body": ["display: table-column;"], + "body": ["display: table-column;", ""], "description": "display table-column" }, "table-cell": { "prefix": "table-cell", - "body": ["display: table-cell;"], + "body": ["display: table-cell;", ""], "description": "display table-cell" }, "table-caption": { "prefix": "table-caption", - "body": ["display: table-caption;"], + "body": ["display: table-caption;", ""], "description": "display table-caption" }, "table": { "prefix": "table", - "body": ["display: table;"], + "body": ["display: table;", ""], "description": "display table" }, "inline-grid": { "prefix": "inline-grid", - "body": ["display: inline-grid;"], + "body": ["display: inline-grid;", ""], "description": "display inline-grid" }, "grid": { "prefix": "grid", - "body": ["display: grid;"], + "body": ["display: grid;", ""], "description": "display grid" }, "inline-flex": { "prefix": "inline-flex", - "body": ["display: inline-flex;"], + "body": ["display: inline-flex;", ""], "description": "display inline-flex" }, "flex": { "prefix": "flex", - "body": ["display: flex;"], + "body": ["display: flex;", ""], "description": "display flex" }, "inline": { "prefix": "inline", - "body": ["display: inline;"], + "body": ["display: inline;", ""], "description": "display inline" }, "inline-block": { "prefix": "inline-block", - "body": ["display: inline-block;"], + "body": ["display: inline-block;", ""], "description": "display inline-block" }, "flow-root": { "prefix": "flow-root", - "body": ["display: flow-root;"], + "body": ["display: flow-root;", ""], "description": "display flow-root" }, "block": { "prefix": "block", - "body": ["display: block;"], + "body": ["display: block;", ""], "description": "display block" }, "hidden": { "prefix": "hidden", - "body": ["display: none;"], + "body": ["display: none;", ""], "description": "display hidden" }, "content-box": { "prefix": "box-content", - "body": ["box-sizing: content-box;"], + "body": ["box-sizing: content-box;", ""], "description": "box-sizing content-box" }, "border-box": { "prefix": "box-border", - "body": ["box-sizing: border-box;"], + "body": ["box-sizing: border-box;", ""], "description": "box-sizing border-box" }, "container": { From 4d88ec31ed9567209e59f73dada9b4147d3d4165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:07:52 +0530 Subject: [PATCH 04/14] chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#60) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 54 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 17 deletions(-) diff --git a/yarn.lock b/yarn.lock index 655a1f0..1050cc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,7 +30,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@commitlint/cli@^11.0.0": +"@commitlint/cli@11.0.0": version "11.0.0" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-11.0.0.tgz#698199bc52afed50aa28169237758fa14a67b5d3" integrity sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g== @@ -48,7 +48,7 @@ resolve-global "1.0.0" yargs "^15.1.0" -"@commitlint/config-conventional@^11.0.0": +"@commitlint/config-conventional@11.0.0": version "11.0.0" resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-11.0.0.tgz#3fa300a1b639273946de3c3f15e1cda518333422" integrity sha512-SNDRsb5gLuDd2PL83yCOQX6pE7gevC79UPFx+GLbLfw6jGnnbO9/tlL76MLD8MOViqGbo7ZicjChO9Gn+7tHhA== @@ -2038,7 +2038,7 @@ conventional-changelog-core@^3.1.6: read-pkg-up "^3.0.0" through2 "^3.0.0" -conventional-changelog-metahub@^4.0.1: +conventional-changelog-metahub@4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/conventional-changelog-metahub/-/conventional-changelog-metahub-4.0.1.tgz#60e41958de0e7270c213d4f0d235c860c520946e" integrity sha512-iiEjdMsI2CEFC+eXoTOTTG64QvNAUOTRFBUNRIzxczbzYCYC4PJyh0gNGpRGo1F8uCueQfXrQL2PFtDq50EtUA== @@ -2565,7 +2565,7 @@ escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-airbnb-base@^14.2.0: +eslint-config-airbnb-base@14.2.0: version "14.2.0" resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4" integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q== @@ -2574,7 +2574,7 @@ eslint-config-airbnb-base@^14.2.0: object.assign "^4.1.0" object.entries "^1.1.2" -eslint-config-prettier@^6.12.0: +eslint-config-prettier@6.12.0: version "6.12.0" resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2" integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw== @@ -2597,7 +2597,7 @@ eslint-module-utils@^2.6.0: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-import@^2.22.1: +eslint-plugin-import@2.22.1: version "2.22.1" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702" integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== @@ -2616,7 +2616,7 @@ eslint-plugin-import@^2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-prettier@^3.1.4: +eslint-plugin-prettier@3.1.4: version "3.1.4" resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz#168ab43154e2ea57db992a2cd097c828171f75c2" integrity sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== @@ -2643,7 +2643,7 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== -eslint@^7.10.0: +eslint@7.10.0: version "7.10.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9" integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA== @@ -3079,7 +3079,7 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -gacp@^2.10.0: +gacp@2.10.0: version "2.10.0" resolved "https://registry.yarnpkg.com/gacp/-/gacp-2.10.0.tgz#7069f2b2f99e30b5555b5b845b4c66de2a6c4295" integrity sha512-i8OwBh8L5A9nD5lGBjumoZzJ3Q2KCsP87o5wDr7UbcOS5ImfFfj5OcGZQ5fknBtxGvP9Hb2/XR+Qv+HX2tdmZg== @@ -3500,7 +3500,7 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^4.3.0: +husky@4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de" integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA== @@ -4081,7 +4081,7 @@ latest-version@^5.0.0: dependencies: package-json "^6.3.0" -lerna@^3.22.1: +lerna@3.22.1: version "3.22.1" resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.22.1.tgz#82027ac3da9c627fd8bf02ccfeff806a98e65b62" integrity sha512-vk1lfVRFm+UuEFA7wkLKeSF7Iz13W+N/vFd48aW2yuS7Kv0RbNm2/qcDPV863056LMfkRlsEe+QYOw3palj5Lg== @@ -4118,7 +4118,7 @@ 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= -lint-staged@^10.4.0: +lint-staged@10.4.0: version "10.4.0" resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.4.0.tgz#d18628f737328e0bbbf87d183f4020930e9a984e" integrity sha512-uaiX4U5yERUSiIEQc329vhCTDDwUcSvKdRLsNomkYLRzijk3v8V9GWm2Nz0RMVB87VcuzLvtgy6OsjoH++QHIg== @@ -4713,9 +4713,11 @@ node-fetch-npm@^2.0.2: safe-buffer "^5.1.1" node-fetch@^2.3.0, node-fetch@^2.5.0: - version "2.6.1" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" - integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" node-gyp@^5.0.2: version "5.1.1" @@ -5347,7 +5349,7 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.1.2: +prettier@2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5" integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== @@ -6069,7 +6071,7 @@ sort-object-keys@^1.1.3: resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45" integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg== -sort-package-json@^1.46.0: +sort-package-json@1.46.0: version "1.46.0" resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-1.46.0.tgz#ea30a03d17c23762bfbf115fa54500459508c9ca" integrity sha512-Fn5iiGKkATkEOQ0rol45dClfvNNW3r6PZ87mU4rbpz/M0Dxz+0D6oEU8nfpwUB5rd8u+WzsH2BQ/kRDwz+yVDQ== @@ -6532,6 +6534,11 @@ tr46@^1.0.1: dependencies: punycode "^2.1.0" +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== + trim-newlines@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" @@ -6800,11 +6807,24 @@ wcwidth@^1.0.0: dependencies: defaults "^1.0.3" +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== + webidl-conversions@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + whatwg-url@^7.0.0: version "7.1.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" From 846209accd52edab069663e4f7a496cf02704bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:08:15 +0530 Subject: [PATCH 05/14] chore(deps): bump ini from 1.3.5 to 1.3.8 (#50) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 1050cc6..318f56e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3622,9 +3622,9 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== init-package-json@^1.10.3: version "1.10.3" From ecf3e3539953e102fda2d3ec4ab978ada805d8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:09:08 +0530 Subject: [PATCH 06/14] chore(deps): bump y18n from 4.0.0 to 4.0.1 (#51) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 318f56e..25182d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6981,9 +6981,9 @@ xtend@~4.0.1: integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== + version "4.0.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4" + integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: version "3.1.1" From faa3834284082c68a6c4386e319ece4b7513da73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:09:14 +0530 Subject: [PATCH 07/14] chore(deps): bump ssri from 6.0.1 to 6.0.2 (#52) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 25182d5..1fde6fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6177,9 +6177,9 @@ sshpk@^1.7.0: tweetnacl "~0.14.0" ssri@^6.0.0, ssri@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" - integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== + version "6.0.2" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" + integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== dependencies: figgy-pudding "^3.5.1" From cea2aae99a32841dd2cda493905c424b51de3d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:09:20 +0530 Subject: [PATCH 08/14] chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#53) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 1fde6fd..d9f033c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3356,9 +3356,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6 integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== handlebars@^4.7.6: - version "4.7.6" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e" - integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA== + version "4.7.7" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" + integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== dependencies: minimist "^1.2.5" neo-async "^2.6.0" @@ -6631,9 +6631,9 @@ typedarray@^0.0.6: integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= uglify-js@^3.1.4: - version "3.10.0" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.0.tgz#397a7e6e31ce820bfd1cb55b804ee140c587a9e7" - integrity sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA== + version "3.13.5" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.5.tgz#5d71d6dbba64cf441f32929b1efce7365bb4f113" + integrity sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw== uid-number@0.0.6: version "0.0.6" From 540642b41ddb901c983f4da77a97865dc9dee072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:09:27 +0530 Subject: [PATCH 09/14] chore(deps): bump lodash from 4.17.19 to 4.17.21 (#54) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index d9f033c..44abc54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4276,9 +4276,9 @@ lodash.uniq@^4.5.0: integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.2.1: - version "4.17.19" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" - integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== log-symbols@^3.0.0: version "3.0.0" From fbfd51a859dd20b961d11c5baa93f0e1f367a703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:09:39 +0530 Subject: [PATCH 10/14] chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#55) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 44abc54..214669d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3449,9 +3449,9 @@ has@^1.0.3: function-bind "^1.1.1" hosted-git-info@^2.1.4, hosted-git-info@^2.7.1: - version "2.8.8" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" - integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== http-cache-semantics@^3.8.1: version "3.8.1" From 4e22f588c883de20b2853ecdca7c265b115d1df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:09:47 +0530 Subject: [PATCH 11/14] chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#57) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 214669d..2148c19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5230,9 +5230,9 @@ path-key@^3.0.0, path-key@^3.1.0: integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-type@^1.0.0: version "1.1.0" From e0ca052d91aa44f65af117be7b8798248516e702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:11:34 +0530 Subject: [PATCH 12/14] chore(deps): bump minimist from 1.2.5 to 1.2.6 (#59) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2148c19..5b7edb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4553,9 +4553,9 @@ minimist-options@^4.0.2: kind-of "^6.0.3" minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0: version "2.9.0" From 6cfb42cc8aaa5731909940667424ac3f7fbcf372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:11:41 +0530 Subject: [PATCH 13/14] chore(deps): bump tar from 4.4.13 to 4.4.19 (#58) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5b7edb3..5991838 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1763,7 +1763,7 @@ chardet@^0.7.0: resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== -chownr@^1.1.1, chownr@^1.1.2: +chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== @@ -3047,7 +3047,7 @@ fs-extra@^9.0.0: jsonfile "^6.0.1" universalify "^1.0.0" -fs-minipass@^1.2.5: +fs-minipass@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA== @@ -4557,7 +4557,7 @@ minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== -minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0: +minipass@^2.3.5, minipass@^2.6.0, minipass@^2.9.0: version "2.9.0" resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6" integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== @@ -4565,7 +4565,7 @@ minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0: safe-buffer "^5.1.2" yallist "^3.0.0" -minizlib@^1.2.1: +minizlib@^1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== @@ -4608,7 +4608,7 @@ mkdirp@*: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== -mkdirp@^0.5.0, mkdirp@^0.5.1: +mkdirp@^0.5.1, mkdirp@^0.5.5: version "0.5.5" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== @@ -5856,7 +5856,7 @@ rxjs@^6.6.2: dependencies: tslib "^1.9.0" -safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: +safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -6396,17 +6396,17 @@ table@^5.2.3: string-width "^3.0.0" tar@^4.4.10, tar@^4.4.12, tar@^4.4.8: - version "4.4.13" - resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525" - integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA== + version "4.4.19" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3" + integrity sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA== dependencies: - chownr "^1.1.1" - fs-minipass "^1.2.5" - minipass "^2.8.6" - minizlib "^1.2.1" - mkdirp "^0.5.0" - safe-buffer "^5.1.2" - yallist "^3.0.3" + chownr "^1.1.4" + fs-minipass "^1.2.7" + minipass "^2.9.0" + minizlib "^1.3.3" + mkdirp "^0.5.5" + safe-buffer "^5.2.1" + yallist "^3.1.1" temp-dir@^1.0.0: version "1.0.0" @@ -6985,7 +6985,7 @@ y18n@^4.0.0: resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4" integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== -yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: +yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== From df87bf1ca9b4a2eedb6c3eb0b6af965599c08120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:25:30 +0530 Subject: [PATCH 14/14] chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#61) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5991838..f28b57a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6555,9 +6555,9 @@ trim-newlines@^3.0.0: integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== trim-off-newlines@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" - integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= + version "1.0.3" + resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz#8df24847fcb821b0ab27d58ab6efec9f2fe961a1" + integrity sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg== tsconfig-paths@^3.9.0: version "3.9.0"