chore(deps): обновить зависимости - #17
Closed
mokevnin wants to merge 1 commit into
Closed
Conversation
Обновление через `make deps-update` (ncu -u) плюс рефреш pnpm-lock.yaml: 14 транзитивных пакетов (find-my-way, fast-xml-parser, ansi-regex и др.). npm-check-updates перенесён из dependencies в devDependencies. Добавлен make-таргет deps-update. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Что
Обновление зависимостей:
make deps-update(ncu -u) + рефрешpnpm-lock.yaml.Прямые зависимости (package.json):
fastify5.10 → 5.12.1,@fastify/jwt10.2.1 → 10.2.2,@fastify/response-validation3.0.3 → 3.0.4,@fastify/sensible6.0.4 → 6.0.5,fastify-openapi-glue4.11.3 → 4.11.4typescript5.9.3 → 7.0.2,vitest4.1.10 → 4.1.11,oxlint1.78 → 1.79,oxfmt0.63 → 0.64@typespec/*1.14 → 1.15 (rest/versioning 0.84 → 0.85)better-sqlite313.0.2 → 13.0.3,es-toolkit1.50 → 1.51,@faker-js/faker10.5 → 10.6,globals17.8 → 17.11packageManagerpnpm 11.20.0 → 11.22.0Лок-файл: 14 транзитивных пакетов (
find-my-way,fast-xml-parser,ansi-regex,node-addon-api,temporal-polyfillи др.).Заодно:
npm-check-updatesперенесён изdependenciesвdevDependencies— он инструмент разработки, в рантайме не нужен.Makefileдобавлен таргетdeps-update.Проверка
make lint(oxlint + tsc + format:check) — зелёныйmake test— 4 файла, 15 тестов, все проходятbetter-sqlite3пересобрался нативно без ошибок (важно из-заnode-addon-api)🤖 Generated with Claude Code