chore: housekeeping tasks and dependency fixes#51
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Housekeeping PR focused on dependency updates across examples and docs, plus minor repository hygiene and CI workflow permission adjustments.
Changes:
- Updated example demo dependencies (Nimbus CQRS packages, Hono) and pinned MongoDB to 7.1.1 in Node/Bun demos.
- Updated docs dependencies (Mermaid / vitepress-plugin-llms) and introduced a
viteoverride to 6.4.3, with corresponding lockfile updates. - Added AGENTS guidance, tweaked
.npmrc, and adjusted GitHub Actions workflow job permissions.
Reviewed changes
Copilot reviewed 7 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Removes the supported versions table from the security policy doc. |
| examples/node-demo/package.json | Updates demo deps; pins mongodb to 7.1.1. |
| examples/node-demo/package-lock.json | Lockfile updates reflecting updated demo deps and the MongoDB pin. |
| examples/bun-demo/package.json | Updates demo deps; pins mongodb to 7.1.1. |
| examples/bun-demo/bun.lock | Lockfile updates reflecting updated demo deps and the MongoDB pin. |
| docs/package.json | Bumps docs tooling deps and adds overrides.vite = 6.4.3. |
| docs/package-lock.json | Updates lockfile to reflect new docs deps and Vite 6 resolution. |
| AGENTS.md | Adds contributor guidance for tests/docs and common Deno commands. |
| .npmrc | Adjusts min-release-age configuration value. |
| .github/workflows/docs.yaml | Adds actions: write permission to the docs build job. |
| .github/workflows/checks.yaml | Adds explicit job permissions; adds actions: write to docs build job. |
Files not reviewed (2)
- docs/package-lock.json: Language not supported
- examples/node-demo/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.