Merged
Conversation
|
| Filename | Overview |
|---|---|
| package.json | Updates 7 dependencies: zip-a-folder 4.0.4→6.1.0 (major bump, production dep), @commitlint/* 20.4.3→20.5.0, @types/node 25.3.5→25.5.0, @typescript-eslint/* 8.56.1→8.57.0 (all dev deps). The zip-a-folder major version jump (skipping v5) is notable but the core API used (import { zip }) remains compatible. |
| pnpm-lock.yaml | Lockfile updated to reflect the dependency version bumps in package.json. Resolution hashes and peer dependency references updated consistently across ~1293 changed lines. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[codependence auto-update] --> B[package.json]
B --> C{Dependency Changes}
C --> D["zip-a-folder\n4.0.4 → 6.1.0\n(production)"]
C --> E["@commitlint/*\n20.4.3 → 20.5.0\n(dev)"]
C --> F["@types/node\n25.3.5 → 25.5.0\n(dev)"]
C --> G["@typescript-eslint/*\n8.56.1 → 8.57.0\n(dev)"]
B --> H[pnpm-lock.yaml]
D --> I["src/script.ts\nimport { zip } from 'zip-a-folder'\nAPI unchanged"]
Last reviewed commit: 326241b
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.
Dependency updates
Auto-generated by [codependence][1] using [create-pull-request][2]
[1]: https://github.com/yowainwright/build-lambda-layer
[2]: https://github.com/peter-evans/create-pull-request