Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ea16d3

Browse filesBrowse files
nodejs-github-botaduh95
authored andcommitted
deps: update corepack to 0.34.6
PR-URL: #61510 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
1 parent 8fdde5d commit 2ea16d3
Copy full SHA for 2ea16d3

4 files changed

+118-84Lines changed: 118 additions & 84 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎deps/corepack/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: deps/corepack/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.34.6](https://github.com/nodejs/corepack/compare/v0.34.5...v0.34.6) (2026-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** fix PowerShell functions suggestions ([#784](https://github.com/nodejs/corepack/issues/784)) ([b1544c8](https://github.com/nodejs/corepack/commit/b1544c82a63781bd77d49f7b566fefd0104b7d6d))
9+
* update package manager versions ([#778](https://github.com/nodejs/corepack/issues/778)) ([efed597](https://github.com/nodejs/corepack/commit/efed59797d30caa362a1fa8475cd7d17dc3b7282))
10+
311
## [0.34.5](https://github.com/nodejs/corepack/compare/v0.34.4...v0.34.5) (2025-11-24)
412

513

Collapse file

‎deps/corepack/README.md‎

Copy file name to clipboardExpand all lines: deps/corepack/README.md
+6-6Lines changed: 6 additions & 6 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ On Windows PowerShell, you can add functions using the `$PROFILE` automatic
219219
variable:
220220

221221
```powershell
222-
echo "function yarn { corepack yarn `$args }" >> $PROFILE
223-
echo "function yarnpkg { corepack yarnpkg `$args }" >> $PROFILE
224-
echo "function pnpm { corepack pnpm `$args }" >> $PROFILE
225-
echo "function pnpx { corepack pnpx `$args }" >> $PROFILE
226-
echo "function npm { corepack npm `$args }" >> $PROFILE
227-
echo "function npx { corepack npx `$args }" >> $PROFILE
222+
echo 'function yarn { corepack yarn @args }' >> $PROFILE
223+
echo 'function yarnpkg { corepack yarnpkg @args }' >> $PROFILE
224+
echo 'function pnpm { corepack pnpm @args }' >> $PROFILE
225+
echo 'function pnpx { corepack pnpx @args }' >> $PROFILE
226+
echo 'function npm { corepack npm @args }' >> $PROFILE
227+
echo 'function npx { corepack npx @args }' >> $PROFILE
228228
```
229229

230230
### `corepack disable [... name]`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.