Develop#49
Conversation
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.5.0 to 11.5.1. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](isaacs/node-lru-cache@v11.5.0...v11.5.1) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.4) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.2 to 25.9.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…op/types/node-25.9.3 chore(deps-dev): bump @types/node from 25.9.2 to 25.9.3
…op/lru-cache-11.5.1 chore(deps): bump lru-cache from 11.5.0 to 11.5.1
…op/prettier-3.8.4 chore(deps-dev): bump prettier from 3.8.3 to 3.8.4
Bumps [eslint](https://github.com/eslint/eslint) from 10.4.1 to 10.5.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.1...v10.5.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…op/eslint-10.5.0 chore(deps-dev): bump eslint from 10.4.1 to 10.5.0
Bumps [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) from 5.8.12 to 5.8.17. - [Release notes](https://github.com/vercel/vercel/releases) - [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/vercel/vercel/commits/@vercel/node@5.8.17/packages/node) --- updated-dependencies: - dependency-name: "@vercel/node" dependency-version: 5.8.17 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…op/vercel/node-5.8.17 chore(deps-dev): bump @vercel/node from 5.8.12 to 5.8.17
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Cache: Disabled due to Reviews > Disable Cache setting Knowledge base: Disabled due to 📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates dependency versions in ChangesDependency Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
| "@vercel/node": "^5.8.17", | ||
| "concurrently": "^10.0.3", | ||
| "eslint": "10.4.1", | ||
| "eslint": "10.5.0", |
There was a problem hiding this comment.
eslint is pinned to an exact version (10.5.0) while every other devDependency uses a caret range (^). This means patch releases of ESLint won't be picked up automatically by yarn upgrade, which is inconsistent with the rest of the manifest. Consider aligning it with the caret style used elsewhere.
| "eslint": "10.5.0", | |
| "eslint": "^10.5.0", |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!



Summary by cubic
Update dependency versions to keep tooling and runtime current. No application logic changes.
lru-cache: 11.5.0 -> 11.5.1@vercel/node: 5.8.12 -> 5.8.17 (pulls@vercel/build-utilsto 13.30.0)@types/node: 25.9.2 -> 25.9.3eslint: 10.4.1 -> 10.5.0prettier: 3.8.3 -> 3.8.4Written for commit ac85203. Summary will update on new commits.
Greptile Summary
This PR performs a routine dependency refresh, bumping five packages to their latest patch or minor releases without any logic or configuration changes.
lru-cache(11.5.0 → 11.5.1),@types/node(25.9.2 → 25.9.3), andprettier(3.8.3 → 3.8.4) are minor patch bumps.@vercel/node(5.8.12 → 5.8.17) and its transitive dependency@vercel/build-utils(13.27.1 → 13.30.0) receive the largest jump, spanning several internal releases.eslintmoves from 10.4.1 to 10.5.0 and remains pinned as an exact version (no^), which is pre-existing but inconsistent with all otherdevDependencies.Confidence Score: 5/5
Routine dependency refresh; no logic changes, all bumps are patch or minor releases, and the lockfile is consistent with the manifest.
All five updated packages receive patch or minor version bumps with no structural changes to the project. The lockfile hashes and resolved URLs are consistent with the declared versions. The only noteworthy detail is the pre-existing exact pin on eslint (no ^), which is cosmetic and pre-dates this PR.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[package.json] -->|bumped| B[lru-cache v11.5.1] A -->|bumped| C[types-node v25.9.3] A -->|bumped| D[vercel-node v5.8.17] A -->|bumped| E[eslint v10.5.0] A -->|bumped| F[prettier v3.8.4] D -->|transitive dep| G[vercel-build-utils v13.30.0] B & C & D & E & F --> H[yarn.lock regenerated]Reviews (1): Last reviewed commit: "Merge pull request #47 from FrancoStino/..." | Re-trigger Greptile