Skip to content

Update dependency typescript to v4.3.5 #44

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) 4.3.2 -> 4.3.5 age adoption passing confidence
typescript (source) 4.2.4 -> 4.3.5 age adoption passing confidence

Release Notes

Microsoft/TypeScript

v4.3.5

Compare Source

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

Compare Source

This release

  • adds an optional getCustomTransformers method to the SolutionBuilderHost* APIs
  • uses the transforms given by getCustomTransformers in Builder Program instances when running emit() methods in cases where customTransforms are not given.

See the change for more details

v4.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: 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 these updates again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented May 26, 2021

⚠️ 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 npm@7.14.0` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: typescript@4.3.2
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"4.3.2" from the root project
npm ERR!   peer typescript@">=2.4.0" from rollup-plugin-typescript2@0.27.3
npm ERR!   node_modules/rollup-plugin-typescript2
npm ERR!     rollup-plugin-typescript2@"^0.27.3" from tsdx@0.14.1
npm ERR!     node_modules/tsdx
npm ERR!       dev tsdx@"0.14.1" from the root project
npm ERR!   1 more (tsutils)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"3.9.x || 4.0.x || 4.1.x || 4.2.x" from typedoc@0.20.36
npm ERR! node_modules/typedoc
npm ERR!   dev typedoc@"0.20.36" 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-26T20_35_37_498Z-debug.log

@github-actions
Copy link

github-actions bot commented May 26, 2021

size-limit report 📦

Path Size
dist/csps.cjs.production.min.js 702 B (0%)
dist/csps.esm.js 717 B (0%)

@renovate renovate bot force-pushed the renovate/typescript-4.x branch from 3d517ef to 905da6e Compare June 16, 2021 23:34
@renovate renovate bot changed the title Update dependency typescript to v4.3.2 Update dependency typescript to v4.3.3 Jun 16, 2021
@renovate
Copy link
Author

renovate bot commented Jun 16, 2021

⚠ 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.13.0 -> 7.19.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.19.0>
npm notice Run `npm install -g npm@7.19.0` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: typescript@4.3.5
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"4.3.5" from the root project
npm ERR!   peer typescript@">=2.4.0" from rollup-plugin-typescript2@0.27.3
npm ERR!   node_modules/rollup-plugin-typescript2
npm ERR!     rollup-plugin-typescript2@"^0.27.3" from tsdx@0.14.1
npm ERR!     node_modules/tsdx
npm ERR!       dev tsdx@"0.14.1" from the root project
npm ERR!   1 more (tsutils)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"3.9.x || 4.0.x || 4.1.x || 4.2.x" from typedoc@0.20.36
npm ERR! node_modules/typedoc
npm ERR!   dev typedoc@"0.20.36" 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-07-01T00_09_31_419Z-debug.log

@renovate renovate bot changed the title Update dependency typescript to v4.3.3 Update dependency typescript to v4.3.4 Jun 17, 2021
@renovate renovate bot force-pushed the renovate/typescript-4.x branch from 905da6e to c450976 Compare June 17, 2021 19:19
@renovate renovate bot changed the title Update dependency typescript to v4.3.4 Update dependency typescript to v4.3.5 Jul 1, 2021
@renovate renovate bot force-pushed the renovate/typescript-4.x branch from c450976 to 6b69f5c Compare July 1, 2021 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant