Add presentations#19
Merged
Merged
Conversation
Add npm overrides for qs (>= 6.15.2, CVE-2026-8723) and ws (>= 8.20.1, CVE-2026-45736) to resolve medium-severity Dependabot alerts on transitive dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for bactopia-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs site’s “Presentations” impact page with new 2026 content, and also adjusts npm dependency overrides/lockfile to bump transitive packages (qs, ws). This fits into the site repo by keeping the public-facing content current while maintaining dependency hygiene.
Changes:
- Add a June 2026 talk entry and a May 2026 poster entry to
impact/presentations.md(and replace a “coming soon” video placeholder with a YouTube link). - Add npm
overridesforqsandwsinpackage.json. - Refresh
package-lock.jsonto reflect theqsandwsresolution changes.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| package.json | Adds qs/ws overrides (impacts dependency resolution beyond the presentations update). |
| package-lock.json | Updates resolved versions for qs and ws to match the new overrides. |
| impact/presentations.md | Adds new talk/poster entries and updates a talk video link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
54
to
+58
| "overrides": { | ||
| "serialize-javascript": "^7.0.5", | ||
| "uuid": "^14.0.0" | ||
| "uuid": "^14.0.0", | ||
| "qs": "^6.15.2", | ||
| "ws": "^8.20.1" |
|
|
||
| - _Bactopia: a Flexible Pipeline for Complete Analysis of Bacterial Genomes (June 2026)_ | ||
| A talk presented by [Dr. Robert A Petit III](https://www.robertpetit.com) at the | ||
| [Centre for Pathogen Genomics Bioinformatics Seminar](https://biomedicalsciences.unimelb.edu.au/departments/microbiology-Immunology/research/centre-for-pathogen-genomics). This talk provided a full overview of Bactopia. Including the main pipeline, Bactopia Tools, and the external libraries (e.g. bactopia-py, nf-bactopia). A look into LLM usage in Bactopia was also provided. |
Comment on lines
+57
to
+58
| "qs": "^6.15.2", | ||
| "ws": "^8.20.1" |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Type of Change
Version Impact
Checklist
npm run build)npm start)snapshots.jsonupdated (if adding/removing a version)make llms-catalog) if pages were added/removed/renamed