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

Support macOS 13 Ventura #83

Open
mischah opened this issue Jan 10, 2023 · 0 comments
Open

Support macOS 13 Ventura #83

mischah opened this issue Jan 10, 2023 · 0 comments

Comments

@mischah
Copy link
Member

mischah commented Jan 10, 2023

Sadly it isn’t as easy as lifting os-name to the latest version which supports Ventura which is ^5.0.0` as people tried to do over here: #80, #82

Because: os-name is a pure ESM since 5.0.0. which means we have to change the module system in insight as well as described over here: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

To land a quick fix we decided to remove insight from Yeoman for now. See yeoman/yo#753
But this is still a huge issue for other packages which depend on insight 😔

My time and energy for doing Open Source is limited so I can’t promise to get this done within in the next couple of weeks.

Therefore, this work can be gladly taken over by someone from the community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant