Skip to content

Commit 218a51a

Browse files
committed
corejs 4.18.0
1 parent 953e511 commit 218a51a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<htmlunitcsp.version>4.18.0</htmlunitcsp.version>
3131
<htmlunitcssparser.version>4.18.0</htmlunitcssparser.version>
32-
<htmlunitcorejs.version>4.18.0-SNAPSHOT</htmlunitcorejs.version>
32+
<htmlunitcorejs.version>4.18.0</htmlunitcorejs.version>
3333
<htmlunitneko.version>4.18.0</htmlunitneko.version>
3434
<htmlunitwebsocketclient.version>4.18.0</htmlunitwebsocketclient.version>
3535
<htmlunitxpath.version>4.18.0</htmlunitxpath.version>
@@ -61,7 +61,7 @@
6161
<!-- quality -->
6262
<checkstyle.version>12.1.1</checkstyle.version>
6363
<spotbugs.version>4.9.8</spotbugs.version>
64-
<pmd.version>7.17.0</pmd.version>
64+
<pmd.version>7.18.0</pmd.version>
6565
<archunit.version>1.4.1</archunit.version>
6666
<dependencycheck.version>10.0.4</dependencycheck.version>
6767

src/changes/changes.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
</properties>
88

99
<body>
10-
<release version="4.18.0" date="November xx, 2025" description="Chrome/Edge 141, Firefox 144, FirefoxESR 140, Bugfixes">
10+
<release version="4.18.0" date="November 30, 2025" description="Chrome/Edge 141, Firefox 144, FirefoxESR 140, Bugfixes">
11+
<action type="update" dev="RhinoTeam">
12+
core-js: replace the NumberToString implementation with the Schubfach algorithm
13+
</action>
1114
<action type="add" dev="das7pad">
1215
Add basic support for parsing multipart/form-data fetch responses
1316
</action>
1417
<action type="fix" dev="rbri">
15-
XMLHttpRequest.getAllResponseHeaders() uses \r\n as delimiter in FF/FF_ESR also
18+
XMLHttpRequest.getAllResponseHeaders() uses '\r\n' as delimiter in FF/FF_ESR also
1619
</action>
1720
<action type="fix" dev="rbri">
1821
evaluation of the proxy autoconf javascript code fixed (regression)
@@ -27,7 +30,7 @@
2730
Javascript configuration was broken if more than one JsxClass annotation defined for a single class
2831
</action>
2932
<action type="update" dev="rbri">
30-
core-js: resync with the latest brotli code
33+
resync with the latest brotli code
3134
</action>
3235
<action type="update" dev="RhinoTeam" issue="#1040">
3336
core-js: improve/fix support for let statements inside switch statements

0 commit comments

Comments
 (0)