uoft-tapp / tapp-cp

TA assignment and matching application (TAPP) & Contract Presentment helper (CP) at the Department of Computer Science, University of Toronto
8 stars 6 forks source link

Bump webpack-manifest-plugin from 1.1.0 to 2.0.4 #165

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webpack-manifest-plugin from 1.1.0 to 2.0.4.

Release notes *Sourced from [webpack-manifest-plugin's releases](https://github.com/danethurber/webpack-manifest-plugin/releases).* > ## v2.0.0 > BREAKING CHANGES: > > - Drop support for node 0.10, 0.12, 4 https://github.com/danethurber/webpack-manifest-plugin/commit/43b48f1eab84d718439383fa52a683c79e237fab > - Drop support for webpack 1 https://github.com/danethurber/webpack-manifest-plugin/commit/43b48f1eab84d718439383fa52a683c79e237fab > - `basePath` is not ignored when `publicPath` is used https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/74 > - `basePath` is only modifying manifest keys https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/74 > - add extra keys to manifest when using [copy-webpack-plugin](https://github.com/kevlened/copy-webpack-plugin) https://github.com/danethurber/webpack-manifest-plugin/commit/4cb95ce41ec683078a6581949ec544f4a7d4a3d2 > - paths are using the linux path separator even on windows https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/78 > - `stripStr` option was removed https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/83 > - `cache` option was renamed `seed` https://github.com/danethurber/webpack-manifest-plugin/commit/a3db580ed7510d7bb8ccc9bf1ce7ab51585a7d8e > - `reduce` option was replaced by `generate` option https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/90 > - keys are not sorted anymore https://github.com/danethurber/webpack-manifest-plugin/commit/ae03fbdcd4ba8073f66efd7b97eec8df318b0c87 > - When using multiple instance of the plugin, the manifest night not be generated after the `emit` event: https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/134 > > fixes: > > - paths are consistent from os to os https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/78 > - manifest is reset before each emit(unless `seed` options is used): https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/140 > > > features: > > - use `basePath` for keys only https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/74 > - add plugin hook to allow other plugins to use the manifest https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/76 > - add assets to manifest https://github.com/danethurber/webpack-manifest-plugin/commit/4cb95ce41ec683078a6581949ec544f4a7d4a3d2 > - add `generate` option https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/90 > - add `sort` option https://github.com/danethurber/webpack-manifest-plugin/commit/ae03fbdcd4ba8073f66efd7b97eec8df318b0c87 > - add `serialize` options: https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/123 > - Webpack 4! https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/118 > > ## v2.0.0-rc.1 > BREAKING CHANGES: > > - Drop support for node 0.10 and 0.12 https://github.com/danethurber/webpack-manifest-plugin/commit/43b48f1eab84d718439383fa52a683c79e237fab > - Drop support for webpack 1 https://github.com/danethurber/webpack-manifest-plugin/commit/43b48f1eab84d718439383fa52a683c79e237fab > - `basePath` is not ignored when `publicPath` is used https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/74 > - `basePath` is only modifying manifest keys https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/pull/74 > ```diff > module.exports = { > entry: './index.js', > output: { > path: 'build', > + publicPath: '/app/' > } > plugins: [ > new ManifestPlugin({ > basePath: '/app/' > }) > ] > ... (truncated)
Commits - [`bcca890`](https://github.com/danethurber/webpack-manifest-plugin/commit/bcca8907df46ad6b57199d34d7be876f95170a52) 2.0.4 - [`a6e8a2e`](https://github.com/danethurber/webpack-manifest-plugin/commit/a6e8a2e76806b964a484ae956c16156419ced8bb) doc: fix anchor link - [`5e1462b`](https://github.com/danethurber/webpack-manifest-plugin/commit/5e1462bf3d82025e8a4a4d61c0a672ed624f8f1b) improve functions documentations - [`d35b413`](https://github.com/danethurber/webpack-manifest-plugin/commit/d35b4138c012fde6e7d08c2331fbf6b694950141) upgrade dependencies - [`3aefada`](https://github.com/danethurber/webpack-manifest-plugin/commit/3aefadaf9d37b0588974524b65a4dc37f80fd8cf) chore(package): upgrade to fs-extra@7.0.0 ([#163](https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/issues/163)) - [`cad06c8`](https://github.com/danethurber/webpack-manifest-plugin/commit/cad06c8476f83f33e0f9540886db177d7cf7b87a) 2.0.3 - [`5dca486`](https://github.com/danethurber/webpack-manifest-plugin/commit/5dca486a4231f54caa6d944bc0b9cab667357742) Fix scope hoisting ([#152](https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/issues/152)) - [`95d94ef`](https://github.com/danethurber/webpack-manifest-plugin/commit/95d94efbaa0ddde1abb68ec93764c9f63c130db0) 2.0.2 - [`2d705ec`](https://github.com/danethurber/webpack-manifest-plugin/commit/2d705ecb4dc65d5fbaa0e42f98e54a1c2a8b80df) fix: output all manifests in multi compilation ([#148](https://github-redirect.dependabot.com/danethurber/webpack-manifest-plugin/issues/148)) - [`cbab79e`](https://github.com/danethurber/webpack-manifest-plugin/commit/cbab79e9088f55911d919d61d223ce58e3b00c36) 2.0.1 - Additional commits viewable in [compare view](https://github.com/danethurber/webpack-manifest-plugin/compare/v1.1.0...v2.0.4)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.