Skip to content

Commit ade57d4

Browse files
committed
Updated Python and JavaScript dependencies.
1 parent fc41c79 commit ade57d4

File tree

6 files changed

+143
-141
lines changed

6 files changed

+143
-141
lines changed

docs/en_US/release_notes_9_8.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 9.8
33
***********
44

5-
Release date: 2025-09-18
5+
Release date: 2025-09-04
66

77
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v9.7.
88

@@ -20,6 +20,7 @@ Bundled PostgreSQL Utilities
2020
New features
2121
************
2222

23+
| `Issue #6396 <https://github.com/pgadmin-org/pgadmin4/issues/6396>`_ - Add menu items for truncating foreign tables.
2324
| `Issue #8891 <https://github.com/pgadmin-org/pgadmin4/issues/8891>`_ - Allow user to configure security related gunicorn parameters.
2425
| `Issue #9093 <https://github.com/pgadmin-org/pgadmin4/issues/9093>`_ - Change the default pgAdmin theme to System.
2526
@@ -31,4 +32,5 @@ Housekeeping
3132
Bug fixes
3233
*********
3334

34-
| `Issue #9090 <https://github.com/pgadmin-org/pgadmin4/issues/9090>`_ - Pin Paramiko to version 3.5.1 to fix the DSSKey error introduced in the latest release.
35+
| `Issue #9090 <https://github.com/pgadmin-org/pgadmin4/issues/9090>`_ - Pin Paramiko to version 3.5.1 to fix the DSSKey error introduced in the latest release.
36+
| `Issue #9095 <https://github.com/pgadmin-org/pgadmin4/issues/9095>`_ - Fixed an issue where pgAdmin config migration was failing while upgrading to v9.7.

runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"packageManager": "[email protected]",
1414
"devDependencies": {
1515
"electron": "37.3.1",
16-
"eslint": "^9.33.0",
16+
"eslint": "^9.34.0",
1717
"eslint-plugin-unused-imports": "^4.2.0"
1818
},
1919
"dependencies": {

runtime/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ __metadata:
216216
linkType: hard
217217

218218
"@types/node@npm:^22.7.7":
219-
version: 22.17.2
220-
resolution: "@types/node@npm:22.17.2"
219+
version: 22.18.0
220+
resolution: "@types/node@npm:22.18.0"
221221
dependencies:
222222
undici-types: "npm:~6.21.0"
223-
checksum: 10c0/23cd13aa35da6322a6d66cf4b3a45dbd40764ba726ab8681960270156c3abba776dd8dc173250c467f708d40612ecd725755d7659b775b513904680d5205eaff
223+
checksum: 10c0/02cce4493eee8408e66e76fcad164f33c0600ed0854ad08e5519a76a06402da5b589b278cf71bc975c9e014f2668bdf758bc3be7fed63bdbfd0900495372797c
224224
languageName: node
225225
linkType: hard
226226

@@ -797,7 +797,7 @@ __metadata:
797797
languageName: node
798798
linkType: hard
799799

800-
"eslint@npm:^9.33.0":
800+
"eslint@npm:^9.34.0":
801801
version: 9.34.0
802802
resolution: "eslint@npm:9.34.0"
803803
dependencies:
@@ -948,9 +948,9 @@ __metadata:
948948
linkType: hard
949949

950950
"fast-uri@npm:^3.0.1":
951-
version: 3.0.6
952-
resolution: "fast-uri@npm:3.0.6"
953-
checksum: 10c0/74a513c2af0584448aee71ce56005185f81239eab7a2343110e5bad50c39ad4fb19c5a6f99783ead1cac7ccaf3461a6034fda89fffa2b30b6d99b9f21c2f9d29
951+
version: 3.1.0
952+
resolution: "fast-uri@npm:3.1.0"
953+
checksum: 10c0/44364adca566f70f40d1e9b772c923138d47efeac2ae9732a872baafd77061f26b097ba2f68f0892885ad177becd065520412b8ffeec34b16c99433c5b9e2de7
954954
languageName: node
955955
linkType: hard
956956

@@ -1573,7 +1573,7 @@ __metadata:
15731573
electron: "npm:37.3.1"
15741574
electron-context-menu: "npm:^4.1.0"
15751575
electron-store: "npm:^10.1.0"
1576-
eslint: "npm:^9.33.0"
1576+
eslint: "npm:^9.34.0"
15771577
eslint-plugin-unused-imports: "npm:^4.2.0"
15781578
languageName: unknown
15791579
linkType: soft

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cross-env": "^10.0.0",
3535
"css-loader": "^7.1.2",
3636
"css-minimizer-webpack-plugin": "^7.0.0",
37-
"eslint": "^9.33.0",
37+
"eslint": "^9.34.0",
3838
"eslint-plugin-jest": "^29.0.1",
3939
"eslint-plugin-react": "^7.37.5",
4040
"eslint-plugin-unused-imports": "^4.2.0",

web/regression/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extras==1.0.0
2525
fixtures==4.2.6
2626
linecache2==1.0.0
27-
pbr==7.0.0
27+
pbr==7.0.1
2828
pycodestyle>=2.5.0
2929
python-mimeparse==2.0.0
3030
# Do not upgrade selenium until latest version supports urllib3 2.5.*

0 commit comments

Comments
 (0)