Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

New releases of semantic-release throwing typescript error #552

Closed
blackfalcon opened this issue May 24, 2024 · 1 comment
Closed

New releases of semantic-release throwing typescript error #552

blackfalcon opened this issue May 24, 2024 · 1 comment
Assignees
Labels
Type: Perf Performance update to existing code

Comments

@blackfalcon
Copy link
Member

General Support Request

See the following requested dependency updates

 Minor Update New backwards-compatible features.
❯◯ semantic-release devDep  23.0.2  ❯  23.1.1  https://github.com/semantic-release/semantic-release#readme

 Major Update Potentially breaking API changes. Use caution.
 ◯ @semantic-release/npm devDep     11.0.3  ❯  12.0.1  https://github.com/semantic-release/npm#readme

When updating to these new versions, you will see the following error

> @aurodesignsystem/auro-datepicker@2.5.2 types
> tsc

node_modules/mime/dist/src/Mime.d.ts:5:5 - error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.

5     #private;
      ~~~~~~~~


Found 1 error in node_modules/mime/dist/src/Mime.d.ts:5

Possible Solution

Possibly wait until next release of semantic-release of try to understand this obscure typescript error.

Additional context

Typescript is hipster scam!

Exit criteria

This issue can be closed once the build error has been mitigated.

@blackfalcon blackfalcon added not-reviewed Issue has not been reviewed by Auro team members Type: Perf Performance update to existing code Type: tech-debt labels May 24, 2024
@jason-capsule42
Copy link
Member

This can be resolved by adding the following to config options to our tsconfig file.

    "target": "ES2022",
    "moduleResolution": "node"

@Patrick-Daly-AA Patrick-Daly-AA removed their assignment May 28, 2024
@Patrick-Daly-AA Patrick-Daly-AA removed the not-reviewed Issue has not been reviewed by Auro team members label May 28, 2024
@Patrick-Daly-AA Patrick-Daly-AA transferred this issue from AlaskaAirlines/auro-datepicker May 28, 2024
@AlaskaAirlines AlaskaAirlines locked and limited conversation to collaborators May 28, 2024
@Patrick-Daly-AA Patrick-Daly-AA converted this issue into discussion #553 May 28, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Type: Perf Performance update to existing code
Projects
None yet
Development

No branches or pull requests

3 participants