Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack-contrib/grunt-webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.3
Choose a base ref
...
head repository: webpack-contrib/grunt-webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 17 commits
  • 30 files changed
  • 3 contributors

Commits on Apr 21, 2021

  1. chore: Delete codecov.yml

    danez authored Apr 21, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    addaleax Anna Henningsen
    Copy the full SHA
    5ce4ccb View commit details
  2. chore: Fix prettierignore file

    danez authored Apr 21, 2021
    Copy the full SHA
    5c3e538 View commit details

Commits on May 25, 2021

  1. Copy the full SHA
    9272d8b View commit details

Commits on May 30, 2021

  1. chore(deps): bump ws from 7.4.5 to 7.4.6

    Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.4.5...7.4.6)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and danez committed May 30, 2021
    Copy the full SHA
    7623ef9 View commit details

Commits on Aug 6, 2021

  1. Copy the full SHA
    0e5672e View commit details

Commits on Aug 11, 2021

  1. chore(deps): bump path-parse from 1.0.6 to 1.0.7

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and danez committed Aug 11, 2021
    Copy the full SHA
    390f03e View commit details

Commits on Sep 27, 2021

  1. chore(deps): bump tmpl from 1.0.4 to 1.0.5

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and danez committed Sep 27, 2021
    Copy the full SHA
    752a843 View commit details

Commits on Oct 4, 2021

  1. chore(deps): bump ansi-regex from 5.0.0 to 5.0.1

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and danez committed Oct 4, 2021
    Copy the full SHA
    7b94ef3 View commit details

Commits on Nov 6, 2021

  1. feat(webpack-dev-server): Support only version 4 of webpack-dev-server

    BREAKING CHANGE: webpack-dev-server version 4 is now required
    BREAKING CHANGE: The config layout is now the same as if webpack-dev-server is used without grunt
    BREAKING CHANGE: `port` and `static.directory` are not set by default anymore
    BREAKING CHANGE: the `keepalive` option does not exist anymore for the webpack-dev-server task
    danez committed Nov 6, 2021
    Copy the full SHA
    4d4bbf0 View commit details
  2. Copy the full SHA
    2256754 View commit details
  3. Copy the full SHA
    bdf246a View commit details
  4. feat: Require Node.JS version 12.13.0 as minimum

    BREAKING CHANGE: Require Node.JS version 12.13.0 as minimum
    danez committed Nov 6, 2021
    Copy the full SHA
    05cd9d2 View commit details
  5. Copy the full SHA
    312a1fc View commit details
  6. Copy the full SHA
    47ced96 View commit details
  7. Copy the full SHA
    a13305d View commit details
  8. Copy the full SHA
    fb21f21 View commit details
  9. Copy the full SHA
    438589b View commit details
Loading