Skip to content

Commit b55cca7

Browse files
Merge pull request #112 from RobotlegsJS/greenkeeper/@robotlegsjs/core-2.0.0
Update @robotlegsjs/core to the latest version 🚀
2 parents ecfe108 + 7fae441 commit b55cca7

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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 #112).
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 #107).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"lib": "./lib"
7474
},
7575
"dependencies": {
76-
"@robotlegsjs/core": "^1.0.3",
76+
"@robotlegsjs/core": "^2.0.0",
7777
"@robotlegsjs/signals": "^1.1.0",
7878
"tslib": "^1.11.1"
7979
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@
148148
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
149149
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
150150

151-
"@robotlegsjs/core@^1.0.3":
152-
version "1.0.3"
153-
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.3.tgz#3ae018b4e8834552a076caf4f4eed7fe1433951a"
154-
integrity sha512-fWQWvEqCx9SojQsIMbd1thvylhiUqyX11CBlnUJrpRxZEoLIWZ+F71E/7D662en79HGxtb8OAZZR7WXaiixljw==
151+
"@robotlegsjs/core@^2.0.0":
152+
version "2.0.0"
153+
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-2.0.0.tgz#6bbc0bd7c0f86d444de7efe58ac8d15d0ef8871b"
154+
integrity sha512-yucJHS2aWoCQejV4SOKAfh61wVZXjjD2AX7fgIlYkRNErTHxtliISDla95AW5AhlpNuymTXA63afkbqqsysTyw==
155155
dependencies:
156156
inversify "^5.0.1"
157-
tslib "^1.10.0"
157+
tslib "^1.11.1"
158158

159159
"@robotlegsjs/signals@^1.1.0":
160160
version "1.1.0"

0 commit comments

Comments
 (0)