Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Apr 21, 2023

Commits on Jan 4, 2023

Commits on Nov 15, 2022

  1. 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.
    jircdev committed Nov 15, 2022

Commits on Nov 14, 2022

Commits on Oct 5, 2022

  1. 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
    alanpoulain committed Oct 5, 2022

Commits on May 14, 2022

  1. Bump version to 1.22.19

    Daniel15 committed May 14, 2022

Commits on Mar 16, 2022

  1. Bump version to 1.22.18

    Daniel15 committed Mar 16, 2022

Commits on Mar 14, 2022

Commits on Dec 15, 2021

  1. 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.
    devinrhode2 committed Dec 15, 2021

Commits on Oct 4, 2021

  1. update discord logo (#1137)

    treboryx committed Oct 4, 2021

Commits on Sep 30, 2021

  1. Update _config.yml

    arcanis committed Sep 30, 2021

Commits on Sep 29, 2021

  1. Update _config.yml (#1136)

    arcanis committed Sep 29, 2021

Commits on Sep 13, 2021

  1. fix(blog): remove broken xml feed

    fixes #1132
    Haroenv committed Sep 13, 2021

Commits on Sep 11, 2021

  1. 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"]`)
    mrienstra committed Sep 11, 2021

Commits on Aug 5, 2021

  1. 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.
    NiloCK committed Aug 5, 2021

Commits on Jun 9, 2021

Commits on Feb 1, 2021

  1. Update run.md (#1109)

    Documenting the hidden `pre` and `post` prefixes that are supported so less people are confused.
    puopg committed Feb 1, 2021

Commits on Jan 18, 2021

  1. 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>
    3 people committed Jan 18, 2021

Commits on Nov 26, 2020

Commits on Oct 29, 2020

  1. Delete feed.xml

    Haroenv committed Oct 29, 2020

Commits on Oct 5, 2020

  1. Update README.ja.md

    Haroenv committed Oct 5, 2020
  2. Update README.ja.md

    Haroenv committed Oct 5, 2020
  3. Update README.md

    Haroenv committed Oct 5, 2020
  4. 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.
    codemonster-lab committed Oct 5, 2020

Commits on Oct 4, 2020

  1. 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
    RealOrangeOne committed Oct 4, 2020

Commits on Sep 8, 2020

Commits on Aug 27, 2020

Commits on Aug 17, 2020

  1. 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>
    dependabot[bot] committed Aug 17, 2020
Older