Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin-js-packages): set up and implement configuration for audit plugin #551

Merged
merged 4 commits into from
Mar 11, 2024

Conversation

Tlacenka
Copy link
Collaborator

@Tlacenka Tlacenka commented Mar 8, 2024

Related to #542

In this PR I do the following:

  • Set up the plugin, its ESLint, dependencies, etc.
  • Define plugin configuration schema.
  • Create documentation.

Notes:

  • Runner will follow in another PR.
  • For now, all dependency groups are checked. Configurable dependency groups will be in post-MVP.
  • Naming improvements are welcome!

@github-actions github-actions bot added 📖 Project documentation improvements or additions to the project documentation 🔬 testing writing tests 🦾 CI/CD continuous integration and deployment 🛠️ tooling labels Mar 8, 2024
Copy link
Collaborator

@matejchalk matejchalk left a comment

Choose a reason for hiding this comment

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

Have some suggestions for what groups and audits to create. But the project setup is good, looks like you thought of everything 🙂

.github/workflows/code-coverage.yml Outdated Show resolved Hide resolved
packages/plugin-js-packages/README.md Outdated Show resolved Hide resolved
packages/plugin-js-packages/README.md Outdated Show resolved Hide resolved
packages/plugin-js-packages/README.md Outdated Show resolved Hide resolved
packages/plugin-js-packages/README.md Outdated Show resolved Hide resolved
packages/plugin-js-packages/README.md Outdated Show resolved Hide resolved
packages/plugin-js-packages/README.md Outdated Show resolved Hide resolved
packages/plugin-js-packages/src/lib/config.ts Outdated Show resolved Hide resolved
packages/plugin-js-packages/src/lib/config.ts Outdated Show resolved Hide resolved
packages/plugin-js-packages/src/lib/utils.ts Outdated Show resolved Hide resolved
Copy link

nx-cloud bot commented Mar 11, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 77f4729. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 9 targets

Sent with 💌 from NxCloud.

packages/plugin-js-packages/src/lib/utils.ts Outdated Show resolved Hide resolved
packages/plugin-js-packages/src/lib/utils.ts Outdated Show resolved Hide resolved
packages/plugin-js-packages/src/lib/utils.ts Outdated Show resolved Hide resolved
@Tlacenka Tlacenka merged commit 1405e7d into main Mar 11, 2024
19 checks passed
@Tlacenka Tlacenka deleted the audit-plugin branch March 11, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦾 CI/CD continuous integration and deployment 📖 Project documentation improvements or additions to the project documentation 🔬 testing writing tests 🛠️ tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants