From 343ef33d8a1926866446289bb19715995c4168c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 15:52:25 +0000 Subject: [PATCH 1/3] Bump @line/liff from 2.6.0 to 2.7.1 Bumps [@line/liff](https://developers.line.biz/en/docs/liff/overview/) from 2.6.0 to 2.7.1. Signed-off-by: dependabot-preview[bot] --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 281e0cc..2feeeee 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@epaew/eslint-config": "git://github.com/epaew/eslint-config.git#master", - "@line/liff": ">=2.3.0 <2.7.0", + "@line/liff": ">=2.3.0 <2.8.0", "@testing-library/react": "^11.0.2", "@types/jest": "^26.0.13", "@types/prop-types": "^15.7.3", @@ -50,6 +50,6 @@ "react": ">=16.14.0 <17.1.0" }, "optionalDependencies": { - "@line/liff": ">=2.3.0 <2.7.0" + "@line/liff": ">=2.3.0 <2.8.0" } } diff --git a/yarn.lock b/yarn.lock index 15311f4..45ca555 100644 --- a/yarn.lock +++ b/yarn.lock @@ -535,10 +535,10 @@ file-type "^15.0.0" form-data "^3.0.0" -"@line/liff@>=2.3.0 <2.7.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@line/liff/-/liff-2.6.0.tgz#e55dbbaaf49e436949137da5c8d8ef88f89d8e01" - integrity sha512-2Db7Wc6FxOeKzXcEUoZS88zPaNTvKjFbZl5Pb3wn54BNguT2TXzv5USDabRAsuXjsGQHzJHGBi3eh8tvUzCrIg== +"@line/liff@>=2.3.0 <2.8.0": + version "2.7.1" + resolved "https://registry.yarnpkg.com/@line/liff/-/liff-2.7.1.tgz#59f397886fdee7a3cc7a5ad10375e7877ed42478" + integrity sha512-4gpE0sPgGl0rnSraV/TSxTm+BkI1ojcvI0OX1usYoNijC0p4nUA7bY/zstrI+7D7XJgTjaOLEVOB4Zq+9OIMtw== dependencies: "@line/bot-sdk" "^7.0.0" js-crypto-ec "^0.5.6" From 51d51ed083026b3f805d3e31d606d653fa82da4b Mon Sep 17 00:00:00 2001 From: epaew Date: Sat, 13 Feb 2021 08:14:18 +0900 Subject: [PATCH 2/3] Update workflow: Run test w/ @line/liff@2.7.1 --- .github/workflows/tests.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6c7146c..24fa31f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,7 +6,7 @@ on: branches: - master schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 0' # 0:00 UTC on every sunday jobs: yarn-install: @@ -60,13 +60,15 @@ jobs: strategy: matrix: react: - - 16.14 - - 17.0 + - 16 + - 17 liff-sdk: - 2.3 - 2.4 - 2.5 - 2.6 + - 2.7 + - latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -80,7 +82,7 @@ jobs: restore-keys: ${{ runner.os }}-node_modules- - name: Reinstall specific version of react.js - run: yarn add -D react@${{ matrix.react }} react-dom@${{ matrix.react }} + run: yarn add -D react@${{ matrix.react }} react-dom@${{ matrix.react }} @types/react@${{ matrix.react }} - name: Reinstall specific version of @line/liff SDK run: yarn add -D @line/liff@${{ matrix.liff-sdk }} - run: yarn run test:coverage From 84a11ad10ab104eed8adf88dd659c1deddb40d5c Mon Sep 17 00:00:00 2001 From: epaew Date: Sat, 13 Feb 2021 08:14:54 +0900 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffb396..28e0082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Bug Fixes ## BREAKING CHANGES ## Others +* [#204](https://github.com/epaew/react-liff/pull/204) Started supporting `@line/liff@2.7`. # 0.7.1 ## Others