<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: arrlancores</title>
    <description>The latest articles on DEV Community by arrlancores (@arrlancore).</description>
    <link>https://dev.to/arrlancore</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F105698%2F2e2cb132-23f7-403e-acdf-d2748265e6ff.jpg</url>
      <title>DEV Community: arrlancores</title>
      <link>https://dev.to/arrlancore</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arrlancore"/>
    <language>en</language>
    <item>
      <title>Two Yarn Commands That Saved My Life Today &amp; You Should know</title>
      <dc:creator>arrlancores</dc:creator>
      <pubDate>Thu, 12 Dec 2019 15:27:14 +0000</pubDate>
      <link>https://dev.to/arrlancore/two-yarn-commands-that-saved-my-life-today-you-should-know-ape</link>
      <guid>https://dev.to/arrlancore/two-yarn-commands-that-saved-my-life-today-you-should-know-ape</guid>
      <description>&lt;p&gt;I have a project that need to re-use for another project, I cloned it from my old repository then start to develop my project.&lt;/p&gt;

&lt;p&gt;When I think the project was done, the last think that I have to check is the dependencies, its still up-to-date?&lt;/p&gt;

&lt;p&gt;And I use command &lt;code&gt;yarn outdated&lt;/code&gt; to check my outdated dependencies, and it show me as below:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Nkvk7LWR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/wrd309nexnrdm5v2tjq9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Nkvk7LWR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/wrd309nexnrdm5v2tjq9.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's amazing, yarn give us nice information about the outdated package. You can check the affect from the colour green, yellow, or red.&lt;/p&gt;

&lt;p&gt;Then the next thing to do is to upgrade, use command &lt;code&gt;yarn upgrade-interactive&lt;/code&gt;  to upgrade all or several of packages. It's almost same with &lt;code&gt;yarn upgrade&lt;/code&gt; command. But this give us interactive ui that we will able to choose which one to be updated and not.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lq5K34Qs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/lzc80lbfg7qcq7eft2im.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lq5K34Qs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/lzc80lbfg7qcq7eft2im.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You might already know about this, but I too excited to share it because save a lot of my time 🤠.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>todayilearned</category>
      <category>yarn</category>
    </item>
  </channel>
</rss>
