From 5c53c44ee540b43913cbafd879f1f5724e806ef0 Mon Sep 17 00:00:00 2001 From: Priyank Patel Date: Mon, 3 Aug 2020 18:51:29 +0000 Subject: [PATCH] dependencies: Upgrade babel-plugin-rewire-ts to v1.4.0. This version keeps the internal and external state of the ES6 module in sync so its state is similar to a CommonJS module. Since we don't need to ask rewire for the internal state of the module, the tests will be same as they were before the TS/ES6/remove from window migrations. --- package.json | 2 +- version.py | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0dcb98d942..efd798b39e 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@types/webpack-dev-server": "^3.1.6", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", - "babel-plugin-rewire-ts": "^1.3.3", + "babel-plugin-rewire-ts": "^1.4.0", "difflib": "^0.2.4", "eslint": "^7.2.0", "eslint-config-prettier": "^6.11.0", diff --git a/version.py b/version.py index 0986ca61f8..627c78347f 100644 --- a/version.py +++ b/version.py @@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 32 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = '101.1' +PROVISION_VERSION = '101.2' diff --git a/yarn.lock b/yarn.lock index f12b2b8d2c..7d94535a05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2127,10 +2127,10 @@ babel-plugin-dynamic-import-node@^2.3.3: dependencies: object.assign "^4.1.0" -babel-plugin-rewire-ts@^1.3.3: - version "1.3.4" - resolved "https://registry.yarnpkg.com/babel-plugin-rewire-ts/-/babel-plugin-rewire-ts-1.3.4.tgz#d3007a7d9c96fc9d2d5818f395c25bf2504f531f" - integrity sha512-7uB9HFnuuXQhxU7nQJqHvBlZxpMMItD3fxR+C9D29ou8PblZz6iXST0v7nyPZkVYme0gFYch4iYLj/DPTm18zw== +babel-plugin-rewire-ts@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/babel-plugin-rewire-ts/-/babel-plugin-rewire-ts-1.4.0.tgz#6c814d5aa3ef3d8c0d0c7a27891877fb28930e5b" + integrity sha512-XVyyWMIx1fNSG42vbUaAro1LANLs/fBW6KurYaeoVjS2U8zLCaow7LKll6zjs1cwcqcbZK2v59zVouPs+JAqxw== babel-runtime@^6.26.0: version "6.26.0"