Skip to content

Commit 2576548

Browse files
committed
Updated Javascript and Python dependencies.
1 parent d7f462c commit 2576548

7 files changed

Lines changed: 229 additions & 231 deletions

File tree

docs/en_US/release_notes_9_14.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ Bug fixes
4444
| `Issue #9734 <https://github.com/pgadmin-org/pgadmin4/issues/9734>`_ - Fixed an issue where LLM responses are not streamed or rendered properly in the AI Assistant.
4545
| `Issue #9736 <https://github.com/pgadmin-org/pgadmin4/issues/9736>`_ - Fix an issue where the AI Assistant was not retaining conversation context between messages, with chat history compaction to manage token budgets.
4646
| `Issue #9740 <https://github.com/pgadmin-org/pgadmin4/issues/9740>`_ - Fixed an issue where the AI Assistant input textbox sometimes swallows the first character of input.
47+
| `Issue #9758 <https://github.com/pgadmin-org/pgadmin4/issues/9758>`_ - Clarify where the LLM API key files should be.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
###############################################################################
1414

1515
Authlib==1.6.9
16-
azure-identity==1.25.2
16+
azure-identity==1.25.3
1717
azure-mgmt-rdbms==10.1.1
1818
azure-mgmt-resource==25.0.0
1919
azure-mgmt-subscription==3.1.1

runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"packageManager": "yarn@4.9.2",
1414
"devDependencies": {
15-
"electron": "40.8.0",
15+
"electron": "41.0.2",
1616
"eslint": "^9.39.2",
1717
"eslint-plugin-unused-imports": "^4.4.1"
1818
},

runtime/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ __metadata:
202202
linkType: hard
203203

204204
"@types/node@npm:*":
205-
version: 25.4.0
206-
resolution: "@types/node@npm:25.4.0"
205+
version: 25.5.0
206+
resolution: "@types/node@npm:25.5.0"
207207
dependencies:
208208
undici-types: "npm:~7.18.0"
209-
checksum: 10c0/da81e8b0a3a57964b1b5f85d134bfefc1b923fd67ed41756842348a049d7915b72e8773f5598d6929b9cb8119c2427993c55d364fd93bd572a3450e58b98a60e
209+
checksum: 10c0/70c508165b6758c4f88d4f91abca526c3985eee1985503d4c2bd994dbaf588e52ac57e571160f18f117d76e963570ac82bd20e743c18987e82564312b3b62119
210210
languageName: node
211211
linkType: hard
212212

@@ -663,16 +663,16 @@ __metadata:
663663
languageName: node
664664
linkType: hard
665665

666-
"electron@npm:40.8.0":
667-
version: 40.8.0
668-
resolution: "electron@npm:40.8.0"
666+
"electron@npm:41.0.2":
667+
version: 41.0.2
668+
resolution: "electron@npm:41.0.2"
669669
dependencies:
670670
"@electron/get": "npm:^2.0.0"
671671
"@types/node": "npm:^24.9.0"
672672
extract-zip: "npm:^2.0.1"
673673
bin:
674674
electron: cli.js
675-
checksum: 10c0/95da8f43c8ca049ca631cea81e62166104bf6f49015d646922131dc4c2dcbfc762da8fc51e8bb5cf4289284a6ca1406c4e5fbae3d2b4a64e2d6dbade517cd8d1
675+
checksum: 10c0/2aabd5d72e339e1c839cb75491e1f1154120dd2c16039c515db4cc26cb85d05006d8ebb251c8d5b5b811527e2135afe5fe68e1e95831e821b6e38d957ca9c808
676676
languageName: node
677677
linkType: hard
678678

@@ -1588,7 +1588,7 @@ __metadata:
15881588
resolution: "pgadmin4@workspace:."
15891589
dependencies:
15901590
axios: "npm:^1.13.5"
1591-
electron: "npm:40.8.0"
1591+
electron: "npm:41.0.2"
15921592
electron-context-menu: "npm:^4.1.0"
15931593
electron-store: "npm:^11.0.2"
15941594
eslint: "npm:^9.39.2"

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest": "^30.2.0",
4747
"jest-environment-jsdom": "^30.2.0",
4848
"loader-utils": "^3.2.1",
49-
"mini-css-extract-plugin": "^2.10.0",
49+
"mini-css-extract-plugin": "^2.10.1",
5050
"postcss-loader": "^8.1.1",
5151
"process": "^0.11.10",
5252
"prop-types": "^15.7.2",
@@ -109,7 +109,7 @@
109109
"convert-units": "^2.3.4",
110110
"date-fns": "^4.1.0",
111111
"diff-arrays-of-objects": "^1.1.8",
112-
"dompurify": "^3.3.2",
112+
"dompurify": "^3.3.3",
113113
"hotkeys-js": "^4.0.0",
114114
"html-to-image": "1.11.11",
115115
"immutability-helper": "^3.0.0",
@@ -141,7 +141,7 @@
141141
"react-leaflet": "^4.2.1",
142142
"react-new-window": "^1.0.1",
143143
"react-resize-detector": "^12.3.0",
144-
"react-rnd": "^10.5.1",
144+
"react-rnd": "^10.5.3",
145145
"react-select": "^5.7.2",
146146
"react-timer-hook": "^4.0.1",
147147
"react-virtualized-auto-sizer": "^2.0.2",

web/regression/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ pycodestyle>=2.5.0
2929
python-mimeparse==2.0.0
3030
selenium==4.41.0
3131
testscenarios==0.5.0
32-
testtools==2.8.5
32+
testtools==2.8.7
3333
traceback2==1.4.0

0 commit comments

Comments
 (0)