RehanAhmad25 commented on issue #72298: URL: https://github.com/apache/airflow/issues/72298#issuecomment-5473666351
Opened a PR for this - https://github.com/apache/airflow/pull/72311 Just the third checklist item for now (the check comparing pnpm.overrides against the lockfile's overrides: block with a clear error message). Didn't touch the dependabot root cause or a durable fix, so this doesn't close things out on its own, a broken lockfile will still fail and still need a human to manually regenerate it, just with a readable message instead of the raw pnpm error. Also found and fixed a real drift while testing: fab's lockfile had a moment-timezone override that package.json didn't have anymore, included that fix in the same PR so the new check doesn't fail on main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
