Skip to content

[Codependence] update dependencies#158

Merged
yowainwright merged 1 commit intomainfrom
update-dependencies
Mar 9, 2026
Merged

[Codependence] update dependencies#158
yowainwright merged 1 commit intomainfrom
update-dependencies

Conversation

@yowainwright
Copy link
Owner

Dependency updates

Auto-generated by codependence using create-pull-request

@greptile-apps
Copy link

greptile-apps bot commented Mar 9, 2026

Greptile Summary

This PR performs a routine auto-generated dependency update via codependence, bumping several dev-only packages to their latest patch/minor versions with no impact on production behavior.

Changes:

  • @commitlint/cli and @commitlint/config-conventional: 20.4.220.4.3 (along with all transitive @commitlint/* sub-packages)
  • @types/node: 25.3.325.3.5
  • lint-staged: 16.3.116.3.2

Transitive lock file resolutions updated:

  • cosmiconfig: 9.0.09.0.1 (via @commitlint/load)
  • tinyexec: 1.0.1 removed, 1.0.2 now used exclusively
  • escalade: 3.1.1 removed, 3.2.0 now used exclusively (via yargs)

All changes are confined to devDependencies and the pnpm-lock.yaml is fully consistent with the updated package.json specifiers. No production code or runtime dependencies were modified.

Confidence Score: 5/5

  • This PR is safe to merge — all changes are patch/minor bumps to dev-only tooling dependencies.
  • All updated packages are devDependencies (commitlint, @types/node, lint-staged). No production runtime dependencies changed, and the lock file is fully consistent with the manifest. The transitive dep cleanup (removing duplicate tinyexec 1.0.1 and escalade 3.1.1) is a welcome deduplication.
  • No files require special attention.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A([codependence bot]) -->|detects outdated deps| B[package.json]
    B --> C{Updated devDependencies}
    C --> D["@commitlint/cli\n20.4.2 → 20.4.3"]
    C --> E["@commitlint/config-conventional\n20.4.2 → 20.4.3"]
    C --> F["@types/node\n25.3.3 → 25.3.5"]
    C --> G["lint-staged\n16.3.1 → 16.3.2"]
    D & E --> H["@commitlint/* sub-packages\n→ 20.4.3"]
    H --> I["cosmiconfig 9.0.0 → 9.0.1\ntinyexec 1.0.1 → 1.0.2\nescalade 3.1.1 → 3.2.0"]
    B --> J[pnpm-lock.yaml]
    I --> J
Loading

Last reviewed commit: 06d94ba

@yowainwright yowainwright merged commit f5484bf into main Mar 9, 2026
2 checks passed
@yowainwright yowainwright deleted the update-dependencies branch March 9, 2026 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant