From 6772a0e783511d0a37737241befe52b3c2ad6d9d Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 6 Aug 2021 13:18:02 +0300 Subject: [PATCH 1/2] Update lodash in package.json resolutions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 785afbfe9a..302bf240b6 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "prettier": "^1.18.2" }, "resolutions": { - "react-dates/lodash": "^4.17.19", + "react-dates/lodash": "^4.17.21", "react-test-renderer": "^16.13.1", "serialize-javascript": "^2.1.1" }, From e4b052c2ec2c3aa77d46fdd9214ac46bce83ef27 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 6 Aug 2021 13:25:27 +0300 Subject: [PATCH 2/2] Update changelog (incl. previous dependabot updates --- CHANGELOG.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbaa5fb99f..7fc8e336f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,23 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2021-XX-XX +- [change] Update lodash version number in package.json resolutions section. + [#1459](https://github.com/sharetribe/ftw-daily/pull/1459) +- [change] Dependabot update: url-parse (v1.5.1) + [#1436](https://github.com/sharetribe/ftw-daily/pull/1436) +- [change] Dependabot update: lodash (v4.17.21) + [#1437](https://github.com/sharetribe/ftw-daily/pull/1437) +- [change] Dependabot update: tar (v4.4.15) + [#1457](https://github.com/sharetribe/ftw-daily/pull/1457) +- [change] Dependabot update: ws (v6.2.2) [#1446](https://github.com/sharetribe/ftw-daily/pull/1446) +- [change] Dependabot update: hosted-git-info (v2.8.9) + [#1438](https://github.com/sharetribe/ftw-daily/pull/1438) +- [change] Dependabot update: trim-newlines (v3.0.1) + [#1449](https://github.com/sharetribe/ftw-daily/pull/1449) +- [change] Update sharetribe-scripts to version 5.0.1 which improves the instructions that are shown + after running yarn build command. [#1458](https://github.com/sharetribe/ftw-daily/pull/1458) - [fix] Remove unused dep-resolution: handlebars. - [#1456](https://github.com/sharetribe/ftw-daily/pull/1456) + [#1456](https://github.com/sharetribe/ftw-daily/pull/1456) - [fix] PriceFilterPopup: filter popup is not closing when clicking outside on Safari. [#1455](https://github.com/sharetribe/ftw-daily/pull/1455) - [fix] Add missing helper: isNumber. Used when Number.MAX_SAFE_INTEGER is reached. @@ -25,9 +40,6 @@ way to update this template, but currently, we follow a pattern: - [fix] TransactionPanel: fix typo [#1451](https://github.com/sharetribe/ftw-daily/pull/1451) - [fix] searchMode (has_all/has_any) disappeared, when search-by-moving-the-map was used. [#1443](https://github.com/sharetribe/ftw-daily/pull/1443) -- [change] Update sharetribe-scripts to version 5.0.1 which improves the - instructions that are shown after running yarn build command. - [#1458](https://github.com/sharetribe/ftw-daily/pull/1458) ## [v8.1.1] 2021-04-20