Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update yarn to v0.28.4 - autoclosed #390

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yarn 0.0.0 -> 0.28.4 age adoption passing confidence

Release Notes

yarnpkg/yarn (yarn)

v0.28.4

Compare Source

v0.28.1

Compare Source

  • Install lifecycle scripts will no longer be run for hoisted dependencies. (#​3865)

    Jack Aldridge - Mon, 10 Jul 2017 10:03:31 +0100

  • Prioritize bin links at the root level (#​3877)

    kaylieEB - Mon, 10 Jul 2017 10:03:12 +0100

v0.27.5

Compare Source

  • One more fix for npm auth for private packages #​3765

v0.27.4

Compare Source

v0.27.3

Compare Source

  • Yarn workspaces: running commands from subfolders that don't match workspaces glob should now change CWD to root (#​3739)

v0.27.2

Compare Source

Revert a commit from 0.27.0 that had unfortunate side effects and wasn't needed anymore since the 0.27.1

v0.27.1

Compare Source

  • Fix an issue that was causing the lockfiles to be optimized and changed when running yarn install

v0.27.0

Compare Source

New features:

  • Add the yarn run env command (@​kaylieEB)
  • Implement yarn upgrade --latest (@​rally25rs) (more improvements to follow)
  • Completely disable password prompts (@​BYK) (use ssh agents instead)

Fixes:

  • Fix lockfile being modified even when using --frozen-lockfile
  • Fix non-deterministic resolution due to a race condition
  • Fix environment variables when running scripts
  • Fix arguments passed to scripts so that they are correctly escaped
  • Fix a bug where tarballs where incorrectly missed
  • Fix how workspaces were being linked (still beta)

... Thanks to everyone!

v0.26.1

Compare Source

  • Fix a Node 4 compatibility issue

v0.26.0

Compare Source

Highlights:

  • Workspaces can now be linked together
  • Fixes for the git resolvers & fetchers
  • Adds support for '~' being translated to $HOME (@​mjesun)
  • Optimizes the linking step with a new copy logic (@​zkat)
  • Nested yarn processes will share the silent flag
  • Adds supports for link: dependencies (@​mgcrea)

And various other bug fixes and optimizations from a lot of different contributors. Thanks everyone! 👍

v0.25.4

Compare Source

v0.25.3

Compare Source

  • Temporarily disable the offline mirror hash check (for git repositories only)
  • Fix enable-meta-folder when used with --check-files
  • Fix a scope issue

v0.25.2

Compare Source

  • fixes errors like
 [1/4] 🔍  Resolving packages...
 "ENOENT: no such file or directory, stat '.../node_modules/.bin/babylon'"

v0.25.1

Compare Source

  • Fixed CI deployment script

v0.24.6

Compare Source

  • Temporarily disable the offline mirror hash check (for git repositories only)
  • Fix enable-meta-folder when used with --check-files
  • Fix a scope issue

v0.24.5

Compare Source

  • fixes errors like
 [1/4] 🔍  Resolving packages...
 "ENOENT: no such file or directory, stat '.../node_modules/.bin/babylon'"

v0.24.4

Compare Source

Fixes:

  • Make bin/yarn-bundle-entry.js (bin/yarn.js in the tarball) executable
  • Fix yarn "entrypoint" shell script (#​3362)

v0.24.3

Compare Source

  • Updates the prefix used for yarn-create packages; was yarn-create-, is now simply create-
  • Adds a enable-meta-folder option to move the integrity file and possibly others into a common directory

v0.24.2

Compare Source

  • Adds yarn create

v0.24.1

Compare Source

Same as 0.24.0, triggered a new release for CI

v0.24.0

Compare Source

  • Fix offline resolution (#​3311)

    Maël Nison - Thu, 4 May 2017 13:46:13 +0100

  • Add vendor informations to licences ls command (#​3292)

    Matthias Lochbrunner - Wed, 3 May 2017 11:39:25 +0100

  • Correctly handle installationMethod when using bundled build (#​3113)

    Daniel Lo Nigro - Tue, 2 May 2017 15:29:36 +0100

  • Better use of English in why output (#​3280)

    Ben - Tue, 2 May 2017 12:11:50 +0200

  • Add tests for global command (#​3238)

    Simon Vocella - Tue, 2 May 2017 10:30:20 +0100

  • Resolve Git dependencies offline if tarball is available. (#​3000)

    Raymond Wang - Mon, 1 May 2017 20:00:56 +0100

    When running yarn offline, Git dependencies get trapped in
    hasHTTPCapabiity
    even though resolveOverHTTP defaults to returning
    the tarball. This change
    allows us to bypass that step altogether
    if the tarball already exists.

  • add some tests for link/unlink command (#​3293)

    Simon Vocella - Mon, 1 May 2017 17:18:28 +0100

  • remove duplication in tests/commands/pack.js (#​3291)

    Simon Vocella - Mon, 1 May 2017 17:10:45 +0100

  • Clean Homebrew Git repo before committing. Fixes #​3275

    Daniel Lo Nigro - Sat, 29 Apr 2017 17:05:33 -0700

  • pack: include contents of directories in files field (#​3175)

    Joseph Frazier - Fri, 28 Apr 2017 17:41:51 +0100

  • extract the reporter out of integrity checker (#​3248)

    Simon Vocella - Wed, 26 Apr 2017 17:48:29 +0100

  • Adding verbose output for config file search (#​3236)

    Dennis Webb - Wed, 26 Apr 2017 16:19:00 +0100

  • use close instead of finish event for file copy completion (#​3234)

    Daniel Pihlstrom - Wed, 26 Apr 2017 16:17:24 +0100

    Windows Defender updates timestamps on files immediately after a write stream
    closes. Moving utimes update to after the file has closed corrects this issue.

  • Fix a couple of lint warnings for unused variables (#​3232)

    Lukas Spieß - Wed, 26 Apr 2017 16:15:26 +0100

  • Add .yarnrc env config option (#​3218)

    Sebastian McKenzie - Wed, 26 Apr 2017 16:12:25 +0100

  • Fix typo: specifally -> specifically (#​3246)

    Joseph Frazier - Wed, 26 Apr 2017 15:57:50 +0100

  • Change use_winpty logic in bin/yarn to just look at YARN_FORCE_WINPTY in environment (#​3245)

    mikew - Wed, 26 Apr 2017 15:57:30 +0100

  • Fix local tarball file resolution (#​3221)

    Maël Nison - Wed, 26 Apr 2017 15:51:28 +0100

  • Fixes for running with artifactory 4.14.1 (#​3172)

    Rogério Chaves - Tue, 25 Apr 2017 16:04:09 +0100

    • Add fallback vdn header for repositories that do not support it

    • Add auth even if registry url is https and archive url is http

  • When in flat mode don't add unused dependencies - fixes #​2781 (#​3251)

    Sebastian McKenzie - Tue, 25 Apr 2017 12:06:38 +0100

  • Move integrity artifacts tracking to separate method - fixes #​3247 (#​3250)

    Sebastian McKenzie - Tue, 25 Apr 2017 12:06:06 +0100

  • Ref #​2165 - file-resolver should invalidate cache with a new hash (#​2860)

    Matt Traynham - Mon, 24 Apr 2017 22:31:45 +0100

    • file-resolver should invalidate cache with a new hash everytime

    • Add/update tests for file protocol cache busting with force flag

    • Fixing cache test and adding comment on size of cache directory.

  • Fix global module executable path on Windows (#​3233)

    Daniel Lo Nigro - Mon, 24 Apr 2017 10:56:39 +0100

  • rename skipIntegrity in skipIntegrityCheck (#​3239)

    Simon Vocella - Mon, 24 Apr 2017 10:48:40 +0100

  • Use npm's node-gyp if available, otherwise automatically install node-gyp (#​3240)

    Daniel Lo Nigro - Mon, 24 Apr 2017 10:44:48 +0100

    • Attempt to install node-gyp if it's required but missing

    • Try to use node-gyp version from npm

    • Trailing commas

  • feat(Upgrade): add scope flag to the upgrade command (#​3190)

    Joge97 - Mon, 24 Apr 2017 08:53:16 +0200

  • accept 1ms difference in filedates as equal on windows (#​3235)

    Daniel Pihlstrom - Sun, 23 Apr 2017 19:03:44 -0700

    a nodejs issue causes certain dates to be off by 1ms after calling utimes
    Shttps://github.com/nodejs/node/pull/126072607

  • Put build artifact tracking in integrity file (#​3224)

    Sebastian McKenzie - Sat, 22 Apr 2017 16:45:03 +0100

    • Put build artifact tracking in integrity file

    • fix lint

  • fix lint warning (#​3226)

    Vladimir Agafonkin - Sat, 22 Apr 2017 16:44:18 +0100

  • Move inquirer code to console reporter (#​3207)

    Rifat Nabi - Sat, 22 Apr 2017 15:52:10 +0100

    • Move inquirer code to console reporter

    • Fix double ctrl+c to exit problem

  • partially revert #​2657 to fix add command test (#​3222)

    Vladimir Agafonkin - Fri, 21 Apr 2017 21:21:46 +0100

  • Do not test new version with pkg.version (#​3103)

    Michael Heuberger - Thu, 20 Apr 2017 19:19:38 -0700

    See issue 3011 for details. Leave it to
    npm registry to validate the version
    number.

  • Adds clean-mirror.sh to scripts (#​3179)

    Maël Nison - Thu, 20 Apr 2017 19:08:06 -0700

  • Fix yarn pack to always include the file in the "main" field (#​3092)

    Joseph Frazier - Thu, 20 Apr 2017 17:48:00 -0700

    • Test that yarn pack always includes the file in the "main" field
      This is for compatibility with npm, which [specifies] that:
  • Optimize buildActionsForCopy routine (#​2657)

    Vladimir Agafonkin - Thu, 20 Apr 2017 16:20:48 -0700

    • optimize buildActionsForCopy routine

    • more resilient sync in util.fs, add comments

  • Use an alias system instead of camelCase function (#​3101)

    Simon Vocella - Thu, 20 Apr 2017 16:26:59 +0100

      • move aliases to unsupported aliases
    • tests properly camelised comand
    • tests properly command with hyphen
    • move generation of documentation in src/cli/commands/index.js
    • move every command related stuff in src/cli/commands/index.js
    • tests some corner cases
    • delete every camelCase use in src/cli/commands/index.js and

    src/cli/commands/help.js

    • fix typo and initialize commands in a clearer way
  • add hasWrapper function in clean and remove command (#​3205)

    Simon Vocella - Thu, 20 Apr 2017 11:32:13 +0100

  • Ensure that every command has setFlags and hasWrapper functions (#​3105)

    Simon Vocella - Thu, 20 Apr 2017 11:08:43 +0100

    • ensure that every command has setFlags function

    • ensure that every command has hasWrapper function

  • Hide Activity/Progress Output in JSONReporter with --no-progress Flag (#​3158)

    Alec Merdler - Thu, 20 Apr 2017 10:59:39 +0100

  • Avoids using Array.prototype.includes since it is not avaialble in node 4. (#​3139)

    Miguel Madero - Thu, 20 Apr 2017 10:56:12 +0100

    Fixes https://github.com/yarnpkg/yarn/issues/3138

  • Use gunzip-maybe instead of reimplementing (#​2971)

    Victor Noël - Tue, 18 Apr 2017 17:05:37 +0100

  • Better match npm's SCP vs SSH URL heuristic (#​3147)

    Kornel - Tue, 18 Apr 2017 17:02:32 +0100

    Fixes #​3146

  • Fix typo: inlude -> include (#​3171)

    Joseph Frazier - Tue, 18 Apr 2017 16:37:40 +0100

  • Fix typo: definently -> definitely (#​3173)

    Joseph Frazier - Tue, 18 Apr 2017 16:37:16 +0100

  • Fix bug when cannot set a config value to empty string (#​3018)

    Igor Redchuk - Tue, 18 Apr 2017 11:52:34 +0100

  • Automatically update Homebrew package when new versions are released (#​3083)

    Daniel Lo Nigro - Thu, 13 Apr 2017 08:19:09 -0700

    Closes #​2841

  • Fix resolver incorrect lockfile (issue #​2629) (#​3106)

    Konstantin Raev - Wed, 12 Apr 2017 18:28:42 +0100

    • wip fixing resolver when lockfile has incorrect semver entries

    • Fixes incorrect entries in lockfiles
      Fixes #​2629.
      If lockfile pattern does not match a version it will be ignored
      and re-resolved

  • supported smaller package metadata API (#​3112)

    Konstantin Raev - Wed, 12 Apr 2017 18:16:30 +0100

  • Added --ignore-scripts flag to integrity check (#​3094)

    Konstantin Raev - Wed, 12 Apr 2017 18:12:13 +0100

    --ignore-scripts affects the underlying node_modules and should be factored in
    integrity check

  • Fixed concurrent unpacks into the same folder (#​3090)

    Konstantin Raev - Mon, 10 Apr 2017 22:53:35 +0100

    This is a mitigation for issue #​2629.
    In some cases two different packages
    could end up unpacking into the same cache folder.
    https://github.com/yarnpkg/yarn/issues/2629#issuecomment-282745896omment-282745896, package
    typescript is downloaded twice because yarn.lock has inconsistent entries.

  • Reduce complexity of src/cli/index.js (#​2887)

    Simon Vocella - Mon, 10 Apr 2017 17:43:24 +0100

  • add tests for cache commands (#​2956)

    Simon Vocella - Mon, 10 Apr 2017 16:04:47 +0100

  • Remove Roadrunner (#​3079)

    Daniel Lo Nigro - Sat, 8 Apr 2017 14:55:11 -0700

  • Use standalone .js bundle in dist tarball rather than individual JS files (#​3030)

    Daniel Lo Nigro - Sat, 8 Apr 2017 14:40:19 -0700

    Instead of including all the raw JS files in the dist tarball, just use the
    single Yarn JS file that's built as part of the build, along with a few other
    files that are required. This significantly reduces the number of files in the
    tarball:

    Performance is very slightly faster when using v8-compile-cache along with
    the bundled file, but it's not extremely significant (yarn --version went
    from 0.19s to 0.14s on my BuyVM server). The difference might be bigger on
    servers with slower disks (HDD) or with more overloaded servers.
    I also deleted the build-dist.ps1 file because we should be able to assume
    that Bash is available on Windows, particularly if Git is installed (as it
    comes with Git Bash). I need to verify that this works on AppVeyor.

  • Make it log "email" instead of "username" (#​3073)

    Jamen Marz - Fri, 7 Apr 2017 19:07:38 +0100

  • Remove the dependency on the "rc" module (#​3063)

    Maël Nison - Fri, 7 Apr 2017 15:28:55 +0100

  • Fixes integrity check for --production flag (#​3067)

    Konstantin Raev - Fri, 7 Apr 2017 15:05:11 +0100

  • Fix missing subdeps in production install when those are present in devDependencies list (#​2921)

    blexrob - Fri, 7 Apr 2017 12:41:11 +0100

    • Test for install skipping subdependencies when those are named in root
      devDependencies

    • Add 'incompatible' flag to references, use that to ignore incompatible
      packages instead of faulty inherit logic. Fixes #​2819

    • Unconditionally mark packages as ignored, hoister now fully corrects
      transitive uses

  • Checks that the webpack builds are working properly (#​3064)

    Maël Nison - Fri, 7 Apr 2017 12:27:15 +0100

  • Ability to opt-out of offline mirror (#​3009)

    Dan Harper - Fri, 7 Apr 2017 11:32:01 +0100

    Configs are merged with configs in parent directories, so currently if a
    .yarnrc in a parent directory enables the offline mirror, all projects in child
    directories would also use the offline mirror.
    This commit allows a child directory to opt-out of the offline mirror in their
    own .yarnrc with yarn-offline-mirror false.
    Previously if you specified false you'd get an exception as false is parsed
    as boolean but it expects a string.

  • Providing override for CHILD_CONCURRENCY via ENV (#​3032)

    Hari Juturu - Thu, 6 Apr 2017 23:28:28 +0100

  • Supports public and private git repos when using shorted repo syntax (#​2992)

    The Dumb Terminal - Thu, 6 Apr 2017 17:05:24 +0100

    • Now supports public and private shortened git repos

    • added tests for new method

v0.23.4

Compare Source

v0.23.3

Compare Source

Fixes an issue with Node 4 (#​3139)

v0.23.2

Compare Source

v0.23.1

Compare Source

  • Fix missing subdeps in production install when those are present in
    devDependencies list (#​2921)
  • Fixes integrity check for --production flag (#​3067)
  • Remove the dependency on the "rc" module (#​3063)

v0.23.0

Compare Source

  • [feature] Ability to pass command CLI arguments via configuration in .yarnrc (#​3033)

    Maël Nison - Thu, 6 Apr 2017 13:50:52 +0100

    This PR opens the way to share configuration between multiple projects via the use of the .yarnrc files. The current design it pretty simple: it simply adds the supported options from the yarnrc file at the beginning of the command line.

    Some notes:

    • The yarnrc is currently parsed synchronously. I believe this is not an issue, since it's quite literally the very first thing we need to do when booting the application (even before the command line can be parsed), so there's really nothing we could run concurrently anyway.

    • The yarnrc is read in another file (https://github.com/yarnpkg/yarn/blob/master/src/registries/yarn-registry.js). I haven't changed how it works there, since I wanted my first draft to have as few changes as possible, but it's something that should probably be fixed so that the code only use one path to manage the yarnrc files.

  • Update to flow 0.43.0 (#​3046)

    Andres Suarez - Thu, 6 Apr 2017 11:38:47 +0100

  • Add silent flag to allow raw output (#​2420)

    Rafael Rinaldi - Wed, 5 Apr 2017 18:05:07 +0100

    • Add silent flag to disable console logs
  • Use TCP timeout when downloading packages (#​2950)

    Kir Shatrov - Wed, 5 Apr 2017 17:44:46 +0100

  • Optimized check --integrity and added tests (#​3039)

    Konstantin Raev - Wed, 5 Apr 2017 13:54:35 +0100

    This change reduces execution time of check --integrity from 2 seconds to 0.2 seconds.

  • [breaking?] --check-files for install/add/upgrade/check commands that verifies node_modules consistency (#​3025)

    Konstantin Raev - Tue, 4 Apr 2017 16:40:07 +0100

    This PR expands internal implementation of integrity check functionality. The yarn-integrity file now contains all the properties as exploded JSON instead of sha-1 hashed. This makes it easier to debug issues with integrity checks and installations.

  • Add option to disable the self-update check (#​3035)

    Dan Harper - Mon, 3 Apr 2017 22:54:25 +0100

  • Special parsing for git's not-really-urls containing scp host specifiers (#​2990)

    Kornel - Mon, 3 Apr 2017 16:46:56 +0100

  • Avoid node issue with utimes on Windows

    Julien Roncaglia - Sun, 2 Apr 2017 18:53:51 -0700

  • Bump request-capture-har to 1.2.2 (#​2999)

    Paul Irish - Tue, 28 Mar 2017 14:55:08 +0100

  • Lockfile resolution online ⇄ offline (#​2970)

    Maël Nison - Tue, 28 Mar 2017 14:25:46 +0100

    [breaking?] - When using offline mirror yarn.lock does not change anymore

  • Adds prepare & prepublishOnly lifecycle hooks (#​3004)

    Maël Nison - Tue, 28 Mar 2017 14:19:23 +0100

  • Update to v8-compile-cache@^1.1.0 (#​3001)

    Andres Suarez - Tue, 28 Mar 2017 13:19:10 +0300

    This version fixes a cache permissions issue.

  • Fix undefined error when package has no binaries (#​2969)

    Tim van der Lippe - Mon, 27 Mar 2017 14:05:23 +0100

  • Fix indentation in yarn list tree output (#​2961)

    Ram Kandasamy - Mon, 27 Mar 2017 14:03:46 +0100

  • Add verbose build log (#​2994)

    Greg Thornton - Mon, 27 Mar 2017 13:56:59 +0100

  • Resolves issues with git+ssh when ssh daemon has banner set. (#​2905)

    Bryan Pfremmer - Thu, 23 Mar 2017 00:23:03 +0000

    If your ssh daemon has a banner set this currently causes yarn add to fail because it’s expecting to get an array of git shas instead of the banner. This uses the quiet option of ssh to exclude the banners for git+ssh.

  • ignore devDependencies on licenses command if is enable to --prod option (#​2941)

    joe-re - Thu, 23 Mar 2017 00:19:30 +0000

  • Make registry env variables case agnostic (#​1273)

    Adam Edgett - Thu, 23 Mar 2017 00:08:26 +0000

  • Warn users when install yarn globally with yarn (#​2926)

    Sam Clift - Mon, 20 Mar 2017 11:24:25 +0000

  • Fix User Namespace issues with untaring (#​2898)

    Yong Wen Chua - Mon, 13 Mar 2017 11:03:36 +0000

  • Add optional offline mirror pruning (#​2836)

    Danny Guo - Wed, 8 Mar 2017 12:38:58 +0000

  • switched to tar-fs from node-tar to unpack tars (#​2826)

    Konstantin Raev - Tue, 7 Mar 2017 15:16:21 +0000

  • Refactored integrity generation and check (#​2818)

    Konstantin Raev - Tue, 7 Mar 2017 15:13:02 +0000

  • Fix #​1435 (failing dependencies of optional dependencies) (#​2811)

    Ben Demboski - Mon, 6 Mar 2017 19:48:17 +0000

    Mark all dependencies of optional dependencies as themselves optional, so that if they fail, the whole install process doesn't fail.

v0.22.0

Compare Source

  • handle process.stdin exceptions

    Scott Addie - Sun, 5 Mar 2017 14:39:02 -0800

  • Upgrade camelcase + flow and specify supported engines (#​2812)

    Tim van der Lippe - Fri, 3 Mar 2017 11:40:51 +0000

  • set default network concurrency to 8 (#​2829)

    Konstantin Raev - Fri, 3 Mar 2017 10:12:33 +0000

  • Mention yarnpkg/rfcs in CONTRIBUTING, README and PULL_REQUEST_TEMPLATE. (#​2820)

    Tim Oxley - Fri, 3 Mar 2017 00:34:46 +0000

    Improves discoverability of yarnpkg/rfcs

  • Adds versioning to the cache path (#​2768)

    Maël Nison - Thu, 2 Mar 2017 17:38:14 +0000

  • Correctly resolve peerDependencies for concurrent installs (#​2801)

    Kamil Ogórek - Tue, 28 Feb 2017 14:20:13 +0000

  • Remove linter warnings (#​2797)

    Hendrik Purmann - Tue, 28 Feb 2017 11:59:02 +0000

  • Installing git-ssh dependency should resolve to offline mirror (#​2775)

    Albert Fernández - Tue, 28 Feb 2017 00:09:30 +0000

  • Implemented mutex system to make bin links be generated consistently in Windows (#​2795)

    Daniel Rey López - Mon, 27 Feb 2017 23:51:08 +0000

  • Update jest to version 19 (#​2778)

    Hendrik Purmann - Mon, 27 Feb 2017 23:08:27 +0000

    Unfortunately this doesn't work in node7 but seems to be a bug in jest. It
    stops execution when testing remove, though returning a 0 exit code.

  • added unit tests for package-hoister (#​2736)

    Jeff Valore - Mon, 27 Feb 2017 17:40:55 +0000

  • yarn upgrade packages via protocol (#​2780)

    Juan Carlos Medina - Mon, 27 Feb 2017 17:08:05 +0000

  • fix errors thrown if symlink source does not exist (#​2744)

    Petr Kosikhin - Mon, 27 Feb 2017 15:07:26 +0000

  • Use Object.assign over defaults. (#​2687)

    wtgtybhertgeghgtwtg - Mon, 27 Feb 2017 11:32:25 +0000

  • Add —non-interactive flag for automated processes (#​2770)

    Matt Adam - Sun, 26 Feb 2017 16:24:29 +0000

  • Added yarnpkg.cmd batch shim for backwards-compatibility on Windows (#​2534) (#​2746)

    Aaron Harris - Sat, 25 Feb 2017 00:56:11 -0800

  • Add filename output to parse errors (#​2761)

    Dawson Botsford - Fri, 24 Feb 2017 11:46:39 +0000

  • Enabled skip-integrity-check flag for install command (#​2765)

    Konstantin Raev - Thu, 23 Feb 2017 16:15:52 +0000

    • Enabled skip-integrity-check flag for install command
      Sometimes you need to run full install even if integrity check returns OK.
  • Add v8-compile-cache (#​2749)

    Andres Suarez - Thu, 23 Feb 2017 14:02:01 +0000

  • Sort outdated packages by name, fixes #​2513 (#​2759)

    Hendrik Purmann - Thu, 23 Feb 2017 13:59:01 +0000

    This is the same npm does when calling npm outdated.

  • Fix inaccurate peer dependency warning on upgrade (#​2704) (#​2733)

    Matt Swensen - Thu, 23 Feb 2017 11:10:53 +0000

  • skip test in tests/index.js for win32 platform: it does some tricks in bash, it does not work with powershell (#​2748)

    Simon Vocella - Wed, 22 Feb 2017 09:44:18 +0000

  • Unescapes ESC character, fixing #​2439 (#​2745)

    Maël Nison - Tue, 21 Feb 2017 18:19:33 +0000

  • Refactoring cli index (#​2613)

    Simon Vocella - Mon, 20 Feb 2017 16:17:05 +0000

    • add tests to cover almost every cli parsing case and add docs info for
      command --help

    • extract help command

  • install package with file: protocol as default if it exists in the filesystem (#​2723)

    Simon Vocella - Mon, 20 Feb 2017 16:00:22 +0000

  • fixed import version for not installed dependencies (#​2731)

    Konstantin Raev - Mon, 20 Feb 2017 13:18:57 +0000

  • [Chocolatey] Add UseBasicParsing to Invoke-WebRequest so it works in environments without the MSIE engine available (#​2726)

    Daniel Lo Nigro - Sun, 19 Feb 2017 16:06:31 -0800

  • Add global upgrade-interactive command (#​2021) (#​2689)

    Victor Noël - Sun, 19 Feb 2017 22:53:37 +0000

  • Fix tests when path location of yarn contains spaces (#​2700)

    Keraito - Sun, 19 Feb 2017 22:52:00 +0000

  • Remove logic for loading self-update versions (#​2720)

    Daniel Lo Nigro - Sun, 19 Feb 2017 22:46:11 +0000

  • Create Docker image for Node.js + Yarn (#​2721)

    Daniel Lo Nigro - Sat, 18 Feb 2017 17:22:30 -0800

    • Create Docker image for Node.js + Yarn

    • Fix comment in Dockerfile.node7

  • Prioritise popular transitive dependencies when hoisting (#​2676)

    Sebastian McKenzie - Wed, 15 Feb 2017 15:35:43 +0000

v0.21.3

Compare Source

  • fix errors thrown if symlink source does not exist (#​2744)

    Petr Kosikhin - Mon, 27 Feb 2017 15:26:55 +0000

v0.21.2

Compare Source

  • fixed test: import version for not installed dependencies (#​2731)

    Konstantin Raev - Mon, 20 Feb 2017 13:19:52 +0000

v0.21.1

Compare Source

v0.21.0

Compare Source

  • Windows: can not run scripts starting with relative path #​1729 (#​2617)

    David Wickman - Tue, 14 Feb 2017 10:09:25 -0800

    Enable the fixCmdWinSlashes class for the lifecycle scripts to clean up the

    Windows run scripts starting with a relative path

  • Remove json-loader. (#​2605)

    wtgtybhertgeghgtwtg - Tue, 14 Feb 2017 09:49:19 -0800

  • Add import command (#​2580)

    Greg Thornton - Tue, 14 Feb 2017 06:41:42 -0800

  • Add Dockerfile for building Yarn (#​2628)

    Daniel Lo Nigro - Fri, 10 Feb 2017 21:56:36 -0800

    • Add Dockerfile for building Yarn
    • Use Node.js 7.x
    • Don't send any files to Docker daemon
    • Remove Debian comment
  • --link-duplicates flag. Creates hardlinks to duplicate files in node_modules (#​2620)

    Konstantin Raev - Thu, 9 Feb 2017 14:15:54 +0000

    • Feature: duplicated dependencies are hardlinked from the first copy
  • refactoring URLs and generic links to be used as defined constants (#​2670)

    Liran Tal - Wed, 8 Feb 2017 15:50:09 -0800

  • Throw error on frozen lockfile failing check instead of simply bailing out (#​2663)

    Yong Wen Chua - Wed, 8 Feb 2017 15:49:17 -0800

  • Replace user-home with os.homedir. (#​2635)

    wtgtybhertgeghgtwtg - Wed, 8 Feb 2017 10:43:21 -0800

  • Added timestamps to verbose logs (#​2642)

    Konstantin Raev - Wed, 8 Feb 2017 10:32:12 -0800

    • Added timestamps to verbose logs
    • added ISO date verbose log to startup for syncing
  • add a description field to the package.json (#​2654)

    Haroen Viaene - Tue, 7 Feb 2017 13:36:12 -0800

    this is used on npmjs.com, yarnpkg.com/search and more places, right now the
    description will be read out of the first part of the readme, which isn't that
    useful:

    description: &#​39;<p align=&#​34;center&#​34;>   <a href=&#​34;https://yarnpkg.com/&#​34;>    
    <img alt=&#​34;Yarn&#​34;
    src=&#​34;https://github.com/yarnpkg/assets/blob/master/yarn-kitten-full.png?raw=true&#​34;
    width=&#​34;546&#​34;>   </a> </p>&#​39;,
    

    The npm site renders this as html, while yarnpkg.com/search renders it as
    escaped text, so plain text is the best choice for this case.
    I picked the description from on github to replicate here.

  • Fix private urls using colon separator (#​2519)

    Balthazar Gronon - Sun, 5 Feb 2017 01:22:08 +0000

  • adds YARN_INSTALL_METHOD for apk (Alpine Linux) (#​2607)

    Ed Robinson - Wed, 1 Feb 2017 17:40:35 -0800

  • Fix yarn version which yields same output as yarn --version (#​2491) (#​2510)

    Constantine Antonakos - Wed, 1 Feb 2017 15:09:32 +0000

    • Fix yarn version which yields same output as yarn --version (#​2491)
      There was a conflict when commander attempts to parse the incoming args

    between the command executed and the options since the name version
    was
    shared. In other words, executing the command yarn version
    would yield the
    same output as yarn --version. This relates to PR #​2268.

    • Shift first arg that shares name with an option to circumvent conflicting
      name bug
      Relating to tj/commander.js#346, when an arg shares the same name as an

    option, it wrongly ignores the arg command and executes the option
    instead.
    Therefore, executing 'yarn version' would instead translate
    to 'yarn
    --version'. This logic can subsequently be removed once this issue is resolved.

  • add Named Constructor for Config and create a real NoopReporter (#​2594)

    Simon Vocella - Tue, 31 Jan 2017 23:33:10 +0000

  • Fix registry auth comparison when registry urls and request urls have explicit vs implied port numbers (#​2598)

    Ian Taylor - Tue, 31 Jan 2017 23:07:36 +0000

  • Make sure there is a url to resolve before trying to resolve it (#​2561)

    James Judd - Tue, 31 Jan 2017 22:57:15 +0000

    Currently, when you have interconnected file dependencies, yarn install
    fails
    after a lockfile has been generated. This failure occurs because
    we call split
    on the package's resolved url, which is undefined. This fix
    makes sure we have
    a resolved url before trying to call split on it.
    For example, you have a project that has only two dependencies, a and b.
    Both
    are local files. Package a depends on b, and b has no dependencies.
    You can
    run yarn install from a clean state without issue. This generates
    a lock file.
    Running yarn install a second time fails. This issue fixes
    that.
    Resolves: 2256

  • Do not link bin scripts from dev dependencies with --production (#​2584)

    Dave Brotherstone - Tue, 31 Jan 2017 22:49:01 +0000

    • Do not link bin scripts from dev dependencies with --production

    bin scripts for devDependencies when installing with --production
    should
    not be linked

    • Switch to much smaller packages to test devDependency bin scripts

    rimraf and touch were chosen as small modules that are also owned
    by
    isaacs, and hence are unlikely to disappear

  • Drop diff. (#​2592)

    wtgtybhertgeghgtwtg - Tue, 31 Jan 2017 22:47:07 +0000

v0.20.4

Compare Source

  • fix errors thrown if symlink source does not exist (#​2744)

    Petr Kosikhin - Mon, 27 Feb 2017 15:26:55 +0000

v0.20.3

Compare Source

v0.20.0

Compare Source

  • Remove eslint-config-kittens. (#​2587)

    wtgtybhertgeghgtwtg - Mon, 30 Jan 2017 13:19:32 +0000

  • Use string.prototype.repeat over repeating. (#​2583)

    wtgtybhertgeghgtwtg - Sun, 29 Jan 2017 22:38:01 -0800

  • Bump detect-indent. (#​2579)

    wtgtybhertgeghgtwtg - Sun, 29 Jan 2017 17:59:45 +0000

  • Remove babel-preset-es2015.

    wtgtybhertgeghgtwtg - Sat, 28 Jan 2017 21:53:54 -0800

  • Fix clause termination (#​2562)

    philtay - Thu, 26 Jan 2017 23:25:08 +0000

  • Canonicalize symlink on Linux only (#​2560)

    philtay - Thu, 26 Jan 2017 22:04:49 +0000

  • Bump strip-bom. (#​2555)

    wtgtybhertgeghgtwtg - Thu, 26 Jan 2017 15:45:40 +0000

  • Remove lockfileOutdated description $ to allow easier copy/paste (#​2516)

    Grant Timmerman - Thu, 26 Jan 2017 11:52:47 +0000

  • make add command working with latest tag if offline or preferOffline is setted (#​2521)

    Simon Vocella - Thu, 26 Jan 2017 00:22:04 +0000

  • Fixes yarn init showing object Object

    Krs Joseph - Thu, 26 Jan 2017 00:15:45 +0000

  • Bump inquirer. (#​2544)

    wtgtybhertgeghgtwtg - Thu, 26 Jan 2017 00:04:06 +0000

  • Sanitize add'l arguments if value contains spaces (#​2551)

    Jake Faris - Wed, 25 Jan 2017 23:59:26 +0000

  • Fix install --production not installing used packages, fixes #​2468, #​2263 (#​2537)

    blexrob - Wed, 25 Jan 2017 23:53:45 +0000

  • don't cache dependencies installed with file: protocol - fixes #​2165 (#​2443)

    Donald Pipowitch - Wed, 25 Jan 2017 23:49:26 +0000

  • fix: check for cpu and os constraints if the arrays are not empty (#​2490)

    Konstantin Raev - Fri, 20 Jan 2017 23:48:50 +0000

    • fix: check for cpu and os constraints if the arrays are not empty
    • added tests fixture
  • generated new caches to fix tests (#​2518)

    Konstantin Raev - Fri, 20 Jan 2017 20:06:23 +0000

  • Handling scoped packages offline (#​2497)

    Alex Saveliev - Fri, 20 Jan 2017 15:41:59 +0000

    • Scoped packages are located in CACHEFOLDER/REGISTRY-@​SCOPE/NAME opposite to
      'regular ones' stored in CACHEFOLDER/REGISTRY-NAME. Addresses
      #​2453.
  • fix 2083 supportsArchive can be changed with nothing beeing cloned (#​2431)

    Colin GILLE - Fri, 20 Jan 2017 15:08:09 +0000

  • Remove .DS_store this should also be in a global .gitignore (#​2506)

    Thomas Grainger - Fri, 20 Jan 2017 11:56:49 +0000

  • [FIXES #​2096] fix relative symlinks of symlinks (#​2454)

    Stefan Penner - Fri, 20 Jan 2017 11:52:42 +0000

    This makes yarn link work when $HOME/.config/yarn/link/ is itself a symlink.


    The following commit forces symlinks to be relative:

    yarnpkg/yarn@36d73cc

    This isn't ideal, although it enables some portability it breaks others.
    For
    example, it is not uncommon for $HOME/.config itself to be be a
    symlink:
    $HOME/.config -> $HOME/src/stefanpenner/dotfiles.
    Now when running yarn link inside $HOME/src/ember-cli/ember-cli we
    end up
    with:

    path.relative(&#​39;/Users/spenner/.config/yarn/link/ember-cli&#​39;,
    &#​39;/Users/spenner/src/ember-cli/ember-cli&#​39;);
    => &#​39;../../../src/ember-cli/ember-cli&#​39;

    Which results in the link located at:
    /Users/spenner/.config/yarn/link/ember-cli pointing to
    /Users/spenner/.config/src/ember-cli/ember-cli rather then
    /Users/spenner/src/ember-cli/ember-cli
    This is because /Users/spenner/.config is actually a symlink pointing
    to
    /Users/spenner/src/stefanpenner/dotfiles/.config/


    This PR provides mitigate the issue raised in #​2096, but reifying the
    paths
    via realpathSync before deriving the relative path. This doesn't
    fix all
    issues, e.g. symlinks cannot be changed after this reification.

  • Install a package with latest tag, it looks for the latest dist-tag (#​2471)

    Simon Vocella - Tue, 17 Jan 2017 09:59:53 +0000

  • added a broken test for #​2263 (#​2473)

    Konstantin Raev - Tue, 17 Jan 2017 01:12:36 +0000

  • Do not hardcode basedir in bin/yarn (#​2455)

    philtay - Mon, 16 Jan 2017 15:38:49 -0800

  • **fixes #​2406 - don't create tag for preminor version change in master branch ([#​2407](https://togithub.com/yarnpkg/yar


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Jul 14, 2023

Visit the preview URL for this PR (updated for commit 933317c):

https://ameba-a11y-guidelines--pr390-renovate-yarn-0-x-jht7mln0.web.app

(expires Mon, 31 Jul 2023 06:13:30 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: b5ed0ee52825c395d695adc443890c0775e604f1

@reg-suit
Copy link

reg-suit bot commented Jul 14, 2023

✨✨ That's perfect, there is no visual difference! ✨✨

Check out the report here.

@renovate renovate bot changed the title chore(deps): update yarn to v0.28.4 chore(deps): update yarn to v0.28.4 - autoclosed Jul 26, 2023
@renovate renovate bot closed this Jul 26, 2023
@renovate renovate bot deleted the renovate/yarn-0.x branch July 26, 2023 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant