Update all dependencies to latest versions (v0.2.18)#46
Merged
Conversation
Update 28 packages across 3 phases aligned with expandable-blocks and expandable-blocks-api extensions. Phase 1: Safe minor/patch updates + security fixes Phase 2: ESLint 10, TypeScript 6, Vitest 4, jsdom 29, vue-router 5 Phase 3: Directus SDK 17.1.1, Types 15.0.1, fresh lockfile Resolves 1 CRITICAL (happy-dom RCE) and 5 HIGH vulnerabilities. Remaining 4 are transitive SDK dependencies. Closes #45
Quality Check ResultsTypeScript Type Check✅ Passed - No type errors found ESLint✅ Passed - No linting errors Prettier Format Check✅ Passed - Code is properly formatted Build✅ Passed - Extension builds successfully Updated: 2026-04-04T03:15:54.060Z |
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
Changes
Phase 1: Safe Minor/Patch + Security Fixes
lodash4.17.21 → 4.18.1,@directus/format-title12.0.1 → 12.1.2happy-dom18.0.1 → 20.8.9 (CRITICAL: RCE fix)playwright1.54.2 → 1.59.1 (HIGH: SSL bypass fix)Phase 2: Major Tooling Updates
eslint9.x → 10.2.0,@eslint/js9.x → 10.0.1typescript5.x → 6.0.2vitest3.x → 4.1.2 (+vite8.0.3 as peer dep)jsdom26.x → 29.0.1,vue-router4.x → 5.0.4Phase 3: Directus SDK
@directus/extensions-sdk11.0.10 → 17.1.1@directus/types13.2.2 → 15.0.1Code Changes
index.ts: Workaround for TS 6.0.2 compiler crash with SDK v17 complex typestsconfig.json: Removed deprecatedbaseUrl(TS 6)package.json: Version bump to 0.2.18CHANGELOG.md+README.md: UpdatedSecurity Audit (after update)
4 remaining vulnerabilities — all transitive in
@directus/extensions-sdk(lodash-es, unhead), not in our code.Test plan
pnpm run quality(type-check + lint + format:check) passedpnpm run buildsuccessfulpnpm run test:run— 39/39 tests passed (Vitest 4)Closes #45