-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all non-major dependencies #166
Conversation
25a5e4d
to
44a4057
Compare
44a4057
to
bcedb7c
Compare
18f77f6
to
0d686d4
Compare
6119038
to
d4e60fd
Compare
5d652ea
to
8526344
Compare
c292116
to
353ba92
Compare
21d610a
to
afad45b
Compare
cc56d23
to
b290b58
Compare
b290b58
to
7ae34f0
Compare
40de19a
to
c221314
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
c221314
to
9d6f6af
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
9d6f6af
to
445baf7
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
445baf7
to
bd41820
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
bd41820
to
2f45a9c
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
2f45a9c
to
27e4cba
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
This PR contains the following updates:
3.17.0
->3.17.4
1.18.24
->1.18.30
2.13.3
->2.16.1
2.13.3
->2.16.1
2.13.3
->2.16.1
42.4.3
->42.7.1
3.10.1
->3.12.1
3.8.6
->3.9.6
3.8.6
->3.9.6
3.8.6
->3.9.6
32.0.0-jre
->32.1.3-jre
2.4.0
->2.4.1
1.1
->1.3
2.11.3
->2.11.5
2.11.0
->2.15.1
3.12.0
->3.14.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mishoo/UglifyJS (uglify-js)
v3.17.4
Compare Source
Features
a391897
,ed7051b
)Bug Fixes
async
generator function (5411360
)19c471c
)7edd10e
)8319bad
)5a5200d
)bccb1c3
)19c471c
)v3.17.3
Compare Source
Features
mangle.properties
(3fa2086
)domprops
to be used underminify()
(bd5fc4c
)80fc862
,dabcc39
,58d997a
)Bug Fixes
async
generator function (8e65413
,a570c00
)class
field (e1e3516
)for await...of
loop (140e4e0
)be8ccc3
)switch
statement (6cdc035
)v3.17.2
Compare Source
Bug Fixes
9efa02a
,63b04a6
)if
statement (9ac3879
)return
statement (37d3e4f
)43ec350
)v3.17.1
Compare Source
Features
d6d2f5c
,10bc86b
)--mangle-props
(9eea3a6
,4653e8a
,5ac6ec5
)glob
patterns for--in-situ
(535212c
)32bd65a
)9dec612
)edf1bf1
)Bug Fixes
arguments
object (5b5f6e3
)02d966d
)1d42e9a
)async
function (15b608f
)class
method (001f6f9
)f63b7b0
)eb22f01
)export
statement (9cdc1ef
)88dfc49
,e0b302d
)78f354b
)return
statement (887e086
)78f354b
,e4bff31
)throw
statement (4e4a2f8
)ac002b6
,f63b7b0
)var
statement (887e086
,4db8106
)projectlombok/lombok (org.projectlombok:lombok)
v1.18.30
Compare Source
v1.18.28
v1.18.26
pgjdbc/pgjdbc (org.postgresql:postgresql)
v42.7.1
Changed
Fixed
Fixes Issue #3008
Fixes Issue #3007
,Issue #2850
Closes [Issue #1391(https://github.com/pgjdbc/pgjdbc/issues/1391)
v42.7.0
Changed
java.desktop
module. PR #2967Fixed
v42.6.0
Changed
fix: use PhantomReferences instead of
Obejct.finalize()
to track Connection leaks PR #2847The change replaces all uses of Object.finalize with PhantomReferences.
The leaked resources (Connections) are tracked in a helper thread that is active as long as
there are connections in use. By default, the thread keeps running for 30 seconds after all
the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property.
refactor:(loom) replace the usages of synchronized with ReentrantLock PR #2635
Fixes Issue #1951
v42.5.4
Fixed
fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached. xid is not cached, this nuance is required for the test.
fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map [PR #2810](https://github.com/pgjdbc/pgjdbc/pull/28100).
fixes Issue #2804.
fix: Make sure that github CI runs tests on all(https://togithub.com/pgjdbc/pgjdbc/pull/2809)dbc/pgjdbc/pull/2809\)).
v42.5.3
Fixed
fix: Add box to TypeInfoCache, fixes Issue #2746 PR #2747
fix: regression in PgResultSet LONG_MIN copy and paste error fixes Issue #2748 PR#2749
v42.5.2
Changed
regression: This release has 2 known regressions which make it unusable see the notes above. We advise people to use 42.5.3 instead.
docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes #Issue 2671 PR #2686
docs: clarify binaryTransfer and add it to README PR# 2698
docs: Document the need to encode reserved characters in the connection URL PR #2700
feat: Define binary transfer for custom types dynamically/automatically fixes Issue #2554 PR #2556
Added
fix: added gssResponseTimeout as part of PR #2687 to make sure we don't wait forever on a GSS RESPONSE
Fixed
fix: Ensure case of XML tags in Maven snippet is correct PR #2682
fix: Make sure socket is closed if an exception is thrown in createSocket fixes Issue #2684 PR #2685
fix: Apply patch from Issue #2683 to fix hanging ssl connections PR #2687
fix - binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) PR #2697 fixes Issue #2695
minor: enhance readability connection of startup params PR #2705
v42.5.1
Security
This has been fixed in this version fixes CVE-2022-41946 see the security advisory for more details. Reported by Jonathan Leitschuh This has been fixed in versions 42.5.1, 42.4.3 42.3.8, 42.2.27.jre7. Note there is no fix for 42.2.26.jre6. See the security advisory for work arounds.
Fixed
v42.5.0
Changed
float now aliases to float8 PR #2598 fixes Issue #2597
fusesource/jansi (org.fusesource.jansi:jansi)
v2.4.1
6630498
Add gnodet's key2f6fc0e
Rebuild binariesdd7d5e2
Fix missing synchronization in AnsiConsolea9dc2a3
Deprecate WindowsSupport6911f21
Modernize code (#267)937ce1c
Fix JVM crash when running java (fixes #216) (#265)7bed2b3
Use verify goal in CI (#271)473d6d2
Fix terminal width support on MINGW (fixes #233) (#264)fa5bea7
Fix rebuilding the projectedd2de9
Send both SCO and DEC command for save/restore cursor position (fixes #226) (#262)d285234
Fix wrong output encoding on Windows with JDK >= 19 (fixes #247) (#258)cdb8d8c
Improve robustness of initial cleanup (fixes #255)c3ac54f
Fix infinite loop bug (#252)58260c6
Fix invalid string input (#253)7bc5862
Disable JDK 8 on CIe29c505
Target JDK 1.8, build with JDK >= 11c817263
Remove @author tags, we have git for that now609a874
Reformatcb5bf77
Use spotless for code formatting6b816c1
Enable JDK 8 for testinga20c74f
Add module-info through moditect (#254)1293ac3
Support windows on ARM, (fixes #238) (#240)5f5f95c
Only increment counter if install successful (#243)80a3799
Add missing space in SunOS-sparcv9_CCFLAGS (#249)00e15cb
Minor cleanup8da0a40
Improve native buildsa2da229
Fix project name (#237)srikanth-lingala/zip4j (net.lingala.zip4j:zip4j)
v2.11.5
Compare Source
Improvements:
#476 & #493 Allow overriding empty files even if it is not a zip file
v2.11.4
Compare Source
Bug fixes:
#484 Use getPath instead of toPath to avoid java nio
#486 Set symlink as a file even if it points to directory
Configuration
📅 Schedule: Branch creation - "before 9pm on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.