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

chore(deps): update dependency svg-url-loader to v8 #2065

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svg-url-loader 3.0.3 -> 8.0.0 age adoption passing confidence

Release Notes

bhovhannes/svg-url-loader (svg-url-loader)

v8.0.0

Compare Source

Breaking changes

Webpack 4 is no longer supported.

Dependency upgrades

Full Changelog: bhovhannes/svg-url-loader@v7.1.1...v8.0.0

v7.1.1: Performance improvements

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: Add resourceQuery support

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: Fallback to file-loader using default options

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.

v6.0.0: Deprecate stripdeclarations option

Compare Source

Breaking changes

The option stripdeclarations is now true by default. See #​104 for rationale behind this decision.
We will remove that option in the next major release,

Commits

v5.0.1: Compatible with Yarn 2

Compare Source

  • fix: specify peerDependencies of file-loader (closes #​390) a8513ef
  • docs: update docs (fixes #​341) cda55a2
  • Update dependency codecov to v3.7.0 4f1100b
  • Merge pull request #​387 from bhovhannes/renovate/major-jest-monorepo 86122bd
  • Update dependency jest to v26 6d1626e
  • Update dependency node-sass to v4.14.1 88480cc
  • Update dependency less-loader to v6.1.0 fb39d22
  • Update dependency jest to v25.5.4 9654e48
  • Update dependency jest to v25.5.3 fc2da30
  • Merge pull request #​382 from bhovhannes/renovate/less-loader-6.x 3ef3087
  • Update dependency webpack to v4.43.0 ec2a993
  • Update dependency jest to v25.4.0 d3be7fb
  • Update dependency less-loader to v6 eabddc3
  • Update dependency node-sass to v4.14.0 9b70055
  • Update dependency css-loader to v3.5.3 bde7608
  • Update dependency jest to v25.3.0 36a3ef4
  • Update dependency css-loader to v3.5.2 00f0ef9
  • Update dependency jest to v25.2.7 b65632d
  • Update dependency webpack to v4.42.1 f85334c
  • Update dependency jest to v25.2.3 233e6f5

v5.0.0: Upgrade to file-loader 6

Compare Source

What's new

Nothing except that file-loader uses md4 by default for hashing (see https://github.com/bhovhannes/svg-url-loader/pull/372).
That is a breaking change for file-loader and thus major version bump was required here, too.

Commits

  • Merge pull request #​372 from bhovhannes/renovate/file-loader-6.x 554073e
  • Update dependency file-loader to v6 cdff34c
  • Merge pull request #​371 from bhovhannes/renovate/loader-utils-2.x 927e4e5
  • Update dependency loader-utils to v2 689d765
  • Update dependency webpack to v4.42.0 2b6e138
  • Update dependency file-loader to ~5.1.0 6105ee5
  • Update dependency loader-utils to ~1.4.0 6252a5c
  • Update dependency webpack to v4.41.6 b7479b6
  • Update dependency less to v3.11.1 620115e
  • Update dependency codecov to v3.6.5 41df515

v4.0.0: Upgrade to file-loader 5.x, drop Node 8 support

Compare Source

  • Merge pull request #​346 from bhovhannes/renovate/file-loader-5.x 47ae0ff
  • chore: switch to yarn c18a4a7
  • Merge remote-tracking branch 'origin/master' into renovate/file-loader-5.x 59a6703
  • feat: upgrade to v5 of file-loader 465fad2
  • chore(deps): update dependency codecov to v3.6.4 96130f4
  • chore(deps): update dependency codecov to v3.6.3 89d344a
  • Merge pull request #​359 from bhovhannes/renovate/major-jest-monorepo 677477a
  • chore(deps): update dependency codecov to v3.6.2 310c9ef
  • chore(deps): update dependency jest to v25 73acbdb
  • chore(deps): update dependency sass-loader to v8.0.2 bdd9b2b
  • chore(deps): update dependency node-sass to v4.13.1 64f8c45
  • chore(deps): update dependency sass-loader to v8.0.1 fc1e7f5
  • chore(deps): update dependency css-loader to v3.4.2 080f61b
  • chore(deps): update dependency css-loader to v3.4.1 5972a51
  • chore(deps): update dependency webpack to v4.41.5 5545076
  • chore(deps): update dependency webpack to v4.41.4 2179981
  • chore(deps): update dependency css-loader to v3.4.0 e950368
  • chore(deps): update dependency css-loader to v3.3.2 03a533a
  • chore(deps): update dependency css-loader to v3.2.1 1c9c5f3
  • fix(deps): update dependency file-loader to v5 3ffa201

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 4, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Sep 4, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
Found file in cache: /tmp/containerbase/7576b42decc67f70b61585f41c5074bea75c260886346e567578ea0e0dc2d571/node-v16.17.0-linux-x64.tar.xz
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"4.46.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^5.0.0" from [email protected]
npm ERR! node_modules/svg-url-loader
npm ERR!   dev svg-url-loader@"8.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-09-04T21_09_21_064Z-debug-0.log

@renovate renovate bot changed the title chore(deps): update dependency svg-url-loader to v8 chore(deps): update dependency svg-url-loader to v8 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/svg-url-loader-8.x branch December 8, 2024 18:46
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency svg-url-loader to v8 - autoclosed chore(deps): update dependency svg-url-loader to v8 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/svg-url-loader-8.x branch from 1796595 to 2cfe0f4 Compare December 9, 2024 17:40
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