Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Bump svg-url-loader from 6.0.0 to 7.1.1 #245

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 26, 2021

Bumps svg-url-loader from 6.0.0 to 7.1.1.

Release notes

Sourced from svg-url-loader's releases.

Performance improvements

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

Add resourceQuery support

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

bhovhannes/svg-url-loader@v7.0.0...v7.1.0

Fallback to file-loader using default options

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.

Commits
  • 5125ae9 7.1.1
  • b5ffa23 refactor: make code faster and cleaner
  • 770c8da chore(deps): update dependency webpack to v5.9.0
  • 04ff760 chore(deps): update dependency prettier to v2.2.1
  • 8e665da 7.1.0
  • 39fa085 feat(fixes #133): allow passing options via resourceQuery
  • a40f2d2 docs: more detailed config examples (closes #323, closes #324)
  • eae0cfd test(closes #425): use sass instead of node-sass, as told by sass-loader
  • b8a9106 test(closes #419): support both webpack 4 and 5
  • 7ff6b60 test: cleanup tests
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 26, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/svg-url-loader-7.1.1 branch from 5bf5c61 to 85fe4c8 Compare February 26, 2021 10:41
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/svg-url-loader-7.1.1 branch from 85fe4c8 to f55699d Compare April 11, 2021 11:45
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/svg-url-loader-7.1.1 branch from f55699d to c29a141 Compare April 30, 2021 11:34
@dependabot-preview dependabot-preview bot changed the base branch from master to main June 8, 2021 11:10
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/svg-url-loader-7.1.1 branch from c29a141 to 62557b3 Compare June 8, 2021 11:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants