@networkpro/web 1.26.8 → 1.26.9

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.
@@ -45,7 +45,7 @@ jobs:
45
45
  - name: Upgrade npm
46
46
  run: |
47
47
  corepack enable
48
- npm install -g npm@11.9.0
48
+ npm install -g npm@11.10.0
49
49
 
50
50
  - name: Install Node.js dependencies
51
51
  run: npm ci
@@ -130,7 +130,7 @@ jobs:
130
130
  - name: Upgrade npm
131
131
  run: |
132
132
  corepack enable
133
- npm install -g npm@11.9.0
133
+ npm install -g npm@11.10.0
134
134
 
135
135
  - name: Install Node.js dependencies
136
136
  run: npm ci
@@ -186,7 +186,7 @@ jobs:
186
186
  - name: Upgrade npm
187
187
  run: |
188
188
  corepack enable
189
- npm install -g npm@11.9.0
189
+ npm install -g npm@11.10.0
190
190
 
191
191
  - name: Install Node.js dependencies
192
192
  run: npm ci
@@ -49,7 +49,7 @@ jobs:
49
49
  - name: Upgrade npm
50
50
  run: |
51
51
  corepack enable
52
- npm install -g npm@11.9.0
52
+ npm install -g npm@11.10.0
53
53
 
54
54
  - name: Clean previous Lighthouse reports
55
55
  run: |
@@ -41,7 +41,7 @@ jobs:
41
41
  - name: Upgrade npm
42
42
  run: |
43
43
  corepack enable
44
- npm install -g npm@11.9.0
44
+ npm install -g npm@11.10.0
45
45
 
46
46
  - name: Install Node.js dependencies
47
47
  run: npm ci
@@ -48,7 +48,7 @@ jobs:
48
48
  - name: Upgrade npm
49
49
  run: |
50
50
  corepack enable
51
- npm install -g npm@11.9.0
51
+ npm install -g npm@11.10.0
52
52
 
53
53
  - name: Install Node.js dependencies
54
54
  run: npm ci
@@ -134,7 +134,7 @@ jobs:
134
134
  - name: Upgrade npm
135
135
  run: |
136
136
  corepack enable
137
- npm install -g npm@11.9.0
137
+ npm install -g npm@11.10.0
138
138
 
139
139
  - name: Install Node.js dependencies
140
140
  run: npm ci
@@ -195,7 +195,7 @@ jobs:
195
195
  - name: Upgrade npm
196
196
  run: |
197
197
  corepack enable
198
- npm install -g npm@11.9.0
198
+ npm install -g npm@11.10.0
199
199
 
200
200
  - name: Install Node.js dependencies
201
201
  run: npm ci
@@ -53,7 +53,7 @@ jobs:
53
53
  - name: Upgrade npm
54
54
  run: |
55
55
  corepack enable
56
- npm install -g npm@11.9.0
56
+ npm install -g npm@11.10.0
57
57
 
58
58
  - name: Install Node.js dependencies
59
59
  run: npm ci
@@ -134,7 +134,7 @@ jobs:
134
134
  - name: Upgrade npm
135
135
  run: |
136
136
  corepack enable
137
- npm install -g npm@11.9.0
137
+ npm install -g npm@11.10.0
138
138
 
139
139
  - name: Install Node.js dependencies
140
140
  run: npm ci
@@ -190,7 +190,7 @@ jobs:
190
190
  - name: Upgrade npm
191
191
  run: |
192
192
  corepack enable
193
- npm install -g npm@11.9.0
193
+ npm install -g npm@11.10.0
194
194
 
195
195
  - name: Install Node.js dependencies
196
196
  run: npm ci
package/.node-version CHANGED
@@ -1 +1 @@
1
- 24.13.0
1
+ 24.13.1
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 24.13.0
1
+ 24.13.1
package/CHANGELOG.md CHANGED
@@ -24,6 +24,25 @@ version increments reflecting both user-visible and operational impact.
24
24
 
25
25
  ---
26
26
 
27
+ ## [1.26.9] - 2026-02-12
28
+
29
+ ### Changed
30
+
31
+ - Updated all GitHub Actions workflows to utilize **npm 11.10.0**.
32
+ - Updated `.nvmrc` and `.node-version` to utilize **Node.js** `v24.13.1`.
33
+ - Bumped project version to `v1.26.9`.
34
+ - Updated dependencies:
35
+ - `eslint-plugin-jsdoc` `^62.5.3` → `^62.5.4`
36
+ - `svelte` `5.50.0` → `5.50.3`
37
+ - `@sveltejs/kit` `2.50.2` → `2.51.0`
38
+ - `eslint-plugin-svelte` `^3.14.0` → `^3.15.0`
39
+ - `posthog-js` `^1.342.1` → `^1.347.0`
40
+ - `stylelint` `^17.1.1` → `^17.2.0`
41
+ - `vite-tsconfig-paths` `^6.0.5` → `^6.1.1`
42
+ - `@sveltejs/adapter-netlify` `^5.2.4` → `^6.0.0`
43
+
44
+ ---
45
+
27
46
  ## [1.26.8] - 2026-02-07
28
47
 
29
48
  ### Changed
@@ -2391,7 +2410,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
2391
2410
 
2392
2411
  <!-- Link references -->
2393
2412
 
2394
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.8...HEAD
2413
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.26.9...HEAD
2414
+ [1.26.9]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.9
2395
2415
  [1.26.8]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.8
2396
2416
  [1.26.7]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.7
2397
2417
  [1.26.6]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.26.6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.26.8",
4
+ "version": "1.26.9",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advocacy",
@@ -90,18 +90,18 @@
90
90
  },
91
91
  "dependencies": {
92
92
  "dompurify": "^3.3.1",
93
- "posthog-js": "^1.342.1",
93
+ "posthog-js": "^1.347.0",
94
94
  "semver": "^7.7.4",
95
- "svelte": "5.50.0"
95
+ "svelte": "5.50.3"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@eslint/compat": "^2.0.2",
99
99
  "@eslint/js": "9.39.2",
100
100
  "@lhci/cli": "^0.15.1",
101
101
  "@playwright/test": "^1.58.2",
102
- "@sveltejs/adapter-netlify": "^5.2.4",
102
+ "@sveltejs/adapter-netlify": "^6.0.0",
103
103
  "@sveltejs/adapter-vercel": "^6.3.1",
104
- "@sveltejs/kit": "2.50.2",
104
+ "@sveltejs/kit": "2.51.0",
105
105
  "@sveltejs/vite-plugin-svelte": "^6.2.4",
106
106
  "@testing-library/jest-dom": "^6.9.1",
107
107
  "@testing-library/svelte": "^5.3.1",
@@ -110,8 +110,8 @@
110
110
  "browserslist": "^4.28.1",
111
111
  "eslint": "9.39.2",
112
112
  "eslint-config-prettier": "^10.1.8",
113
- "eslint-plugin-jsdoc": "^62.5.3",
114
- "eslint-plugin-svelte": "^3.14.0",
113
+ "eslint-plugin-jsdoc": "^62.5.4",
114
+ "eslint-plugin-svelte": "^3.15.0",
115
115
  "globals": "^17.3.0",
116
116
  "globby": "^16.1.0",
117
117
  "jsdom": "28.0.0",
@@ -124,7 +124,7 @@
124
124
  "prettier": "3.8.1",
125
125
  "prettier-plugin-svelte": "^3.4.1",
126
126
  "simple-git-hooks": "^2.13.1",
127
- "stylelint": "^17.1.1",
127
+ "stylelint": "^17.2.0",
128
128
  "stylelint-config-html": "^1.1.0",
129
129
  "stylelint-config-recommended": "^18.0.0",
130
130
  "stylelint-order": "^7.0.1",
@@ -135,7 +135,7 @@
135
135
  "vite": "^7.3.1",
136
136
  "vite-plugin-devtools-json": "^1.0.0",
137
137
  "vite-plugin-lightningcss": "^0.0.5",
138
- "vite-tsconfig-paths": "^6.0.5",
138
+ "vite-tsconfig-paths": "^6.1.1",
139
139
  "vitest": "4.0.18"
140
140
  },
141
141
  "overrides": {