@networkpro/web 1.18.3 → 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/.github/workflows/build-and-publish.yml +3 -3
- package/.github/workflows/lighthouse.yml +1 -1
- package/.github/workflows/playwright.yml +1 -1
- package/.github/workflows/publish-test.yml +3 -3
- package/.github/workflows/templates/publish.template.yml +3 -3
- package/CHANGELOG.md +35 -1
- package/README.md +1 -2
- package/package.json +14 -14
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
49
49
|
- name: Upgrade npm
|
|
50
50
|
run: |
|
|
51
51
|
corepack enable
|
|
52
|
-
npm install -g npm@11.6.
|
|
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.
|
|
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.
|
|
199
|
+
npm install -g npm@11.6.1
|
|
200
200
|
|
|
201
201
|
- name: Install Node.js dependencies
|
|
202
202
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
207
|
+
npm install -g npm@11.6.1
|
|
208
208
|
|
|
209
209
|
- name: Install Node.js dependencies
|
|
210
210
|
run: npm ci
|
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,39 @@ 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
|
+
|
|
25
58
|
## [1.18.3] - 2025-09-27
|
|
26
59
|
|
|
27
60
|
### Changed
|
|
@@ -944,7 +977,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
944
977
|
|
|
945
978
|
<!-- Link references -->
|
|
946
979
|
|
|
947
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.18.
|
|
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
|
|
948
982
|
[1.18.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.18.3
|
|
949
983
|
[1.18.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.18.2
|
|
950
984
|
[1.18.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.18.1
|
package/README.md
CHANGED
|
@@ -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
|
-
├──
|
|
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.
|
|
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.
|
|
82
|
+
"posthog-js": "^1.270.1",
|
|
83
83
|
"semver": "^7.7.2",
|
|
84
|
-
"svelte": "5.39.
|
|
84
|
+
"svelte": "5.39.8"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@eslint/compat": "^1.4.0",
|
|
88
|
-
"@eslint/js": "^9.
|
|
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.
|
|
92
|
-
"@sveltejs/kit": "2.43.
|
|
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.
|
|
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.
|
|
99
|
-
"eslint": "^9.
|
|
98
|
+
"browserslist": "^4.26.3",
|
|
99
|
+
"eslint": "^9.37.0",
|
|
100
100
|
"eslint-config-prettier": "^10.1.8",
|
|
101
|
-
"eslint-plugin-jsdoc": "^60.
|
|
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.
|
|
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.
|
|
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.
|
|
120
|
-
"vite": "^7.1.
|
|
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"
|