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

Update webpack-manifest-plugin for Webpack 5 #50074

Merged

Conversation

alex996
Copy link
Contributor

@alex996 alex996 commented Dec 11, 2020

Please fill in this template.

Select one of these and delete the others:

If changing an existing definition:

Description:

Type 'WebpackManifestPlugin' is not assignable to type 'WebpackPluginInstance | ((this: Compiler, compiler: Compiler) => void)'.

@typescript-bot typescript-bot added the Popular package This PR affects a popular package (as counted by NPM download counts). label Dec 11, 2020
@typescript-bot typescript-bot added this to Waiting for Code Reviews in New Pull Request Status Board Dec 11, 2020
@typescript-bot
Copy link
Contributor

typescript-bot commented Dec 11, 2020

@alex996 Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Most recent commit is approved by type definition owners or DT maintainers

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 50074,
  "author": "alex996",
  "headCommitAbbrOid": "d6be528",
  "headCommitOid": "d6be5287cf3ba4e94467eb930e704011725fbaa6",
  "lastPushDate": "2020-12-11T00:54:10.000Z",
  "lastActivityDate": "2020-12-11T04:15:48.000Z",
  "maintainerBlessed": false,
  "mergeOfferDate": "2020-12-11T04:14:00.000Z",
  "mergeRequestDate": "2020-12-11T04:15:48.000Z",
  "mergeRequestUser": "alex996",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "webpack-manifest-plugin",
      "kind": "edit",
      "files": [
        {
          "path": "types/webpack-manifest-plugin/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/webpack-manifest-plugin/webpack-manifest-plugin-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "r3nya",
        "monsonjeremy"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "monsonjeremy",
      "date": "2020-12-11T02:29:40.000Z",
      "isMaintainer": false
    }
  ],
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

🔔 @r3nya @monsonjeremy — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

@typescript-bot
Copy link
Contributor

👋 Hi there! I’ve run some quick measurements against master and your PR. These metrics should help the humans reviewing this PR gauge whether it might negatively affect compile times or editor responsiveness for users who install these typings.

Let’s review the numbers, shall we?

Comparison details 📊
master #50074 diff
Batch compilation
Memory usage (MiB) 75.3 75.4 0.0%
Type count 11090 11084 0%
Assignability cache size 1960 1959 0%
Language service
Samples taken 67 70 +4%
Identifiers in tests 67 70 +4%
getCompletionsAtPosition
    Mean duration (ms) 352.1 350.9 -0.3%
    Mean CV 10.8% 10.6%
    Worst duration (ms) 409.9 417.1 +1.8%
    Worst identifier reduce b
getQuickInfoAtPosition
    Mean duration (ms) 360.4 358.0 -0.7%
    Mean CV 12.4% 10.9%
    Worst duration (ms) 440.4 438.3 -0.5%
    Worst identifier files localeCompare

It looks like nothing changed too much. I won’t post performance data again unless it gets worse.

@typescript-bot typescript-bot added the Perf: Same typescript-bot determined that this PR will not significantly impact compilation performance. label Dec 11, 2020
@typescript-bot typescript-bot added Owner Approved A listed owner of this package signed off on the pull request. Self Merge This PR can now be self-merged by the PR author or an owner labels Dec 11, 2020
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Waiting for Author to Merge in New Pull Request Status Board Dec 11, 2020
@typescript-bot
Copy link
Contributor

@alex996 Everything looks good here. Great job! I am ready to merge this PR (at d6be528) on your behalf.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

(@r3nya, @monsonjeremy: you can do this too.)

@alex996
Copy link
Contributor Author

alex996 commented Dec 11, 2020

Ready to merge

@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Recently Merged in New Pull Request Status Board Dec 11, 2020
@typescript-bot typescript-bot merged commit 7d26196 into DefinitelyTyped:master Dec 11, 2020
@typescript-bot
Copy link
Contributor

I just published @types/webpack-manifest-plugin@3.0.1 to npm.

@typescript-bot typescript-bot removed this from Recently Merged in New Pull Request Status Board Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Owner Approved A listed owner of this package signed off on the pull request. Perf: Same typescript-bot determined that this PR will not significantly impact compilation performance. Popular package This PR affects a popular package (as counted by NPM download counts). Self Merge This PR can now be self-merged by the PR author or an owner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants