master
Name already in use
Commits on Apr 21, 2023
Commits on Jan 4, 2023
Commits on Nov 15, 2022
-
Add better entry point description (#1177)
The current docs say > is used to define the entry point of your code used by programs like Node.js. If unspecified it will default to index.js. Since Node is not a program, is an execution environment, the description given proposes to change, to avoid misconceptions about how javascript and javascript packages really work. I think is convenient to try to unify definitions and criteria. Also, today NodeJS purpose the "exports" entry point usage instead of "main" entry, and this entry point (exports) has better support for universal packages.
Commits on Nov 14, 2022
Commits on Oct 5, 2022
-
fix(create): explicitly indicate the bin name (#1170)
In order for `yarn create` to work, the `bin` name in the starter kit’s `package.json` needs to be `create-<starter-kit-package>`: https://github.com/yarnpkg/yarn/blob/master/src/cli/commands/create.js#L71
Commits on Jun 20, 2022
Commits on Jun 15, 2022
Commits on May 14, 2022
Commits on Mar 16, 2022
Commits on Mar 14, 2022
Commits on Dec 15, 2021
-
Promote 1.22.17 on 1.x landing page (#1142)
It looks like this comment saying to NOT update the yarn version is 5 years old: https://github.com/yarnpkg/website/blame/d0699c5dc13f80f0453d2e2b153b0cf6694320b8/_config.yml Also, 2nd to last update here: #1136 @arcanis suggests that: > We were falling quite behind in patch releases since the automated pipeline got issues. Latest version on npm registry is 1.22.17. 1.22.17 has 1.6 million more downloads than 1.22.15: https://www.npmjs.com/package/yarn?activeTab=versions 1.22.17 is merged to 1.22-stable branch: https://github.com/yarnpkg/yarn/tree/1.22-stable 1.22.17 has been released as latest version for longer than 1.22.15. 1.22.17 was released 2 weeks after 1.22.15.
Commits on Oct 4, 2021
Commits on Sep 30, 2021
Commits on Sep 29, 2021
Commits on Sep 13, 2021
Commits on Sep 11, 2021
-
yarnpkg.com --> classic.yarnpkg.com (#1133)
* yarnpkg.com --> classic.yarnpkg.com This will update `<link rel="canonical">` (via https://github.com/yarnpkg/website/blob/5be62ee/_layouts/default.html ), so Google Search will show "classic" URL. Intent is to reduce confusion re: Yarn 1 vs Yarn 2 docs. See yarnpkg/berry#3425 * Package detail pages: add "classic" subdomain to permalink This will update `<link rel="canonical">`, so Google Search will show "classic" URL, for pages like https://classic.yarnpkg.com/en/package/Babel . Intent is to reduce confusion re: Yarn 1 vs Yarn 2 docs. See yarnpkg/berry#3425 (Also updates `<meta property="og:url"]`)
Commits on Aug 5, 2021
-
Carify dependency direction in link doc (#1130)
'linking' is something of a symmetric verb. Linking packages A and B doesn't imply a specific hierarchy. Replacing one instance of *link* here with *consume* make the direction of the dependency more obvious on first read.
Commits on Jun 9, 2021
Commits on Mar 9, 2021
Commits on Feb 1, 2021
-
Documenting the hidden `pre` and `post` prefixes that are supported so less people are confused.
Commits on Jan 18, 2021
-
docs: add update notices (#1108)
* docs: show migration banner * docs: add migrate button * docs: update installation page * docs: improve self-update docs * docs: add upgrade notice to installation page * Update _data/i18n/en.yml Co-authored-by: Haroen Viaene <fingebimus@me.com> * Update _includes/version-with-upgrade-notice.html Co-authored-by: Maël Nison <nison.mael@gmail.com> Co-authored-by: Haroen Viaene <fingebimus@me.com> Co-authored-by: Maël Nison <nison.mael@gmail.com>
Commits on Jan 6, 2021
Commits on Nov 26, 2020
Commits on Oct 29, 2020
Commits on Oct 5, 2020
-
-
-
-
docs(readme): Translated to Japanese for peoples from Japan. (#1095)
* Translated to Japanese for peoples from Japan. Japan loves your site. 性交オフ * Rename README.md to README.ja.md * Readme.md original english one. English * README.ja.md Japanese version.
Commits on Oct 4, 2020
-
Explicitly use .yarn directory as cache directory (#1090)
This saves caching the whole of `node_modules`, but still provides a performance improvement to builds, as an offline cache can be used. The default cache location isn't persisted by GitLab
Commits on Sep 8, 2020
Commits on Aug 27, 2020
Commits on Aug 17, 2020
-
Bump elliptic from 6.4.0 to 6.5.3 (#1069)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.0...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>