Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Clean previous Lighthouse reports
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/templates/publish.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Upgrade npm
run: |
corepack enable
npm install -g npm@11.4.2
npm install -g npm@11.5.2

- name: Install Node.js dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*.local
list-devices.js
devices-list.json
vercel.json


# SvelteKit
Expand Down
3 changes: 3 additions & 0 deletions .svelte-kit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
],
"$lib/*": [
"../src/lib/*"
],
"$app/types": [
"./types/index.d.ts"
]
},
"rootDirs": [
Expand Down
50 changes: 49 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,53 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en

---

## [1.16.0] - 2025-07-31

### Added

- Added `CODE_OF_CONDUCT.md` and `CONTRIBUTING.md` to project root to provide instructions for contributing.

### Changed

- Bumped version to `v1.16.0`.
- Updated generator metadata in `app.html` to reflect `SvelteKit 2.27.0`.
- Added `vercel.json` to `.gitignore`.
- Added additional rule overrides to `stylelint.config.js` to suppress unnecessarily strict linting errors
- The errors were corrected and the rule overrides are currently commented out
- Updated `npm` to `11.5.2` in the following files in `.github/workflows`
- `build-and-publish.yml`
- `lighthouse.yml`
- `playwright.yml`
- `publish-test.ml`
- `templates/publish.template.yml`
- Upgraded dependencies:
- `@eslint/js` `^9.31.0` → `^9.32.0`
- `@sveltejs/kit` `2.25.1` → `2.27.0`
- `@testing-library/jest-dom` `^6.6.3` → `^6.6.4`
- `eslint` `^9.31.0` → `^9.32.0`
- `eslint-plugin-jsdoc` `^51.4.1` → `^52.0.2`
- `posthog-js` `^1.257.0` → `^1.258.4`
- `stylelint` `^16.22.0` → `^16.23.0`
- `stylelint-config-recommended` `^16.0.0` → `^17.0.0`
- `svelte` `5.36.12` → `5.37.2`
- `typescript` `^5.8.3` → `^5.9.2`
- `vite` `^7.0.5` → `^7.0.6`

### Fixed

- Corrected deprecated CSS usage throughout the project in the following files:
- `src/lib/components/Badges.svelte`
- `src/lib/components/Logo.svelte`
- `src/lib/components/layout/Footer.svelte`
- `src/lib/pages/LicenseContent.svelte`
- `src/lib/styles/css/default.css`
- `src/lib/styles/css/styles.css`
- `src/routes/consultation/+page.svelte`
- Generated new `global.min.css` stylesheet with LightningCSS.
- Resolved `svelte-check` type error in `PGP key download endpoint` by replacing Node.js `Buffer` with a standards-compliant `Uint8Array` in the `Response()` constructor.

---

## [1.15.4] - 2025-07-20

### Changed
Expand Down Expand Up @@ -705,7 +752,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en

<!-- Link references -->

[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.15.4...HEAD
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.16.0...HEAD
[1.16.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.16.0
[1.15.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.4
[1.15.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.3
[1.15.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.2
Expand Down
173 changes: 173 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
<!-- =========================================================================
CODE_OF_CONDUCT.md

Copyright © 2025 Network Pro Strategies (Network Pro™)
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
This file is part of Network Pro.
========================================================================== -->

<a name="top"></a>

[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
`CC-BY-4.0 OR GPL-3.0-or-later`

# Contributor Covenant Code of Conduct

**Network Pro Strategies**
**Effective Date:** March 21, 2025

&nbsp;

## Contents

- [Our Pledge](#pledge)
- [Our Standards](#standards)
- [Responsibilities](#response)
- [Scope](#scope)
- [Enforcement](#enforce)
- [Attribution](#attribute)

---

<section id="pledge">

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual
identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

</section>

<section id="standards">

## Our Standards

Examples of behavior that contributes to a positive environment for our
community include:

- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
- Focusing on what is best not just for us as individuals, but for the overall
community

Examples of unacceptable behavior include:

- The use of sexualized language or imagery, and sexual attention or advances of
any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email address,
without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

<sub>[Back to top](#top)</sub>

</section>

<section id="response">

## Responsibilities

Company and community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Company and community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

Network Pro Strategies reserves the right, at its sole discretion, to remove, edit, or reject any contributions that are contrary to or detrimental to its business interests.

<sub>[Back to top](#top)</sub>

</section>

<section id="scope">

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the company or community in public spaces.
Examples of representing our company or community include using an official email address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

<sub>[Back to top](#top)</sub>

</section>

<section id="enforce">

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the abuse team at [[email protected]](mailto:[email protected]). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.

The abuse team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.

<sub>[Back to top](#top)</sub>

</section>

<section id="attribute">

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].

The **Enforcement** section is adapted from the
[Contributor Covenant][homepage],
version 1.4, available at
[https://www.contributor-covenant.org/version/1/4/code-of-conduct/][v1.4].

For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translations].

[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[v1.4]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations

<sub>[Back to top](#top)</sub>

</section>

---

<div style="font-size: 12px; font-weight: bold; text-align: center;">

[Home](https://netwk.pro) &nbsp; | &nbsp; [Terms of Use](https://netwk.pro/terms-of-use)
[Privacy Policy](https://netwk.pro/privacy) &nbsp; | &nbsp; [Legal](https://netwk.pro/license)

</div>

&nbsp;

<span style="font-size: 12px; text-align: center;">

Copyright &copy; 2025
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro&trade;)

Network Pro&trade;, the shield logo, and the "Locking Down Networks...&trade;" slogan are [trademarks](https://netwk.pro/license#trademark) of Network Pro Strategies.

Licensed under **[CC BY 4.0](https://netwk.pro/license#cc-by)** and the **[GNU GPL](https://netwk.pro/license#gnu-gpl)**, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

</span>
Loading
Loading