Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yarnpkg/example-repo-zipn

Just to check the size of the berry repository with compression N
https://github.com/yarnpkg/example-repo-zipn

Reset binaries to stable

b11adceb5ee88016a4dec728d13d11b704aa3d79 authored over 3 years ago
Releasing 25 new packages

| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.1.0-rc.3` |
| `@yarnpkg/core` | `...

551feb5a548df2f421a51c7bb92f6f0d8993f539 authored over 3 years ago
fix: report implicit node-gyp warnings once (#3401)

1d9514e32748414f23341a20bb8f61fd3db7f37e authored over 3 years ago
Add yarn-plugin-outdated to third-party plugin list (#3388)

94783a4d462315cfa88a8dc65aae5dfc3d3691c2 authored over 3 years ago
Adds support for `workspace:^` in peerDependencies (#3386)

* Adds support for workspace peer dependencies

* Updates constraints

* Versions

* Updat...

721976cdf5e2bcb73211a4a7ea548ce70b5e1f8c authored over 3 years ago
Merges the cherry-pick artifacts into master

a69e04f280949834057e686666bd0263da997109 authored over 3 years ago
fix(builder): Outputs commit-hash instead of tree-hash as part of the CLI version. (#3364)

* Uses commit hash for --version output

* Adds changleg, bumps versions

a1f5075cc507102154ca99f389af765aa190117f authored over 3 years ago
Update migration guide to reflect the changes in Yarn 3 (#3367)

Yarn no longer supports Node.js 10.x, which has reached End-of-Life on 2021-04-30.

057462d67733dcdbecc6b30ae5c1a218833d9bef authored over 3 years ago
Reset binaries to stable

588161cccae00acaaa127fb89125814f080cfe15 authored over 3 years ago
Releasing 24 new packages

| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.1.0-rc.2` |
| `@yarnpkg/core` | `...

62e00655cbe46340d3a5d9694ecc8af250c3756f authored over 3 years ago
Set platform to node to fix builder issues (#3344)

* Set platform to node to fix builder issues

* Fix quotes

* Add release info

* Use iife...

23dc03340988501c29e73c294b4b6f455667db23 authored over 3 years ago
fix(core): update outdated `packageExtensions` error message (#3351)

0f1abf572251e0648a1985de47f0fdc962ef21ba authored over 3 years ago
feat(compat): update patch for typescript 4.4 (#3297)

* fix(compat): remove trailing slash

* fix(compat): update patch for 4.4

* test: add testc...

d133f3153924aeb9ca1563d169737fcdb9e88772 authored over 3 years ago
docs: fix typo (#3342)

0aa79fdbb1d3d88a803cbf86562e7e563c5d5855 authored over 3 years ago
fix(link): handle nested portals (#3092)

* fix(link): handle nested portals

* test: add nested portals test

* chore: versions

c57a9ddc483fe529e9a91c10acb3d34d6a034e59 authored over 3 years ago
chore(dlx): add example of the `-p` flag (#3330)

* Add example to `yarn dlx` docs of the `-p` flag

* Tweaks

Co-authored-by: Maël Nison <nis...

fe63ed095aa350dce98a54999ff4a54d9ab6b2f8 authored over 3 years ago
chore(compat): update extensions list (#3329)

249d9c43aa93d0db6096dbccec9befdebed3f4df authored over 3 years ago
fix: use `safe time` as the default time (#3315)

* refactor: move `safeTime` to `fslib`

* fix(patch): use `SAFE_TIME` for new files

* fix(f...

62b856e065338c4dbfb29f0a9553f5c5a62f96cd authored over 3 years ago
Reset binaries to stable

3daa93a548c3528d9d71390fa1d9b6f61d33bade authored over 3 years ago
Releasing 18 new packages

| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.1.0-rc.1` |
| `@yarnpkg/core` | `...

964b72d0c7cc8fc7c6d5fd3969aeed40d4784979 authored over 3 years ago
ci: add gulp e2e test (#3318)

* Add E2E test to validate Gulp with Yarn

Adds an E2E test for coverage and validation that Y...

ea7ff8282008c8b9c4a1870b28fb948020d54ffe authored over 3 years ago
Splits variables when interpolated outside of quotes (#3316)

* Splits variables when interpolated outside of quotes

* Adds tests

* Fixes adjacent expan...

1b914082bde028dcfcceb433c93e016ef0097fe5 authored over 3 years ago
Hoisting algorithm speedup for the next rounds after the first. (#3320)

99d5a76959e557defc3fa919045f50045cff677e authored over 3 years ago
ci: check consistency of pnp hook when fslib/libzip get modified (#3309)

* ci: check consistency of pnp hook when fslib/libzip get modified

* Update integration-workf...

13445e4582b2d517bd9461c3c1da537fe74f507a authored over 3 years ago
fix: return exit code in `yarn version --immediate` (#3310)

23d48bd0531e1816d356e346f6ddef2e8dcc7d44 authored over 3 years ago
fix(shell): hexcode parse (#3298)

* fix(shell): hexcode parse

* versions

* versions

Co-authored-by: Yarn Bot <nison.mael+...

7d63ec6725be607de780ca58e2abfdada8d8480e authored over 3 years ago
feat: support fd in zipfs (#3289)

check `this.fds` to get correct path

fix #1650

94743cf414dedc1a2509c721040d9a5319b56e78 authored over 3 years ago
Ignores irrelevant output from npm (#3303)

* Ignores irrelevant output from npm

* Adds the dotall flag

Co-authored-by: Yarn Bot <niso...

bdf43bfb3d4cb06186589a38b70dd5a8c6f1dec9 authored over 3 years ago
Update pr-smart-merge.yml

146566517deaee7e2132a969d8eb185c528f5e57 authored over 3 years ago
Update pr-smart-merge.yml

4456f0a39ab3ee6a42328bacba8654f820ac97c7 authored over 3 years ago
fix(nm): Maximizes chances to end-up with only top-level node_modules (#3267)

* Maximizes chances to end-up with only top-level node_modules

* Updates versions

* Runs l...

857c88658812fe91bc08f747387b23dde6a5debe authored over 3 years ago
feat: make `{add,up}` respect modifiers when attaching local workspaces (#3276)

* feat: make `{add,up}` respect modifiers when attaching local workspaces

* test: fix snapshot

c1e7a951ab2657b5b8cdd3c788d83087232c4853 authored over 3 years ago
Update pr-smart-merge.yml

77af0852eb790eedbdd6f1483c90f75b8ebd0a96 authored over 3 years ago
Update pr-smart-merge.yml

b7ae4e4d9ade21fcc1e8d738d06568f56b55ee46 authored over 3 years ago
Update pr-smart-merge.yml

216f04d3000f625c628ec35fc87ccc325d016d7c authored over 3 years ago
Fixes Prolog errors (#3306)

* Fixes prolog errors

* Fixes prolog error messages

* Forgot to update the pnp file?

* ...

d8963f892411e62c2215b37b75ba5968d4972f4c authored over 3 years ago
Tries something else

d2a6278086f07182216f960eb59d93db8d9a5f74 authored over 3 years ago
Uses set-upstream

71ac8fc588d72ad487fc787fdc58c679e30abdfd authored over 3 years ago
Disables immutable installs during the merge

0b83b98e67db77c39380893ccd5d0c251e3da2d1 authored over 3 years ago
Ignores conflicts

b59b7c8e6309866ca5011b324de9eccb9c9a6eae authored over 3 years ago
fix(constraints): use JSON.stringify in workspace_field (#3284)

* fix(constraints): use JSON.stringify in workspace_field

* test: test string fields too

433238530975869b36664f6ea9adab0a7627a265 authored over 3 years ago
Moves the git config authorship up

fc1e433901d2f21bb47d33edc6f8e74413495c05 authored over 3 years ago
Update pr-smart-merge.yml

95faf9b67281f992f52d987e851d73c70a5aea93 authored over 3 years ago
Explain limitation to neovim native LSP go-to-definition support (#3301)

* Added note to neovim native LSP docs explaining limitation to go-to-definition functionality
...

05ffb1991320ab2ec32476873701cebcaad3b84b authored over 3 years ago
Update pr-smart-merge.yml

e9c2b140df61905dc9688885f311643b6bf94d31 authored over 3 years ago
fix: use array and reduce to support left associativity (#3287)

ref: https://github.com/pegjs/pegjs/blob/master/examples/arithmetics.pegjs

fix #3056

b798f7ec1b17d3b249e15e86905031a686055af2 authored over 3 years ago
docs: update outdated docs for `YN0019` (#3288)

* Fix Documentation for YN0019

* Update packages/gatsby/content/advanced/error-codes.md

Co...

9018e02bda746a635079e5bd4bfb0828aee80735 authored over 3 years ago
feat(plugin-pack): reload manifest after prepack script (#3146)

* feat(plugin-pack): reload manifest after prepack script

* Versions

Co-authored-by: Maël ...

705a42dab4ab28876a5196096a77dec72919c64f authored over 3 years ago
fix(vscode-zipfs): add `onStartupFinished` to `activationEvents` (#3294)

066187c76283e55f42047122df8b9066693c420c authored over 3 years ago
Merge remote-tracking branch 'origin/cherry-pick/3.0'

70d0a77de4a2ac37d05e8d206b2c2bba8a521860 authored over 3 years ago
feat(essentials): inject workspace accessible binaries in `exec` (#3168)

* feat(essentials): inject workspace accessible binaries for `exec`

* test: add missing `inst...

7bd3f90a5bc91dbd9152c471f6e453ee83cf4fa4 authored over 3 years ago
[Docs] add "3" number in the "berry" term explain. (#3277)

* [Docs] add "3" number in the "berry" term explain.

I added 3" number in the "berry" term ex...

8789210d17a61c2c346b054cfc63cfab4cebd420 authored over 3 years ago
Adding az-cli-auth contrib plugin (#3207)

* Update plugins.md

* Update plugins.md

845dec97f6404ce8817c6e41900c6eafb0324550 authored over 3 years ago
docs: make usage of the patch protocol clearer (#3213)

* fix(docs): Made usage of the patch protocol clearer

* Update README.md

* Update protocol...

e23ae00e9f3906eeeae797e742bee5347143dcc2 authored over 3 years ago
fix(fslib): add createWriteStream to patchedFs (#3240)

e15a554b0623060e6982625c3f97ebb80f17d41b authored over 3 years ago
Allow ZipOpenFS to open zip files with unusual extensions. (#3264)

870b88b8f1e27296a9d9b8912ecc72f87b5b0157 authored over 3 years ago
Adds a workflow to auto-merge master into PRs (#3274)

* Adds a workflow to auto-merge master into PRs

* Apply suggestions from code review

Co-au...

30478b49abcd11c119c01950c773409cde87088d authored over 3 years ago
Update CHANGELOG.md

009a9f5d022c6c766b3430fa1d5514947807a973 authored over 3 years ago
Releasing 5 new packages

| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.0.1` |
| `@yarnpkg/fslib` | `2.5....

6777e84fc92c03fa628379f56fe9fd078f7ba3ba authored over 3 years ago
fix(fslib): accept `null` as second argument for `readdir` (#3239)

1de3e60007fc9b5494cf56b23f7b6991b726ca7a authored over 3 years ago
feat: add support for `workspace:~` and `workspace:^` aliases (#3250)

* feat: add support for workspace:^ and workspace:~

accept new alias in core and resolve to c...

77697d91d919efbb0c46372654c808c90bdef884 authored over 3 years ago
fix(fslib): support saving empty zip archive (#3241)

* fix(fslib): support saving empty zip archive

* test: add test for empty in-memory zip archi...

c6d52a91327d75bac0862238fb90566383305f10 authored over 3 years ago
perf: convert `chmod` calls to `mode` arguments (#3254)

* perf: convert `chmod` calls to `mode` arguments

* chore: update hook

* feat: implement s...

dc56c05f8c144a35f7db700cd27dbc1877fbdfae authored over 3 years ago
fix: make all cli commands extend BaseCommand (#3257)

309b7054d110a5d3c0e5ba3c937fcda8b3dc4e4e authored over 3 years ago
perf(plugin-pnp): devirtualize `Locator` for package data cache (#3255)

d70fec0f5387e83ac9bf723341dcf5c4d25a12a4 authored over 3 years ago
Update editor-sdks.md

187fc33dbf7a6d020968cbaadda47c6984d71c60 authored over 3 years ago
Reset binaries to stable

bc7f6ddac94e2e2fba4e489cfac56be39155c15a authored over 3 years ago
Releasing 13 new packages

| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.0.1-rc.2` |
| `@yarnpkg/core` | `...

eb348f658dbf39cf44ccb1f47475e52a7c1a3b4f authored over 3 years ago
docs: update some outdated information (#3202)

* docs: update `Unplugged Package` lexicon

* docs: mention `preinstall` and `install`

* do...

d71633abb7f2edcf55b7345a87dabdcd801d86b2 authored over 3 years ago
fix(core): support migrating resolutions from GitHub registry with a checksum (#3229)

* fix(core): migrate GitHub registry packages with a checksum

* test: add more pattern tests
...

e6eb59857de2b86a2a3b4425c062473ec667cd19 authored over 3 years ago
fix(esbuild): read file without charset (#3222)

* fix(esbuild): read file without charset

fix #2590
related: evanw/esbuild#1501

* chore: ...

f5443de51454553b691a05c2ddae8f010782a9d4 authored over 3 years ago
docs: add OpenSearch config (#3230)

b5c8adfadc2bdeff4f319dbb0e267d3b852083cf authored over 3 years ago
fix: preserve dot in `VirtualFS.mapToBase` (#3242)

Co-authored-by: Maël Nison <[email protected]>

9dbff7d591d67b218b5b85674c10547bb494bacd authored over 3 years ago
feat(logs): collapsed logs by default in Gitlab CI logs (#3252)

Co-authored-by: Julien Viala <[email protected]>

820762a35844d1b8595003ada1ccd98133cefa3a authored over 3 years ago
fix(fslib): accept `null` as second argument for `readdir` (#3239)

ee85e272d6a6ef4e6cd2f9dc85811e5a92bfa2c4 authored over 3 years ago
fix(pnpify): quote require path (#3226)

c02c1b650998d74ffd13d52cd5c55d6fc3b20a20 authored over 3 years ago
docs(plugnplay.md): update `.pnp.js` → `.pnp.cjs` (#3219)

b5f88387189098b845110ac73579c083ea735401 authored over 3 years ago
fix(nm): Gives hoisting priority to direct portal dependencies (#3183)

* Gives hoisting priority to direct portal dependencies

* Adds integration test

* Adds cha...

8ff26a8cfc9fce70878b1375b25be78f521afbf5 authored over 3 years ago
fix(nm): Downgrades `nmMode: hardlinks-global` if cross-device usage detected (#3204)

* Downgrades hardlinks-global if cross-device usage detected

* Updates versions

* Fixes nm...

7ddf9f6137f25b58ac79a4f4c13886ee11d53936 authored over 3 years ago
fix(essentials): document `yarn run`'s `-T` and `-B` flags (#3203)

* fix(essentials): document `-T` and `-B`

* docs: mention `-T` on the `Questions & Answers` page

1a867b5f3fde0f08ae6ecc1ec50011f3080ee24e authored over 3 years ago
fix: support `yarn version decline --immediate` on top of stored version (#3208)

0053e18b43b3134620f8312b13387f31fced478f authored over 3 years ago
fix(builder): alias `esbuild-wasm` to `esbuild` (#3211)

ccda919870e612ade0011422018d4fde38e20707 authored over 3 years ago
Bumps the builder

c91eb937ddaaa32487f4c084f4bf5dea1c8360e7 authored over 3 years ago
Releasing 2 new packages

| Package name | Version |
| --- | --- |
| `@yarnpkg/cli` | `3.0.1-rc.1` |
| `@yarnpkg/shell` | ...

d8e3522cd548e5abd00f12657ba0d0f49a9dcdd1 authored over 3 years ago
Reset binaries to stable

7ca4b7bc0923eaea476e3bb541b9345c3dd5f062 authored over 3 years ago
Update CHANGELOG.md

50b8eafc25c6db04e8dfbac2bf6b43d39ee98689 authored over 3 years ago
Update workspaces.md

97136c525e6ca0c8fa44ad17a9a86c4cb233da39 authored over 3 years ago
Update lexicon.md

3c0541bd34dbda4b40cb0801d35c3fbfebb3b09e authored over 3 years ago
Update workspaces.md

59fb93b4226981e54aea04b73c716c251e024a97 authored over 3 years ago
Restores the fds after builtins finish executing (#3184)

* Restores the fds after builtins finish executing

* Adds an extra test

72a853a87058b693e3a619e76a502624ef35e19e authored over 3 years ago
Update CHANGELOG.md

771cc63ece6304b815d3408e867a6c20235322a6 authored over 3 years ago
Update CHANGELOG.md

9b33310f11d190afd8a15c790a57f3d4f3521bda authored over 3 years ago
docs: add a couple missing commands, and fix typos (#3177)

095047bcf384942f249761a747e337fe953cd211 authored over 3 years ago
Releasing 39 new packages

| Package name | Version |
| --- | --- |
| `@yarnpkg/builder` | `3.0.0` |
| `@yarnpkg/cli` | `3....

7c07f4dc12216fed80433a14d897502c00002e16 authored over 3 years ago
Fixes non-rc releases

f34e9bcbb892138844cec3a13a503de17d3ef6fe authored over 3 years ago
fix(core): let `semver` try to match first in `satisfiesWithPrereleases` (#3133)

9203c4d75b3e8a4248caec66b4713f03d916cf5c authored over 3 years ago
fix(pnp): handle dynamic imports in CJS files (#3170)

d7ecd9ebc66651e7999e91d78dd9f99fea92c108 authored over 3 years ago
Reset binaries to stable

38388ea16f6e69f5ca66410d94af38ef0bc3ab30 authored over 3 years ago
Releasing 39 new packages

| Package name | Version |
| --- | --- |
| `@yarnpkg/builder` | `3.0.0-rc.13` |
| `@yarnpkg/cli`...

d98395ef4cd55e8c5b776ecd3c5e3a474c697d1d authored over 3 years ago
fix: use real sdk versions again (#3173)

54d862b4f31d325192c9c7bfd606a1a5de0ea9fc authored over 3 years ago