docs(changelog): announce Avocado 1.0 launch#438
Open
cesartevisual wants to merge 4 commits into
Open
Conversation
a6a9af7 to
94f539b
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to eliminate npm audit findings for the Docusaurus site under src/ by pinning patched transitive dependency versions via overrides, avoiding forced downgrades of top-level packages (e.g., Docusaurus/redocusaurus).
Changes:
- Adds a
prestarthook to runsync-referencesandsync-targetsbeforedocusaurus start. - Expands
overridesinsrc/package.jsonto pin a larger set of transitive dependencies (including special-casingjs-yamlforgray-matterand bumpingprismjs).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
68d85fe to
2cf8cae
Compare
2cf8cae to
1d54173
Compare
1d54173 to
d5f8ec1
Compare
6f5ed13 to
772fc72
Compare
- Pin vulnerable transitive dependencies through package.json overrides to clear all outstanding npm audit findings, refreshing the lockfile to match.
- Add the Avocado 1.0 changelog entry and point /changelog/latest at it. - Register the entry in the changelog sidebar and the infinite-scroll feed. - Add a reusable FeaturedImage banner component with its styles and the launch image asset.
- Swap in a higher-resolution diagram so it stays legible when opened in the image lightbox.
- Raise the open-state rule to the compound selector .img-lightbox.img-lightbox--open so it outranks the base .img-lightbox rule regardless of source order. - cssnano merges identical declaration blocks in production, hoisting the single-class --open rule above the base and losing the specificity tie, which left the overlay stuck at opacity:0/visibility:hidden. Dev builds skip minification, so the bug only surfaced in production.
772fc72 to
7e7b67a
Compare
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
Adds a changelog post announcing the Avocado 1.0 launch — the first stable, generally-available release of the Avocado CLI — along with two supporting changes that were bundled into this branch.
What's included
Changelog content
docs-changelog/announcing Avocado 1.0, plus a reusableFeaturedImagecomponent and the launch banner asset.latest.mdxredirect points to the 1.0 post so/changelog/latestresolves to the launch announcement.june-2026/0.41.1).Image zoom (How It Works diagram)
docusaurus-plugin-image-zoomand ships a higher-resolution source image..markdown img:not(a img)) so linked badges still follow their link instead of zooming.Dependency maintenance
overridesinpackage.jsonto clear allnpm auditadvisories, with a refreshedpackage-lock.json.prestarthook sonpm startsyncs references/targets locally.Notes