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

Bump webpack-remove-empty-scripts from 0.7.3 to 1.0.1 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2022

Bumps webpack-remove-empty-scripts from 0.7.3 to 1.0.1.

Release notes

Sourced from webpack-remove-empty-scripts's releases.

The stable release 0.8.0

The last stable release.

  • added new option remove to define custom RegExp for generated assets that must be removed
  • update packages
  • update readme
Changelog

Sourced from webpack-remove-empty-scripts's changelog.

1.0.1 (2022-09-19)

  • docs: update readme

1.0.0 (2022-09-12)

  • BRAKING CHANGE: reverted defaults behavior as in v0.8.1 - remove empty scripts before other plugins will be called. This change is needs for properly work of the vast majority of webpack plugins.

    For compatibility with v0.8.2 - v0.8.4, if you have an issue, use new stage option with the value:

    new RemoveEmptyScriptsPlugin({
      stage: RemoveEmptyScriptsPlugin.STAGE_AFTER_PROCESS_PLUGINS,
    })
  • feat: added new stage option. Webpack plugins use different stages for their functionality. For properly work other plugins can be specified the stage when should be removed empty scripts: before or after processing of other webpack plugins.
    For example, using @wordpress/dependency-extraction-webpack-plugin the empty scripts must be removed after processing all plugins. Using webpack-manifest-plugin the empty scripts must be removed before processing other plugins.

  • chore: update packages

  • test: added the test for using with webpack-manifest-plugin

  • docs: update readme

0.8.4 (2022-09-08)

  • fix: fixed last stable version of ansis in package.json to avoid issues in dependency

0.8.3 (2022-09-04)

  • docs: update readme

0.8.2 (2022-09-04)

  • fix: keep extracted wordpress dependencies, #9
  • test: refactor tests
  • chore: update npm packages

0.8.1 (2022-06-14)

  • fix: add supports for TypeScript
  • chore: update packages
  • docs: update readme

0.8.0 (2022-04-01)

  • feat: added new option remove to define custom RegExp for generated assets that must be removed
  • chore: update packages
Commits

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.


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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [webpack-remove-empty-scripts](https://github.com/webdiscus/webpack-remove-empty-scripts) from 0.7.3 to 1.0.1.
- [Release notes](https://github.com/webdiscus/webpack-remove-empty-scripts/releases)
- [Changelog](https://github.com/webdiscus/webpack-remove-empty-scripts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webdiscus/webpack-remove-empty-scripts/commits)

---
updated-dependencies:
- dependency-name: webpack-remove-empty-scripts
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants