Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2025

This PR contains the following updates:

Package Change Age Confidence
decompress-response 6.0.0 -> 9.0.0 age confidence

Release Notes

sindresorhus/decompress-response (decompress-response)

v9.0.0

Compare Source

Breaking
Fixes
  • Fix it incorrectly modifying the original response 8e713c3

v8.1.0

Compare Source

v8.0.0

Compare Source

Breaking
Fixes
  • Preserve content-encoding header if the respose is passed through b35646b

v7.0.0

Compare Source

Breaking
  • Remove content-encoding header (#​30) 9355974
    It should only be a breaking change for TypeScript users since the return type changed.

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 22, 2025
@renovate renovate bot requested a review from prabhu as a code owner October 22, 2025 22:55
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Output of pnpm why decompress-response:

Legend: production dependency, optional only, dev only

@cyclonedx/[email protected] /home/runner/work/cdxgen/cdxgen

dependencies:
got 14.6.0
└── decompress-response 9.0.0

optionalDependencies:
@appthreat/sqlite3 6.0.9
└─┬ prebuild-install 7.1.3
  └─┬ simple-get 4.0.1
    └── decompress-response 9.0.0
sequelize 6.37.7
└─┬ @appthreat/sqlite3 6.0.9 peer
  └─┬ prebuild-install 7.1.3
    └─┬ simple-get 4.0.1
      └── decompress-response 9.0.0

Output of jq on components:

{
  "authors": [
    {
      "name": "Sindre Sorhus <[email protected]> (https://sindresorhus.com)"
    }
  ],
  "group": "",
  "name": "decompress-response",
  "version": "9.0.0",
  "description": "Decompress a HTTP response if needed",
  "scope": "optional",
  "hashes": [
    {
      "alg": "SHA-512",
      "content": "e88eec98d66e94369eb3fe689d5b955c9e5695e16eeb699c8d6e40f182643f17b7172275ecda400c85d1078d61617954e150ccb2a8647b62b54a75c8c5cf28cf"
    }
  ],
  "licenses": [
    {
      "license": {
        "id": "MIT",
        "url": "https://opensource.org/licenses/MIT"
      }
    }
  ],
  "purl": "pkg:npm/[email protected]",
  "externalReferences": [
    {
      "type": "vcs",
      "url": "https://github.com/sindresorhus/decompress-response#readme"
    },
    {
      "type": "vcs",
      "url": "git+https://github.com/sindresorhus/decompress-response.git"
    }
  ],
  "type": "library",
  "bom-ref": "pkg:npm/[email protected]",
  "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"
      }
    ]
  }
}

Output of jq on dependencies:

{
  "ref": "pkg:npm/[email protected]",
  "dependsOn": [
    "pkg:npm/[email protected]"
  ]
}
{
  "ref": "pkg:npm/[email protected]",
  "dependsOn": [
    "pkg:npm/@sindresorhus/[email protected]",
    "pkg:npm/@szmarczak/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]"
  ]
}
{
  "ref": "pkg:npm/[email protected]",
  "dependsOn": [
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]"
  ]
}

Signed-off-by: Roland Asmann <[email protected]>
@renovate
Copy link
Contributor Author

renovate bot commented Oct 22, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant