Skip to content

Conversation

@SunDevil311
Copy link
Member

@SunDevil311 SunDevil311 commented Aug 1, 2025

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

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.12.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.125.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.

Checklist

  • I have read and followed the guidelines in the CONTRIBUTING document.
  • I've checked for existing Pull Requests for the same update/change.
  • My code follows the project’s coding style.
  • My code has been linted locally before submission.
  • All new and existing tests pass.

 

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes, if applicable. (Optional, especially for new contributors)

Pull requests are part of a collaborative process — we welcome contributions and review each one carefully. For all but the smallest changes, you can expect maintainers to request improvements or clarifications.

Please check back after opening your PR and be responsive to feedback so we can get your contribution merged quickly.

Thanks for helping improve Network Pro Strategies!

@netlify
Copy link

netlify bot commented Aug 1, 2025

Deploy Preview for networkpro-web ready!

Name Link
🔨 Latest commit 2e34596
🔍 Latest deploy log https://app.netlify.com/projects/networkpro-web/deploys/688c5059eab7520008b48b93
😎 Deploy Preview https://deploy-preview-123--networkpro-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netwk-pro netwk-pro deleted a comment from github-actions bot Aug 1, 2025
@github-actions
Copy link

github-actions bot commented Aug 1, 2025

⚠️ Lighthouse Budget Issues Detected

  • First Contentful Paint (score: 0.79)
  • Largest Contentful Paint (score: 0.18)
  • Speed Index (score: 0.99)
  • Time to Interactive (score: 0.69)
  • Avoid multiple page redirects (score: 0)
  • Minimize main-thread work (score: 0.5)
  • Largest Contentful Paint element (score: 0)
  • Links rely on color to be distinguishable. (score: 0)
  • Touch targets do not have sufficient size or spacing. (score: 0)
  • Serve static assets with an efficient cache policy (score: 0.5)
  • Reduce unused JavaScript (score: 0)
  • Avoid serving legacy JavaScript to modern browsers (score: 0.5)
  • Use efficient cache lifetimes (score: 0.5)
  • Legacy JavaScript (score: 0.5)
  • Network dependency tree (score: 0)
  • Render blocking requests (score: 0.5)

View the full report in the workflow artifacts or in .lighthouseci/report.html.

Copy link
Member Author

@SunDevil311 SunDevil311 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All files look good. Merging upon successful completion of tests.

@netwk-pro netwk-pro deleted a comment from github-actions bot Aug 1, 2025
@SunDevil311 SunDevil311 merged commit 68154fb into master Aug 1, 2025
11 checks passed
@SunDevil311 SunDevil311 deleted the feature/contributing-docs branch August 1, 2025 05:33
SunDevil311 added a commit that referenced this pull request Aug 1, 2025
* chore: release prep for v1.16.0

* fix: corrected CSS and svelte-check type error

* fix: corrected package version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants