Next | Query returned 25 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-10-03 08:27:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yarn: updated to 1.22.10

1.22.10 (and prior)
Tweak the preinstall check to not cause errors when Node is installed as root \ 
(as a downside, it won't run at all on Windows, which should be an acceptable \ 
tradeoff): https://github.com/yarnpkg/yarn/issues/8358

1.22.7
This release doesn't change anything and was caused by a publish issue.

1.22.6
Running yarn init with the -2 flag won't print the set version output anymore.
A new preinstall check will ensure that npm install -g yarn works even under \ 
Corepack. It doesn't have any effect on other setups.
   2020-09-08 20:05:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yarn: updated to 1.22.5

1.22.5
Headers won't be printed when calling yarn init with the -2 flag
Files with the .cjs extension will be spawned by yarnPath using `execPath
Generates local yarn verions as .cjs files when calling yarn set version
Sorts files when running yarn pack to produce identical layout on Windows and \ 
Unix systems
   2020-03-10 10:14:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yarn: updated to 1.22.4

1.22.1
Prevents yarn-path from exiting before its child exited
Generates relative paths when calling yarn set version
Throws an exception when the .yarnrc.yml file is invalid yaml
   2020-02-07 10:54:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yarn: updated to 1.22.0

1.22.0:
Unknown changes
   2019-12-11 19:47:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yarn: updated to 1.21.1

1.21.1:
No release notes
   2019-12-09 21:15:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yarn: updated to 1.19.2

1.19.2
Folders like .cache won't be pruned from the node_modules after each install.
Correctly installs workspace child dependencies when workspace child not \ 
symlinked to root.
Makes running scripts with Plug'n Play possible on node 13.
Change run command to check cwd/node_modules/.bin for commands. Fixes run in \ 
workspaces.
   2019-11-24 21:23:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yarn: updated to 1.19.1

1.19.1:
Computes the --modules-folder & friends paths based on the cwd.
Stores the sha512 in the cache even when not provided by the server.
Uses the right Node binary when using yarn-path.

1.19.0:
Fixes a potential vulnerability regarding how the build artifacts are stored

1.18.0:
Suggests using the Yarn 2 development trunk on PnP-enabled projects
Preserves linked packages when calling yarn create
Fixes the offline mirror filenames when using Verdaccio
Fixes using link:. to refer to the package folder
Runs the prepare lifecycle of git dependencies even if NODE_ENV is set to production.
Fixes the postversion lifecycle method not being called when using \ 
--no-git-tag-version.
Ignores potentially large vscode keys in package.json to avoid E2BIG errors.
Enforces https for the Yarn and npm registries.
Adds support for reading yarnPath from v2-produced .yarnrc.yml files.
   2019-08-18 06:19:58 by Maya Rashish | Files touched by this commit (1)
Log message:
yarn: use REPLACE_NODEJS from lang/nodejs/application.mk. NFC
   2019-07-13 11:18:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yarn: updated to 1.17.3

1.17.3
Enforces https for the Yarn and npm registries.

1.17.2
Adds support for reading yarnPath from v2-produced .yarnrc.yml files.

1.17.0
Adds prereleases flags and prerelease identifier to yarn version.
Fixes audits when used with yarn add & yarn upgrade
Adds support for the --offline flag to yarn global add
Yarn will tolerate Yaml at parse time. Full support isn't ready yet and will \ 
only come at the next major.
Fixes a bug when using the link: protocol with a folder that doesn't contain a \ 
package.json
   2019-05-20 13:10:29 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
yarn: 1.16.0

1.16.0
Retries downloading a package on yarn install when we get a ETIMEDOUT error.
Implements yarn audit --level [severity] flag to filter the audit command's output.
Implements yarn audit --groups group_name [group_name ...].
Exposes the script environment variables to yarn create spawned processes.
Prevents EPIPE errors from being printed.
Adds support for the npm enterprise URLs when computing the offline mirror filenames.
Tweaks the lockfile parser logic to parse a few extra cases

Next | Query returned 25 messages, browsing 11 to 20 | Previous