What's Changed
Features
- feat(core): pnpm support by @erickzhao in #3822
Fixes
- fix(template): use esm imports for vite template only by @erickzhao in #3824
- fix(template-base): install correct version of plugin-fuses by @erickzhao in #3823
- fix(template-vite): make
--force
flag work by @erickzhao in #3825 - fix(template-vite-typescript): make
--force
flag work by @erickzhao in #3829 - fix(package): make
packagerConfig.quiet
configurable by @erickzhao in #3831 - fix(maker-flatpak): fix flatpakArch for arm64 by @pano9000 in #3839
- fix(cli): deduplicate default information by @erickzhao in #3842
- fix: upgrade
commander
4 -> 11 by @erickzhao in #3848 - fix(cli): clean up output by @erickzhao in #3851
- fix(cli): error if system check fails by @erickzhao in #3852
- perf(cli): minimize
resolvePackageManager
calls by @erickzhao in #3853 - perf(cli): only check system on commands by @erickzhao in #3843
- perf(cli): only check for
git
on init by @erickzhao in #3846
Other Changes
- build: update outdated yarn.lock by @dsanders11 in #3819
- build(deps): bump @octokit/request-error from 2.1.0 to 5.1.1 by @dependabot in #3856
- build(deps): bump deps to partially clear audit by @dsanders11 in #3820
- build(deps): bump dsanders11/project-actions from 1.4.0 to 1.5.1 by @dependabot in #3834
- build(deps): bump actions/setup-node from 4.1.0 to 4.2.0 by @dependabot in #3833
- build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 by @dependabot in #3850
- build(deps-dev): bump vitest from 3.0.3 to 3.0.5 by @dependabot in #3836
- chore: run ESLint with cache on lint-staged by @erickzhao in #3837
- chore: clean up issue templates by @erickzhao in #3841
- chore: add
actions/stale
for issues by @erickzhao in #3830 - chore: remove
.vscode/settings.json
from source control by @erickzhao in #3826 - docs: update broken link to outdated process docs by @sarahetter in #3821
- refactor(init): remove unmaintained
resolve-package
by @erickzhao in #3812 - test: unskip prebuilt-native-module test by @erickzhao in #3832
New Contributors
- @sarahetter made their first contribution in #3821
- @pano9000 made their first contribution in #3839
Full Changelog: v7.6.1...v7.7.0