Skip to content

chore(deps): bump webpack-remove-empty-scripts from 0.8.1 to 1.0.4#840

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/webpack-remove-empty-scripts-1.0.4
Closed

chore(deps): bump webpack-remove-empty-scripts from 0.8.1 to 1.0.4#840
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/webpack-remove-empty-scripts-1.0.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps webpack-remove-empty-scripts from 0.8.1 to 1.0.4.

Release notes

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

v1.0.4

Bug Fixes

  • Removes needless double new lines in console output when the verbose option is enabled.

Chore

  • Added Community Standards files.
  • Updated dev packages.

Test

  • Removes the test strategy for node versions 12.x on GitHub to allows use the latest dev packages. The plugin is still compatible with node 12.x.
  • Added the test strategies for node versions 18.x and 20.x on GitHub.
  • Refactoring of test utilities.
  • Added tests for an alternative way using the html-bundler-webpack-plugin.

v1.0.3

No changes in code

Improvements

  • fix: fix interface syntax in TS
  • fix: options in constructor now is optional parameter in types for TS

v1.0.2

No changes in code

Improvements

  • fix: correctly export types for TS in index.d.ts when used CommonJS

Misc

  • chore: update dev packages

v1.0.1

BREAKING CHANGE

Reverted default 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,
})

Features

... (truncated)

Changelog

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

1.0.4 (2023-08-28)

  • fix: remove needless double new lines in console output when the verbose option is enabled
  • chore: add Community Standards files
  • chore: update dev packages
  • test: remove the test strategy for node versions 12.x on GitHub to allows use the latest dev packages. The plugin is still compatible with node 12.x.
  • test: add the test strategies for node versions 18.x and 20.x on GitHub
  • test: refactor test utilities
  • test: add tests for alternative way using the html-bundler-webpack-plugin
  • docs: update readme

1.0.3 (2023-04-11)

  • fix: fix interface syntax in TS
  • fix: options in constructor now is optional parameter in types for TS.

1.0.2 (2023-04-07)

  • fix: correctly export types for TS when used CommonJS
  • chore: update dev packages
  • docs: update readme

1.0.1 (2022-09-19)

  • docs: update readme

1.0.0 (2022-09-12)

  • BREAKING CHANGE: reverted default 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: add new stage option. Webpack's 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: add the test for using with webpack-manifest-plugin

  • docs: update readme

0.8.4 (2022-09-08)

  • fix: fix 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

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.8.1 to 1.0.4.
- [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/v1.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Scope: Frontend Automatically applied to PRs that change frontend components labels Nov 28, 2024
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Nov 28, 2024

Dependabot tried to add @Mu-L/owners-js-deps as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Mu-L/sentry/pulls/840/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the Mu-L/sentry repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@github-actions
Copy link
Copy Markdown

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@github-actions github-actions bot added the Status: Stale stalebot will close after another week of inactivity label Dec 20, 2024
@github-actions github-actions bot closed this Dec 28, 2024
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webpack-remove-empty-scripts-1.0.4 branch December 28, 2024 02:40
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file Scope: Frontend Automatically applied to PRs that change frontend components Status: Stale stalebot will close after another week of inactivity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants