Skip to content

Commit 232084f

Browse files
Merge pull request #64 from RobotlegsJS/greenkeeper/@robotlegsjs/core-2.0.0
Update @robotlegsjs/core to the latest version 🚀
2 parents 5127105 + b5a1b20 commit 232084f

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ Types of changes:
4545
- in case of vulnerabilities.
4646
-->
4747

48+
#### Breaking Change
49+
50+
- Update [`@robotlegsjs/core`](https://github.com/RobotlegsJS/RobotlegsJS) to version `^2.0.0` (see #58 and #64).
51+
52+
- Migrate array notation from `Array<SomeType>` to `SomeType[]`.
53+
54+
- The rest of the `Public API` remains unchanged.
55+
4856
#### Added
4957

5058
- Add **Tidelift** as funding option (see #59).
@@ -57,6 +65,8 @@ Types of changes:
5765

5866
- Update `tslib` to version `1.11.1` (see #62).
5967

68+
- Update dev dependencies to latest version.
69+
6070
#### Security
6171

6272
- Migrate to [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) to solve security vulnerability (see #58).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lib": "./lib"
5858
},
5959
"dependencies": {
60-
"@robotlegsjs/core": "^1.0.3",
60+
"@robotlegsjs/core": "^2.0.0",
6161
"tslib": "^1.11.1"
6262
},
6363
"peerDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@
109109
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
110110
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
111111

112-
"@robotlegsjs/core@^1.0.3":
113-
version "1.0.3"
114-
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.3.tgz#3ae018b4e8834552a076caf4f4eed7fe1433951a"
115-
integrity sha512-fWQWvEqCx9SojQsIMbd1thvylhiUqyX11CBlnUJrpRxZEoLIWZ+F71E/7D662en79HGxtb8OAZZR7WXaiixljw==
112+
"@robotlegsjs/core@^2.0.0":
113+
version "2.0.0"
114+
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-2.0.0.tgz#6bbc0bd7c0f86d444de7efe58ac8d15d0ef8871b"
115+
integrity sha512-yucJHS2aWoCQejV4SOKAfh61wVZXjjD2AX7fgIlYkRNErTHxtliISDla95AW5AhlpNuymTXA63afkbqqsysTyw==
116116
dependencies:
117117
inversify "^5.0.1"
118-
tslib "^1.10.0"
118+
tslib "^1.11.1"
119119

120120
"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0":
121121
version "1.7.1"

0 commit comments

Comments
 (0)