react-remark
react-remark copied to clipboard
chore(deps): update dependency typescript to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| typescript (source) | ^3.0.0 -> ^4.0.0 |
Release Notes
Microsoft/TypeScript
v4.8.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.2 (Stable).
- fixed issues query for Typescript 4.8.3 (Stable).
Downloads are available on:
v4.8.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.1 (Stable).
Downloads are available on:
v4.7.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
- fixed issues query for Typescript 4.7.3 (Stable).
- fixed issues query for Typescript 4.7.4 (Stable).
Downloads are available on:
v4.7.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
- fixed issues query for Typescript 4.7.3 (Stable).
Downloads are available on:
v4.7.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
Downloads are available on:
v4.6.4
This release includes a bug fix for text formatting on certain ranges, which was impacting Visual Studio users.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.6.0 (Beta).
- fixed issues query for Typescript 4.6.1 (RC).
- fixed issues query for Typescript 4.6.2 (Stable).
- fixed issues query for Typescript 4.6.3 (Stable).
- fixed issues query for Typescript 4.6.4 (Stable).
Downloads are available on:
v4.6.3
This release includes fixes for
- an incremental parsing bug caused by faulty error recovery logic
- improved results from the TypeScript API's
preProcessFilefunction
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.6.0 (Beta).
- fixed issues query for Typescript 4.6.1 (RC).
- fixed issues query for Typescript 4.6.2 (Stable).
- fixed issues query for Typescript 4.6.3 (Stable).
Downloads are available on:
v4.6.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.6.0 (Beta).
- fixed issues query for Typescript 4.6.1 (RC).
- fixed issues query for Typescript 4.6.2 (Stable).
Downloads are available on:
v4.5.5
This patch release includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.5.0 (Beta).
- fixed issues query for Typescript 4.5.1 (RC).
- fixed issues query for Typescript 4.5.2 (Stable).
- fixed issues query for Typescript 4.5.3 (Stable).
- fixed issues query for Typescript 4.5.4 (Stable).
- fixed issues query for Typescript 4.5.5 (Stable).
Downloads are available on:
v4.5.4
This patch release includes a fix for incorrectly offering up JSX attribute snippet completions at the beginning of a tag name.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.5.0 (Beta).
- fixed issues query for Typescript 4.5.1 (RC).
- fixed issues query for Typescript 4.5.2 (Stable).
- fixed issues query for Typescript 4.5.3 (Stable).
Downloads are available on:
v4.5.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.5.0 (Beta).
- fixed issues query for Typescript 4.5.1 (RC).
- fixed issues query for Typescript 4.5.2 (Stable).
- fixed issues query for Typescript 4.5.3 (Stable).
Downloads are available on:
v4.5.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.5.0 (Beta).
- fixed issues query for Typescript 4.5.1 (RC).
- fixed issues query for Typescript 4.5.1 (Stable).
Downloads are available on:
v4.4.4
This patch release contains fixes for a performance regression in --build mode by only calling realpath on package.json files only when those files are known to exist on disk, and to only perform this work under --watch mode.
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.4.0 (Beta).
- fixed issues query for Typescript 4.4.1 (RC).
- fixed issues query for Typescript 4.4.2.
- fixed issues query for Typescript 4.4.3.
- fixed issues query for Typescript 4.4.4.
Downloads are available on:
v4.4.3
This patch release contains a fix for leaking file watchers on package.json, and a minor fix for completions in JavaScript files.
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.4.0 (Beta).
- fixed issues query for Typescript 4.4.1 (RC).
- fixed issues query for Typescript 4.4.2.
- fixed issues query for Typescript 4.4.3.
Downloads are available on:
v4.4.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.4.0 (Beta).
- fixed issues query for Typescript 4.4.1 (RC).
- fixed issues query for Typescript 4.4.2.
Downloads are available on:
v4.3.5
This release contains a bug fix for auto-imports on JSX components in the TypeScript language service. See the relevant change for more details.
v4.3.4
This release
- adds an optional
getCustomTransformersmethod to theSolutionBuilderHost*APIs - uses the transforms given by
getCustomTransformersin Builder Program instances when runningemit()methods in cases wherecustomTransformsare not given.
See the change for more details
v4.3.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.3.0 (Beta).
- fixed issues query for TypeScript v4.3.1 (RC).
- fixed issues query for TypeScript v4.3.2.
- fixed issues query for TypeScript v4.3.3.
Downloads are available on:
v4.3.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.3.0 (Beta).
- fixed issues query for TypeScript v4.3.1 (RC).
- fixed issues query for TypeScript v4.3.2.
Downloads are available on:
v4.2.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.2.0 (Beta).
- fixed issues query for TypeScript v4.2.1 (RC).
- fixed issues query for TypeScript v4.2.2 (Stable).
- fixed issues query for TypeScript v4.2.3.
- fixed issues query for TypeScript v4.2.4.
Downloads are available on:
v4.2.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.2.0 (Beta).
- fixed issues query for TypeScript v4.2.1 (RC).
- fixed issues query for TypeScript v4.2.2 (Stable).
- fixed issues query for TypeScript v4.2.3.
Downloads are available on:
v4.2.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.2.0 (Beta).
- fixed issues query for TypeScript v4.2.1 (RC).
- fixed issues query for TypeScript v4.2.2.
Downloads are available on:
v4.1.6
This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See the change for more details.
v4.1.5
This release contains a fix for an issue when language service plugins have no specified name.
v4.1.4
This release contains fixes for a security risk involving language service plugin loading. More details are available here.
v4.1.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.1.0 (Beta).
- fixed issues query for TypeScript v4.1.1 (RC).
- fixed issues query for TypeScript v4.1.2 (Stable).
- fixed issues query for TypeScript v4.1.3 (Stable).
Downloads are available on:
v4.1.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.1.0 (Beta).
- fixed issues query for TypeScript v4.1.1 (RC).
- fixed issues query for TypeScript v4.1.2 (Stable).
Downloads are available on:
v4.0.8
This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See the change for more details.
v4.0.7
This release contains a fix for an issue when language service plugins have no specified name.
v4.0.6
This release contains fixes for a security risk involving language service plugin loading. More details are available here.
v4.0.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.0.0 (Beta).
- fixed issues query for TypeScript v4.0.1 (RC).
- fixed issues query for TypeScript v4.0.2.
- fixed issues query for TypeScript v4.0.3.
- TypeScript 4.0.4 NOT FOUND
- fixed issues query for TypeScript v4.0.5.
Downloads are available on:
v4.0.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.0.0 (Beta).
- fixed issues query for TypeScript v4.0.1 (RC).
- fixed issues query for TypeScript v4.0.2.
- fixed issues query for TypeScript v4.0.3.
Downloads are available on:
v4.0.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v4.0.0 (Beta).
- fixed issues query for TypeScript v4.0.1 (RC).
- fixed issues query for TypeScript v4.0.2.
Downloads are available on:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you check the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm notice
npm notice New minor version of npm available! 7.7.6 -> 7.14.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.14.0>
npm notice Run `npm install -g [email protected]` to update!
npm notice
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: [email protected]
npm ERR! node_modules/typescript
npm ERR! dev typescript@"^4.0.0" from the root project
npm ERR! peer typescript@">= 3.x" from [email protected]
npm ERR! node_modules/react-docgen-typescript
npm ERR! react-docgen-typescript@"^1.20.5" from [email protected]
npm ERR! node_modules/react-docgen-typescript-plugin
npm ERR! react-docgen-typescript-plugin@"^0.6.2" from @storybook/[email protected]
npm ERR! node_modules/@storybook/react
npm ERR! dev @storybook/react@"^6.0.0" from the root project
npm ERR! 3 more (react-docgen-typescript-plugin, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@">=3.4 <4.0" from [email protected]
npm ERR! node_modules/ts-jest
npm ERR! ts-jest@"^25.3.1" from [email protected]
npm ERR! node_modules/tsdx
npm ERR! dev tsdx@"^0.14.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2021-05-24T23_59_52_009Z-debug.log