Skip to content

Commit f3c8ed5

Browse files
dependabot[bot]Perdolique
authored andcommitted
chore(deps-dev): bump the all-updates group across 1 directory with 3 updates
Bumps the all-updates group with 3 updates in the / directory: [drizzle-kit](https://github.com/drizzle-team/drizzle-orm), [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) and [drizzle-seed](https://github.com/drizzle-team/drizzle-orm). Updates `drizzle-kit` from 1.0.0-beta.22 to 1.0.0-beta.23 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/commits) Updates `drizzle-orm` from 1.0.0-beta.22 to 1.0.0-beta.23 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/commits) Updates `drizzle-seed` from 1.0.0-beta.22 to 1.0.0-beta.23 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/commits) --- updated-dependencies: - dependency-name: drizzle-kit dependency-version: 1.0.0-beta.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: drizzle-orm dependency-version: 1.0.0-beta.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: drizzle-seed dependency-version: 1.0.0-beta.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3226d1b commit f3c8ed5

9 files changed

Lines changed: 14 additions & 13 deletions

File tree

.agents/skills/roadmap-planning/SKILL.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use this skill to keep `plan/` as a small, implementation-oriented roadmap inste
1212
Use this skill for:
1313

1414
- editing files under `plan/**`
15-
- changing `plan/PLAN.md` order, links, or section membership
15+
- changing `plan/ROADMAP.md` order, links, or section membership
1616
- splitting product, backend, frontend, or test work into implementation iterations
1717
- moving shipped work from an active plan into `plan/completed.md`
1818
- recording accepted follow-up work in `plan/tech-debt.md`
@@ -21,17 +21,17 @@ Do not use this skill for generic Markdown cleanup, README/docs copy edits, arch
2121

2222
## Roadmap model
2323

24-
- `plan/PLAN.md` is the top-down index and source of truth for work order.
24+
- `plan/ROADMAP.md` is the top-down index and source of truth for work order.
2525
- Active roadmap files hold only work that still matters for upcoming implementation.
2626
- `plan/completed.md` is a short factual journal, not an archive of execution detail.
2727
- `plan/tech-debt.md` is for accepted engineering follow-up after a smaller slice ships.
2828
- Deferred product files should explain their return conditions instead of acting as open-ended wishlists.
2929

3030
## Editing workflow
3131

32-
1. Read `plan/PLAN.md` and the target plan file before changing roadmap content.
32+
1. Read `plan/ROADMAP.md` and the target plan file before changing roadmap content.
3333
2. Classify the change as active roadmap, deferred product work, engineering follow-up, or completed work.
34-
3. Keep links and section membership in `plan/PLAN.md` synchronized with renamed, moved, added, or completed plan files.
34+
3. Keep links and section membership in `plan/ROADMAP.md` synchronized with renamed, moved, added, or completed plan files.
3535
4. Remove stale roadmap detail when work ships. Preserve only the short completed summary needed in `plan/completed.md`.
3636
5. Move new follow-up ideas to `plan/tech-debt.md` or a deferred roadmap file instead of leaving TODOs inside completed or active shipped sections.
3737

@@ -59,4 +59,5 @@ When drafting or revising iterations:
5959
- Keep planning docs in English.
6060
- Prefer concrete behavior and current constraints over generic platform-speak.
6161
- State assumptions and activation rules directly when work is deferred.
62-
- Remove stale guidance instead of appending contradictory notes on top of it.
62+
- Remove stale guidance instead of appending contradictory notes on top of it.
63+

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737

3838
- Markdown changes: `pnpm run lint:markdown`.
3939
- TypeScript or Vue changes: `pnpm run test:typecheck`, `pnpm run test:unit:agent`, `pnpm run lint:oxlint`, `pnpm run build`, and `pnpm run test:e2e:ci`.
40-
- Run applicable checks in parallel where practical.
40+
- Run applicable checks in parallel where practical.

docs/architecture/container-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Responsive CSS decision rules live here as architecture guidance, not as roadmap
1919

2020
- Keep at least one real `PageContent` screen with an `actions` slot covered in Playwright.
2121
- Add or keep a focused assertion that the header stacks when the `PageContent` container is narrowed inside a wide viewport, so the test proves container-driven behavior rather than viewport-driven behavior.
22-
- Re-run the existing responsive smoke around login and sidebar shell behavior to catch regressions in rules that intentionally stay on `@media`.
22+
- Re-run the existing responsive smoke around login and sidebar shell behavior to catch regressions in rules that intentionally stay on `@media`.

plan/PLAN.md renamed to plan/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ This file is the source of truth for the order of upcoming work. Each active ite
2929
- Every iteration must state its result, scope boundaries, non-goals, touched surfaces, required verification, and completed-work summary.
3030
- Prefer the smallest vertical slice that delivers one coherent user result. Use API-only work only when it produces a standalone contract that can be validated independently.
3131
- After an iteration ships, remove or collapse its active detail and add a short factual entry to [Completed work](completed.md).
32-
- Move new follow-up ideas to [Technical debt](tech-debt.md) or a deferred roadmap file instead of leaving TODOs inside completed work.
32+
- Move new follow-up ideas to [Technical debt](tech-debt.md) or a deferred roadmap file instead of leaving TODOs inside completed work.

plan/catalog-discoverability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
- The chosen discoverability control improves an observed ownership or packing-list workflow.
3131
- The public URL includes only supported, user-visible state.
3232
- The slice does not reopen deferred admin work or speculative browse features.
33-
- Any follow-up controls are listed as separate iterations instead of being bundled into the first discoverability change.
33+
- Any follow-up controls are listed as separate iterations instead of being bundled into the first discoverability change.

plan/completed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Migration CLI script (`tools/migrate.ts`). Playwright browser smoke covers login
4444

4545
## Seed data
4646

47-
Catalog seed CLI implemented with `drizzle-seed` for reset/reference data and plain Drizzle inserts for EAV rows. Includes local (`db:seed:local`) and CI/staging (`db:seed`) entrypoints, PR staging workflow integration, deterministic groups/categories/brands, and sample items covering seeded `number`, `enum`, and `boolean` property values with validation that each property is written to the correct `value*` column.
47+
Catalog seed CLI implemented with `drizzle-seed` for reset/reference data and plain Drizzle inserts for EAV rows. Includes local (`db:seed:local`) and CI/staging (`db:seed`) entrypoints, PR staging workflow integration, deterministic groups/categories/brands, and sample items covering seeded `number`, `enum`, and `boolean` property values with validation that each property is written to the correct `value*` column.

plan/packing-lists-mvp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ Catalog ownership is already shipped and summarized in [Completed work](complete
126126
- A signed-in user can add a custom entry directly on `/packing-lists/[id]`.
127127
- A signed-in user can toggle entries as packed and remove them.
128128
- A signed-in user can add an approved catalog item to an existing packing list from `/catalog/[id]`.
129-
- The flow remains useful even when the public catalog is incomplete.
129+
- The flow remains useful even when the public catalog is incomplete.

plan/tech-debt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Product-scope changes belong in the active roadmap or deferred roadmap files, no
3030

3131
## Responsive layout coverage
3232

33-
- **Add container-width coverage for `PageContent` actions**`PageContent` now uses `container-type: inline-size`, but Playwright should include a focused assertion that the header actions respond to a narrowed content container inside a wide viewport rather than only to viewport width.
33+
- **Add container-width coverage for `PageContent` actions**`PageContent` now uses `container-type: inline-size`, but Playwright should include a focused assertion that the header actions respond to a narrowed content container inside a wide viewport rather than only to viewport width.

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)