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

fix(deps): update dependency svg-url-loader to v7 #1909

Merged
merged 2 commits into from
Nov 30, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svg-url-loader 6.0.0 -> 7.1.1 age adoption passing confidence

Release Notes

bhovhannes/svg-url-loader

v7.1.1

Compare Source

What's new ?

Performance improvements

  1. Now we run regex for style element detection only when needed
  2. Made encoded entities lowercase for better compression.

Internal changes

  1. better code organization
  2. upgraded prettier and webpack to the latest version

v7.1.0

Compare Source

What's new ?

Features

  1. Added support for passing options using resourceQuery. That allows following syntax:
      .selector {
        background-image: url(../../assets/ticket.svg?encoding=base64);
      } 
    Thanks to @​c0defre4k for reporting this! Sorry for being so late.
  2. Added more detailed usage examples to the readme.

Internal changes

  1. upgraded devDependencies
  2. refactor tests to follow DRY principle
  3. make tests pass on both webpack 4 and 5

v7.0.0

Compare Source

What's new ?

Internal changes

  1. Switched to GitHub actions.
  2. Update Node.js version to 10, 12 and 14. We test on this versions only.
  3. Fix some Node warnings and modernized code a little.

Breaking changes

Previously, during falling back to file-loader, svg-url-loader was passing esModule=false option to file-loader. This release changes that behavior and passes esModule=true (file-loader default mode). esModule=true mode was introduced a while ago and is well supported. However, technically it is breaking change.


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Nov 30, 2020
@vercel
Copy link

vercel bot commented Nov 30, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/commercetools/merchant-center-application-kit/r4v1zgtow
✅ Preview: https://merchant-center-application-kit-git-renovate-svg-url-loader-7x.commercetools.vercel.app

@changeset-bot
Copy link

changeset-bot bot commented Nov 30, 2020

🦋 Changeset detected

Latest commit: 98c2f1e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@commercetools-frontend/mc-scripts Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel vercel bot temporarily deployed to Preview November 30, 2020 13:39 Inactive
@emmenko emmenko added the 🚀 Status: ship it Triggers an merge if rules match via bot label Nov 30, 2020
@kodiakhq kodiakhq bot merged commit 63a0b9e into master Nov 30, 2020
@kodiakhq kodiakhq bot deleted the renovate/svg-url-loader-7.x branch November 30, 2020 13:51
@ghost ghost mentioned this pull request Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Status: ship it Triggers an merge if rules match via bot 🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants