@networkpro/web 1.18.2 → 1.18.4

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.
package/.editorconfig CHANGED
@@ -1,3 +1,4 @@
1
+ # ==========================================================================
1
2
  # .editorconfig
2
3
  #
3
4
  # Copyright © 2025 Network Pro Strategies (Network Pro™)
@@ -7,6 +8,7 @@
7
8
  # EditorConfig helps developers define and maintain consistent
8
9
  # coding styles between different editors and IDEs
9
10
  # See http://editorconfig.org/ for full details
11
+ # ==========================================================================
10
12
 
11
13
  ; top-most EditorConfig file
12
14
  root = true
package/.gitattributes CHANGED
@@ -1,3 +1,4 @@
1
+ # ==========================================================================
1
2
  # .gitattributes
2
3
  #
3
4
  # Copyright © 2025 Network Pro Strategies (Network Pro™)
@@ -13,7 +14,7 @@
13
14
  # binary These files are binary and should be left untouched.
14
15
  #
15
16
  # Note that binary is a macro for -text -diff.
16
- ######################################################################
17
+ # ==========================================================================
17
18
 
18
19
  ## AUTO-DETECT
19
20
  ## Handle line endings automatically for files detected as
@@ -49,7 +49,7 @@ jobs:
49
49
  - name: Upgrade npm
50
50
  run: |
51
51
  corepack enable
52
- npm install -g npm@11.6.0
52
+ npm install -g npm@11.6.1
53
53
 
54
54
  - name: Install Node.js dependencies
55
55
  run: npm ci
@@ -135,7 +135,7 @@ jobs:
135
135
  - name: Upgrade npm
136
136
  run: |
137
137
  corepack enable
138
- npm install -g npm@11.6.0
138
+ npm install -g npm@11.6.1
139
139
 
140
140
  - name: Install Node.js dependencies
141
141
  run: npm ci
@@ -196,7 +196,7 @@ jobs:
196
196
  - name: Upgrade npm
197
197
  run: |
198
198
  corepack enable
199
- npm install -g npm@11.6.0
199
+ npm install -g npm@11.6.1
200
200
 
201
201
  - name: Install Node.js dependencies
202
202
  run: npm ci
@@ -51,7 +51,7 @@ jobs:
51
51
  - name: Upgrade npm
52
52
  run: |
53
53
  corepack enable
54
- npm install -g npm@11.6.0
54
+ npm install -g npm@11.6.1
55
55
 
56
56
  - name: Clean previous Lighthouse reports
57
57
  run: |
@@ -41,7 +41,7 @@ jobs:
41
41
  - name: Upgrade npm
42
42
  run: |
43
43
  corepack enable
44
- npm install -g npm@11.6.0
44
+ npm install -g npm@11.6.1
45
45
 
46
46
  - name: Install Node.js dependencies
47
47
  run: npm ci
@@ -47,7 +47,7 @@ jobs:
47
47
  - name: Upgrade npm
48
48
  run: |
49
49
  corepack enable
50
- npm install -g npm@11.6.0
50
+ npm install -g npm@11.6.1
51
51
 
52
52
  - name: Install Node.js dependencies
53
53
  run: npm ci
@@ -133,7 +133,7 @@ jobs:
133
133
  - name: Upgrade npm
134
134
  run: |
135
135
  corepack enable
136
- npm install -g npm@11.6.0
136
+ npm install -g npm@11.6.1
137
137
 
138
138
  - name: Install Node.js dependencies
139
139
  run: npm ci
@@ -194,7 +194,7 @@ jobs:
194
194
  - name: Upgrade npm
195
195
  run: |
196
196
  corepack enable
197
- npm install -g npm@11.6.0
197
+ npm install -g npm@11.6.1
198
198
 
199
199
  - name: Install Node.js dependencies
200
200
  run: npm ci
@@ -57,7 +57,7 @@ jobs:
57
57
  - name: Upgrade npm
58
58
  run: |
59
59
  corepack enable
60
- npm install -g npm@11.6.0
60
+ npm install -g npm@11.6.1
61
61
 
62
62
  - name: Install Node.js dependencies
63
63
  run: npm ci
@@ -143,7 +143,7 @@ jobs:
143
143
  - name: Upgrade npm
144
144
  run: |
145
145
  corepack enable
146
- npm install -g npm@11.6.0
146
+ npm install -g npm@11.6.1
147
147
 
148
148
  - name: Install Node.js dependencies
149
149
  run: npm ci
@@ -204,7 +204,7 @@ jobs:
204
204
  - name: Upgrade npm
205
205
  run: |
206
206
  corepack enable
207
- npm install -g npm@11.6.0
207
+ npm install -g npm@11.6.1
208
208
 
209
209
  - name: Install Node.js dependencies
210
210
  run: npm ci
package/.prettierignore CHANGED
@@ -1,8 +1,10 @@
1
+ # ==========================================================================
1
2
  # .prettierignore
2
3
  #
3
4
  # Copyright © 2025 Network Pro Strategies (Network Pro™)
4
5
  # SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
5
6
  # This file is part of Network Pro.
7
+ # ==========================================================================
6
8
 
7
9
  # Custom ignores
8
10
  .markdownlint.jsonc
package/.stylelintignore CHANGED
@@ -1,8 +1,10 @@
1
+ # ==========================================================================
1
2
  # .stylelintignore
2
3
  #
3
4
  # Copyright © 2025 Network Pro Strategies (Network Pro™)
4
5
  # SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
5
6
  # This file is part of Network Pro.
7
+ # ==========================================================================
6
8
 
7
9
  # Report files and test results
8
10
  playwright-report
package/CHANGELOG.md CHANGED
@@ -22,6 +22,55 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
22
22
 
23
23
  ---
24
24
 
25
+ ## [1.18.4] - 2025-10-04
26
+
27
+ ### Documentation
28
+
29
+ - Updated **Repository Structure** to reflect current environment and files.
30
+
31
+ ### Changes
32
+
33
+ - Bumped project version to `v1.18.4`.
34
+ - Updated **npm** to `v11.6.1` in CI workflows:
35
+ - `.github/workflows/build-and-publish.yml`
36
+ - `.github/workflows/lighthouse.yml`
37
+ - `.github/workflows/playwright.yml`
38
+ - `.github/workflows/publish-test.yml`
39
+ - `.github/workflows/templates/publish.template.yml`
40
+ - Updated **Repository Structure** section in `README.md`.
41
+ - Updated dependencies:
42
+ - `@eslint/js` `^9.36.0` → `^9.37.0`
43
+ - `@sveltejs/adapter-vercel` `^5.10.2` → `^5.10.3`
44
+ - `@sveltejs/kit` `2.43.5` → `2.43.8`
45
+ - `@testing-library/jest-dom` `^6.8.0` → `^6.9.1`
46
+ - `browserslist` `^4.26.2` → `^4.26.3`
47
+ - `eslint` `^9.36.0` → `^9.37.0`
48
+ - `eslint-plugin-jsdoc` `^60.4.1` → `^60.8.0`
49
+ - `lightningcss` `^1.30.1` → `^1.30.2`
50
+ - `posthog-js` `^1.268.6` → `^1.270.1`
51
+ - `stylelint` `^16.24.0` → `^16.25.0`
52
+ - `svelte` `5.39.6` → `5.39.8`
53
+ - `typescript` `^5.9.2` → `^5.9.3`
54
+ - `vite` `^7.1.7` → `^7.1.9`
55
+
56
+ ---
57
+
58
+ ## [1.18.3] - 2025-09-27
59
+
60
+ ### Changed
61
+
62
+ - Bumped version to `v1.18.3`.
63
+ - Updated `README.md` to reflect hosting by Vercel.
64
+ - Standardized header in the following files:
65
+ - `.editorconfig`
66
+ - `.gitattributes`
67
+ - `.gitignore`
68
+ - `.prettierignore`
69
+ - `.stylelintignore`
70
+ - `CHANGELOG.template.md`
71
+
72
+ ---
73
+
25
74
  ## [1.18.2] - 2025-09-27
26
75
 
27
76
  ### Changed
@@ -928,7 +977,9 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
928
977
 
929
978
  <!-- Link references -->
930
979
 
931
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.18.2...HEAD
980
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.18.4...HEAD
981
+ [1.18.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.18.4
982
+ [1.18.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.18.3
932
983
  [1.18.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.18.2
933
984
  [1.18.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.18.1
934
985
  [1.18.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.18.0
@@ -1,3 +1,11 @@
1
+ <!-- =====================================================================
2
+ CHANGELOG.template.md
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
5
+ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
+ This file is part of Network Pro.
7
+ ====================================================================== -->
8
+
1
9
  # Changelog
2
10
 
3
11
  <!-- markdownlint-disable -->
package/README.md CHANGED
@@ -23,7 +23,7 @@ This file is part of Network Pro.
23
23
 
24
24
  This GitHub repository powers the official web presence of **[Network Pro Strategies](https://netwk.pro/about)** — a privacy-first consultancy specializing in cybersecurity, network engineering, and information security. We also lead public advocacy efforts promoting digital privacy and responsible cyber policy.
25
25
 
26
- Built with [SvelteKit](https://kit.svelte.dev/) and deployed via [Netlify](https://www.netlify.com/).
26
+ Built with [SvelteKit](https://kit.svelte.dev/) and deployed via [Vercel](https://vercel.com/).
27
27
  [Blog](https://github.com/netwk-pro/blog) and [documentation](https://github.com/netwk-pro/docs) subsites built with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) and deployed via [GitHub Pages](https://pages.github.com/).
28
28
 
29
29
  All infrastructure and data flows are designed with **maximum transparency, self-hosting, and user privacy** in mind.
@@ -95,9 +95,8 @@ This project follows the principles of [Keep a Changelog](https://keepachangelog
95
95
  │ ├── server/ # Server-side (node) unit tests
96
96
  │ │ └── internal/ # Internal audit/test helpers
97
97
  │ │ └── auditCoverage.test.js # Warns about untested source modules
98
- ├── _redirects # Netlify redirect rules
99
98
  ├── CHANGELOG.md # Chronological record of notable project changes
100
- ├── netlify.toml # Netlify configuration
99
+ ├── vercel.json # Vercel configuration
101
100
  ├── package.json # Project manifest (scripts, deps, etc.)
102
101
  └── ...
103
102
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.18.2",
4
+ "version": "1.18.4",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advisory",
@@ -79,45 +79,45 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "dompurify": "^3.2.7",
82
- "posthog-js": "^1.268.6",
82
+ "posthog-js": "^1.270.1",
83
83
  "semver": "^7.7.2",
84
- "svelte": "5.39.6"
84
+ "svelte": "5.39.8"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@eslint/compat": "^1.4.0",
88
- "@eslint/js": "^9.36.0",
88
+ "@eslint/js": "^9.37.0",
89
89
  "@lhci/cli": "^0.15.1",
90
90
  "@playwright/test": "^1.55.1",
91
- "@sveltejs/adapter-vercel": "^5.10.2",
92
- "@sveltejs/kit": "2.43.5",
91
+ "@sveltejs/adapter-vercel": "^5.10.3",
92
+ "@sveltejs/kit": "2.43.8",
93
93
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
94
- "@testing-library/jest-dom": "^6.8.0",
94
+ "@testing-library/jest-dom": "^6.9.1",
95
95
  "@testing-library/svelte": "^5.2.8",
96
96
  "@vitest/coverage-v8": "^3.2.4",
97
97
  "autoprefixer": "^10.4.21",
98
- "browserslist": "^4.26.2",
99
- "eslint": "^9.36.0",
98
+ "browserslist": "^4.26.3",
99
+ "eslint": "^9.37.0",
100
100
  "eslint-config-prettier": "^10.1.8",
101
- "eslint-plugin-jsdoc": "^60.4.1",
101
+ "eslint-plugin-jsdoc": "^60.8.0",
102
102
  "eslint-plugin-svelte": "^3.12.4",
103
103
  "globals": "^16.4.0",
104
104
  "jsdom": "26.1.0",
105
- "lightningcss": "^1.30.1",
105
+ "lightningcss": "^1.30.2",
106
106
  "markdownlint": "^0.38.0",
107
107
  "markdownlint-cli2": "^0.18.1",
108
108
  "playwright": "^1.55.1",
109
109
  "postcss": "^8.5.6",
110
110
  "prettier": "^3.6.2",
111
111
  "prettier-plugin-svelte": "^3.4.0",
112
- "stylelint": "^16.24.0",
112
+ "stylelint": "^16.25.0",
113
113
  "stylelint-config-html": "^1.1.0",
114
114
  "stylelint-config-recommended": "^17.0.0",
115
115
  "stylelint-order": "^7.0.0",
116
116
  "svelte-check": "^4.3.2",
117
117
  "svelte-eslint-parser": "^1.3.3",
118
118
  "svelte-preprocess": "^6.0.3",
119
- "typescript": "^5.9.2",
120
- "vite": "^7.1.7",
119
+ "typescript": "^5.9.3",
120
+ "vite": "^7.1.9",
121
121
  "vite-plugin-lightningcss": "^0.0.5",
122
122
  "vite-tsconfig-paths": "^5.1.4",
123
123
  "vitest": "^3.2.4"