Skip to content

Bump jsonpath from 1.1.1 to 1.2.0 in /catalog#4721

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/catalog/jsonpath-1.2.0
Closed

Bump jsonpath from 1.1.1 to 1.2.0 in /catalog#4721
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/catalog/jsonpath-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps jsonpath from 1.1.1 to 1.2.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Greptile Overview

Greptile Summary

This PR upgrades the jsonpath dependency from version 1.1.1 to 1.2.0 in the catalog module. The library is used for parsing and validating JSON path expressions in PackageDescription.tsx:37 when users configure metadata fields for package descriptions.

Key Changes:

  • Minor version upgrade (1.1.1 → 1.2.0)
  • Adds escodegen as a new dependency for code generation
  • Updates transitive dependencies (static-eval 2.0.2 → 2.1.1, underscore 1.12.1 → 1.13.6)
  • No breaking API changes expected for minor version bump

Impact Assessment:
The code only uses jsonpath.parse() method for validation purposes, which is a stable API. The minor version bump should maintain backward compatibility per semantic versioning. The upgrade includes security and maintenance updates to transitive dependencies.

Confidence Score: 5/5

  • This PR is safe to merge - it's a minor dependency update with no breaking changes
  • Minor version update following semantic versioning guarantees backward compatibility. The codebase uses only the stable jsonpath.parse() API. Transitive dependency updates include security patches. Dependabot has validated compatibility.
  • No files require special attention

Important Files Changed

Filename Overview
catalog/package.json Simple version bump for jsonpath dependency from ^1.1.1 to ^1.2.0
catalog/package-lock.json Lock file updates for jsonpath 1.2.0 upgrade, includes escodegen dependency and minor transitive dependency updates

Sequence Diagram

sequenceDiagram
    participant User
    participant PackageDescription
    participant jsonpath
    participant escodegen
    
    User->>PackageDescription: Enter JSON path (e.g., $.Some.Key)
    PackageDescription->>jsonpath: parse(label)
    jsonpath->>escodegen: Generate AST for path expression
    escodegen-->>jsonpath: Return parsed AST
    alt Valid JSON path
        jsonpath-->>PackageDescription: Return parsed result
        PackageDescription-->>User: Clear error state
    else Invalid JSON path
        jsonpath-->>PackageDescription: Throw parsing error
        PackageDescription-->>User: Display error message
    end
Loading

Bumps [jsonpath](https://github.com/dchester/jsonpath) from 1.1.1 to 1.2.0.
- [Commits](https://github.com/dchester/jsonpath/commits/1.2.0)

---
updated-dependencies:
- dependency-name: jsonpath
  dependency-version: 1.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2026
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2026

Superseded by #4733.

@dependabot dependabot bot closed this Feb 12, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/catalog/jsonpath-1.2.0 branch February 12, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants