设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Yarn 1.9.0发布,兼容npm与Bower的JS包管理器

2018-7-21 22:39| 发布者: joejoe0332| 查看: 318| 评论: 0|原作者: oschina|来自: oschina

摘要: Yarn 1.9.0 发布了,Yarn 是 Facebook 推出的 JavaScript 包管理器,旨在提供 npm 之外的另一种选择方案。Yarn 具有极佳的伸缩性,可以支持成千上万个直接或间接的包依赖。Yarn 的设计初衷是保证稳定性、弹性和高性 ...

Yarn 1.9.0 发布了,Yarn 是 Facebook 推出的 JavaScript 包管理器,旨在提供 npm 之外的另一种选择方案。Yarn 具有极佳的伸缩性,可以支持成千上万个直接或间接的包依赖。Yarn 的设计初衷是保证稳定性、弹性和高性能。其与 npm 最大的不同在于安装包的方式,Yarn 用到了 lockfiles 和确定性算法。Lockfile 会把安装的包版本进行锁定,保证了 node_modules 目录在不同设备上的安装结果是一致的,同时支持并行操作,大大加快安装进程。此外,Yarn 还声明同时兼容 npm 和 Bower,支持两个仓库混合使用,同时支持包的离线安装(只要你曾经安装过这个包)。

此次更新内容如下:

  • fix(sshpk): Upgrade requests and sshpk to latest versions (#5934)

    Burak Yiğit Kaya - Thu, 19 Jul 2018 16:32:27 +0100

  • fix(pack): higher priority to .npmignore over .gitignore on windows (#5979)

    Michal Piechowiak - Thu, 19 Jul 2018 16:31:15 +0100

  • Correctly resolve scoped packages in yarn create. (#5983)

    Chris Krycho - Thu, 19 Jul 2018 16:19:17 +0100

  • fix(deps): update dependency fs-extra to v7 (#6114)

    renovate[bot] - Thu, 19 Jul 2018 14:57:39 +0100

  • update npm link (#6120)

    Kishan - Thu, 19 Jul 2018 14:53:25 +0100

  • Clarified yarn link Warning (#6106)

    Matt Q - Thu, 19 Jul 2018 14:49:29 +0100

  • [WIP] dedupe hoister levelQueue items for performance gains (#6083)

    Stephen John Sorensen - Thu, 19 Jul 2018 14:49:11 +0100

  • chore(deps): update dependency eslint-plugin-relay to ^0.0.24 (#6020)

    renovate[bot] - Fri, 6 Jul 2018 10:55:27 +0100

  • fix(resolutions): Warn instead of erroring if unmatched dependency matches resolutions with glob support (#6033)

    Ramiro Silveyra d'Avila - Fri, 6 Jul 2018 10:54:20 +0100

  • Implements --no-default-rc and --use-rc (#6007)

    Maël Nison - Wed, 27 Jun 2018 10:45:55 +0100

  • Handle invalid versions in satisfiesWithPrereleases (#6019)

    Grey Baker - Tue, 26 Jun 2018 18:08:05 +0100

  • Simplify readFirstAvailableStream() (#6022)

    sth - Tue, 26 Jun 2018 18:05:49 +0100

  • fix(util/fs): use file content instead of mtime to determine equality (#6010)

    Stephane Rufer - Thu, 21 Jun 2018 16:09:03 +0100

  • fix(cli): force registryFolders to be unique (#5985)

    Steven Hargrove - Thu, 14 Jun 2018 07:29:07 -0400

  • fix(install): Fix bin-links and related hung installs on Windows (#5975)

    Burak Yiğit Kaya - Tue, 12 Jun 2018 13:51:25 +0100

  • Fixes relative cache paths (#5973)

    Maël Nison - Mon, 11 Jun 2018 21:44:54 +0100

  • Manually bumps the lockfile version

    Maël Nison - Mon, 11 Jun 2018 11:20:07 +0100

发布公告

下载地址:


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部