deps: bump the npm-major group across 1 directory with 4 updates#129
Open
dependabot[bot] wants to merge 1 commit into
Open
deps: bump the npm-major group across 1 directory with 4 updates#129dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
d4517c8 to
37649c7
Compare
37649c7 to
b44883e
Compare
61b142c to
812dcb4
Compare
812dcb4 to
bead2f2
Compare
bead2f2 to
880453e
Compare
Contributor
|
@dependabot rebase |
880453e to
b92da20
Compare
jbdevprimary
added a commit
that referenced
this pull request
Jun 10, 2026
…nkedin icons Unblocks the npm-major dependabot bump (#129) whose lucide upgrade turned the long-standing deprecation warnings into type errors. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jbdevprimary
added a commit
that referenced
this pull request
Jun 10, 2026
…rries career history (#156) * feat: portfolio-first site — drop Work and Skills sections, résumé carries career history The site is a lobby, not a brochure: hero (identity, proof, action) → Open Source tri-panel (what a résumé can't show) → contact. Work and Skills duplicated the résumé, which is one click away in HTML and DOCX. External research on exemplar staff-engineer sites (Chiang, Hashimoto, Brandur, Evans, Luu, McKinley, Robinson, matklad, Majors, swyx) independently flagged the skills listing as the strongest template/junior tell — no staff-level site has one — and confirmed the lobby model for hire-me sites when career detail lives in the résumé. Also: ClassPass work entry deleted — everything pre-Symbiont (2017) lives in the Earlier Career paragraph (its cost win, fleet scale, and early-IaC claim were already quoted there). Symbiont, the long-term salaried role, is the start of the listed history. Nav reduces to Open Source · Contact · Résumé. Decision: site shows only what the résumé cannot; career history starts at Symbiont Why: user directive (redundancy + pre-2017 one-year roles read better as prose); research-validated Resolves: 'do we NEED a work section' / 'Symbiont should be the start of actual roles' Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: inline brand SVGs — lucide-react v1 removes deprecated Github/Linkedin icons Unblocks the npm-major dependabot bump (#129) whose lucide upgrade turned the long-standing deprecation warnings into type errors. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: OOXML postprocess for turbodocx layout defects + dual-engine DOCX QC The DOCX showed spacing voids and indented headings that QC missed for two reasons: it rendered only through LibreOffice (the user views in Pages — different layout engine) and reviewed downscaled thumbnails. Root causes in @turbodocx/html-to-docx v1.21.0 (verified in source): - tblCellMar is hardcoded to 160 twips l/r + 80 t/b on every table, so layout tables (heading rules, title/date rows) rendered indented against body text with inflated padding - an empty paragraph is emitted after every table — a dead line between each heading rule and its section body postprocess.ts rewrites word/document.xml after conversion: zeroes the cell margins and strips the dead paragraphs (whitespace-tolerant match; keeps the OOXML-required trailing paragraph before sectPr). Structural tests lock both invariants. qc.ts now renders through BOTH local engines at 200 DPI — LibreOffice (Word proxy, CI-available) and Apple Pages via AppleScript (the engine that exposed these bugs) — emitting <engine>-<page>.png for review. Decision: fix converter defects by post-processing OOXML in our build, not by switching converters Why: turbodocx hardcodes the values (no options); it remains the only converter validated in both Word-proxy and Pages engines Resolves: 'docx showing weird spacing gaps and alignment issues' + 'need a way to capture the docx as it actually shows up' Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: drop sibling-section top border from Open Source — it is the first section after the hero Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
@dependabot rebase |
b92da20 to
0d46d36
Compare
Contributor
|
@dependabot rebase |
Bumps the npm-major group with 4 updates in the / directory: [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) and [typescript](https://github.com/microsoft/TypeScript). Updates `@astrojs/react` from 4.4.2 to 5.0.7 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@5.0.7/packages/integrations/react) Updates `lucide-react` from 0.575.0 to 1.17.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.17.0/packages/lucide-react) Updates `shadcn` from 3.8.5 to 4.11.0 - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.11.0/packages/shadcn) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-major - dependency-name: lucide-react dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-major - dependency-name: shadcn dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major ... Signed-off-by: dependabot[bot] <support@github.com>
0d46d36 to
967859d
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.
Bumps the npm-major group with 4 updates in the / directory: @astrojs/react, lucide-react, shadcn and typescript.
Updates
@astrojs/reactfrom 4.4.2 to 5.0.7Release notes
Sourced from @astrojs/react's releases.
Changelog
Sourced from @astrojs/react's changelog.
... (truncated)
Commits
75ae5df[ci] release (#16912)17a0fbdchore(deps): update devalue (#16900)c7157e6[ci] release (#16870)e345bcd[ci] release (#16653)5a8cd09refactor: update tsconfig to use TypeScript project references (#16505)5c543c5refactor(astro): add internal entry points for test (#16473)21ca872[ci] release (#16399)99464edBump vite, picomatch, and unstorage to latest patch versions (#16448)f7566b8refactor: unify test setup (#16445)ba2dbf1refactor(astro): correct Fixture type signatures in test-utils (#16380)Updates
lucide-reactfrom 0.575.0 to 1.17.0Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
07c885efix(docs): fix zephyr-cloud URL in readmes50d8af5docs(readme): Update readme files (#4320)653e44bfeat(packages): use .mjs for ESM bundles (#4285)7623e23feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...dada0a8fix(lucide-react): Fix dynamic imports (#4210)a6e648afix(lucide-react): correct client directives in RSC files (#4189)1f010a3fix(lucide-react): Fixes provider export and RSC render issues (#4175)484f2c9docs(version-1): Version 1 website (#4142)a0e202dfeat(packages/angular): add new@lucide/angularpackage (#3897)c5b155eMerge branch 'main' of https://github.com/lucide-icons/lucide into nextUpdates
shadcnfrom 3.8.5 to 4.11.0Release notes
Sourced from shadcn's releases.
... (truncated)
Changelog
Sourced from shadcn's changelog.
... (truncated)
Commits
3f2ff18chore(release): version packages (#10873)05eb2b9feat(cli): improve search command (#10886)7dfd933fix(cli): move msw to devDependencies (#10851)adac7cachore(release): version packages (#10845)7c63c46feat(registry): add GitHub registry support (#10842)460ad60chore(release): version packages (#10835)8e2d2d1feat: add shadcn eject (#10834)5c84929feat(release): add beta and rc prerelease labels (#10806)2baa860chore(release): version packages (#10791)0790076fix(cli): update template handling for pnpm 11 (#10659)Updates
typescriptfrom 5.9.3 to 6.0.3Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0