Bump shiki from 4.0.1 to 4.0.2#35
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
Gatsby hadn't been touched in three years. The site still worked (still #1 on Google for "code smells catalog") but the framework was dead and the DX was worse. Rewrote the whole thing. Framework: Gatsby + React → Astro 5 static output + Preact islands Styling: custom CSS → Tailwind CSS v4 State: Redux → Nano Stores Packages: npm → pnpm Testing: nothing → Vitest (unit + integration) + Playwright (E2E) CI/CD: → GitHub Actions pipeline + Vercel preview deploys New pages: - About page with research context and taxonomy explorer - 404 with fuzzy matching - RSS feed, web manifest, sitemap - JSON-LD, OG image generation, canonical URLs The 56 smell articles are unchanged. Frontmatter got a Zod schema, code examples got Shiki dual-theme highlighting, internal links between smells resolve through a remark plugin now. Zero framework JS on most pages. Preact hydrates two things: the catalog filter sidebar and the code example toggle. Rest is inline scripts on Nano Stores. Old luzkan.github.io/smells URLs still redirect so bookmarks work. 381 files changed. Gatsby, Redux, and the old workflows are deleted.
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.0.2/packages/shiki) --- updated-dependencies: - dependency-name: shiki dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps shiki from 4.0.1 to 4.0.2.
Release notes
Sourced from shiki's releases.
Commits
7a1007dchore: release v4.0.2ef42a16chore: update deps2a23230fix: support ANSI language with multiple themes (#1259)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)