Releases: yarnpkg/berry
Releases Β· yarnpkg/berry
v4.2.1
What's Changed
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.2.0...@yarnpkg/cli/4.2.1
v4.2.0
What's Changed
- fix(extensions):
eslint-import-resolver-vite@<2.0.1
by @n0099 in #6154 - chore: fix typo:
overriden
->overridden
by @junhoyeo in #6155 - Adds ts-nocheck to the PnP file by @arcanis in #6183
- Improve libc presence detection by @dstaley in #6170
- Exclude binaries when searching in VS Code by @clemyan in #6213
- build(compat): fix building TypeScript patches by @merceyz in #6186
- feat(builder): add
--metafile
flag by @jkowalleck in #6212 - feat(plugin-typescript): check workspace tsconfig.json by @nmussy in #6175
- build(compat): use a treeless TypeScript clone by @merceyz in #6193
- Migrate docs to Docusaurus v3 by @clemyan in #6133
- fix(version) use correct counter placeholder in documentation by @bgotink in #6241
- Use title for issue sesctions by @Ayc0 in #6244
- fix(docs): Fixes SysGears logo in the README and SysGears name spelling by @larixer in #6245
- fix(compat): update patch for
[email protected]
by @merceyz in #6248 - Fix parser stringify subshell brackets by @clemyan in #6254
- Simplify documentation of "constraints" overview by @jeremy-daley-kr in #6257
- fix(sdks): only patch typescript entry point for >= 5.5 by @merceyz in #6263
New Contributors
- @n0099 made their first contribution in #6154
- @junhoyeo made their first contribution in #6155
- @jkowalleck made their first contribution in #6212
- @nmussy made their first contribution in #6175
- @jeremy-daley-kr made their first contribution in #6257
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.1.1...@yarnpkg/cli/4.2.0
v3.8.2
v4.1.1
What's Changed
- docs(plugin-essentials): Improve
install
command formatting by @bbodenmiller in #6127 - fix(compat): update patch for
[email protected]
by @merceyz in #6134 - docs: change i.e. to e.g. in search placeholder by @pwbriggs in #6142
New Contributors
- @bbodenmiller made their first contribution in #6127
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.1.0...@yarnpkg/cli/4.1.1
v3.8.1
v3.8.0
v4.1.0
What's Changed
- Add API Reference to website by @clemyan in #5922
- fix(plugin-npm-cli): fix login with Verdaccio by @demurgos in #5983
- fix(version) stop --dry-run from changing anything by @bgotink in #6015
- docs: correct default globalFolder in docs by @blimmer in #6003
- test: update Node.js range for extensionless files by @merceyz in #6035
- Add second level of --verbose to
workspaces foreach
to permit specifying less logging. by @seansfkelley in #6034 - Fix site navigation being somewhat jumbled at certain viewport widths by @strogonoff in #6022
- ci: use Node.js current release for e2e tests and benchmarks by @merceyz in #6082
- docs: fix links in zero-installs explanation by @bitjson in #6075
- fix(pnp): ensure
URL
is imported on Node.js < 20 by @merceyz in #6060 - ci(e2e): use Node.js v20 for angular pnp test by @merceyz in #6085
- ci(e2e): remove gatsby development server test by @merceyz in #6084
- Deprecates implicit cache keys by @arcanis in #6083
- feat: yarn run --json by @jplukas in #5988
- fix(nm): Fixes nm linker
link:
dependencies mistreatment as inner workspaces by @larixer in #6058 and @joshhunt in #6089 - chore(extensions): update list by @merceyz in #6095
- Fixes the optional check depending on the order the tree is traversed by @arcanis in #5840
- Fix #5165 - missing executable perms when installing with pnpm linker by @fancyfractal in #6066
- fix(npm): stale metadata cache issue by @arcanis in #6101
- Upgrades TypeScript by @arcanis in #6108
- fix(compat): update patch for
[email protected]
by @merceyz in #6110
New Contributors
- @demurgos made their first contribution in #5983
- @blimmer made their first contribution in #6003
- @strogonoff made their first contribution in #6022
- @bitjson made their first contribution in #6075
- @jplukas made their first contribution in #5988
- @fancyfractal made their first contribution in #6066
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.0.2...@yarnpkg/cli/4.1.0
v4.0.2
What's Changed
- ci: add
vitest
e2e tests by @wojtekmaj in #5896 - docs: navigate Plugins path link general reference lexicon See also section by @guspan-tanadi in #5894
- Update CHANGELOG.md by @arcanis in #5900
- Fix grammar in benefits.md by @pwbriggs in #5903
- fix(core): handle self referencing workspaces field by @merceyz in #5917
- docs: fix package bundled TS type check by @clemyan in #5867
- fix(yarnpkg-nm): Fixes creation of symlinks when inner workspace depends on outer workspace by @larixer in #5913
- ci: use latest actions/setup-node version by @wojtekmaj in #5901
- fix: remove unused --save option for set resolution command by @akwodkiewicz in #5868
- Various minor tweaks for website by @clemyan in #5863
- Reverts the INIT_CWD change by @arcanis in #5930
- Fixes missing
--json
output onyarn install
by @arcanis in #5933 - Stops reporting identical objects as being different by @arcanis in #5934
- Adds extensionless url support by @arcanis in #5931
- Update CHANGELOG.md by @arcanis in #5940
- Fix type for postinstall documentation by @RahulReddy75 in #5955
- Documentation improvements by @arcanis in #5968
- fix(compat): update patch for
[email protected]
by @merceyz in #5916 - fix(set version) - fix build workflow for windows by @x318 in #5966
- Injects the PnP runtime in the process before requiring the user config by @arcanis in #5954
- Update Svelte Language Server PnP Configuration by @DavidArchibald in #5953
- Adds a warning when the hardened mode is enabled by @arcanis in #5969
- Improves the check for the libc presence by @arcanis in #5971
- fix(pnp) esm - support loaders importing named exports from commonjs by @merceyz in #5961
New Contributors
- @guspan-tanadi made their first contribution in #5894
- @pwbriggs made their first contribution in #5903
- @akwodkiewicz made their first contribution in #5868
- @RahulReddy75 made their first contribution in #5955
- @x318 made their first contribution in #5966
- @DavidArchibald made their first contribution in #5953
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.0.1...@yarnpkg/cli/4.0.2
v3.7.0
v4.0.1
What's Changed
- Adds a blog section by @arcanis in #5784
- Fixes the progress bar max width by @arcanis in #5836
- Fixes bugs in yarn npm audit by @arcanis in #5833
- Reimplements yarn explain peer-requirements by @arcanis in #5834
- Adds
injectEnvironmentFiles
to the documentation by @arcanis in #5838 - Prevent crash while reading non-existent file on GITHUB_EVENT_PATH by @Brooooooklyn in #5835
- docs(yarnrc): set default compressionLevel to '0' by @trivikr in #5844
- docs(yarnrc): move compressionLevel 'mixed' enum value to the end by @trivikr in #5846
- docs: fix link to the portal protocol by @thorn0 in #5852
- chore(plugin-pnp): add 'pnpm' option in nodeLinker config description by @trivikr in #5850
- docs(yarnrc): create list item for cacheMigrationMode 'always' option by @trivikr in #5855
- docs(yarnrc): remove invalid 'auto' option for cacheMigrationMode by @trivikr in #5857
- fix: Update link to plugin tutorial by @antonbauhofer in #5862
- fix : Update link to difference between link and portal by @Shreyas0410 in #5870
- Waits for the manifests to be written before running the second loops by @arcanis in #5871
- Adds tests for the pack list generation by @arcanis in #5873
- chore(core): fix typo in Project.ts by @eltociear in #5876
- Runs more tests by @arcanis in #5875
- fix typos in blogs by @shresthasurav in #5877
- Update README.md by @Shivam250702 in #5887
New Contributors
- @Brooooooklyn made their first contribution in #5835
- @thorn0 made their first contribution in #5852
- @antonbauhofer made their first contribution in #5862
- @Shreyas0410 made their first contribution in #5870
- @shresthasurav made their first contribution in #5877
- @Shivam250702 made their first contribution in #5887
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.0.0...@yarnpkg/cli/4.0.1