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

chore(deps): update typescript to v5 #313

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) 4.7.4 -> 5.5.3 age adoption passing confidence

Release Notes

Microsoft/TypeScript (typescript)

v5.5.3

Compare Source

v5.5.2

Compare Source

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.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:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.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:

v5.3.2: TypeScript 5.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:

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.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:

v5.0.4: TypeScript 5.0.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.3: TypeScript 5.0.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:

v5.0.2: TypeScript 5.0

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.9.5: TypeScript 4.9.5

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

v4.9.4: TypeScript 4.9.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

This list of changes was auto generated.

v4.9.3: TypeScript 4.9

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

See More

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

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

@renovate renovate bot added the enhancement New feature or request label Mar 18, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 18, 2023

⚠ 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 click 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 ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"5.4.5" from the root project
npm ERR!   peer typescript@">=3.7.0" from @rollup/[email protected]
npm ERR!   node_modules/@rollup/plugin-typescript
npm ERR!     dev @rollup/plugin-typescript@"8.5.0" from the root project
npm ERR!   5 more (fork-ts-checker-webpack-plugin, ts-node, tsutils, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional typescript@"^3.2.1 || ^4" from [email protected]
npm ERR! node_modules/react-scripts
npm ERR!   dev react-scripts@"5.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/typescript
npm ERR!   peerOptional typescript@"^3.2.1 || ^4" from [email protected]
npm ERR!   node_modules/react-scripts
npm ERR!     dev react-scripts@"5.0.1" 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/2024-05-05T15_05_22_344Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-typescript branch from 6cb3394 to b9384cf Compare March 18, 2023 04:23
@github-actions
Copy link

github-actions bot commented Mar 18, 2023

Fails
🚫

Danger failed to run dangerfile.js.

Error SyntaxError

Cannot use import statement outside a module
/home/runner/work/draftjs-conductor/draftjs-conductor/node_modules/semantic-release/index.js:1
import { createRequire } from "node:module";
^^^^^^

SyntaxError: Cannot use import statement outside a module
    at internalCompileFunction (node:internal/vm:76:18)
    at wrapSafe (node:internal/modules/cjs/loader:1283:20)
    at Module._compile (node:internal/modules/cjs/loader:1328:27)
    at Object.customModuleHandler (/home/runner/work/draftjs-conductor/draftjs-conductor/node_modules/danger/distribution/runner/runners/inline.js:134:28)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at _module2.default._load (/home/runner/work/draftjs-conductor/draftjs-conductor/node_modules/override-require/dist/overrideRequire.js:43:25)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (dangerfile.js:2:25)

Dangerfile

71|     const added = packageDiff.dependencies.added;
72|     const removed = packageDiff.dependencies.removed;
73| 
74|     if (added.length) {
75|       const deps = danger.utils.sentence(added.map((d) => linkDep(d)));
--------------------^
76|       message(`Adding new dependencies: ${deps}`);
77|     }
78| 
79|     if (removed.length) {

Generated by 🚫 dangerJS against 1637576

@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 6e4253d to b0cac66 Compare March 30, 2023 21:03
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from b3c834a to 01a9a08 Compare April 7, 2023 19:39
@renovate renovate bot force-pushed the renovate/major-typescript branch 3 times, most recently from 48c7b35 to 8d701b3 Compare April 15, 2023 10:55
@renovate renovate bot force-pushed the renovate/major-typescript branch from 8d701b3 to f030c53 Compare April 22, 2023 06:51
@renovate renovate bot force-pushed the renovate/major-typescript branch from f030c53 to 9091280 Compare May 6, 2023 04:17
@renovate renovate bot force-pushed the renovate/major-typescript branch 3 times, most recently from dfe9928 to 68aa22c Compare June 3, 2023 03:05
@renovate renovate bot force-pushed the renovate/major-typescript branch from 68aa22c to 99817d0 Compare June 3, 2023 06:21
@renovate renovate bot force-pushed the renovate/major-typescript branch 3 times, most recently from b3e054c to 330d443 Compare June 28, 2023 23:33
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 144efdf to caeeaa3 Compare July 15, 2023 06:45
@renovate renovate bot force-pushed the renovate/major-typescript branch from caeeaa3 to e03ee5e Compare July 22, 2023 04:37
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from a7fa8b8 to 200f80c Compare August 5, 2023 03:38
@renovate renovate bot force-pushed the renovate/major-typescript branch from 200f80c to d15fb01 Compare August 12, 2023 03:13
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 17e847c to c05a138 Compare August 26, 2023 03:16
@renovate renovate bot force-pushed the renovate/major-typescript branch from c05a138 to f8d9b5e Compare September 9, 2023 03:09
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from f240124 to e187f91 Compare December 9, 2023 03:30
@renovate renovate bot force-pushed the renovate/major-typescript branch from e187f91 to a49f71a Compare December 16, 2023 05:04
@renovate renovate bot force-pushed the renovate/major-typescript branch from a49f71a to 4e78628 Compare January 6, 2024 05:17
@renovate renovate bot force-pushed the renovate/major-typescript branch from 4e78628 to 69dfb80 Compare January 20, 2024 04:21
@renovate renovate bot force-pushed the renovate/major-typescript branch from 69dfb80 to 25ef190 Compare January 27, 2024 04:59
@renovate renovate bot force-pushed the renovate/major-typescript branch from 25ef190 to 95db41e Compare February 3, 2024 06:10
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 45695a6 to 2a33703 Compare February 17, 2024 05:09
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 574dfc3 to 1326fc3 Compare March 6, 2024 22:55
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 77a53d2 to 278cc90 Compare March 20, 2024 20:03
@renovate renovate bot force-pushed the renovate/major-typescript branch from 278cc90 to 6f5fae9 Compare March 23, 2024 05:39
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from bfd80a9 to b910925 Compare April 10, 2024 18:02
@renovate renovate bot force-pushed the renovate/major-typescript branch 3 times, most recently from 2353cdd to 1df96f1 Compare April 20, 2024 07:45
@renovate renovate bot force-pushed the renovate/major-typescript branch from 1df96f1 to 3bb461c Compare April 27, 2024 04:16
@renovate renovate bot force-pushed the renovate/major-typescript branch from 3bb461c to 5c14fa1 Compare May 5, 2024 15:05
Copy link
Contributor Author

renovate bot commented May 18, 2024

⚠️ 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 click 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 ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"5.5.3" from the root project
npm ERR!   peer typescript@">=3.7.0" from @rollup/[email protected]
npm ERR!   node_modules/@rollup/plugin-typescript
npm ERR!     dev @rollup/plugin-typescript@"8.5.0" from the root project
npm ERR!   5 more (fork-ts-checker-webpack-plugin, ts-node, tsutils, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional typescript@"^3.2.1 || ^4" from [email protected]
npm ERR! node_modules/react-scripts
npm ERR!   dev react-scripts@"5.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/typescript
npm ERR!   peerOptional typescript@"^3.2.1 || ^4" from [email protected]
npm ERR!   node_modules/react-scripts
npm ERR!     dev react-scripts@"5.0.1" 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/2024-07-06T05_29_17_645Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from ef6909b to b96fe33 Compare May 25, 2024 04:04
@renovate renovate bot force-pushed the renovate/major-typescript branch from b96fe33 to 53ac8a4 Compare June 8, 2024 04:53
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 1a4fde5 to 3ce707d Compare June 22, 2024 05:10
@renovate renovate bot force-pushed the renovate/major-typescript branch from 3ce707d to e9f6a50 Compare July 1, 2024 22:36
| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| npm        | typescript | 4.7.4 | 5.5.3 |
@renovate renovate bot force-pushed the renovate/major-typescript branch from e9f6a50 to 1637576 Compare July 6, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants