Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
36a5dependabot/npm_and_yarn/webpack-remove-empty-scripts-1.0.1
Open

Bump webpack-remove-empty-scripts from 0.7.3 to 1.0.1#59
dependabot[bot] wants to merge 1 commit intomasterfrom
36a5dependabot/npm_and_yarn/webpack-remove-empty-scripts-1.0.1

Conversation

@dependabot
Copy link
Copy Markdown
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.

0 participants