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.6.2 #4542

Open
wants to merge 1 commit into
base: main
Choose a base branch
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.6.2 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence

Release Notes

microsoft/TypeScript (typescript)

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 3 times, most recently from 9993e69 to 25b042f Compare September 26, 2024 11:33
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