@diplodoc/client 5.7.3 → 5.7.5

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.
@@ -21,7 +21,7 @@ jobs:
21
21
  - name: Setup Node 22
22
22
  uses: actions/setup-node@v4
23
23
  with:
24
- node-version: 22.21.1
24
+ node-version: ${{ vars.NODE_VERSION }}
25
25
  registry-url: 'https://registry.npmjs.org'
26
26
  cache: 'npm'
27
27
  - name: Install latest npm (>= 11.5.1)
@@ -13,6 +13,7 @@ on:
13
13
  permissions:
14
14
  contents: write
15
15
  pull-requests: write
16
+ issues: write
16
17
  id-token: write
17
18
 
18
19
  jobs:
@@ -22,7 +22,7 @@ jobs:
22
22
  strategy:
23
23
  matrix:
24
24
  os: [ubuntu-latest, windows-latest, macos-latest]
25
- node-version: [22]
25
+ node-version: [24]
26
26
 
27
27
  steps:
28
28
  - name: Checkout repository
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "5.7.3"
2
+ ".": "5.7.5"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.7.5](https://github.com/diplodoc-platform/client/compare/v5.7.4...v5.7.5) (2026-05-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** Update @diplodoc/components@5.9.3 ([#345](https://github.com/diplodoc-platform/client/issues/345)) ([5026773](https://github.com/diplodoc-platform/client/commit/5026773caf3750f7ae7fbceb2c6f749d514664eb))
9
+
10
+ ## [5.7.4](https://github.com/diplodoc-platform/client/compare/v5.7.3...v5.7.4) (2026-05-28)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** updated node to 24 ([#342](https://github.com/diplodoc-platform/client/issues/342)) ([7da41c1](https://github.com/diplodoc-platform/client/commit/7da41c10f36587fd10bb846166be7fdd9cb8d065))
16
+
3
17
  ## [5.7.3](https://github.com/diplodoc-platform/client/compare/v5.7.2...v5.7.3) (2026-05-27)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/client",
3
- "version": "5.7.3",
3
+ "version": "5.7.5",
4
4
  "description": "",
5
5
  "main": "./build/server/app.js",
6
6
  "repository": {
@@ -23,7 +23,7 @@
23
23
  "author": "",
24
24
  "license": "ISC",
25
25
  "engines": {
26
- "node": ">=22",
26
+ "node": ">=24",
27
27
  "npm": ">=11.5.1"
28
28
  },
29
29
  "exports": {
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@diplodoc/babel-preset": "^1.0.3",
48
- "@diplodoc/components": "^5.9.2",
49
- "@diplodoc/infra": "2.0.1",
48
+ "@diplodoc/components": "^5.9.3",
49
+ "@diplodoc/infra": "2.0.2",
50
50
  "@diplodoc/latex-extension": "^1.3.4",
51
51
  "@diplodoc/mdx-extension": "^1.6.2",
52
52
  "@diplodoc/mermaid-extension": "^1.3.3",