Skip to content

Commit 0dfd93d

Browse files
author
Michael Ng
authored
Merge branch 'master' into dependabot/npm_and_yarn/packages/datafile-manager/js-yaml-3.13.1
2 parents 52ff52b + 83de14e commit 0dfd93d

File tree

10 files changed

+169
-416
lines changed

10 files changed

+169
-416
lines changed

CODEOWNERS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in the repo.
5+
# Unless a later match takes precedence, @global-owner1 and @global-owner2
6+
# will be requested for review when someone opens a pull request.
7+
* @optimizely/fullstack-devs
8+
9+
# Order is important; the last matching pattern takes the most precedence.
10+
# When someone opens a pull request that only modifies JS files, only @js-owner
11+
# and not the global owner(s) will be requested for a review.
12+
#*.js @js-owner
13+
14+
# You can also use email addresses if you prefer. They'll be used to look up
15+
# users just like we do for commit author emails.
16+
#docs/* docs@example.com

packages/datafile-manager/yarn.lock

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ async-limiter@~1.0.0:
380380
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
381381
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
382382

383-
async@^2.5.0, async@^2.6.1:
383+
async@^2.6.1:
384384
version "2.6.2"
385385
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
386386
integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
@@ -653,10 +653,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
653653
dependencies:
654654
delayed-stream "~1.0.0"
655655

656-
commander@~2.17.1:
657-
version "2.17.1"
658-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
659-
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
656+
commander@~2.20.0:
657+
version "2.20.0"
658+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
659+
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
660660

661661
compare-versions@^3.2.1:
662662
version "3.4.0"
@@ -1190,11 +1190,11 @@ growly@^1.3.0:
11901190
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
11911191

11921192
handlebars@^4.1.0:
1193-
version "4.1.0"
1194-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.0.tgz#0d6a6f34ff1f63cecec8423aa4169827bf787c3a"
1195-
integrity sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w==
1193+
version "4.1.2"
1194+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
1195+
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
11961196
dependencies:
1197-
async "^2.5.0"
1197+
neo-async "^2.6.0"
11981198
optimist "^0.6.1"
11991199
source-map "^0.6.1"
12001200
optionalDependencies:
@@ -2310,6 +2310,11 @@ needle@^2.2.1:
23102310
iconv-lite "^0.4.4"
23112311
sax "^1.2.4"
23122312

2313+
neo-async@^2.6.0:
2314+
version "2.6.1"
2315+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
2316+
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
2317+
23132318
nice-try@^1.0.4:
23142319
version "1.0.5"
23152320
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
@@ -3371,11 +3376,11 @@ typescript@^3.3.3333:
33713376
integrity sha512-JjSKsAfuHBE/fB2oZ8NxtRTk5iGcg6hkYXMnZ3Wc+b2RSqejEqTaem11mHASMnFilHrax3sLK0GDzcJrekZYLw==
33723377

33733378
uglify-js@^3.1.4:
3374-
version "3.4.9"
3375-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3"
3376-
integrity sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==
3379+
version "3.6.0"
3380+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
3381+
integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==
33773382
dependencies:
3378-
commander "~2.17.1"
3383+
commander "~2.20.0"
33793384
source-map "~0.6.1"
33803385

33813386
union-value@^1.0.0:

packages/event-processor/CHANGELOG.MD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
Changes that have landed but are not yet released.
99

10+
### New Features
11+
- In `AbstractEventProcessor`, validate maxQueueSize and flushInterval; ignore & use default values when invalid
12+
- `AbstractEventProcessor` can be constructed with a `notificationCenter`. When `notificationCenter` is provided, it triggers a log event notification after the event is sent to the event dispatcher
13+
14+
### Changed
15+
- Removed transformers, interceptors, and callbacks from `AbstractEventProcessor`
16+
1017
## [0.2.1] - June 6, 2019
1118

1219
- Wrap the `callback` in `try/catch` when implementing a custom `eventDispatcher`. This ensures invoking the `callback` will always cleanup any pending retry tasks.
@@ -18,4 +25,4 @@ events that did not send successfully due to page navigation
1825

1926
## [0.1.0] - March 1, 2019
2027

21-
Initial release
28+
Initial release

0 commit comments

Comments
 (0)