Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 1 update Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates esbuild from 0.25.12 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.25.12...v0.28.1) Updates esbuild from 0.28.0 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.25.12...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>#5

Open
Huynhthuongg wants to merge 5 commits into
codex/review-and-add-necessary-filesfrom
dependabot/npm_and_yarn/npm_and_yarn-f37c866118

Conversation

@Huynhthuongg

Copy link
Copy Markdown
Member

Summary

Testing

  • npm run lint
  • npm run build

Notes

Huynhthuongg and others added 5 commits June 11, 2026 23:24
### Motivation
- Improve developer onboarding by providing clear setup, API reference,
architecture and contribution guidance.
- Standardize local development environment with editor/formatter
defaults and Node version pinning.
- Add CI to ensure type-check and build pass on push/PR and reduce
friction for reviewers.

### Description
- Revamped `README.md` into a concise developer-facing overview with
quickstart, scripts, roadmap and security notes.
- Added developer documentation: `docs/DEVELOPMENT.md`,
`docs/ARCHITECTURE.md`, and `docs/API.md` describing local workflow,
architecture and API endpoints.
- Added contribution guidance and PR checklist via `CONTRIBUTING.md` and
`.github/pull_request_template.md`.
- Added CI workflow ` .github/workflows/ci.yml` to run `npm ci`,
type-check and build on push/PR.
- Added editor/format tooling and environment files: `.editorconfig`,
`.prettierrc`, `.prettierignore`, `.vscode/*`, and `.nvmrc` (Node 20).
- Updated project metadata and scripts in `package.json` (rename to
`rkix-storage-center`, added `typecheck`, `check`, `description`, and
`engines`), and synchronized lockfile metadata in `package-lock.json`.
- Extended `.gitignore` to exclude runtime/local artifacts such as
`data_store.json`, `*.local` and common npm/yarn/pnpm debug logs.

### Testing
- Ran `npm install --package-lock-only` which initially reported a `403`
for `@tailwindcss/oxide-wasm32-wasi`, the lockfile metadata was adjusted
and revalidated.
- Validated dependency install with `npm ci --ignore-scripts
--prefer-offline` which completed successfully.
- Ran type checking with `npm run lint` (which invokes `tsc --noEmit`)
and it succeeded.
- Built production assets with `npm run build` (Vite + esbuild) and `npm
run check` (lint + build), both completed successfully though Vite
emitted a large-chunk size warning.

------
[Codex
Task](https://chatgpt.com/codex/cloud/tasks/task_e_6a2ade9e62a48325a94b73e3a41d3a58)
…date

Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild).


Updates `esbuild` from 0.25.12 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](evanw/esbuild@v0.25.12...v0.28.1)

Updates `esbuild` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](evanw/esbuild@v0.25.12...v0.28.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Huỳnh Thương <252359928+Huynhthuongg@users.noreply.github.com>
Signed-off-by: Huỳnh Thương <252359928+Huynhthuongg@users.noreply.github.com> (#6)

## Summary

-

## Testing

- [ ] `npm run lint`
- [ ] `npm run build`

## Notes

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant