From 3a402482d9b4bab2f4a18113517525ba42c6d928 Mon Sep 17 00:00:00 2001 From: Edwin Hoogerbeets Date: Fri, 17 Nov 2023 08:29:18 -0800 Subject: [PATCH 1/2] Update the version number and rel notes --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d707310..16b4c6ea3 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,12 @@ limitations under the License. ## Release Notes +### v1.2.0 + +- add a parser for JS or JSX code that uses flow types (FlowParser). + This parser produces the same ESTree style of AST as the JS and + JSX parsers. + ### v1.1.2 - update dependencies diff --git a/package.json b/package.json index 57e6e61ed..97cd676fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ilib-lint-react", - "version": "1.1.2", + "version": "1.2.0", "main": "./src/index.js", "type": "module", "exports": { From fa0513ca6e8dba7017162eef630e01ac8e64c7d4 Mon Sep 17 00:00:00 2001 From: Edwin Hoogerbeets Date: Fri, 17 Nov 2023 08:30:05 -0800 Subject: [PATCH 2/2] Update dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 97cd676fb..bd73ffef6 100644 --- a/package.json +++ b/package.json @@ -36,14 +36,14 @@ "npm-run-all": "^4.1.5" }, "dependencies": { - "@formatjs/intl": "^2.9.3", - "acorn": "^8.10.0", + "@formatjs/intl": "^2.9.9", + "acorn": "^8.11.2", "acorn-jsx": "^5.3.2", "flow-parser": "^0.222.0", - "i18nlint-common": "^2.2.0", + "i18nlint-common": "^2.2.1", "ilib-istring": "^1.0.1", "ilib-locale": "^1.2.2", - "ilib-tools-common": "^1.8.0", + "ilib-tools-common": "^1.8.1", "jsonpath": "^1.1.1", "regenerator-runtime": "^0.14.0" }