From e63ae079ed4f5d1cad132a9cd7dcd663e53c6f4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 21:28:30 +0900 Subject: [PATCH 1/4] chore(deps): update actions/setup-node action to v2 (#210) Co-authored-by: Renovate Bot --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 11ab57d..ece3425 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install node v14 - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 14 - name: yarn install @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install node v14 - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 14 - name: yarn install @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install node v14 - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 14 - name: yarn install From ee05128431ee3ba9e012cb52854ebfa16be75ad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 21:28:54 +0900 Subject: [PATCH 2/4] chore(deps): update dependency typescript to v4.1.4 (#211) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a192e78..7153235 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "prettier": "2.2.1", "prettier-plugin-tailwind": "2.2.8", "ts-jest": "26.5.1", - "typescript": "4.1.3" + "typescript": "4.1.4" } } diff --git a/yarn.lock b/yarn.lock index 5af6ba1..6466070 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7793,10 +7793,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7" - integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== +typescript@4.1.4: + version "4.1.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.4.tgz#f058636e2f4f83f94ddaae07b20fd5e14598432f" + integrity sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg== unc-path-regex@^0.1.2: version "0.1.2" From 1a9dfe0c9a355c34a3988e0c3c799a2ec70c8597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 18:25:18 +0900 Subject: [PATCH 3/4] fix(deps): update dependency postcss to v8.2.6 (#212) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7153235..ad092f5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "next-connect": "0.9.1", "next-themes": "0.0.10", "node-emoji": "1.10.0", - "postcss": "8.2.5", + "postcss": "8.2.6", "postcss-preset-env": "6.7.0", "react": "17.0.1", "react-dom": "17.0.1", diff --git a/yarn.lock b/yarn.lock index 6466070..09d8aec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6193,10 +6193,10 @@ postcss@8.1.7: nanoid "^3.1.16" source-map "^0.6.1" -postcss@8.2.5, postcss@^8.0.2, postcss@^8.1.6, postcss@^8.2.1: - version "8.2.5" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.5.tgz#3c75149ada4e93db9521913654c0144517f77c9a" - integrity sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg== +postcss@8.2.6: + version "8.2.6" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe" + integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== dependencies: colorette "^1.2.1" nanoid "^3.1.20" @@ -6220,6 +6220,15 @@ postcss@^7.0.11, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0 source-map "^0.6.1" supports-color "^6.1.0" +postcss@^8.0.2, postcss@^8.1.6, postcss@^8.2.1: + version "8.2.5" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.5.tgz#3c75149ada4e93db9521913654c0144517f77c9a" + integrity sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg== + dependencies: + colorette "^1.2.1" + nanoid "^3.1.20" + source-map "^0.6.1" + prebuild-install@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.0.0.tgz#669022bcde57c710a869e39c5ca6bf9cd207f316" From e1c1c4ba0f0a779ef2a0043b5e88452b5e54fafb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 18:25:37 +0900 Subject: [PATCH 4/4] chore(deps): update dependency typescript to v4.1.5 (#213) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ad092f5..8e27091 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "prettier": "2.2.1", "prettier-plugin-tailwind": "2.2.8", "ts-jest": "26.5.1", - "typescript": "4.1.4" + "typescript": "4.1.5" } } diff --git a/yarn.lock b/yarn.lock index 09d8aec..afaa783 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7802,10 +7802,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.4.tgz#f058636e2f4f83f94ddaae07b20fd5e14598432f" - integrity sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg== +typescript@4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72" + integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA== unc-path-regex@^0.1.2: version "0.1.2"