Skip to content

Bump shiki from 4.0.1 to 4.0.2#35

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/shiki-4.0.2
Open

Bump shiki from 4.0.1 to 4.0.2#35
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/shiki-4.0.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 29, 2026

Bumps shiki from 4.0.1 to 4.0.2.

Release notes

Sourced from shiki's releases.

v4.0.2

   🐞 Bug Fixes

    View changes on GitHub
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Luzkan and others added 2 commits March 29, 2026 19:40
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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant