Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
yarn-deduplicate
/
Filename :
CHANGELOG.md
back
Copy
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## master ## 3.1.0 - 2020-10-25 ### Chores - Updated dependency `jest` to 26.6.1 - Updated `yarn` to 1.22.10 (via policy) - Updated `eslint-config-prettier` to 6.14.0 - Updated `prettier` to 2.1.2 - Updated `eslint-plugin-jest` to 24.1.0 - Updated `eslint` to 7.12.0 - Prettify and fix typos in README.md (thanks to @friederbluemle) ### Added - Added flag to include pre-release versions in the deduplication process. (thanks to @marcodejongh) ## 3.0.0- 2020-10-29 ### Breaking #### Variadic flags Flags `--packages`, `--scopes` and `--exclude` don't support comma-separated values anymore (eg: `--packages libA,libB`). Instead, you can pass multiple values per flag (eg: `--packages libA libB`) or pass the flag multiple times (eg: `--packages libA --packages libB`). If you use one of those flags _and_ you want to specify a custom `yarn.lock` file, you need to use `--` to separate the arg. Example `--packages libA -- ../project/yarn.lock` ### Chores - Updated Commander to 6.1.0 - Updated eslint to 7.7.0 - Updated yarn to 1.22.5 - Updated prettier to 2.1.1 - Updated jest to 26.4.2 - Updated eslint-plugin-jest to 23.20.0 ## 2.1.0- 2020-07-10 ### Chores - Updated dependencies - Move from CircleCI to GitHub actions - Clean up and dedupe `yarn.lock` ### Added - Option `--scopes` to limit changes to a list of scopes (thanks to @sgomes) - Improve documentation for `--strategy` (thanks to @KubaJastrz) - Clean up .npmignore (thanks to @bluelovers) ## 2.0.0- 2020-02-29 ### Breaks - Drop support for Node < 10 ## 1.2.0- 2020-02-29 Edit: _Do not use. It breaks Node 8 compatiblity. Use 2.0.0 instead_ ### Added - TypeScript definitions (thanks to @bluelovers) - Info about the source of duplication to README - CLI option to exclude packages (thanks to @JacobBlomgren) - Updated a bunch of dependencies ## 1.1.1- 2019-02-03 ### Fixed - Fixed typos in doc and CLI (thanks to @ActuallyACat and @Alonski) - Moved yarn from `peerDependencies` to `engines` ## 1.1.0- 2018-12-22 ### Added - Option `--fail` to exit the process with an error if there are duplicated packages (thanks to @amark) - If the path to `yarn.lock` is not specified, use `yarn.lock` as the default (thanks to @Joge97) ## 1.0.5- 2018-12-15 ### Changed - Support for Node 6 (thanks @leipert) ### Chores - Moved eslint and stricter to devDependencies (thanks @hawkrives) - Re-enabled disabled tests (thanks @amark) ## 1.0.4- 2018-12-12 ### Changed - Fixes parsing the strategy. Now specifying `-s fewer` actually does something! (thanks to @leipert) ### Chores - Added eslint and prettier to keep the code consistent ## 1.0.3- 2018-11-22 ### Changed - Retain Windows end-of-line (thanks to @Shingyx) ## 1.0.2- 2018-11-02 ### Chores - Added `homepage` to package.json ## 1.0.1- 2018-11-02 ### Chores - Removed unused files (tests, local `.history`) from the npm package. Only `*.js` and text files are included now. ## 1.0.0- 2018-10-31 ### Breaking - Renamed project from `yarn-tools` to `yarn-deduplicate` - CLI unification (see Migration to 1.0 guide) - Save changes back to `yarn.lock` by default (thanks to @felipemsantana) ### Added - Added an option to specify the strategy when deduping files - Support for packages without the `@<version>` part - Support for non-semver versions, like `<package>@next` ### Changed - Do not change the order of integrity field (thanks to @lukebatchelor) ### Chores - Added support to CircleCI (thanks to @lukebatchelor) - Moved repo from BitBucket to GitHub - Bumped `@yarnpkg/lockfile` to 1.1.0 (thanks to @lukebatchelor) - Added 'dedupe' as package keyword (thanks to @gfx) ## 0.4.1- 2018-06-05 ### Changed - Use yarn ^1.0.0 and converted it to a peerDependency (thanks to @bj00rn) - Remove deprecated `preferGlobal` in package.json (thanks to bjorn@binovi.se) ## 0.4.0- 2018-01-18 ### Added - Restrict the list of packages to de-dupe on the command line. - This file. - Added AUTHORS. - Cleaned Markdown files.