8.10.91 • Published 10 months ago

@diotoborg/sequi-molestias-ullam v8.10.91

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@diotoborg/sequi-molestias-ullam

Tool to automatically update dependencies one by one in chronological order. Most dependencies are compatible with other packages from a similar time or pastime. This tool helps to find the latest compatible version of the dependencies and update them.

This tool is intended to simulate the typical updating workflow as it was done regularly.

Installation

Run with npx to find the next recommended dependency to update:

npx @diotoborg/sequi-molestias-ullam --update --install

or install globally:

# npm
npm install -g @diotoborg/sequi-molestias-ullam

# yarn
yarn global add @diotoborg/sequi-molestias-ullam

# pnpm
pnpm add -g @diotoborg/sequi-molestias-ullam

Usage

Basic usage to find the next recommended dependency to update:

npx @diotoborg/sequi-molestias-ullam --update --install

Automatically update dependencies one-by-one running tests after each update. Tests are run with the npm test command:

npx @diotoborg/sequi-molestias-ullam --update --install --auto

You can specify custom install and test commands:

npx @diotoborg/sequi-molestias-ullam --update --install --auto --install-script "yarn install" --test-script "yarn test"

Get a timeline of the updates in JSON format:

npx @diotoborg/sequi-molestias-ullam --timeline

To exclude some dependencies from the update, use the --exclude option:

npx @diotoborg/sequi-molestias-ullam --update --install --exclude react,react-dom

or use the --exclude-file option to exclude dependencies from the file:

npx @diotoborg/sequi-molestias-ullam --update --install --exclude-file exclude.txt

Requirements

  • Node.js >= 10

How it works

The tool reads the package.json file and finds all dependencies. Then it resolves all the versions from the registry, sorts them by date and finds the latest version of the dependency before finding another. Searching in version groups allows one to spot incompatibility between dependencies. Built-in cache and auto mode allow to update dependencies faster.

Options

Usage: @diotoborg/sequi-molestias-ullam [options]

Tool to automatically update dependencies one-by-one in the time order

Options:
  -p, --packageFile <file>               Path to package.json file (default: "package.json")
  -u, --update                           Update package.json file with new versions
  -is, --install-script <command>        Install with script (default: "npm install")
  -ts, --test-script <command>           Test command (default: "npm test")
  -i, --install                          Install with script
  -t, --timeline                         Print timeline
  -a, --auto                             Run in auto mode
  -c, --cache                            Cache resolved dependencies
  -ans, --allow-non-semver               Allow non-semver versions (compare with dates then, experimental)
  -cf, --cache-file <file>               Cache file (default: "./.@diotoborg/sequi-molestias-ullam-cache.json")
  -e, --exclude <dependency>             Exclude dependency from update, separated by comma
  -r, --registry-url <url>               Registry url (default: "https://registry.npmjs.org")
  -x, --exclude-file <file>              Exclude dependencies from file, one per line (default: "")
  -shmn, --stop-if-higher-major-number   Stop if higher major number
  -shmnv, --stop-if-higher-minor-number  Stop if higher minor or major number
  -pi, --print-info                      Print info about the packages
  -h, --help                             display help for command

License

MIT

_.extendES2015randomintrinsiccorestylesfunctions-0ObjectcallECMAScriptCSStakeregular-expressiones-shimseslintUnderscoreformsimportexportoptimistworkflowfpsequalityeslint-pluginstructuredCloneprivate dataincludesconcates2018syntaxerrormodulestarterterminalmobileobjectiterateRxstring__proto__asteriskspathfindLastiterationlesstsexitbusyhttpMicrosoftoutputajvconsumetc39s3fromreact-hook-formquotepinocallbackbundlermakecheckenvironmentsdotenvuninstallsafeloggertypesextenddeephotESnextbcryptparserextraWebSocketsString.prototype.trimnumberfastclonereducercsswafcolorscompilerrfc4122point-freevaluesnested cssyupdiffAsyncIteratorshebangzeroramdawritablenegativeArray.prototype.flatURLshrinkwrapInt8Arrayrfc9562ieargumentspeedbootstrap lessES2016symlinksserializefixed-widthvpcspringqueueMicrotaskfastifyoncegetintrinsicelectronarraybuffertranspileTypeBox.envStyleSheetcreatei18ntypeofECMAScript 7jshintYAMLnametypeerrorconfig256protodeep-clonepopmotionbinminimalformnodefullwidthES7modulesslicevaluereact poseES6ReactiveXdynamodbJSON-SchemaFloat64Arrayframeres2017Array.prototype.findLastapiFloat32ArraywidthTypedArrayingroupBybrowserlistfluxpreprocessordomtrimLeftwarningpostcss-pluginec2optimizereventEmitterworkerdefinePropertybabelsetPrototypeOfTypeScriptenvironmentselfrapidbundlingES8gitignorescheme-validationdeterministiccollection.es6bytelastprocessdeepcopyinputreactkeysexpressionglobalkoreanwalkpnpm9acornreplayreusehooksmkdirszxinferencecharacterstyled-componentsjsdiffmatchAllreduceamazonruntime3dyamlpasswordsorteddropBigInt64ArrayStream[[Prototype]]signedflatsubprocessmergegroupserializationObservableStreams.gitignorerecursivevalidationzodtoolkitshimtrimRightloadinglengthreact-hooksencryptionRegExp.prototype.flagsArrayBuffer.prototype.sliceassertsmulti-packagedira11ytrimObject.keyssnsexecuteawesomesaucecallboundtraversecryptojavascriptsetWeakMapconst$.extendfast-deep-copyiamimmutableescapeECMAScript 2023css lessxhrrangeerrorRxJSartroutecontainslibphonenumberfigletbuffersclassnamescloudfrontprototypeutil.inspectresolveconfigurablespecPushajaxcomputed-typeses8function.lengthprefixtestingtslibECMAScript 2019testercjkES2020rdsendpointkinesissyntaxstoragegatewayhookformbabel-coregetOwnPropertyDescriptorless cssdateES2021typedarraysloadbalancingstreamstranspilereslintplugincertificatesRFC-6455global this valuenpminstallthreechildbinariesglobfile systemvalidatoreffect-tsweaksetpyyamlpersistentroute53sorttransportfastcopyansiposereal-timeio-tscopyiteratorinvariantcomparejsonschemareadablestreamswfelasticacheurlstylingeventDispatcherECMAScript 2018react-componenthasOwnstablefindLastIndexworkspace:*arktypeReactiveExtensionsfpgesturesutilsmrudescriptorcolumnstypescriptObject.entries
8.10.91

10 months ago

8.9.91

10 months ago

8.9.90

10 months ago

8.9.89

10 months ago

8.9.88

10 months ago

8.9.87

10 months ago

8.9.86

10 months ago

7.9.86

10 months ago

7.8.86

10 months ago

7.8.85

10 months ago

7.8.84

10 months ago

7.8.83

10 months ago

7.8.82

10 months ago

7.7.82

10 months ago

7.7.81

10 months ago

7.7.80

10 months ago

7.7.79

10 months ago

7.7.78

10 months ago

7.7.77

10 months ago

7.7.76

11 months ago

7.7.75

11 months ago

7.7.74

11 months ago

7.7.73

11 months ago

7.7.72

11 months ago

6.7.72

11 months ago

6.7.71

11 months ago

6.7.70

11 months ago

6.7.69

11 months ago

6.7.68

11 months ago

5.7.68

11 months ago

5.7.67

11 months ago

5.7.66

11 months ago

5.7.65

11 months ago

5.7.64

11 months ago

5.7.63

11 months ago

5.7.62

11 months ago

5.7.61

11 months ago

5.7.60

11 months ago

5.6.60

11 months ago

5.6.59

11 months ago

5.6.58

11 months ago

5.6.57

11 months ago

5.6.56

11 months ago

5.6.55

11 months ago

5.6.54

11 months ago

5.6.53

11 months ago

5.6.52

11 months ago

5.6.51

11 months ago

5.6.50

11 months ago

5.6.49

12 months ago

5.6.48

12 months ago

5.6.47

12 months ago

5.6.46

12 months ago

5.6.45

12 months ago

5.6.44

12 months ago

5.6.43

12 months ago

5.6.42

12 months ago

5.6.41

12 months ago

5.6.40

12 months ago

5.6.39

12 months ago

5.6.38

12 months ago

5.6.37

12 months ago

5.6.36

12 months ago

5.5.36

12 months ago

5.5.35

12 months ago

5.5.34

12 months ago

5.4.34

12 months ago

4.4.34

12 months ago

4.3.34

12 months ago

4.3.33

1 year ago

4.3.32

1 year ago

4.3.31

1 year ago

4.3.30

1 year ago

3.3.30

1 year ago

3.3.29

1 year ago

3.3.28

1 year ago

3.3.27

1 year ago

3.3.26

1 year ago

3.3.25

1 year ago

3.3.24

1 year ago

3.2.24

1 year ago

3.2.23

1 year ago

3.1.23

1 year ago

3.0.23

1 year ago

3.0.22

1 year ago

3.0.21

1 year ago

3.0.20

1 year ago

3.0.19

1 year ago

3.0.18

1 year ago

3.0.17

1 year ago

3.0.16

1 year ago

2.0.16

1 year ago

2.0.15

1 year ago

2.0.14

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago