Chore/deps update August 2026 - #107
Merged
Merged
Conversation
kamdubiel
commented
Aug 3, 2026
Contributor
- Added mise config (mise.toml, mise.lock)
- Bumped all catalog deps (Next 16.2.12, eslint 10, TS 6, Storybook 10.5.4)
- Rebuilt lockfile from fresh resolution
- Fixed 8 audit vulns → 0 via overrides
- Overrode postcss, sharp, fast-uri, @hono/node-server, brace-expansion
- Suppressed unfixable elliptic advisory (dev-only, low)
- Pruned stale minimumReleaseAgeExclude list
- Dropped dead sharp allowBuilds entry
- Added eslint 10 peer rule for eslint-plugin-react
Coverage diff
Base coverage artifact missing; only PR coverage is shown. 🧮 Per-package delta
|
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s dependency/tooling baseline (pnpm catalog bumps, Node/pnpm engine declarations, security overrides) and introduces mise for tool version management.
Changes:
- Updates
pnpm-workspace.yamlcatalog versions, audit configuration, peer dependency rules, and vulnerability overrides. - Pins Node/pnpm versions in root
package.jsonand adds mise configuration/lockfiles. - Updates a frontend dependency and tweaks formatting ignore rules.
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Catalog/version bumps, security/audit config changes, build-script allowlist and overrides adjustments. |
| packages/ui/tsconfig.json | TS compiler option change for module path aliasing/root directory. |
| package.json | Updates Node engine, adds pnpm engine + packageManager/devEngines metadata. |
| mise.toml | Enables mise lockfile behavior and tool discovery settings. |
| mise.lock | Adds mise-generated tool lock (currently pins pnpm). |
| apps/frontend/package.json | Bumps next-public-env version. |
| .prettierignore | Ignores mise files in Prettier runs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
thabalija
approved these changes
Aug 3, 2026
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.