Skip to content

Commit d96af73

Browse files
committed
chore: release prep for v1.1.19
1 parent 0abe350 commit d96af73

File tree

10 files changed

+138
-128
lines changed

10 files changed

+138
-128
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ contact_links:
2020
url: https://discuss.neteng.pro
2121
about: Join the GitHub Discussions forum to get support from the community.
2222

23-
- name: Stack Overflow (Internal Team)
23+
- name: Stack Internal Team
2424
url: https://stack.neteng.pro
25-
about: Search or post questions in our internal Stack Overflow for Teams instance.
25+
about: Search or post questions in our Stack Internal instance.
2626

2727
- name: Contact Network Pro
2828
url: https://netwk.pro/contact?utm_source=github

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This file is part of Network Pro.
1212
# 🔐 Security Policy
1313

1414
**Network Pro Strategies**
15-
**Effective Date:** November 2, 2025
15+
**Effective Date:** November 12, 2025
1616

1717
 
1818

.github/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Thanks for your interest in **Network Pro Strategies** (Network Pro™)! We’re
1919

2020
## 📚 Technical Questions
2121

22-
- [Stack Overflow Teams – `networkpro` tag](https://stack.neteng.pro)
22+
- [Stack Internal Teams – `networkpro` tag](https://stack.neteng.pro)
2323
- [GitHub Discussions](https://discuss.neteng.pro)
2424

2525
## 💬 Community Chat

.github/workflows/test-token.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.ncurc.cjs

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
/* ==========================================================================
2+
.ncurc.cjs
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+
9+
/**
10+
* ==========================================================
11+
* npm-check-updates Configuration
12+
* ----------------------------------------------------------
13+
* This file defines upgrade behavior for project dependencies.
14+
* It ensures consistent updates while protecting pinned tools
15+
* that are known to break between major versions.
16+
*
17+
* 🔧 Usage:
18+
* - Run `npm run check:updates` to preview safe upgrades
19+
* - Run `npm run upgrade` to apply upgrades (respects these rules)
20+
*
21+
* 📜 Notes for Contributors:
22+
* - Do NOT remove entries from "reject" unless a maintainer
23+
* confirms the dependency has been tested and verified.
24+
* - This config is automatically used by npm-check-updates (NCU)
25+
* and requires no command-line flags.
26+
*
27+
* 💡 See CONTRIBUTING.md → "Dependency Management" for details.
28+
* ==========================================================
29+
*/
30+
31+
/** @type {import('npm-check-updates').RunOptions} */
32+
module.exports = {
33+
// Ignore specific dependencies (prevent upgrades)
34+
reject: ['markdownlint-cli2'],
35+
36+
// Always upgrade devDependencies as well
37+
dep: 'prod,dev',
38+
39+
// Show a summary table
40+
format: ['group', 'table'],
41+
42+
// Don’t automatically install — just update package.json
43+
upgrade: true,
44+
45+
// Display upgraded dependencies as JSON (optional for automation)
46+
jsonUpgraded: false,
47+
48+
// Enable readable colors when supported
49+
color: true, // harmless, but CLI-only
50+
};

.vscode/settings.json

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -34,43 +34,5 @@
3434
"tag:yaml.org,2002:python/object/apply:pymdownx.slugs.slugify mapping"
3535
],
3636
"markdown.validate.enabled": false,
37-
"markdown.validate.ignoredLinks": [
38-
"#top",
39-
"#netwk-pro",
40-
"#questions",
41-
"#cc-by",
42-
"#gnu-gpl",
43-
"#repo",
44-
"#links",
45-
"#discord",
46-
"#website",
47-
"#discuss",
48-
"#posts",
49-
"#legal",
50-
"#stack",
51-
"#foss",
52-
"#blog",
53-
"#bug-reports",
54-
"#feature-requests",
55-
"#pull-requests",
56-
"#pledge",
57-
"#standards",
58-
"#response",
59-
"#enforce",
60-
"#attribute",
61-
"#ownership",
62-
"#trademark",
63-
"#branding",
64-
"#licensed-material",
65-
"#licenses",
66-
"#dlnotes",
67-
"#third-party",
68-
"#prohibited-uses",
69-
"#disclaimer",
70-
"#version",
71-
"#revisions",
72-
"#contact",
73-
"#docs",
74-
"#support"
75-
]
37+
"markdown.validate.ignoredLinks": []
7638
}

README.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
66
This file is part of Network Pro.
77
========================================================================== -->
88

9-
<section id="top">
10-
119
[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
1210
`CC-BY-4.0 OR GPL-3.0-or-later`
1311

12+
<section id="top">
13+
1414
# CI Status
1515

1616
</section>
@@ -24,25 +24,25 @@ Monitor status and deployment pipelines across our major services:
2424

2525
## 🌐 Main Website ([`@networkpro/web`](https://github.com/netwk-pro/netwk-pro.github.io))
2626

27-
[![Vercel](https://img.shields.io/github/deployments/netwk-pro/netwk-pro.github.io/Production?label=vercel&logo=vercel)](https://vercel.com)
28-
[![Build and Publish to Registries](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build-and-publish.yml)
29-
[![NPM Version](https://img.shields.io/npm/v/%40networkpro%2Fweb?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&logoSize=auto&color=%23CB3837)](https://www.npmjs.com/package/@networkpro/web)
27+
[![Vercel](https://img.shields.io/github/deployments/netwk-pro/netwk-pro.github.io/Production?label=vercel&logo=vercel 'Vercel')](https://vercel.com)
28+
[![Build and Publish to Registries](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build-and-publish.yml/badge.svg 'Build and Publish to Registries')](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build-and-publish.yml)
29+
[![NPM Version](https://img.shields.io/npm/v/%40networkpro%2Fweb?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&logoSize=auto&color=%23CB3837 'NPM Version')](https://www.npmjs.com/package/@networkpro/web)
3030

3131
&nbsp;
3232

3333
## 📝 Blog ([`@networkpro/blog`](https://github.com/netwk-pro/blog))
3434

35-
[![Deploy to GH Pages](https://github.com/netwk-pro/blog/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/netwk-pro/blog/actions/workflows/build-and-deploy.yml)
36-
[![Publish to Registries](https://github.com/netwk-pro/blog/actions/workflows/publish.yml/badge.svg)](https://github.com/netwk-pro/blog/actions/workflows/publish.yml)
37-
[![NPM Version](https://img.shields.io/npm/v/%40networkpro%2Fblog?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&color=%23CB3837)](https://www.npmjs.com/package/@networkpro/blog)
35+
[![Deploy to GH Pages](https://github.com/netwk-pro/blog/actions/workflows/build-and-deploy.yml/badge.svg 'Deploy to GH Pages')](https://github.com/netwk-pro/blog/actions/workflows/build-and-deploy.yml)
36+
[![Publish to Registries](https://github.com/netwk-pro/blog/actions/workflows/publish.yml/badge.svg 'Publish to Registries')](https://github.com/netwk-pro/blog/actions/workflows/publish.yml)
37+
[![NPM Version](https://img.shields.io/npm/v/%40networkpro%2Fblog?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&color=%23CB3837 'NPM Version')](https://www.npmjs.com/package/@networkpro/blog)
3838

3939
&nbsp;
4040

4141
## 📚 Docs ([`@networkpro/docs`](https://github.com/netwk-pro/docs))
4242

43-
[![Deploy to GH Pages](https://github.com/netwk-pro/docs/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/netwk-pro/docs/actions/workflows/build-and-deploy.yml)
44-
[![Publish to Registries](https://github.com/netwk-pro/docs/actions/workflows/publish.yml/badge.svg)](https://github.com/netwk-pro/docs/actions/workflows/publish.yml)
45-
[![NPM Version](https://img.shields.io/npm/v/%40networkpro%2Fdocs?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&color=%23CB3837)](https://www.npmjs.com/package/@networkpro/docs)
43+
[![Deploy to GH Pages](https://github.com/netwk-pro/docs/actions/workflows/build-and-deploy.yml/badge.svg 'Deploy to GH Pages')](https://github.com/netwk-pro/docs/actions/workflows/build-and-deploy.yml)
44+
[![Publish to Registries](https://github.com/netwk-pro/docs/actions/workflows/publish.yml/badge.svg 'Publish to Registries')](https://github.com/netwk-pro/docs/actions/workflows/publish.yml)
45+
[![NPM Version](https://img.shields.io/npm/v/%40networkpro%2Fdocs?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&color=%23CB3837 'NPM Version')](https://www.npmjs.com/package/@networkpro/docs)
4646

4747
---
4848

@@ -61,12 +61,13 @@ documentation hub, and discussions.
6161
- [Website / Primary Repo](#repo)
6262
- [FOSS Spotlight](#foss)
6363
- [Blog](#blog)
64+
- [Subsites](#subsites)
6465
- [Documentation](#docs)
6566
- [Link Hub](#links)
6667
- [Post Links](#posts)
6768
- [Discord](#discord)
6869
- [Discussions](#discuss)
69-
- [Stack Overflow Team](#stack)
70+
- [Stack Internal Team](#stack)
7071

7172
---
7273

@@ -101,16 +102,31 @@ documentation hub, and discussions.
101102

102103
</section>
103104

105+
<section id="subsites">
106+
107+
<details>
108+
109+
<summary><strong>Subsites</strong></summary>
110+
111+
- [Privacy & Security Apps and Services](https://apps.netwk.pro)
112+
- [Hardening Brave Browser](https://brave.netwk.pro)
113+
114+
</details>
115+
116+
</section>
117+
104118
<section id="docs">
105119

106-
#### ⚖️ Documentation
120+
<details>
121+
122+
<summary><strong>⚖️ Documentation</strong></summary>
107123

108124
- Web: [docs.netwk.pro](https://docs.netwk.pro)
109125
- GitHub: [netwk-pro/docs](https://github.com/netwk-pro/docs)
110126

111-
</section>
127+
</details>
112128

113-
<br />
129+
</section>
114130

115131
<section id="links">
116132

@@ -154,7 +170,7 @@ documentation hub, and discussions.
154170

155171
<section id="stack">
156172

157-
#### 📚 Stack Overflow Team
173+
#### 📚 Stack Internal Team
158174

159175
- [stack.neteng.pro](https://stack.neteng.pro)
160176

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netwk-pro/org-profile-pub",
3-
"version": "1.1.18",
3+
"version": "1.1.19",
44
"description": "The GitHub public organization profile for Network Pro Strategies",
55
"keywords": [
66
"advisory",
@@ -38,9 +38,9 @@
3838
"check:updates": "ncu --format group --color"
3939
},
4040
"devDependencies": {
41-
"browserslist": "^4.27.0",
41+
"browserslist": "^4.28.0",
4242
"markdownlint": "^0.39.0",
43-
"markdownlint-cli2": "^0.18.1",
43+
"markdownlint-cli2": "0.18.1",
4444
"npm-run-all": "^4.1.5",
4545
"prettier": "3.6.2"
4646
}

0 commit comments

Comments
 (0)