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

156 build performance improvement pnpm or bun #162

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jan 16, 2024

  1. updates node to v20

    gilzow committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b5f1451 View commit details
    Browse the repository at this point in the history
  2. updates python to 3.12

    gilzow committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9240482 View commit details
    Browse the repository at this point in the history
  3. Updates the following js dependencies:

    @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
    gilzow committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    84b83fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e740d2 View commit details
    Browse the repository at this point in the history
  5. initial setup

    tylers-username committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2139164 View commit details
    Browse the repository at this point in the history
  6. updates the following python dependencies:

    * 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
    gilzow committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    92cea6a View commit details
    Browse the repository at this point in the history
  7. Prettify app.tsx

    tylers-username committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6bf5f42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95b8b53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ffa6cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    95c00fb View commit details
    Browse the repository at this point in the history
  11. downgrades py-serializable back to 0.11.1 due to conflict with cyclon…

    …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.
    gilzow committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3d0c97b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    abce85c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Quiet the build hooks

    tylers-username committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5925cf8 View commit details
    Browse the repository at this point in the history
  2. Quite build output

    tylers-username committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3458532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2770d1 View commit details
    Browse the repository at this point in the history
  4. Config.yaml lint

    tylers-username committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9c91f43 View commit details
    Browse the repository at this point in the history