Skip to content

Conversation

Copy link

Copilot AI commented Jan 22, 2026

The pino 10.2.0 upgrade failed during pnpm install due to conflicting version constraints between packages sharing the same dependency.

Root Cause

  • js-logger: pino: ^10.1.0 (flexible range)
  • express-access-log-middleware: pino: 10.1.0 (exact version in devDependencies)

When the lockfile updated to 10.2.0, the exact version constraint rejected it:

ERR_PNPM_OUTDATED_LOCKFILE  Cannot install with "frozen-lockfile"
The importer resolution is broken at dependency "pino": 
version "10.2.0" doesn't satisfy range "10.1.0"

Changes

  • Updated express-access-log-middleware/package.json to use pino: ^10.1.0 matching js-logger's constraint
  • Both packages now accept pino 10.2.0 from the lockfile

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

… match js-logger

Co-authored-by: CptSchnitz <12687466+CptSchnitz@users.noreply.github.com>
Copy link
Author

Copilot AI commented Jan 22, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • iojs.org
    • Triggering command: /usr/bin/curl curl -q --fail --compressed -L -s REDACTED -o - (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update dependency pino to v10.2.0 fix(express-access-log-middleware): align pino version constraint with js-logger Jan 22, 2026
Copilot AI requested a review from CptSchnitz January 22, 2026 09:13
@CptSchnitz
Copy link
Collaborator

@copilot you failed

@CptSchnitz CptSchnitz closed this Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants