Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to inversify@^5.1.1 #9979

Merged
merged 1 commit into from
Aug 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions doc/Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ Please see the latest version (`master`) for the most up-to-date information.
}
}
});
```
```
- Replace the targets with the ones that are needed for your use case
- Make sure to use `[email protected]`. Theia requires `inversify@^5.0.1` which means that `5.1.1` is compatible,
but your lockfile might reference an older version.

### v1.16.0

Expand All @@ -46,7 +48,7 @@ Please see the latest version (`master`) for the most up-to-date information.
- Arch Linux: `sudo pacman -S libsecret`
- Alpine: `apk add libsecret-dev`
- It is possible that a `yarn resolution` is necessary for `keytar` to work on older distributions (the fix was added in `1.16.0` by downgrading the dependency version):

```json
"resolutions": {
"**/keytar": "7.6.0",
Expand All @@ -73,4 +75,3 @@ Please see the latest version (`master`) for the most up-to-date information.
"**/webpack": "5.46.0",
}
```

2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class SomeClass {
- [`express@^4.16.3`](https://www.npmjs.com/package/express)
- [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra)
- [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy)
- [`inversify@^5.0.1`](https://www.npmjs.com/package/inversify)
- [`inversify@^5.1.1`](https://www.npmjs.com/package/inversify)
- [`lodash.debounce@^4.0.8`](https://www.npmjs.com/package/lodash.debounce)
- [`lodash.throttle@^4.1.1`](https://www.npmjs.com/package/lodash.throttle)
- [`nsfw@^2.1.2`](https://www.npmjs.com/package/nsfw)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"fs-extra": "^4.0.2",
"fuzzy": "^0.1.3",
"iconv-lite": "^0.6.0",
"inversify": "^5.0.1",
"inversify": "^5.1.1",
"jschardet": "^2.1.1",
"keytar": "7.2.0",
"lodash.debounce": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5800,7 +5800,7 @@ interpret@^2.2.0:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==

inversify@^5.0.1:
inversify@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/inversify/-/inversify-5.1.1.tgz#6fbd668c591337404e005a1946bfe0d802c08730"
integrity sha512-j8grHGDzv1v+8T1sAQ+3boTCntFPfvxLCkNcxB1J8qA0lUN+fAlSyYd+RXKvaPRL4AGyPxViutBEJHNXOyUdFQ==
Expand Down