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 html-webpack-inline-svg-plugin from 1.3.0 to 2.3.0 #519

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps html-webpack-inline-svg-plugin from 1.3.0 to 2.3.0.

Release notes

Sourced from html-webpack-inline-svg-plugin's releases.

2.3.0

  • BREAKING CHANGE: On the webpack configuration file the svgoConfig option must now go inside HtmlWebpackInlineSVGPlugin({}) instead of HtmlWebpackPlugin({}). An error is thrown at webpack build time otherwise.
  • The defaults for the svgo module aren't hardcoded anymore and –excepting the cleanupIDs option– the defaults are now set by the own module svgo and not html-webpack-inline-svg-plugin.

2.2.0

  • Ability added to load SVGs from an URL (<img inline src="https://host.com/image.svg">).
Changelog

Sourced from html-webpack-inline-svg-plugin's changelog.

v2.3.0

  • BREAKING CHANGE: On the webpack configuration file the svgoConfig option must now go inside HtmlWebpackInlineSVGPlugin({}) instead of HtmlWebpackPlugin({}). An error is thrown at webpack build time otherwise.
  • The defaults for the svgo module aren't hardcoded anymore and –excepting the cleanupIDs option– the defaults are now set by the own module svgo and not html-webpack-inline-svg-plugin.

v2.2.0

  • Ability added to load SVGs from an URL (<img inline src="https://host.com/image.svg">).

v2.0.1

  • added inlineAll option to inline all svgs the parser finds

v2.0.0

  • support webpack 4
  • support html-webpack-plugin v4
  • remove broken html tests as not supported by html-webpack-plugin
  • upgrade parse5 to v5
Commits
  • d7aff06 Merge pull request #34 from theGC/i27
  • 4c9c453 Error text ammended.
  • a409297 Changelog text corrected.
  • e0970f4 Changelog text corrected.
  • b817263 package.json module versions updated for v2.3.0.
  • 443f8bc Tests added for v2.3
  • 130d2ec * BREAKING CHANGE: On the webpack configuration file the svgoConfig option ...
  • b1f273a Merge branch 'release/2.2.6'
  • e5c6431 another travis config change
  • 3207b6c Merge branch 'release/2.2.5'
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [html-webpack-inline-svg-plugin](https://github.com/thegc/html-webpack-inline-svg-plugin) from 1.3.0 to 2.3.0.
- [Release notes](https://github.com/thegc/html-webpack-inline-svg-plugin/releases)
- [Changelog](https://github.com/theGC/html-webpack-inline-svg-plugin/blob/master/CHANGELOG.md)
- [Commits](theGC/html-webpack-inline-svg-plugin@1.3.0...2.3.0)

---
updated-dependencies:
- dependency-name: html-webpack-inline-svg-plugin
  dependency-type: direct:development
  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 javascript Pull requests that update Javascript code labels Jul 15, 2024
@cla-bot cla-bot bot added the cla:yes label Jul 15, 2024
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants