chore(deps): update all dependencies within their ranges#99
chore(deps): update all dependencies within their ranges#99nmontavon wants to merge 3 commits intotechniq:mainfrom
Conversation
🦋 Changeset detectedLatest commit: f528688 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull request overview
This PR aims to update all dependencies within their version ranges to resolve approximately 16 audit issues that would otherwise fail CI. The update includes both devDependencies and runtime dependencies across multiple packages in the monorepo.
Changes:
- Updated numerous development dependencies including build tools, testing frameworks, and SvelteKit packages
- Updated runtime dependencies including lodash-es, prismjs, immer, zod, and UI libraries
- Updated wrangler in the root package.json
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sites/docs/package.json | Updated 25+ dependencies including SvelteKit, Svelte, TypeScript, Prettier, and various tools |
| packages/utils/package.json | Updated build tools, testing frameworks, and lodash-es dependency |
| packages/tailwind/package.json | Updated similar development dependencies and culori, tailwind-merge packages |
| packages/svelte-table/package.json | Updated build/test dependencies and lodash-es |
| packages/svelte-stores/package.json | Updated dependencies including immer, zod, and lodash-es |
| packages/svelte-actions/package.json | Updated dependencies including @floating-ui/dom and lodash-es |
| package.json | Updated wrangler from 4.14.4 to 4.61.1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks @nmontavon! I just kicked CI and looks like
Also, are you using the |
|
we're actually using next versions of layerchart, and got an audit for @layerstack/utils regarding lodash-es. Seems to be a type issue in For now, using skipLibCheck in the tsconfig.json will supress this. |
I see. on the We've also removed If possible, could you:
|
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|

unresolved audits:
cookieis not overridden, because of chore: revert cookie upgrade sveltejs/kit#12767tmpis not overridden, because it's just a devDependency in the end