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.6.3 #801

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2024

This PR contains the following updates:

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

Release Notes

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

v5.6.2

Compare Source

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 - "after 9pm,before 9am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 a team June 20, 2024 18:49
@renovate renovate bot added the renovate label Jun 20, 2024
@renovate renovate bot requested review from tuanphamcybozu and removed request for a team June 20, 2024 18:49
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from ab4c3a1 to aac6f49 Compare June 21, 2024 14:05
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from aac6f49 to 915de21 Compare June 28, 2024 16:46
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.5.2 chore(deps): update dependency typescript to v5.5.3 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 3 times, most recently from 4a54dfa to bec7d81 Compare July 6, 2024 15:28
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 8 times, most recently from 9305af5 to cb44a4a Compare July 15, 2024 18:23
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 3 times, most recently from 3c1e184 to c00fdc2 Compare July 22, 2024 23:27
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.5.3 chore(deps): update dependency typescript to v5.5.4 Jul 22, 2024
@shabaraba shabaraba requested review from shabaraba and removed request for tuanphamcybozu July 23, 2024 01:23
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 5 times, most recently from 16e7dcf to 18559f5 Compare July 26, 2024 22:53
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.6.2 chore(deps): update dependency typescript to v5.6.3 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 022b222 to cddfa9b Compare October 10, 2024 17:56
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 12 times, most recently from 1081bcd to 9887630 Compare October 23, 2024 12:43
@renovate renovate bot requested a review from a team as a code owner October 23, 2024 12:43
@renovate renovate bot requested review from chihiro-adachi and tasshi-me and removed request for a team October 23, 2024 12:43
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 4 times, most recently from 5445ec7 to b67b461 Compare October 25, 2024 13:29
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from b67b461 to 00d4dd5 Compare October 25, 2024 16:25
@tasshi-me
Copy link
Member

Named capturing groups are only available when targeting 'ES2018' or later.

The update of TypeScript 5.5 causes this error

TypeScript’s checking is now also aware of when certain RegExp features are used when newer than your target version of ECMAScript.
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#regular-expression-syntax-checking

I checked the compat table and confirmed no problems with updating to ES2018.
https://compat-table.github.io/compat-table/es2016plus/

@tasshi-me tasshi-me self-assigned this Oct 28, 2024
@tasshi-me tasshi-me merged commit 682c0da into main Oct 28, 2024
60 checks passed
@tasshi-me tasshi-me deleted the renovate/typescript-5.x branch October 28, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant