-
Notifications
You must be signed in to change notification settings - Fork 8
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
156 build performance improvement pnpm or bun #162
base: main
Are you sure you want to change the base?
156 build performance improvement pnpm or bun #162
Conversation
@radix-ui/react-tooltip 1.0.6 --> 1.0.7 @types/react 18.2.18 --> 18.2.48 @types/react-dom 18.2.7 —> 18.2.18 postcss 8.4.31 --> 8.4.33 react-code-blocks 0.1.4 --> 0.1.5 react-router-dom 6.16.0 --> 6.21.2
* blinker 1.6.3 --> 1.7.0 * certifi 2023.7.22 --> 2023.11.17 * charset-normalizer 3.3.1 --> 3.3.2 * idna 3.4 --> 3.6 * Jinja2 3.1.2 --> 3.1.3 * license-expression 30.1.1 --> 30.2.0 * packageurl-python 0.11.2 --> 0.13.4 * pip_audit 2.6.1 --> 2.7.0 * py-serializable 0.11.1 --> 0.17.1 * Pygments 2.16.1 --> 2.17.2 * rich 13.6.0 --> 13.7.0 * urllib3 2.0.7 --> 2.1.0 * pylint 3.0.2 --> 3.0.3 * black 23.3.0 --> 23.12.1
…edx-python-lib cyclonedx-python-lib 4.2.3 depends on py-serializable<0.12.0 and >=0.11.1 There are no newer versions of cyclonedx-python-lib, and there is no version after 0.11.1 and before 0.12.0 of py-serializable so we're locked to 0.11.1.
Hello, and thank you for contributing to the Upsun demo project! Setting up testsMost tests will run automatically when you open a pull request, while others require contributors with write access to enable. enable instructions tbd Failing testsIf your PR is failing, see the Running tests section of the README for troubleshooting details. Reviewing these changes locally:
|
@gilzow @chadwcarlson - sorry, this probably should have been marked as a draft and mentioned in the description. I don't know that |
I mentioned this in the issue (#162 ) but I question switching the javascript package manager in use to something that isn't widely used in order to artificially speed up the demo builds. |
This MR includes:
bun
for performance improvements. We can discuss further if ppm is a better choice.