Skip to content

chore(deps-dev): bump @graphql-codegen/cli from 6.3.1 to 7.3.1 - #104

Merged
chanwoo7 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0
Aug 27, 2026
Merged

chore(deps-dev): bump @graphql-codegen/cli from 6.3.1 to 7.3.1#104
chanwoo7 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @graphql-codegen/cli from 6.3.1 to 7.3.1.

Changelog

Sourced from @​graphql-codegen/cli's changelog.

7.3.1

Patch Changes

  • #10924 0c8f5ba Thanks @​eddeee888! - Fix profiler output not being written to the filesystem in watch mode (--profile --watch)

    The profiler trace was only written on the non-watch code path, after the watch-mode early return, so a profiled watch session never produced a codegen-*.json file.

    The profiler now writes a fresh trace file after the initial run and after every rebuild, with each file containing only that run's events. A failed rebuild does not produce a trace and its events are discarded so they don't leak into the next successful run.

    The Profiler now owns its own trace lifecycle:

    • a new clear() method starts a new trace
    • a new outputName property provides the filename for the current trace (null for the noop profiler)
    • filename generation was removed from CodegenContext
  • Updated dependencies [0c8f5ba]:

    • @​graphql-codegen/plugin-helpers@​7.2.1

7.3.0

Minor Changes

  • #10921 58cdb31 Thanks @​eddeee888! - Extend overwrite with overwrite.removeStaleFiles and overwrite.updateExistingFiles

    overwrite was being used to both remove stale files in watch mode and update existing files. Some plugins such as Server Preset may dynamically return files to write between watch runs (for performance purposes).

    The overwrite can now take an object with overwrite.removeStaleFiles and overwrite.updateExistingFiles fields to allow granular control over actions.

    This is not a breaking change because overwrite=true|false still works.

Patch Changes

  • Updated dependencies [58cdb31]:
    • @​graphql-codegen/plugin-helpers@​7.2.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​graphql-codegen/cli since your current version.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the 📦 Dependencies 의존성 업데이트 (Dependabot 등) label May 25, 2026
@codecov

codecov Bot commented May 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

github-actions Bot commented May 25, 2026

Copy link
Copy Markdown

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 97.65% 5028/5149
🟢 Branches 93.98% 2060/2192
🟢 Functions 96.22% 968/1006
🟢 Lines 98.2% 4574/4658

Test suite run success

1636 tests passing in 190 suites.

Report generated by 🧪jest coverage report action from 9bbfb0e

@dependabot dependabot Bot changed the title chore(deps-dev): bump @graphql-codegen/cli from 6.3.1 to 7.0.0 chore(deps-dev): bump @graphql-codegen/cli from 6.3.1 to 7.1.2 Jun 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0 branch from 4f141cf to b76cf89 Compare June 10, 2026 18:42
@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown

🧹 knip — dead-code 리포트

Unused exports (2)
전체 리포트
Unused exports (2)
RegionRepository  src/features/region/index.ts:3:10
StoreRepository   src/features/store/index.ts:3:10

청소 후보(오탐 가능) · 기준 docs/guide/architecture-conventions.md

@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown

🩺 NestJS Doctor — 89/100 (Good)

진단 283건 (error 0).

Category error warning info
architecture 0 0 13
correctness 0 130 0
performance 0 24 17
schema 0 0 86
security 0 13 0
architecture / security 상위 항목
  • info architecture/architecture/no-barrel-export-internals: Barrel file re-exports internal type 'IAuditLogRepository'.
  • warning security/security/no-exposed-env-vars: Direct 'process.env.NODE_ENV' access in 'AuthController'. Use ConfigService instead.
  • warning security/security/require-guards-on-endpoints: Endpoint 'start' has no @UseGuards() at class or method level.
  • warning security/security/require-guards-on-endpoints: Endpoint 'callback' has no @UseGuards() at class or method level.
  • warning security/security/require-guards-on-endpoints: Endpoint 'refresh' has no @UseGuards() at class or method level.
  • warning security/security/require-guards-on-endpoints: Endpoint 'logout' has no @UseGuards() at class or method level.
  • warning security/security/require-guards-on-endpoints: Endpoint 'sellerLogin' has no @UseGuards() at class or method level.
  • warning security/security/require-guards-on-endpoints: Endpoint 'sellerRefresh' has no @UseGuards() at class or method level.
  • warning security/security/require-guards-on-endpoints: Endpoint 'sellerLogout' has no @UseGuards() at class or method level.
  • warning security/security/require-guards-on-endpoints: Endpoint 'devIssueToken' has no @UseGuards() at class or method level.
  • info architecture/architecture/no-barrel-export-internals: Barrel file re-exports internal module '@/features/conversation/repositories/conversation.repository'.
  • info architecture/architecture/no-barrel-export-internals: Barrel file re-exports internal type 'ConversationRepository'.
  • info architecture/architecture/no-barrel-export-internals: Barrel file re-exports internal module '@/features/order/repositories/order.repository'.
  • info architecture/architecture/no-barrel-export-internals: Barrel file re-exports internal type 'OrderRepository'.
  • info architecture/architecture/no-barrel-export-internals: Barrel file re-exports internal module '@/features/product/repositories/product.repository'.

오탐 포함 가능 · 기준 docs/guide/architecture-conventions.md

@chanwoo7

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 6.3.1 to 7.3.1.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@7.3.1/packages/graphql-codegen-cli)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump @graphql-codegen/cli from 6.3.1 to 7.1.2 chore(deps-dev): bump @graphql-codegen/cli from 6.3.1 to 7.3.1 Aug 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0 branch from b76cf89 to 9bbfb0e Compare August 27, 2026 13:02
@chanwoo7
chanwoo7 merged commit 72022b2 into main Aug 27, 2026
10 checks passed
@chanwoo7
chanwoo7 deleted the dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0 branch August 27, 2026 13:07
chanwoo7 added a commit that referenced this pull request Aug 27, 2026
…codegen/cli-7.0.0

chore(deps-dev): bump @graphql-codegen/cli from 6.3.1 to 7.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 Dependencies 의존성 업데이트 (Dependabot 등)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant