Skip to content

Staging - #3

Merged
JSisques merged 6 commits into
mainfrom
staging
Aug 8, 2026
Merged

Staging#3
JSisques merged 6 commits into
mainfrom
staging

Conversation

@JSisques

@JSisques JSisques commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

claude and others added 5 commits August 8, 2026 14:05
Extracts the code duplicated across gardenia-web and nextjs-template's
src/shared/ trees into a publishable library, mirroring the
@sisques-labs/nestjs-kit tooling pattern (semantic-release, GitHub Actions
CI/release, subpath exports):

- core (package root): find-by-criteria domain interfaces/enums,
  useDebouncedValue, i18n helpers, logHttpError, refreshTokenOnce
- /ui: the full shadcn/Radix component catalog (67 components)
- /next: route-handler proxy passthrough plus the 5 components that
  render next/image
- /http: dependency-injected axios/Apollo/TanStack Query factories
  replacing the hand-rolled, app-specific singleton clients, sharing one
  401-refresh mutex across both HTTP transports

Build via tsc + tsc-alias (preserves 'use client' directives per file),
tested with Vitest + RTL at an 80% coverage threshold.
Fast lint-staged on pre-commit, build + changed-tests on pre-push,
matching gardenia-web's convention instead of running the full
lint+build+test suite on every commit.
…cture-luth1k

feat: scaffold react-kit with core, ui, next and http modules
# 1.0.0-alpha.1 (2026-08-08)

### Features

* scaffold react-kit with core, ui, next and http modules ([a80d5c3](a80d5c3))
@github-actions github-actions Bot added documentation Docs-only changes tests Test-only changes ci CI/CD workflow changes dependencies Dependency updates config Config/tooling changes labels Aug 8, 2026
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

# 1.0.0-beta.1 (2026-08-08)

### Features

* scaffold react-kit with core, ui, next and http modules ([a80d5c3](a80d5c3))
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@JSisques
JSisques merged commit e56732c into main Aug 8, 2026
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD workflow changes config Config/tooling changes dependencies Dependency updates documentation Docs-only changes released on @beta released tests Test-only changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants