Release v0.3.1: dependency patch updates#53
Merged
Conversation
- @directus/extensions-sdk 17.1.1 -> 17.1.4 - @directus/types 15.0.1 -> 15.0.3 - @directus/utils 13.4.0 -> 13.4.1
- vue 3.5.32 -> 3.5.34 - vue-router 5.0.4 -> 5.0.6 - @vue/test-utils 2.4.6 -> 2.4.10 - @vitejs/plugin-vue 6.0.5 -> 6.0.6 - vue-tsc 3.2.6 -> 3.2.8
- vite 8.0.3 -> 8.0.11 - vitest 4.1.2 -> 4.1.5 - @vitest/coverage-v8 4.1.2 -> 4.1.5 - @vitest/ui 4.1.2 -> 4.1.5 - typescript 6.0.2 -> 6.0.3 - prettier 3.8.1 -> 3.8.3 - happy-dom 20.8.9 -> 20.9.0 - jsdom 29.0.1 -> 29.1.1
- eslint 10.2.0 -> 10.3.0 - @typescript-eslint/eslint-plugin 8.58.0 -> 8.59.2 - @typescript-eslint/parser 8.58.0 -> 8.59.2 - eslint-plugin-vue 10.8.0 -> 10.9.1
Stays within major 22 to match runtime (Docker container Node 22.18, CI matrix 20.x/22.x). Avoids divergence from actual Node version.
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-05-09T15:15:07.488Z |
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
Bumps 21 packages to their latest patch versions within current major ranges. All updates verified against quality, build, and test suites.
Changes
@directus/extensions-sdk17.1.1 → 17.1.4,@directus/types15.0.1 → 15.0.3,@directus/utils13.4.0 → 13.4.1vue3.5.32 → 3.5.34,vue-router5.0.4 → 5.0.6,@vue/test-utils2.4.6 → 2.4.10,@vitejs/plugin-vue6.0.5 → 6.0.6,vue-tsc3.2.6 → 3.2.8vite8.0.3 → 8.0.11,vitest4.1.2 → 4.1.5,@vitest/coverage-v84.1.2 → 4.1.5,@vitest/ui4.1.2 → 4.1.5,typescript6.0.2 → 6.0.3,prettier3.8.1 → 3.8.3,happy-dom20.8.9 → 20.9.0,jsdom29.0.1 → 29.1.1eslint10.2.0 → 10.3.0,@typescript-eslint/eslint-plugin8.58.0 → 8.59.2,@typescript-eslint/parser8.58.0 → 8.59.2,eslint-plugin-vue10.8.0 → 10.9.1@types/node22.19.17 → 22.19.18 (deliberately stays in major 22 to match Docker container Node 22.18 and CI matrix 20.x/22.x)Node compatibility check
Verified all updated tooling resolves to a compatible Node range:
>=20.19.0or>=22.13.0or>=24.0.0vitestandeslintengine fieldsVerification
vue-tsc --noEmit)--max-warnings=0)format:check)directus-extension build)Test plan