0.4.18 • Published 1 month ago

@tramvai/tools-check-versions v0.4.18

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 month ago

Tool for checking module versions in the tramvai application

Various conflicts and compatibility errors may rise when using mismatched versions of the tramvai dependencies. That's way this tool exists.

The tool checks that all of the tramvai dependencies are consistent in package.json for the app. That includes checks for mismatched versions between different dependencies and checks for mismatched versions in package.json and real versions that are resolved in dependency tree.

Example of the wrong dependencies:

"dependencies": {
  "@tramvai/core": "0.5.0", // the most fresh version. The error will be thrown with the suggestion to update other dependencies
  "@tramvai/module-common": "0.4.2",
  "@tramvai/module-router": "0.4.2",
  "@tramvai/state": "0.4.2",
}

Prerelease versions

Prerelease versions often used for the testing. The tool will recognize prerelease versions for the tramvai dependencies and won't count this as mismatched in case all of the prerelease versions are higher than other stable versions.

"dependencies": {
    "@tramvai/core": "0.5.0-rc.2", // release candidate version. The version is higher than other dependencies, so no error will be generated
    "@tramvai/module-common": "0.4.2",
    "@tramvai/module-router": "0.4.2",
    "@tramvai/state": "0.4.2",
}

Patterns for the related dependencies

Packages with the name that matches the following patterns are considered related and for these packages the @tramvai/tools-check-versions will execute checks

  • /^@tramvai\/core$/
  • /^@tramvai\/module-/
  • /^@tramvai-tinkoff\/module-/
  • /^@tramvai\/tokens-/
0.6.1

1 month ago

0.5.4

1 month ago

0.5.3

5 months ago

0.4.17

9 months ago

0.4.18

8 months ago

0.4.15

10 months ago

0.4.16

9 months ago

0.5.0

6 months ago

0.5.2

5 months ago

0.5.1

6 months ago

0.4.14

12 months ago

0.4.12

1 year ago

0.4.10

1 year ago

0.4.11

1 year ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.2

2 years ago

0.3.24

2 years ago

0.3.23

2 years ago

0.3.22

2 years ago

0.3.21

2 years ago

0.3.20

2 years ago

0.3.19

2 years ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.18

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago