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

Next Major version #245

Merged
merged 5 commits into from
Sep 3, 2024
Merged

Next Major version #245

merged 5 commits into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. chore: pdate pnpm

    danez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b6257da View commit details
    Browse the repository at this point in the history
  2. feat!: drop support for Node.js 16

    BREAKING CHANGE: Node.js 18.19.0 is the minimum supported version.
    danez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    679e3e5 View commit details
    Browse the repository at this point in the history
  3. feat: remove special handling of cache configuration

    In webpack verion 4 special code was necessary to make the cache work with grunts multi-target system. The cache plugin in version 4 was storing one global cache for all compilers it was attached to. In webpack 5 this is not neccessary anymore as the cache now creates a new storage for each compiler.
    danez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ca2658c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1253ce View commit details
    Browse the repository at this point in the history
  5. chore: update dev dependencies

    danez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f918cb8 View commit details
    Browse the repository at this point in the history