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 dependency typescript to v5.8.2 #6522

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2024

This PR contains the following updates:

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

Release Notes

microsoft/TypeScript (typescript)

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.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.6.2: TypeScript 5.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:

v5.5.4: TypeScript 5.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.5.3: TypeScript 5.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.5.2: TypeScript 5.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:


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file skip-change-log Do not include the PR in the change log in the release labels Jun 27, 2024
@hlsjs-ci hlsjs-ci enabled auto-merge June 27, 2024 20:02
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from bb69dcc to 904141e Compare June 27, 2024 23:05
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 904141e to 0dd3ae3 Compare June 28, 2024 21:05
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 0dd3ae3 to 35e0d1e Compare June 29, 2024 01:32
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 35e0d1e to 250b7c7 Compare June 29, 2024 13:36
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 250b7c7 to 83719dd Compare June 29, 2024 14:25
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 83719dd to 0b4e3df Compare July 1, 2024 15:06
@hlsjs-ci hlsjs-ci disabled auto-merge July 1, 2024 15:06
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 0b4e3df to 755d4e2 Compare July 1, 2024 17:38
@hlsjs-ci hlsjs-ci enabled auto-merge July 1, 2024 17:38
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 755d4e2 to 5f1fca5 Compare July 1, 2024 18:53
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 5f1fca5 to 5545df8 Compare July 1, 2024 19:13
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 5545df8 to 2eba669 Compare July 1, 2024 19:51
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 2eba669 to 022f794 Compare July 3, 2024 18:59
@hlsjs-ci hlsjs-ci disabled auto-merge July 3, 2024 18:59
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 022f794 to 74cda8c Compare July 3, 2024 19:01
@hlsjs-ci hlsjs-ci enabled auto-merge July 3, 2024 19:01
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 8efc413 to 091e788 Compare March 7, 2025 19:41
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 091e788 to 5d62518 Compare March 8, 2025 11:02
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 5d62518 to e3d0726 Compare March 8, 2025 11:42
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from e3d0726 to 000ec76 Compare March 8, 2025 12:55
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 000ec76 to dc8cfdc Compare March 10, 2025 02:53
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from dc8cfdc to 895b1b8 Compare March 10, 2025 03:27
@itsjamie
Copy link
Collaborator

itsjamie commented Mar 10, 2025

00:05:33.955 | node_modules/@types/node/globals.d.ts(114,13): error TS2403: Subsequent variable declarations must have the same type.  Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }'.
00:05:33.985 | Failed: build command exited with code: 2
00:05:34.990 | Failed: error occurred while running build command

I'm betting we just need to land the newer node version and there is some mismatch in @types/node and the node version and the typescript build

@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 895b1b8 to a03fd5f Compare March 10, 2025 05:04
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from a03fd5f to 074ebeb Compare March 10, 2025 06:51
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 074ebeb to 872574b Compare March 10, 2025 07:50
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 872574b to ed7f11e Compare March 10, 2025 09:29
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from ed7f11e to b7a8593 Compare March 10, 2025 10:57
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from b7a8593 to 760d6ba Compare March 10, 2025 17:09
@robwalch robwalch closed this Mar 10, 2025
auto-merge was automatically disabled March 10, 2025 17:25

Pull request was closed

Copy link
Contributor Author

renovate bot commented Mar 10, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (5.8.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/typescript-5.x branch March 10, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file skip-change-log Do not include the PR in the change log in the release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants