Skip to content

Commit 2b62667

Browse files
authored
fix an obnoxious uglify issue (#2039)
* fix an obnoxious uglify issue * Add a changelog entry for RTDB * update changelog entry * just use issue #
1 parent 41a2717 commit 2b62667

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

packages/database/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Unreleased
2+
- [fixed] Fixed an issue where multi-byte UTF-8 characters would not be written correctly when using `firebase.js` or `firebase-database.js` (#2035).
23
- [changed] Improved consistency between the type annotations for `Query.on`/`Reference.on`,
34
`Query.off`/`Reference.off` and `Query.once`/`Reference.once` (#1188, #1204).

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@ commander@^2.12.1, commander@^2.8.1:
43224322
resolved "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
43234323
integrity sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==
43244324

4325-
commander@^2.20.0:
4325+
commander@^2.20.0, commander@~2.20.0:
43264326
version "2.20.0"
43274327
resolved "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
43284328
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
@@ -14382,11 +14382,11 @@ uglify-js@^2.6:
1438214382
uglify-to-browserify "~1.0.0"
1438314383

1438414384
uglify-js@^3.1.4, uglify-js@^3.4.9:
14385-
version "3.4.9"
14386-
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3"
14387-
integrity sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==
14385+
version "3.6.0"
14386+
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
14387+
integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==
1438814388
dependencies:
14389-
commander "~2.17.1"
14389+
commander "~2.20.0"
1439014390
source-map "~0.6.1"
1439114391

1439214392
uglify-to-browserify@~1.0.0:

0 commit comments

Comments
 (0)