History log of /expo/packages/@expo/package-manager/build/node/BunPackageManager.js (Results 1 – 3 of 3)
Revision Date Author Comments
# 1a3a1db5 20-Sep-2023 Evan Bacon <[email protected]>

Update tsconfigs to node 18 (current LTS) (#24471)

# Why

Expo supports Node.js LTS, this is currently Node 18. This PR updates
from 14 to 18.

<!--
Please describe the motivation for this PR,

Update tsconfigs to node 18 (current LTS) (#24471)

# Why

Expo supports Node.js LTS, this is currently Node 18. This PR updates
from 14 to 18.

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# dc1a6633 11-Sep-2023 Evan Bacon <[email protected]>

fix(package-manager): remove extra console log (#24355)


# 6a725f6f 08-Sep-2023 Colin McDonnell <[email protected]>

feat: detect Bun package manager (#24168)

# Why

Adds Bun as a recognized package manager

Sister PR: https://github.com/expo/expo-cli/pull/4752

# How

Added `@expo/package-manager`

# Te

feat: detect Bun package manager (#24168)

# Why

Adds Bun as a recognized package manager

Sister PR: https://github.com/expo/expo-cli/pull/4752

# How

Added `@expo/package-manager`

# Test Plan

Added `BunPackageManager-test.ts` and added Bun tests to
`nodeManagers-test.ts`.

<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->

# Checklist

---------

Co-authored-by: Evan Bacon <[email protected]>
Co-authored-by: Expo Bot <[email protected]>

show more ...