Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .chronus/changes/bumpCrossSpawn-2025-5-2-17-8-35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
changeKind: internal
packages:
- "@autorest/python"
- "@azure-tools/typespec-python"
---

Bump `cross-spawn` to `>=7.0.5`
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"homepage": "https://github.com/Azure/autorest.python#readme",
"devDependencies": {
"@actions/github": "6.0.0",
"@chronus/chronus": "^1.0.2",
"@chronus/github": "^1.0.2",
"@chronus/chronus": "^0.12.1",
"@chronus/github": "^0.4.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this downgraded?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same question. @iscai-msft Could you provide more context?

"@eslint/js": "^9.11.1",
"autorest": "~3.7.1",
"cross-env": "^7.0.3",
Expand All @@ -55,5 +55,10 @@
"prod",
"resolutions"
]
},
"pnpm": {
"overrides": {
"cross-spawn@>=7.0.0 <7.0.5": "^7.0.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you actually need that or just udating your lock file is good enough(try deleting it and git clean and pnpm install)

}
}
}
Loading
Loading