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

build(deps): Update dependency typescript to v5.7.2 #4542

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) ~5.5.4 -> ~5.7.2 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.7.2 age adoption passing confidence

Release Notes

microsoft/TypeScript (typescript)

v5.7.2

Compare Source

v5.6.3

Compare Source

v5.6.2

Compare Source


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 these updates 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 requested a review from kulshekhar as a code owner September 9, 2024 18:38
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 7 times, most recently from b15b495 to c04ccde Compare September 17, 2024 11:41
@wtto00
Copy link

wtto00 commented Sep 18, 2024

Hello, after upgrading to ts@5.6.2, my test pipeline encountered an error.

I replicated it in local development, and the specific error message is as follows:

> jest --detectOpenHandles --verbose

Error: Jest: Failed to parse the TypeScript config file E:\projects\github\wtto00\android-tools\jest.config.ts
  SyntaxError: Unexpected token 'export'
    at readConfigFileAndSetRootDir (E:\projects\github\wtto00\android-tools\node_modules\.pnpm\jest-config@29.7.0_@types+node@22.5.5_ts-node@10.9.2_@types+node@22.5.5_typescript@5.6.2_\node_modules\jest-config\build\readConfigFileAndSetRootDir.js:116:13)
    at async readInitialOptions (E:\projects\github\wtto00\android-tools\node_modules\.pnpm\jest-config@29.7.0_@types+node@22.5.5_ts-node@10.9.2_@types+node@22.5.5_typescript@5.6.2_\node_modules\jest-config\build\index.js:403:13)
    at async readConfig (E:\projects\github\wtto00\android-tools\node_modules\.pnpm\jest-config@29.7.0_@types+node@22.5.5_ts-node@10.9.2_@types+node@22.5.5_typescript@5.6.2_\node_modules\jest-config\build\index.js:147:48)
    at async readConfigs (E:\projects\github\wtto00\android-tools\node_modules\.pnpm\jest-config@29.7.0_@types+node@22.5.5_ts-node@10.9.2_@types+node@22.5.5_typescript@5.6.2_\node_modules\jest-config\build\index.js:424:26)
    at async runCLI (E:\projects\github\wtto00\android-tools\node_modules\.pnpm\@jest+core@29.7.0_ts-node@10.9.2_@types+node@22.5.5_typescript@5.6.2_\node_modules\@jest\core\build\cli\index.js:151:59)
    at async Object.run (E:\projects\github\wtto00\android-tools\node_modules\.pnpm\jest-cli@29.7.0_@types+node@22.5.5_ts-node@10.9.2_@types+node@22.5.5_typescript@5.6.2_\node_modules\jest-cli\build\run.js:130:37)

In this PR pipeline test, the step Run e2e tests also encountered an error, including the test-windows platform. Although the pipeline reported a success, upon checking the log details, it is clear that it failed.

@ahnpnl
Copy link
Collaborator

ahnpnl commented Sep 18, 2024

@wtto00 I think this error is related to Jest using ts-node to process jest.config.ts. ts-jest isn't at this process yet

@wtto00
Copy link

wtto00 commented Sep 18, 2024

Thank you for your reply. I apologize for bothering you, and I will go to the jest repository to submit an issue.

@renovate renovate bot force-pushed the renovate/typescript-5.x branch 3 times, most recently from 3314a58 to 5666c67 Compare September 20, 2024 16:47
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 4 times, most recently from 25b042f to 7a8d240 Compare September 29, 2024 11:49
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 11 times, most recently from 49493e3 to 7b573e2 Compare October 8, 2024 16:36
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 8 times, most recently from a517bc7 to c89dee8 Compare November 4, 2024 02:56
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 9 times, most recently from eeb28ad to cbf95aa Compare November 11, 2024 11:32
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 6 times, most recently from 80be63b to 60eed90 Compare November 18, 2024 10:34
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 60eed90 to f54fbb0 Compare November 22, 2024 19:06
@renovate renovate bot changed the title build(deps): Update dependency typescript to v5.6.3 build(deps): Update dependency typescript to v5.7.2 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from f54fbb0 to 0af5e59 Compare December 6, 2024 05:41
@ahnpnl ahnpnl closed this Dec 8, 2024
Copy link
Contributor Author

renovate bot commented Dec 8, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~5.7.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 December 8, 2024 11:15
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.

2 participants