@networkpro/web 1.26.17 → 1.26.18

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -24,6 +24,21 @@ version increments reflecting both user-visible and operational impact.
24
24
 
25
25
  ---
26
26
 
27
+ ## [1.26.18] - 2026-03-30
28
+
29
+ ### Changed
30
+
31
+ - Adjusted `engines.node` in `CHANGELOG.md` to allow only `>=24.0.0 <25`, as **Node.js** `v24` is now the current LTS release.
32
+ - Bumped project version to `v1.26.18`.
33
+ - Updated dependencies:
34
+ - `svelte-check` `^4.4.5` → `^4.4.6`
35
+
36
+ ### Fixed
37
+
38
+ - Removed `typescript` from the list of updated dependencies in release `v1.26.17`, as it was not updated due to a lack of SvelteKit support.
39
+
40
+ ---
41
+
27
42
  ## [1.26.17] - 2026-03-30
28
43
 
29
44
  ### Changed
@@ -45,7 +60,6 @@ version increments reflecting both user-visible and operational impact.
45
60
  - `posthog-js` `^1.363.1` → `^1.364.2`
46
61
  - `stylelint` `^17.5.0` → `^17.6.0`
47
62
  - `svelte` `5.54.0` → `5.55.1`
48
- - `typescript` `^5.9.3` → `^6.0.2`
49
63
  - `markdownlint-cli2` `0.21.0` → `0.22.0`
50
64
 
51
65
  ### Fixed
@@ -2610,7 +2624,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
2610
2624
 
2611
2625
  <!-- Link references -->
2612
2626
 
2613
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.17...HEAD
2627
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.18...HEAD
2628
+ [1.26.18]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.18
2614
2629
  [1.26.17]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.17
2615
2630
  [1.26.16]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.16
2616
2631
  [1.26.15]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.26.17",
4
+ "version": "1.26.18",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advocacy",
@@ -128,7 +128,7 @@
128
128
  "stylelint-config-html": "^1.1.0",
129
129
  "stylelint-config-recommended": "^18.0.0",
130
130
  "stylelint-order": "^8.1.1",
131
- "svelte-check": "^4.4.5",
131
+ "svelte-check": "^4.4.6",
132
132
  "svelte-eslint-parser": "^1.6.0",
133
133
  "svelte-preprocess": "^6.0.3",
134
134
  "typescript": "5.9.3",