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/webpack-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.4
Choose a base ref
...
head repository: webpack/webpack-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.5
Choose a head ref
  • 16 commits
  • 32 files changed
  • 6 contributors

Commits on Jun 15, 2019

  1. chore(packages): lock dependencies versions (#958)

    * chore(travis): use install instead of ci
    
    * chore(azure): use install instead of ci
    
    * chore(config): update tsconfig
    
    * chore(init): add nodepath type
    
    * chore(deps): update packages, lockdown versions
    
    * chore(format): format files
    
    * chore(packages): update package.json
    
    * chore(pipelines): use npm ci
    
    * chore(package): lock major deps
    
    * chore(package): sync package-lock files
    dhruvdutt authored and ematipico committed Jun 15, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    f0f12c9 View commit details
  2. fix: update deps

    evenstensberg committed Jun 15, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    69f364e View commit details
  3. Merge pull request #959 from webpack/fix/deps

    fix: update deps
    evenstensberg authored Jun 15, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dc25beb View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    670efc7 View commit details

Commits on Jun 16, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6015bad View commit details
  2. Merge pull request #960 from DanielRuf/fix/use-strict

    fix: change "usr strict" to "use strict"
    evenstensberg authored Jun 16, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d7cdab9 View commit details

Commits on Jun 19, 2019

  1. chore(ts): enables source map in the ts (#961)

    enables the source maps for the ts compiled files for easy debugging
    pranshuchittora authored and ematipico committed Jun 19, 2019
    Copy the full SHA
    dad54f4 View commit details

Commits on Jun 21, 2019

  1. fix(deps): move prettier from dependencies to devDependencies (#968)

    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk authored and ematipico committed Jun 21, 2019
    Copy the full SHA
    6105ef1 View commit details

Commits on Jun 22, 2019

  1. Copy the full SHA
    313e83e View commit details

Commits on Jun 23, 2019

  1. Copy the full SHA
    0c1f6b6 View commit details
  2. Copy the full SHA
    cd54ba5 View commit details
  3. Merge pull request #970 from dhruvdutt/postinstall

    chore(scripts): clean postinstall
    evenstensberg authored Jun 23, 2019
    Copy the full SHA
    002a6ac View commit details
  4. Copy the full SHA
    a37477d View commit details
  5. chore: update pkg lock

    evenstensberg committed Jun 23, 2019
    Copy the full SHA
    8913928 View commit details
  6. Copy the full SHA
    76b75ac View commit details
  7. chore: v3.3.5

    evenstensberg committed Jun 23, 2019
    Copy the full SHA
    30b1b8d View commit details
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -38,3 +38,6 @@ yarn.lock
# source maps of docs
docs/**/*.map
junit.xml

#typescript source maps
packages/**/*.map
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="3.3.5"></a>

# 3.3.5 (2019-06-23)

[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.4...v3.3.5)

## Chore

- remove donation section ([76b75ac](https://github.com/webpack/webpack-cli/commit/76b75ac))
- update pkg lock ([8913928](https://github.com/webpack/webpack-cli/commit/8913928))
- deps: update major versions ([#969](https://github.com/webpack/webpack-cli/pull/969))
- packages: lock dependencies versions ([#958](https://github.com/webpack/webpack-cli/pull/958))
- scripts: clean opencollective ([cd54ba5](https://github.com/webpack/webpack-cli/commit/cd54ba5))
- scripts: clean postinstall ([0c1f6b6](https://github.com/webpack/webpack-cli/commit/0c1f6b6))
- ts: enables source map in the ts ([#961](https://github.com/webpack/webpack-cli/pull/961))
- added await in order to resolve the pending promise ([#948](https://github.com/webpack/webpack-cli/pull/948))

## CLI

- remove donation prompt ([a37477d](https://github.com/webpack/webpack-cli/commit/a37477d))

## Fix

- deps: move prettier from dependencies to devDependencies ([#968](https://github.com/webpack/webpack-cli/pull/968))
- change "usr strict" to "use strict" ([670efc7](https://github.com/webpack/webpack-cli/commit/670efc7))
- update deps ([69f364e](https://github.com/webpack/webpack-cli/commit/69f364e))

<a name="3.3.4"></a>

# 3.3.4 (2019-06-11)
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -90,8 +90,6 @@ The webpack family welcomes any contributor, small or big. We are happy to elabo

If you like **webpack**, please consider donating to our [Open Collective](https://opencollective.com/webpack) to help us maintain it.

We show this message in the terminal once a week, if you want you can disable it by setting the environment variable `DISABLE_OPENCOLLECTIVE=true` or `CI=true`.

[build-status]: https://travis-ci.org/webpack/webpack-cli.svg
[build-status-url]: https://travis-ci.org/webpack/webpack-cli
[build-status-azure]: https://dev.azure.com/webpack/webpack/_apis/build/status/webpack.webpack-cli
4 changes: 2 additions & 2 deletions azure-pipelines-template.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
testRunTitle: TestRun $ {{ parameters.name }} $(node_version)
displayName: "Publish Test Results"
- task: PublishCodeCoverageResults@1
inputs:
inputs:
codeCoverageTool: "cobertura"
summaryFileLocation: "**/coverage/cobertura-coverage.xml"
displayName: "Publish code coverage results"
displayName: "Publish code coverage results"
25 changes: 0 additions & 25 deletions bin/cli.js
Original file line number Diff line number Diff line change
@@ -332,31 +332,6 @@ For more information, see https://webpack.js.org/api/cli/.`);
const statsString = stats.toString(outputOptions);
const delimiter = outputOptions.buildDelimiter ? `${outputOptions.buildDelimiter}\n` : "";
if (statsString) stdout.write(`${statsString}\n${delimiter}`);

/**
* Show a hint to donate to our Opencollective
* once a week, only on Monday
*/
const openCollectivePath = __dirname + "/opencollective.js";
const MONDAY = 1;
const SIX_DAYS = 518400000;
const now = new Date();
if (now.getDay() === MONDAY) {
const { access, constants, statSync, utimesSync } = require("fs");
const stat = statSync(openCollectivePath);
const lastPrint = stat.atime;
const fileOwnerId = stat.uid;
const lastPrintTS = new Date(lastPrint).getTime();
const timeSinceLastPrint = now.getTime() - lastPrintTS;
if (timeSinceLastPrint > SIX_DAYS) {
require(openCollectivePath);
// On windows we need to manually update the atime
// Updating utime requires process owner is as same as file owner
access(openCollectivePath, constants.W_OK, e => {
if (!e && fileOwnerId === process.getuid()) utimesSync(openCollectivePath, now, now);
});
}
}
}
if (!options.watch && stats.hasErrors()) {
process.exitCode = 2;
42 changes: 0 additions & 42 deletions bin/opencollective.js

This file was deleted.

Loading