We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Those node packages will break the build:
Everything > 7.0.0 is a ESM package (https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
> 4.3.0 won't start the test suite
Updating to 7.12.0 (https://github.com/babel/babel/blob/main/CHANGELOG.md#v7120-2020-10-14) will cause the Callsite issue #13778
Everything > 5.1.2 is a ESM package (https://github.com/sindresorhus/boxen/releases/tag/v6.0.0)
Everything >= 9.0.0 https://github.com/isaacs/node-glob/blob/main/changelog.md#90
Everything >= 4.0.0 is a ESM package (https://github.com/sindresorhus/p-limit/releases/tag/v4.0.0)
Everything >= 5.0.0 is a ESM package (https://github.com/sindresorhus/ansi-escapes/releases/tag/v5.0.0)
Everything >= 8.0.0 is a ESM package (https://github.com/chalk/wrap-ansi/releases/tag/v8.0.0)
Everything >= 3.0.0 needs a higher plugin-babel versions
SDK version needs to stay at 8.0.1 because of optional chaining (more details in #14168)
SDK version needs to stay at 10.0.0 because of optional chaining (more details in #14168)
Will be extended if someone finds an issue with a package or changed if someone fixes update issues 😄
The text was updated successfully, but these errors were encountered:
This is blocked because the Titanium CLI isn't an ESM package. We will return to this someday.
Sorry, something went wrong.
No branches or pull requests
Those node packages will break the build:
strip-ansi
Everything > 7.0.0 is a ESM package (https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
jasmin-core
> 4.3.0 won't start the test suite
babel
Updating to 7.12.0 (https://github.com/babel/babel/blob/main/CHANGELOG.md#v7120-2020-10-14) will cause the Callsite issue #13778
boxen
Everything > 5.1.2 is a ESM package (https://github.com/sindresorhus/boxen/releases/tag/v6.0.0)
glob
Everything >= 9.0.0 https://github.com/isaacs/node-glob/blob/main/changelog.md#90
p-limit
Everything >= 4.0.0 is a ESM package (https://github.com/sindresorhus/p-limit/releases/tag/v4.0.0)
ansi-escapes
Everything >= 5.0.0 is a ESM package (https://github.com/sindresorhus/ansi-escapes/releases/tag/v5.0.0)
wrap-ansi
Everything >= 8.0.0 is a ESM package (https://github.com/chalk/wrap-ansi/releases/tag/v8.0.0)
rollup
Everything >= 3.0.0 needs a higher plugin-babel versions
ssri
SDK version needs to stay at 8.0.1 because of optional chaining (more details in #14168)
fs-extra
SDK version needs to stay at 10.0.0 because of optional chaining (more details in #14168)
Will be extended if someone finds an issue with a package or changed if someone fixes update issues 😄
The text was updated successfully, but these errors were encountered: