Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
minizlib 3.0.2 -> 3.1.0 age confidence

Release Notes

isaacs/minizlib (minizlib)

v3.1.0

Compare Source


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 Sep 25, 2025
@renovate renovate bot requested a review from prabhu as a code owner September 25, 2025 02:14
@renovate renovate bot added the dependency Dependency updates label Sep 25, 2025
Copy link
Contributor

github-actions bot commented Sep 25, 2025

Output of pnpm why minizlib:

Legend: production dependency, optional only, dev only

@cyclonedx/cdxgen@11.9.0 /home/runner/work/cdxgen/cdxgen

dependencies:
tar 7.4.3
└── minizlib 3.1.0

optionalDependencies:
@appthreat/sqlite3 6.0.9
└─┬ node-gyp 11.4.2
  ├─┬ make-fetch-happen 15.0.2
  │ ├─┬ cacache 20.0.0
  │ │ └─┬ tar 7.4.3
  │ │   └── minizlib 3.1.0
  │ └─┬ minipass-fetch 4.0.1
  │   └── minizlib 3.1.0
  └─┬ tar 7.4.3
    └── minizlib 3.1.0
sequelize 6.37.7
└─┬ @appthreat/sqlite3 6.0.9 peer
  └─┬ node-gyp 11.4.2
    ├─┬ make-fetch-happen 15.0.2
    │ ├─┬ cacache 20.0.0
    │ │ └─┬ tar 7.4.3
    │ │   └── minizlib 3.1.0
    │ └─┬ minipass-fetch 4.0.1
    │   └── minizlib 3.1.0
    └─┬ tar 7.4.3
      └── minizlib 3.1.0

Output of jq on components:

{
  "authors": [
    {
      "name": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
    }
  ],
  "group": "",
  "name": "minizlib",
  "version": "3.1.0",
  "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.",
  "scope": "optional",
  "hashes": [
    {
      "alg": "SHA-512",
      "content": "299c58a350549160f64d514baf4310a0cf2f5148a0583dcb943f376bfef906a0bee2a1341dbd55a39bf516071f68d5ef7d7cebfb912143a8a783f09a0628d397"
    }
  ],
  "licenses": [
    {
      "license": {
        "id": "MIT",
        "url": "https://opensource.org/licenses/MIT"
      }
    }
  ],
  "purl": "pkg:npm/minizlib@3.1.0",
  "externalReferences": [
    {
      "type": "vcs",
      "url": "https://github.com/isaacs/minizlib#readme"
    },
    {
      "type": "vcs",
      "url": "git+https://github.com/isaacs/minizlib.git"
    }
  ],
  "type": "library",
  "bom-ref": "pkg:npm/minizlib@3.1.0",
  "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": [
    "stream"
  ]
}

Output of jq on dependencies:

{
  "ref": "pkg:npm/minizlib@3.1.0",
  "dependsOn": [
    "pkg:npm/minipass@7.1.2"
  ]
}
{
  "ref": "pkg:npm/minipass-fetch@4.0.1",
  "dependsOn": [
    "pkg:npm/minipass-sized@1.0.3",
    "pkg:npm/minipass@7.1.2",
    "pkg:npm/minizlib@3.1.0"
  ]
}
{
  "ref": "pkg:npm/tar@7.4.3",
  "dependsOn": [
    "pkg:npm/@isaacs/fs-minipass@4.0.1",
    "pkg:npm/chownr@3.0.0",
    "pkg:npm/minipass@7.1.2",
    "pkg:npm/minizlib@3.1.0",
    "pkg:npm/mkdirp@3.0.1",
    "pkg:npm/yallist@5.0.0"
  ]
}

@renovate renovate bot force-pushed the renovate/minizlib-3.x branch from a4af88d to b191a16 Compare September 25, 2025 18:51
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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.

0 participants