Skip to content

Commit 4496262

Browse files
committed
Merge remote-tracking branch 'origin/master' into audit-netlify
2 parents 64e2ae3 + 887be8a commit 4496262

File tree

5 files changed

+163
-196
lines changed

5 files changed

+163
-196
lines changed

.markdownlint.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default {
1616
customRules: [noSmartQuotes],
1717

1818
// Rule exceptions
19+
MD060: false, // Pointless style enforcement — doesn't affect render output
1920
MD041: false, // First line in file should be a top-level header
2021
MD033: false, // Allow inline HTML
2122
MD013: false, // Ignore line length

.ncurc.cjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ This file is part of Network Pro.
3131
/** @type {import('npm-check-updates').RunOptions} */
3232
module.exports = {
3333
// Ignore specific dependencies (prevent upgrades)
34-
reject: [
35-
'vitest',
36-
'@vitest/coverage-v8',
37-
'prettier',
38-
'jsdom',
39-
'markdownlint-cli2',
40-
],
34+
reject: ['vitest', '@vitest/coverage-v8', 'prettier', 'jsdom'],
4135

4236
// Always upgrade devDependencies as well
4337
dep: 'prod,dev',

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
2222

2323
---
2424

25+
## [1.25.13] - 2025-11-16
26+
27+
### Changed
28+
29+
- Updated `.markdownlint.mjs` to ignore rule `MD060`, which is overly strict and unnecessary.
30+
- Bumped project version to `v1.25.13`.
31+
- Updated dependencies:
32+
- `svelte` `5.43.6``5.43.7`
33+
- `posthog-js` `^1.292.0``^1.293.0`
34+
- `@eslint/compat` `^1.4.1``^2.0.0`
35+
- `markdownlint-cli2` `0.18.1``0.19.0`
36+
37+
### Fixed
38+
39+
- Resolved prototype pollution vulnerability in transitive `js-yaml` dependency via `overrides`, due to outdated `@lhci/cli` dependency on `@lhci/utils`.
40+
41+
---
42+
2543
## [1.25.12] - 2025-11-14
2644

2745
### Added
@@ -1897,7 +1915,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
18971915

18981916
<!-- Link references -->
18991917

1900-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.12...HEAD
1918+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.13...HEAD
1919+
[1.25.13]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.13
19011920
[1.25.12]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.12
19021921
[1.25.11]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.11
19031922
[1.25.10]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.10

0 commit comments

Comments
 (0)