Skip to content

Commit

Permalink
Merge pull request #52 from RobotlegsJS/greenkeeper/@robotlegsjs/core…
Browse files Browse the repository at this point in the history
…-2.0.0

Update @robotlegsjs/core to the latest version 🚀
  • Loading branch information
tiagoschenkel authored Mar 1, 2020
2 parents dc3beb2 + b7406d3 commit 84ce388
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ Types of changes:
- in case of vulnerabilities.
-->

#### Breaking Change

- Update [`@robotlegsjs/core`](https://github.com/RobotlegsJS/RobotlegsJS) to version `^2.0.0` (see #52).

- Migrate array notation from `Array<SomeType>` to `SomeType[]`.

- The rest of the `Public API` remains unchanged.

#### Added

- Add **Tidelift** as funding option (see #47).
Expand All @@ -53,6 +61,8 @@ Types of changes:

- Update `tslib` to version `1.11.1` (see #51).

- Update dev dependencies to latest version.

#### Security

- Migrate to [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) to solve security vulnerability (see #46).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lib": "./lib"
},
"dependencies": {
"@robotlegsjs/core": "^1.0.3",
"@robotlegsjs/core": "^2.0.0",
"tslib": "^1.11.1"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
dependencies:
commander "^2.15.1"

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

"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0":
version "1.7.1"
Expand Down

0 comments on commit 84ce388

Please sign in to comment.