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

Migrate to Parcel v2 #1

Closed
wants to merge 21 commits into from
Closed

Commits on Jun 30, 2024

  1. Add new 'parcel-build-v2.js' as first step in transition

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9f2d3b4 View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    15b2c1c View commit details
    Browse the repository at this point in the history
  3. Format '95css.css' and disable "-webkit-scrollbar-thumb:before" due t…

    …o Parcel issues
    
    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    eaf6912 View commit details
    Browse the repository at this point in the history
  4. Fix 'tsconfig' 'jsxImportSource' to 'react'

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    052d39e View commit details
    Browse the repository at this point in the history
  5. Add missing dependencies

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5a30e34 View commit details
    Browse the repository at this point in the history
  6. Snapshot of working build

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    247275a View commit details
    Browse the repository at this point in the history
  7. Switch to Parcel v2

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    32b5986 View commit details
    Browse the repository at this point in the history
  8. Add 'appearance' to '95css.css' to fix warnings

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1780fec View commit details
    Browse the repository at this point in the history
  9. Reformat files

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    cad79d9 View commit details
    Browse the repository at this point in the history
  10. Add polyfill to fix types

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a57550c View commit details
    Browse the repository at this point in the history
  11. Lots of fixes

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    0dc94df View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Update build.yml

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2702341 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d24e362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1acc134 View commit details
    Browse the repository at this point in the history
  4. Add 'node-gyp' back and include more node versions

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    15829c2 View commit details
    Browse the repository at this point in the history
  5. Ignore node version

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    99ea80c View commit details
    Browse the repository at this point in the history
  6. Disable lib check

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d6c0e46 View commit details
    Browse the repository at this point in the history
  7. Loosen engine requirements and install on Windows

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9a7eb9e View commit details
    Browse the repository at this point in the history
  8. Add CSpell dictionary and config

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    da268b3 View commit details
    Browse the repository at this point in the history
  9. Fix Windows issues

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1b55be1 View commit details
    Browse the repository at this point in the history
  10. Remove unused tools and fix issues

    Signed-off-by: Joel Van Eenwyk <[email protected]>
    joelvaneenwyk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    91b85bf View commit details
    Browse the repository at this point in the history