Skip to content

Commit 58809dd

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 58809dd

10 files changed

Lines changed: 42 additions & 9 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

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/ROADMAP.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Perd roadmap
2+
3+
This file is the source of truth for the order of upcoming work. Each active item should be small enough to finish, validate, and then remove from this list or summarize in [Completed work](completed.md).
4+
5+
## Now
6+
7+
- [Packing list shell](packing-lists-mvp.md#iteration-1-packing-list-shell) — create the first user-owned packing list surface; done when a signed-in user can create, view, rename, and delete empty packing lists.
8+
9+
## Next
10+
11+
- [Custom checklist entries](packing-lists-mvp.md#iteration-2-custom-checklist-entries) — make one packing list useful without catalog coverage; done when custom entries can be added, packed/unpacked, and removed.
12+
- [Catalog-backed packing entries](packing-lists-mvp.md#iteration-3-catalog-backed-packing-entries) — connect catalog detail to packing lists; done when an approved catalog item can be added from `/catalog/[id]` to an existing packing list.
13+
- [Packing navigation decision](packing-lists-mvp.md#iteration-4-packing-navigation-decision) — decide how packing becomes the primary workflow; done when navigation and `/` behavior match the shipped packing experience.
14+
15+
## Deferred product work
16+
17+
- [Catalog discoverability](catalog-discoverability.md) — search/filter/URL work waits until shipped ownership and packing flows prove browse friction.
18+
- [Admin catalog operations](admin-catalog-operations.md) — item create/edit/delete tooling stays behind the user-facing MVP unless catalog maintenance becomes a proven blocker.
19+
20+
## Engineering follow-up
21+
22+
- [Technical debt](tech-debt.md) — accepted engineering work that is intentionally deferred.
23+
- [Architecture notes](../docs/architecture/container-queries.md) — stable responsive CSS decision rules, not active product roadmap work.
24+
- [Completed work](completed.md) — short shipped-work journal.
25+
26+
## Planning rules
27+
28+
- Keep this file as a short top-down index. Detailed execution notes belong only in the active iteration file.
29+
- Every iteration must state its result, scope boundaries, non-goals, touched surfaces, required verification, and completed-work summary.
30+
- 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.
31+
- 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.

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)