Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2025

This PR contains the following updates:

Package Change Age Confidence
strip-json-comments 3.1.1 -> 5.0.3 age confidence

Release Notes

sindresorhus/strip-json-comments (strip-json-comments)

v5.0.3

Compare Source

  • Fix handling of malformed block comments 532a6be

v5.0.2

Compare Source

  • Fix stripping non-breaking comments in code when preserving whitespace 77be3c8

v5.0.1

Compare Source

v5.0.0

Compare Source

Breaking
Improvements

v4.0.0

Compare Source

Breaking

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency Dependency updates label Oct 29, 2025
@renovate renovate bot requested a review from prabhu as a code owner October 29, 2025 00:07
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Output of pnpm why strip-json-comments:

Legend: production dependency, optional only, dev only

@cyclonedx/cdxgen@12.0.0 /home/runner/work/cdxgen/cdxgen

optionalDependencies:
@appthreat/sqlite3 6.0.9
└─┬ prebuild-install 7.1.3
  └─┬ rc 1.2.8
    └── strip-json-comments 5.0.3
sequelize 6.37.7
└─┬ @appthreat/sqlite3 6.0.9 peer
  └─┬ prebuild-install 7.1.3
    └─┬ rc 1.2.8
      └── strip-json-comments 5.0.3

Output of jq on components:

{
  "authors": [
    {
      "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
    }
  ],
  "group": "",
  "name": "strip-json-comments",
  "version": "5.0.3",
  "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  "scope": "optional",
  "hashes": [
    {
      "alg": "SHA-512",
      "content": "d6d0799a1568ed4f844c128d7fddb14f886b41ade99b4319d0f42fb839d68000061c3b1fa7894f4a9892ea9b2b4a27adf3bc3218f87d7edeb09a138c4348438b"
    }
  ],
  "licenses": [
    {
      "license": {
        "id": "MIT",
        "url": "https://opensource.org/licenses/MIT"
      }
    }
  ],
  "purl": "pkg:npm/strip-json-comments@5.0.3",
  "externalReferences": [
    {
      "type": "vcs",
      "url": "https://github.com/sindresorhus/strip-json-comments#readme"
    },
    {
      "type": "vcs",
      "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
    }
  ],
  "type": "library",
  "bom-ref": "pkg:npm/strip-json-comments@5.0.3",
  "properties": [
    {
      "name": "SrcFile",
      "value": "pnpm-lock.yaml"
    }
  ],
  "evidence": {
    "identity": [
      {
        "field": "purl",
        "confidence": 1,
        "methods": [
          {
            "technique": "manifest-analysis",
            "confidence": 1,
            "value": "pnpm-lock.yaml"
          }
        ],
        "concludedValue": "pnpm-lock.yaml"
      }
    ]
  },
  "tags": [
    "json"
  ]
}

Output of jq on dependencies:

{
  "ref": "pkg:npm/strip-json-comments@5.0.3",
  "dependsOn": []
}
{
  "ref": "pkg:npm/rc@1.2.8",
  "dependsOn": [
    "pkg:npm/deep-extend@0.6.0",
    "pkg:npm/ini@6.0.0",
    "pkg:npm/minimist@1.2.8",
    "pkg:npm/strip-json-comments@5.0.3"
  ]
}

@malice00 malice00 merged commit 476acb6 into master Oct 29, 2025
70 checks passed
@malice00 malice00 deleted the renovate/strip-json-comments-5.x branch October 29, 2025 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants