From 0bb9f170d5d8ac2b9174a07e145dd0a5afe67a2d Mon Sep 17 00:00:00 2001 From: Arun Vishnu Date: Fri, 5 Jul 2024 13:21:36 -0700 Subject: [PATCH] chore: replace polyfill.io --- .../subapp-web/master_2023-10-31-04-39.json | 11 -------- .../subapp-web/master_2024-01-03-23-41.json | 11 -------- .../subapp-web/master_2024-01-08-20-33.json | 11 -------- .../subapp-web/master_2024-06-05-20-03.json | 11 -------- .../release-08-29-2023_2023-08-29-22-10.json | 10 ------- .../replace-ployfillurl_2024-07-03-15-06.json | 10 ------- packages/subapp-react/package.json | 2 +- packages/subapp-redux/package.json | 2 +- packages/subapp-server/package.json | 2 +- packages/subapp-web/CHANGELOG.json | 26 +++++++++++++++++++ packages/subapp-web/CHANGELOG.md | 9 ++++++- packages/subapp-web/package.json | 2 +- samples/poc-subapp-redux/package.json | 2 +- samples/poc-subapp/package.json | 2 +- samples/poc-subappv1-csp/package.json | 2 +- 15 files changed, 41 insertions(+), 72 deletions(-) delete mode 100644 common/changes/subapp-web/master_2023-10-31-04-39.json delete mode 100644 common/changes/subapp-web/master_2024-01-03-23-41.json delete mode 100644 common/changes/subapp-web/master_2024-01-08-20-33.json delete mode 100644 common/changes/subapp-web/master_2024-06-05-20-03.json delete mode 100644 common/changes/subapp-web/release-08-29-2023_2023-08-29-22-10.json delete mode 100644 common/changes/subapp-web/replace-ployfillurl_2024-07-03-15-06.json diff --git a/common/changes/subapp-web/master_2023-10-31-04-39.json b/common/changes/subapp-web/master_2023-10-31-04-39.json deleted file mode 100644 index 9b4c5951a..000000000 --- a/common/changes/subapp-web/master_2023-10-31-04-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "changeType": 1, - "comment": "Dependency @xarc/app version bump from ^11.0.5 to ^11.0.6.", - "packageName": "subapp-web" - } - ], - "packageName": "subapp-web", - "email": "1584121+arunvishnun@users.noreply.github.com" -} diff --git a/common/changes/subapp-web/master_2024-01-03-23-41.json b/common/changes/subapp-web/master_2024-01-03-23-41.json deleted file mode 100644 index edd5a6685..000000000 --- a/common/changes/subapp-web/master_2024-01-03-23-41.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "changeType": 1, - "comment": "Dependency @xarc/app version bump from ^11.0.6 to ^11.0.7.", - "packageName": "subapp-web" - } - ], - "packageName": "subapp-web", - "email": "1584121+arunvishnun@users.noreply.github.com" -} diff --git a/common/changes/subapp-web/master_2024-01-08-20-33.json b/common/changes/subapp-web/master_2024-01-08-20-33.json deleted file mode 100644 index 244c2df64..000000000 --- a/common/changes/subapp-web/master_2024-01-08-20-33.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "changeType": 1, - "comment": "Dependency @xarc/app version bump from ^11.0.7 to ^11.0.8.", - "packageName": "subapp-web" - } - ], - "packageName": "subapp-web", - "email": "1584121+arunvishnun@users.noreply.github.com" -} diff --git a/common/changes/subapp-web/master_2024-06-05-20-03.json b/common/changes/subapp-web/master_2024-06-05-20-03.json deleted file mode 100644 index d884507d8..000000000 --- a/common/changes/subapp-web/master_2024-06-05-20-03.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "changeType": 1, - "comment": "Dependency @xarc/app version bump from ^11.0.8 to ^11.0.9.", - "packageName": "subapp-web" - } - ], - "packageName": "subapp-web", - "email": "1584121+arunvishnun@users.noreply.github.com" -} diff --git a/common/changes/subapp-web/release-08-29-2023_2023-08-29-22-10.json b/common/changes/subapp-web/release-08-29-2023_2023-08-29-22-10.json deleted file mode 100644 index d7a9fc6f2..000000000 --- a/common/changes/subapp-web/release-08-29-2023_2023-08-29-22-10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "subapp-web", - "comment": "", - "type": "none" - } - ], - "packageName": "subapp-web" -} \ No newline at end of file diff --git a/common/changes/subapp-web/replace-ployfillurl_2024-07-03-15-06.json b/common/changes/subapp-web/replace-ployfillurl_2024-07-03-15-06.json deleted file mode 100644 index 8daac3105..000000000 --- a/common/changes/subapp-web/replace-ployfillurl_2024-07-03-15-06.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "subapp-web", - "comment": "replace polyfill.io url to avoid security issues", - "type": "patch" - } - ], - "packageName": "subapp-web" -} \ No newline at end of file diff --git a/packages/subapp-react/package.json b/packages/subapp-react/package.json index 99e128908..80ec67f2a 100644 --- a/packages/subapp-react/package.json +++ b/packages/subapp-react/package.json @@ -31,7 +31,7 @@ "@babel/runtime": "^7.23.6", "optional-require": "^1.1.8", "subapp-util": "^1.1.5", - "subapp-web": "^2.1.4" + "subapp-web": "^2.1.5" }, "devDependencies": { "@babel/cli": "^7.23.4", diff --git a/packages/subapp-redux/package.json b/packages/subapp-redux/package.json index 0fbd1e422..80a4a6c5f 100644 --- a/packages/subapp-redux/package.json +++ b/packages/subapp-redux/package.json @@ -28,7 +28,7 @@ "dependencies": { "optional-require": "^1.1.6", "subapp-util": "^1.1.5", - "subapp-web": "^2.1.4" + "subapp-web": "^2.1.5" }, "devDependencies": { "@babel/cli": "^7.17.10", diff --git a/packages/subapp-server/package.json b/packages/subapp-server/package.json index e251d3b9b..963bd5a43 100644 --- a/packages/subapp-server/package.json +++ b/packages/subapp-server/package.json @@ -38,7 +38,7 @@ "http-status-codes": "^2.2.0", "optional-require": "^1.1.8", "subapp-util": "^1.1.5", - "subapp-web": "^2.1.4", + "subapp-web": "^2.1.5", "xaa": "^1.7.3" }, "devDependencies": { diff --git a/packages/subapp-web/CHANGELOG.json b/packages/subapp-web/CHANGELOG.json index 5330b5799..64413d1c3 100644 --- a/packages/subapp-web/CHANGELOG.json +++ b/packages/subapp-web/CHANGELOG.json @@ -1,6 +1,32 @@ { "name": "subapp-web", "entries": [ + { + "version": "2.1.5", + "tag": "subapp-web_v2.1.5", + "date": "Fri, 05 Jul 2024 20:08:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Dependency @xarc/app version bump from ^11.0.5 to ^11.0.6." + }, + { + "comment": "Dependency @xarc/app version bump from ^11.0.6 to ^11.0.7." + }, + { + "comment": "Dependency @xarc/app version bump from ^11.0.7 to ^11.0.8." + }, + { + "comment": "Dependency @xarc/app version bump from ^11.0.8 to ^11.0.9." + } + ], + "patch": [ + { + "comment": "replace polyfill.io url to avoid security issues" + } + ] + } + }, { "version": "2.1.4", "tag": "subapp-web_v2.1.4", diff --git a/packages/subapp-web/CHANGELOG.md b/packages/subapp-web/CHANGELOG.md index a7ae6c5fd..1f1d49a9b 100644 --- a/packages/subapp-web/CHANGELOG.md +++ b/packages/subapp-web/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - subapp-web -This log was last generated on Tue, 29 Aug 2023 14:57:37 GMT and should not be manually modified. +This log was last generated on Fri, 05 Jul 2024 20:08:52 GMT and should not be manually modified. + +## 2.1.5 +Fri, 05 Jul 2024 20:08:52 GMT + +### Patches + +- replace polyfill.io url to avoid security issues ## 2.1.4 Tue, 29 Aug 2023 14:57:37 GMT diff --git a/packages/subapp-web/package.json b/packages/subapp-web/package.json index 3ae78774a..be9413b3c 100644 --- a/packages/subapp-web/package.json +++ b/packages/subapp-web/package.json @@ -1,6 +1,6 @@ { "name": "subapp-web", - "version": "2.1.4", + "version": "2.1.5", "description": "Electrode subapp web support", "module": "dist/dev/index.js", "main": "lib/index.js", diff --git a/samples/poc-subapp-redux/package.json b/samples/poc-subapp-redux/package.json index 9fa28b415..fba2f7661 100644 --- a/samples/poc-subapp-redux/package.json +++ b/samples/poc-subapp-redux/package.json @@ -53,7 +53,7 @@ "subapp-react": "^1.3.0", "subapp-redux": "^2.3.0", "subapp-server": "^2.4.1", - "subapp-web": "^2.1.4" + "subapp-web": "^2.1.5" }, "devDependencies": { "@xarc/app-dev": "^11.0.9", diff --git a/samples/poc-subapp/package.json b/samples/poc-subapp/package.json index 10bd81b7d..b06048e81 100644 --- a/samples/poc-subapp/package.json +++ b/samples/poc-subapp/package.json @@ -53,7 +53,7 @@ "subapp-react": "^1.3.0", "subapp-redux": "^2.3.0", "subapp-server": "^2.4.1", - "subapp-web": "^2.1.4" + "subapp-web": "^2.1.5" }, "devDependencies": { "@xarc/opt-eslint": "^3.0.1", diff --git a/samples/poc-subappv1-csp/package.json b/samples/poc-subappv1-csp/package.json index c945f8af9..2fab50fe6 100644 --- a/samples/poc-subappv1-csp/package.json +++ b/samples/poc-subappv1-csp/package.json @@ -51,7 +51,7 @@ "subapp-react": "^1.3.0", "subapp-redux": "^2.3.0", "subapp-server": "^2.4.1", - "subapp-web": "^2.1.4", + "subapp-web": "^2.1.5", "crypto": "^1.0.1" }, "devDependencies": {