Bump loader-utils from 1.1.0 to 1.4.2 #36

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/loader-utils-1.4.2 into master
dependabot[bot] commented 2022-11-12 17:25:13 +00:00 (Migrated from github.com)

Bumps loader-utils from 1.1.0 to 1.4.2.

Release notes

Sourced from loader-utils's releases.

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

v1.4.0

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

v1.3.0

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

v1.2.3

1.2.3 (2018-12-27)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)

v1.2.2

1.2.2 (2018-12-27)

Bug Fixes

... (truncated)

Changelog

Sourced from loader-utils's changelog.

1.4.2 (2022-11-11)

Bug Fixes

1.4.1 (2022-11-07)

Bug Fixes

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

1.2.3 (2018-12-27)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)

1.2.2 (2018-12-27)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.


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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/loader-utils/releases">loader-utils's releases</a>.</em></p> <blockquote> <h2>v1.4.2</h2> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2">1.4.2</a> (2022-11-11)</h3> <h3>Bug Fixes</h3> <ul> <li>ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>) (<a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa">17cbf8f</a>)</li> </ul> <h2>v1.4.1</h2> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1">1.4.1</a> (2022-11-07)</h3> <h3>Bug Fixes</h3> <ul> <li>security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>) (<a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5">4504e34</a>)</li> </ul> <h2>v1.4.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0">1.4.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>) (<a href="https://github.com/webpack/loader-utils/commit/cd0e428">cd0e428</a>)</li> </ul> <h2>v1.3.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0">1.3.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>) (<a href="https://github.com/webpack/loader-utils/commit/469eeba">469eeba</a>)</li> </ul> <h2>v1.2.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/webpack/loader-utils/compare/v1.2.2...v1.2.3">1.2.3</a> (2018-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>interpolateName:</strong> don't interpolated <code>hashType</code> without <code>hash</code> or <code>contenthash</code> (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/140">#140</a>) (<a href="https://github.com/webpack/loader-utils/commit/3528fd9">3528fd9</a>)</li> </ul> <h2>v1.2.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/webpack/loader-utils/compare/v1.2.1...v1.2.2">1.2.2</a> (2018-12-27)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md">loader-utils's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2">1.4.2</a> (2022-11-11)</h3> <h3>Bug Fixes</h3> <ul> <li>ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>) (<a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa">17cbf8f</a>)</li> </ul> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1">1.4.1</a> (2022-11-07)</h3> <h3>Bug Fixes</h3> <ul> <li>security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>) (<a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5">4504e34</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0">1.4.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>) (<a href="https://github.com/webpack/loader-utils/commit/cd0e428">cd0e428</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0">1.3.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>) (<a href="https://github.com/webpack/loader-utils/commit/469eeba">469eeba</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/webpack/loader-utils/compare/v1.2.2...v1.2.3">1.2.3</a> (2018-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>interpolateName:</strong> don't interpolated <code>hashType</code> without <code>hash</code> or <code>contenthash</code> (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/140">#140</a>) (<a href="https://github.com/webpack/loader-utils/commit/3528fd9">3528fd9</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/webpack/loader-utils/compare/v1.2.1...v1.2.2">1.2.2</a> (2018-12-27)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/loader-utils/commit/331ad5067d9a1a7b8d646692e6959639969210d1"><code>331ad50</code></a> chore(release): 1.4.2</li> <li><a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa"><code>17cbf8f</code></a> fix: ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/8f082b39f6903929f30fe29dab34f4d9c7ef070a"><code>8f082b3</code></a> chore(release): 1.4.1</li> <li><a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5"><code>4504e34</code></a> fix: security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/d95b8b53f0ad547133b47ac8226f735c479f76de"><code>d95b8b5</code></a> chore(release): 1.4.0</li> <li><a href="https://github.com/webpack/loader-utils/commit/cd0e4284a0aa090f8776c4eb1045d4b1080e7161"><code>cd0e428</code></a> feat: the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/06d36cf3a619cab20b08608204cb7ea9bddaceab"><code>06d36cf</code></a> chore(release): 1.3.0</li> <li><a href="https://github.com/webpack/loader-utils/commit/469eeba9095b879a3a988cde23d2035e454da9c2"><code>469eeba</code></a> feat: support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/909c99d3f85da40478b9f02338d4113332819cfd"><code>909c99d</code></a> chore: funding.yml config and CI fix (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/159">#159</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/b5b74f010cace25ca70a652ebef078f6b1cfaddb"><code>b5b74f0</code></a> Set up CI with Azure Pipelines</li> <li>Additional commits viewable in <a href="https://github.com/webpack/loader-utils/compare/v1.1.0...v1.4.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new releaser for loader-utils since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loader-utils&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/RileySeaburg/gatsbyblog/network/alerts). </details>
codetether[bot] commented 2026-06-04 16:02:36 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #36 on branch dependabot/npm_and_yarn/loader-utils-1.4.2. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with master.

## 🛠️ CodeTether Fix Picked up this request for PR #36 on branch `dependabot/npm_and_yarn/loader-utils-1.4.2`. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with `master`.
codetether[bot] commented 2026-06-14 04:46:44 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

I'll start by examining the current state of the repository and understanding what needs to change.
loader-utils is not a direct dependency—it's transitive. Let me check how it appears in the lockfile and whether the PR branch already changed it.
The PR branch already has loader-utils at 1.4.2 in the lockfile. Now let me check the state relative to master and whether there are any merge conflicts.
Master has no commits that aren't already in the PR branch. The PR branch is already based on the latest master. Let me perform the merge to confirm mergeability, then verify.
Already up to date — no conflicts. Now let me run the final checks: git diff --check and confirm the loader-utils bump is complete and correct.
The diff shows the loader-utils bump and associated lockfile changes (including http→https registry normalization and removal of the now-unused big.js@^3.1.3 which was a dep of the old version). Let me verify the loader-utils entry on master vs current to confirm the bump is correct and complete.
The bump is correctly applied and complete. Let me do final validation — confirm package.json is valid, the working tree is clean, and the branch is pushed.
Everything is already in the correct, mergeable state. Here's the summary:

Task Complete ✅

Branch: dependabot/npm_and_yarn/loader-utils-1.4.2 → master

What I verified and did:

  1. Fetched latest master — master has no commits that aren't already in the PR branch, so the PR branch is already based on the latest base.

  2. Merged master into the PR branch — Git reported "Already up to date." No conflicts to resolve.

  3. Confirmed the loader-utils bump is correct:

    • yarn.lock now has loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3: all resolved to version "1.4.2" (with the integrity sha512 hash).
    • The previously separate loader-utils@^1.2.3 → 1.2.3 entry was consolidated.
    • The now-unused big.js@^3.1.3 dependency (a transitive dep of the old 1.1.0 version) was removed.
    • This matches the dependabot bump from 1.1.0 → 1.4.2.
    • Note: loader-utils is a transitive dependency only; package.json correctly does not list it directly.
  4. Pre-commit checks all pass:

    • git status --short → clean (no unresolved paths)
    • git diff --check → no whitespace/conflict-marker errors
    • package.json → valid JSON

No new commit was needed — the branch was already correctly populated by Dependabot and is in sync with origin/dependabot/npm_and_yarn/loader-utils-1.4.2. The PR is mergeable with master (mergeable_state=clean).

Existing commit: d49692b — "Bump loader-utils from 1.1.0 to 1.4.2"

## 🛠️ CodeTether Fix I'll start by examining the current state of the repository and understanding what needs to change. `loader-utils` is not a direct dependency—it's transitive. Let me check how it appears in the lockfile and whether the PR branch already changed it. The PR branch already has loader-utils at 1.4.2 in the lockfile. Now let me check the state relative to master and whether there are any merge conflicts. Master has no commits that aren't already in the PR branch. The PR branch is already based on the latest master. Let me perform the merge to confirm mergeability, then verify. Already up to date — no conflicts. Now let me run the final checks: `git diff --check` and confirm the loader-utils bump is complete and correct. The diff shows the loader-utils bump and associated lockfile changes (including `http→https` registry normalization and removal of the now-unused `big.js@^3.1.3` which was a dep of the old version). Let me verify the loader-utils entry on master vs current to confirm the bump is correct and complete. The bump is correctly applied and complete. Let me do final validation — confirm package.json is valid, the working tree is clean, and the branch is pushed. Everything is already in the correct, mergeable state. Here's the summary: ## Task Complete ✅ **Branch:** `dependabot/npm_and_yarn/loader-utils-1.4.2` → `master` **What I verified and did:** 1. **Fetched latest `master`** — master has no commits that aren't already in the PR branch, so the PR branch is already based on the latest base. 2. **Merged master into the PR branch** — Git reported "Already up to date." No conflicts to resolve. 3. **Confirmed the loader-utils bump is correct:** - `yarn.lock` now has `loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3:` all resolved to **`version "1.4.2"`** (with the `integrity` sha512 hash). - The previously separate `loader-utils@^1.2.3` → `1.2.3` entry was consolidated. - The now-unused `big.js@^3.1.3` dependency (a transitive dep of the old 1.1.0 version) was removed. - This matches the dependabot bump from 1.1.0 → 1.4.2. - Note: `loader-utils` is a transitive dependency only; `package.json` correctly does not list it directly. 4. **Pre-commit checks all pass:** - `git status --short` → clean (no unresolved paths) - `git diff --check` → no whitespace/conflict-marker errors - `package.json` → valid JSON **No new commit was needed** — the branch was already correctly populated by Dependabot and is in sync with `origin/dependabot/npm_and_yarn/loader-utils-1.4.2`. The PR is mergeable with `master` (mergeable_state=clean). **Existing commit:** `d49692b` — "Bump loader-utils from 1.1.0 to 1.4.2"
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/loader-utils-1.4.2:dependabot/npm_and_yarn/loader-utils-1.4.2
git switch dependabot/npm_and_yarn/loader-utils-1.4.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/loader-utils-1.4.2
git switch dependabot/npm_and_yarn/loader-utils-1.4.2
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/loader-utils-1.4.2
git switch dependabot/npm_and_yarn/loader-utils-1.4.2
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/loader-utils-1.4.2
git switch master
git merge --squash dependabot/npm_and_yarn/loader-utils-1.4.2
git switch master
git merge --ff-only dependabot/npm_and_yarn/loader-utils-1.4.2
git switch master
git merge dependabot/npm_and_yarn/loader-utils-1.4.2
git push origin master
Sign in to join this conversation.
No description provided.