-
Notifications
You must be signed in to change notification settings - Fork 255
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
Bugfix/356 #360
Bugfix/356 #360
Conversation
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.4.3...1.5.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.4.3...1.5.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.7.1...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.7.1...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.40.0 to 5.61.0. - [Release notes](https://github.com/codemirror/CodeMirror/releases) - [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md) - [Commits](codemirror/codemirror5@5.40.0...5.61.0) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.40.0 to 5.61.0. - [Release notes](https://github.com/codemirror/CodeMirror/releases) - [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md) - [Commits](codemirror/codemirror5@5.40.0...5.61.0) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <[email protected]>
👍 PR has file conflict, and what is the plan to release it? |
# Conflicts: # package-lock.json
@PeachScript I would like to send it into the next release... It should be when @pvasek merges this PR! |
@pvasek it would be better if you could take the time to review it 😆 |
@pvasek 👀 |
This is amazing <3 BTW.. Should the |
@michelengelen Thanks for your PR! I think in the past we used Question for everyone: |
@pvasek First: I did bump the typescript version in peerDependencies to As for your question: I do think as well that this might be a candidate for a breaking change, since the That leaves us with 2 options:
WDYT? |
@michelengelen maybe it's "easier" to go with the first option. I think it's at least safe. Maybe not most convenient for everyone but people using a new typescript should be able to update this easily. |
@pvasek Is it worth releasing one more version of the package without the fix and tighten the peer dependency range to make it clear that it's not compatible with TypeScript 4.3? Right now it's |
resolves issues solved by styleguidist/react-docgen-typescript#360
Bumping
typescript
to4.3.2
and@types/node
to15.6.1
and fixing resulting errors.This is done to fix the issue with
(tag.text || "").trim is not a function
error message on recent installations oftypescript
(for example instorybook
)Fixes #356