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
Open
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>#5Huynhthuongg wants to merge 5 commits into
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>#5Huynhthuongg wants to merge 5 commits into
Conversation
### 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 -
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.
Summary
Testing
npm run lintnpm run buildNotes