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

[heft-web-rig] Add an "app" profile, upgrade to Webpack 5, implement new CSS rules #3204

Merged
merged 43 commits into from
Feb 11, 2022

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    ba04506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a01b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e691b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Sync dependencies

    octogonz committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    44827a2 View commit details
    Browse the repository at this point in the history
  2. rush update --full

    octogonz committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    bd7212a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd483cc View commit details
    Browse the repository at this point in the history
  4. Reenable strictPeerDependencies=true, upgrade PNPM, and solve all the…

    … peer dependency problems
    octogonz committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    74ec89a View commit details
    Browse the repository at this point in the history
  5. rush update --full

    octogonz committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    f0a227e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99777c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b98c7e View commit details
    Browse the repository at this point in the history
  8. rush change

    octogonz committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    4b3547e View commit details
    Browse the repository at this point in the history
  9. rush change

    octogonz committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c458420 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    4728061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b00dbe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2824e3c View commit details
    Browse the repository at this point in the history
  4. Update rigs/heft-web-rig/profiles/library/config/typescript.json

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    octogonz and iclanton authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    02e3346 View commit details
    Browse the repository at this point in the history
  5. Update rigs/heft-web-rig/profiles/app/config/typescript.json

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    octogonz and iclanton authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    28b938b View commit details
    Browse the repository at this point in the history
  6. Update rigs/heft-web-rig/shared/webpack-base.config.js

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    octogonz and iclanton authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    6295160 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7baea3b View commit details
    Browse the repository at this point in the history
  8. Convert "webpack" to be a peer dependency of "heft-webpack?-plugin". …

    …This ensures that Heft uses the same installation of Webpack as the various Webpack plugins (that are dependencies of a rig or of the app project).
    octogonz committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    9fa72da View commit details
    Browse the repository at this point in the history
  9. rush update --full

    octogonz committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d6eca76 View commit details
    Browse the repository at this point in the history
  10. rush change

    octogonz committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2f44260 View commit details
    Browse the repository at this point in the history
  11. rush rebuild

    octogonz committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7c0aa06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    deee2f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Add test projects

    octogonz committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    57a632d View commit details
    Browse the repository at this point in the history
  2. rush update

    octogonz committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    b70867b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8f1ae8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1bab5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    198b595 View commit details
    Browse the repository at this point in the history
  6. Regenerate README.md

    octogonz committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    5436f15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    770ff15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d05712 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. PR feedback: Replace "file-loader" with asset modules, and update the…

    … sample project to illustrate usage
    octogonz committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4fed4d3 View commit details
    Browse the repository at this point in the history
  2. rush update

    octogonz committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9aeadf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c3388d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f04d5f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72ad161 View commit details
    Browse the repository at this point in the history
  6. Temporarily revert the sass.json features from 9aeadf2 because heft-s…

    …ass-plugin is not quite ready yet
    octogonz committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    bccec15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ccbe25 View commit details
    Browse the repository at this point in the history
  8. rush change

    octogonz committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    da1d200 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb0edf2 View commit details
    Browse the repository at this point in the history
  10. rush update --full

    octogonz committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    06f121a View commit details
    Browse the repository at this point in the history
  11. Update README.md

    octogonz committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    55ef407 View commit details
    Browse the repository at this point in the history