<!-- Thanks for contributing to OWASP Nest!-->
<!-- Don't forget to link your PR to an existing issue if any.--> Resolves #253
<!-- Describe the big picture of your changes.-->
Added TypeScript path aliases to streamline module imports. Updated tsconfig.json
and vite.config.ts
for ea...
<!-- Thanks for contributing to OWASP Nest! -->
<!-- Don't forget to link your PR to an existing issue if any.--> Resolves #216
<!-- Describe the big picture of your changes.-->
This PR introduces the addition of metadata such as idx_last_updated_at
to the ChaptersPage
component. A n...
<!-- Thanks for contributing to OWASP Nest!-->
<!-- Don't forget to link your PR to an existing issue if any.--> Resolves #215
<!-- Describe the big picture of your changes.--> Correct positioning of Search component solves the weird appearance .
<!-- Thanks again for your contributio...
Fixes #186
This PR enforces linting rules to disallow the use of console.*
statements in the project. These changes include adding a lint rule to the CI/CD pipeline and updating the package.json
to ensure that the rule is checked and enforced during the development and deployment process.
...
<!-- Don't forget to link your PR to an existing issue if any.--> Resolves #150
<!-- Describe the big picture of your changes.--> Modified Card and Project component a bit to resolve errors thrown in test job in pipeline
<!-- Thanks again for your contribution!-->
This document outlines the changes made to upgrade the Node.js version from 18 to 22 in the project.
.nvmrc
to specify Node.js 22.Dockerfile
to use Node.js 22 as the base image.This PR introduces the following changes:
text
, lcov
, html
, json-summary
).Ref : #93
__tests__
folder to align with the src
folder structure, following industry standards for better organization...maine change krdiya