node-linux-s390x 22.5.0 → 22.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#22.5.1">22.5.1</a><br/>
11
12
  <a href="#22.5.0">22.5.0</a><br/>
12
13
  <a href="#22.4.1">22.4.1</a><br/>
13
14
  <a href="#22.4.0">22.4.0</a><br/>
@@ -43,6 +44,22 @@
43
44
  * [io.js](CHANGELOG_IOJS.md)
44
45
  * [Archive](CHANGELOG_ARCHIVE.md)
45
46
 
47
+ <a id="22.5.1"></a>
48
+
49
+ ## 2024-07-19, Version 22.5.1 (Current), @richardlau
50
+
51
+ ### Notable Changes
52
+
53
+ This release fixes a regression introduced in Node.js 22.5.0. The problem is known to display the following symptoms:
54
+
55
+ * Crash with `FATAL ERROR: v8::Object::GetCreationContextChecked No creation context available` [#53902](https://github.com/nodejs/node/issues/53902)
56
+ * npm errors with `npm error Exit handler never called!` [npm/cli#7657](https://github.com/npm/cli/issues/7657)
57
+ * yarn hangs or outputs `Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)` [yarnpkg/berry#6398](https://github.com/yarnpkg/berry/issues/6398)
58
+
59
+ ### Commits
60
+
61
+ * \[[`e2deeedc6e`](https://github.com/nodejs/node/commit/e2deeedc6e)] - _**Revert**_ "**fs**: add v8 fast api to closeSync" (Aviv Keller) [#53904](https://github.com/nodejs/node/pull/53904)
62
+
46
63
  <a id="22.5.0"></a>
47
64
 
48
65
  ## 2024-07-16, Version 22.5.0 (Current), @RafaelGSS prepared by @aduh95
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 22
26
26
  #define NODE_MINOR_VERSION 5
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v22.5.0",
3
+ "version": "v22.5.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"