File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ Types of changes:
4141- in case of vulnerabilities.
4242-->
4343
44+ #### Breaking Change
45+
46+ - Update [ ` @robotlegsjs/core ` ] ( https://github.com/RobotlegsJS/RobotlegsJS ) to version ` ^2.0.0 ` (see #52 ).
47+
48+ - Migrate array notation from ` Array<SomeType> ` to ` SomeType[] ` .
49+
50+ - The rest of the ` Public API ` remains unchanged.
51+
4452#### Added
4553
4654- Add ** Tidelift** as funding option (see #47 ).
@@ -53,6 +61,8 @@ Types of changes:
5361
5462- Update ` tslib ` to version ` 1.11.1 ` (see #51 ).
5563
64+ - Update dev dependencies to latest version.
65+
5666#### Security
5767
5868- Migrate to [ terser-webpack-plugin] ( https://github.com/webpack-contrib/terser-webpack-plugin ) to solve security vulnerability (see #46 ).
Original file line number Diff line number Diff line change 5353 "lib" : " ./lib"
5454 },
5555 "dependencies" : {
56- "@robotlegsjs/core" : " ^1 .0.3 " ,
56+ "@robotlegsjs/core" : " ^2 .0.0 " ,
5757 "tslib" : " ^1.11.1"
5858 },
5959 "peerDependencies" : {
Original file line number Diff line number Diff line change 9696 dependencies :
9797 commander "^2.15.1"
9898
99- " @robotlegsjs/core@^1 .0.3 " :
100- version "1 .0.3 "
101- resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1 .0.3 .tgz#3ae018b4e8834552a076caf4f4eed7fe1433951a "
102- integrity sha512-fWQWvEqCx9SojQsIMbd1thvylhiUqyX11CBlnUJrpRxZEoLIWZ+F71E/7D662en79HGxtb8OAZZR7WXaiixljw ==
99+ " @robotlegsjs/core@^2 .0.0 " :
100+ version "2 .0.0 "
101+ resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-2 .0.0 .tgz#6bbc0bd7c0f86d444de7efe58ac8d15d0ef8871b "
102+ integrity sha512-yucJHS2aWoCQejV4SOKAfh61wVZXjjD2AX7fgIlYkRNErTHxtliISDla95AW5AhlpNuymTXA63afkbqqsysTyw ==
103103 dependencies :
104104 inversify "^5.0.1"
105- tslib "^1.10.0 "
105+ tslib "^1.11.1 "
106106
107107" @sinonjs/commons@^1" , "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0":
108108 version "1.7.1"
You can’t perform that action at this time.
0 commit comments