From 522b332ba0f56ad8acf6b9ba37a64dc9bfa17a78 Mon Sep 17 00:00:00 2001 From: Yuriy Pisarev Date: Wed, 26 Aug 2026 09:05:12 +0300 Subject: [PATCH 1/5] Update Graph Builder to 1.3.3 (#1164) Co-authored-by: Yuriy Pisarev --- src/pl.x64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 3ca729d4e..c9aebf4df 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -654,9 +654,9 @@ { "folder-name": "GraphBuilderLaz", "display-name": "Graph Builder", - "version": "1.3.2", - "id": "10d8323e5d3f773734dd43df0265e582d1f36e794c8bae4a90db4b98662a721f", - "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.3.2/GraphBuilder-npp-1.3.2-win64.zip", + "version": "1.3.3", + "id": "1c143f67fbbb47d52b53b9d5da45dad3d9823a4776a6e9e4b2f9440e4be4a7d0", + "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.3.3/GraphBuilder-npp-1.3.3-win64.zip", "description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nA docked panel that plots the formula under your mouse: roots, intersections, extrema, a report, and a formula fitted to pasted data.", "author": "Yuriy Pisarev", "homepage": "https://github.com/pisarev/graphbuilder-npp" From eef18cecc951f12ef6630adb973a4b6ffe148089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 08:05:43 +0200 Subject: [PATCH 2/5] Bump charset-normalizer from 3.5.0 to 3.5.1 (#1165) Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8dde182d..a6edc9b0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ attrs==26.1.0 certifi==2026.7.22 -charset-normalizer==3.5.0 +charset-normalizer==3.5.1 idna==3.18 jsonschema==4.25.1 pyrsistent==0.20.0 From 05fe0f6dee7b2175e84a281252183dd3fa03c1f9 Mon Sep 17 00:00:00 2001 From: Zane Hambly Date: Wed, 26 Aug 2026 18:09:29 +1200 Subject: [PATCH 3/5] Update HLASMLexer to 1.1.1 (#1167) --- src/pl.x64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index c9aebf4df..4b581d8a0 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -676,9 +676,9 @@ { "folder-name": "HLASMLexer", "display-name": "HLASM Lexer - Column-Aware Syntax Highlighting", - "version": "1.1.0", - "id": "506c27ddea0242554c6f08abd7dbedad1273a6027db27b57faf1e4b22bd63142", - "repository": "https://github.com/Zaneham/hlasm-npp/releases/download/v1.1.0/HLASMLexer_x64.zip", + "version": "1.1.1", + "id": "cd3bfda12873a6173f4ec63af33cb10f93336bd33ae7be3c9612a5bcdd824c69", + "repository": "https://github.com/Zaneham/hlasm-npp/releases/download/v1.1.1/HLASMLexer_x64.zip", "description": "Column-aware syntax highlighting for IBM HLASM. Understands the 80-column punch card layout — labels, operations, operands, continuation markers and sequence numbers are each highlighted by their column position, not just keywords.", "author": "Zane Hambly", "homepage": "https://github.com/Zaneham/hlasm-npp" From af1422aa10956b091778fd44c87dd9f5bee393e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 08:38:25 +0200 Subject: [PATCH 4/5] Bump idna from 3.18 to 3.19 (#1166) Bumps [idna](https://github.com/kjd/idna) from 3.18 to 3.19. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.18...v3.19) --- updated-dependencies: - dependency-name: idna dependency-version: '3.19' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6edc9b0e..5ff33ba8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ attrs==26.1.0 certifi==2026.7.22 charset-normalizer==3.5.1 -idna==3.18 +idna==3.19 jsonschema==4.25.1 pyrsistent==0.20.0 pywin32==312 From 6c72cae863221ca89563f827d997fe658dd191b9 Mon Sep 17 00:00:00 2001 From: Zane Hambly Date: Wed, 26 Aug 2026 18:50:08 +1200 Subject: [PATCH 5/5] Add OCaml Lexer (x64) (#1168) --- src/pl.x64.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pl.x64.json b/src/pl.x64.json index 4b581d8a0..7bc9aa066 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1434,6 +1434,16 @@ "author": "Xuefeng", "homepage": "https://github.com/ZhuXuefengGitHub/NX_ASCII_Database_Helper" }, + { + "folder-name": "OCamlLexer", + "display-name": "OCaml Lexer", + "version": "1.0.0", + "id": "20b136328f477e7ace3366b0ca87d6de61d61b384969f275f419a41d65e8a3be", + "repository": "https://github.com/Zaneham/ocaml-npp/releases/download/v1.0.0/OCamlLexer_x64.zip", + "description": "Syntax highlighting, folding and live linting for OCaml. A Scintilla ILexer5 lexer, so OCaml registers as a real language, with nested comments, quoted strings and char literals kept apart from type variables. Bundles the olint linter, which draws diagnostics inline on open and save.", + "author": "Zane Hambly", + "homepage": "https://github.com/Zaneham/ocaml-npp" + }, { "folder-name": "nppplugin_ofis2", "display-name": "Open File In Solution",