You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2021/02/20 04:00:37 UTC

[incubator-flagon-useralejs] branch test updated (759cf72 -> 8a477c9)

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git.


    from 759cf72  updated vulnerable dependencies in webpack example package.json
     new 7f92f66  minor mod to package.json
     new 8a477c9  adding more dets. to changes in CHANGELOG and README

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                               | 1 +
 README.md                                  | 1 +
 example/webpackUserAleExample/package.json | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)


[incubator-flagon-useralejs] 01/02: minor mod to package.json

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git

commit 7f92f66e685856501139956c71aa231ad610105b
Author: poorejc <po...@apache.org>
AuthorDate: Fri Feb 19 22:57:40 2021 -0500

    minor mod to package.json
---
 example/webpackUserAleExample/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/webpackUserAleExample/package.json b/example/webpackUserAleExample/package.json
index 1cef17a..4329a76 100755
--- a/example/webpackUserAleExample/package.json
+++ b/example/webpackUserAleExample/package.json
@@ -38,7 +38,7 @@
     "npm": "6.4.1 || 6.7.0 - 6.12.1 || >=6.13.4"
   },
   "dependencies": {
-    "flagon-userale": "latest"
+    "flagon-userale": "^2.1.1"
   },
   "devDependencies": {
     "webpack": "^5.23.0",


[incubator-flagon-useralejs] 02/02: adding more dets. to changes in CHANGELOG and README

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git

commit 8a477c98a0dc9e13ad34cc026a07cab24936878d
Author: poorejc <po...@apache.org>
AuthorDate: Fri Feb 19 23:00:21 2021 -0500

    adding more dets. to changes in CHANGELOG and README
---
 CHANGELOG.md | 1 +
 README.md    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5370b82..d3641c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ Apache Flagon UserALE.js (Incubating) 2.1.1 (2021-02-20)
 -------------------------------
 * Release Notes - Flagon - Version UserALE.js 2.1.1
 * [Closed Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/3)
+    * Update to Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x)
     * Minor updates to resolve extant vulnerabilities in dependency tree
     * Minor updates to update deprecated downstream dev dependencies
     * Minor updates to build pipelines to accommodate dependency updates
diff --git a/README.md b/README.md
index 9fc4243..f63568c 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Additional documentation and a demonstration can be found at the [Apache Flagon
 
 ## What's New in Version 2.1.1 (unreleased)?
 
+- Update to Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x)
 - Minor updates to resolve extant vulnerabilities in dependency tree
 - Minor updates to update deprecated downstream dev dependencies
 - Minor updates to build pipelines to accommodate dependency updates