Bump grunt from 1.0.4 to 1.5.3 in /ghost/versions/3.0.2 #28

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3 into master
dependabot[bot] commented 2022-05-25 23:54:11 +00:00 (Migrated from github.com)

Bumps grunt from 1.0.4 to 1.5.3.

Release notes

Sourced from grunt's releases.

v1.5.3

  • Merge pull request #1745 from gruntjs/fix-copy-op 572d79b
  • Patch up race condition in symlink copying. 58016ff
  • Merge pull request #1746 from JamieSlome/patch-1 0749e1d
  • Create SECURITY.md 69b7c50

https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3

v1.5.2

  • Update Changelog 7f15fd5
  • Merge pull request #1743 from gruntjs/cleanup-link b0ec6e1
  • Clean up link handling 433f91b

https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2

v1.5.1

  • Merge pull request #1742 from gruntjs/update-symlink-test ad22608
  • Fix symlink test 0652305

https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1

v1.5.0

  • Updated changelog b2b2c2b
  • Merge pull request #1740 from gruntjs/update-deps-22-10 3eda6ae
  • Update testing matrix 47d32de
  • More updates 2e9161c
  • Remove console log 04b960e
  • Update dependencies, tests... aad3d45
  • Merge pull request #1736 from justlep/main fdc7056
  • support .cjs extension e35fe54

https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0

v1.4.1

  • Update Changelog e7625e5
  • Merge pull request #1731 from gruntjs/update-options 5d67e34
  • Fix ci install d13bf88
  • Switch to Actions 08896ae
  • Update grunt-known-options eee0673
  • Add note about a breaking change 1b6e288

https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1

v1.4.0

  • Merge pull request #1728 from gruntjs/update-deps-changelog 63b2e89
  • Update changelog and util dep 106ed17
  • Merge pull request #1727 from gruntjs/update-deps-apr 49de70b
  • Update CLI and nodeunit 47cf8b6
  • Merge pull request #1722 from gruntjs/update-through e86db1c
  • Update deps 4952368

... (truncated)

Changelog

Sourced from grunt's changelog.

v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use safeLoad for loading YML files via file.readYAML. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.

... (truncated)

Commits

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 [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gruntjs/grunt/releases">grunt's releases</a>.</em></p> <blockquote> <h2>v1.5.3</h2> <ul> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1745">#1745</a> from gruntjs/fix-copy-op 572d79b</li> <li>Patch up race condition in symlink copying. 58016ff</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1746">#1746</a> from JamieSlome/patch-1 0749e1d</li> <li>Create SECURITY.md 69b7c50</li> </ul> <p><a href="https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3">https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3</a></p> <h2>v1.5.2</h2> <ul> <li>Update Changelog 7f15fd5</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1743">#1743</a> from gruntjs/cleanup-link b0ec6e1</li> <li>Clean up link handling 433f91b</li> </ul> <p><a href="https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2">https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2</a></p> <h2>v1.5.1</h2> <ul> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1742">#1742</a> from gruntjs/update-symlink-test ad22608</li> <li>Fix symlink test 0652305</li> </ul> <p><a href="https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1">https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1</a></p> <h2>v1.5.0</h2> <ul> <li>Updated changelog b2b2c2b</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1740">#1740</a> from gruntjs/update-deps-22-10 3eda6ae</li> <li>Update testing matrix 47d32de</li> <li>More updates 2e9161c</li> <li>Remove console log 04b960e</li> <li>Update dependencies, tests... aad3d45</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1736">#1736</a> from justlep/main fdc7056</li> <li>support .cjs extension e35fe54</li> </ul> <p><a href="https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0">https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0</a></p> <h2>v1.4.1</h2> <ul> <li>Update Changelog e7625e5</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1731">#1731</a> from gruntjs/update-options 5d67e34</li> <li>Fix ci install d13bf88</li> <li>Switch to Actions 08896ae</li> <li>Update grunt-known-options eee0673</li> <li>Add note about a breaking change 1b6e288</li> </ul> <p><a href="https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1">https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1</a></p> <h2>v1.4.0</h2> <ul> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1728">#1728</a> from gruntjs/update-deps-changelog 63b2e89</li> <li>Update changelog and util dep 106ed17</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1727">#1727</a> from gruntjs/update-deps-apr 49de70b</li> <li>Update CLI and nodeunit 47cf8b6</li> <li>Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1722">#1722</a> from gruntjs/update-through e86db1c</li> <li>Update deps 4952368</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gruntjs/grunt/blob/main/CHANGELOG">grunt's changelog</a>.</em></p> <blockquote> <p>v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: <a href="https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb">https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb</a>. v1.3.0 date: 2020-08-18 changes: - Switch to use <code>safeLoad</code> for loading YML files via <code>file.readYAML</code>. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1715">gruntjs/grunt#1715</a>) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: <a href="https://github-redirect.dependabot.com/gruntjs/grunt/pull/1677">gruntjs/grunt#1677</a>) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gruntjs/grunt/commit/82d79b803798f2a5f19662df9e12bef977dfa189"><code>82d79b8</code></a> 1.5.3</li> <li><a href="https://github.com/gruntjs/grunt/commit/572d79b08767dd22ecc162b8d41825f9f8238fef"><code>572d79b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1745">#1745</a> from gruntjs/fix-copy-op</li> <li><a href="https://github.com/gruntjs/grunt/commit/58016ffac5ed9338b63ecc2a63710f5027362bae"><code>58016ff</code></a> Patch up race condition in symlink copying.</li> <li><a href="https://github.com/gruntjs/grunt/commit/0749e1da0d8f88c5137c4eb4e9531e1b7498760e"><code>0749e1d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1746">#1746</a> from JamieSlome/patch-1</li> <li><a href="https://github.com/gruntjs/grunt/commit/69b7c506cbf430e06bfe1a81050351e607c30380"><code>69b7c50</code></a> Create SECURITY.md</li> <li><a href="https://github.com/gruntjs/grunt/commit/ac667b24cabfff77cf769f9dbf9ddba9576b3dc2"><code>ac667b2</code></a> 1.5.2</li> <li><a href="https://github.com/gruntjs/grunt/commit/7f15fd5ad9fb33ca0fe4680af7bce84d69deb673"><code>7f15fd5</code></a> Update Changelog</li> <li><a href="https://github.com/gruntjs/grunt/commit/b0ec6e12426fc8d5720dee1702f6a67455c5986c"><code>b0ec6e1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gruntjs/grunt/issues/1743">#1743</a> from gruntjs/cleanup-link</li> <li><a href="https://github.com/gruntjs/grunt/commit/433f91b78df99d83daa6f56a5505ead743627c30"><code>433f91b</code></a> Clean up link handling</li> <li><a href="https://github.com/gruntjs/grunt/commit/d5969eccf2493c2c579c55a617c70cab48dc12d3"><code>d5969ec</code></a> 1.5.1</li> <li>Additional commits viewable in <a href="https://github.com/gruntjs/grunt/compare/v1.0.4...v1.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=grunt&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.5.3)](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/rileysblog/network/alerts). </details>
codetether[bot] commented 2026-06-04 16:04:28 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #28 on branch dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3. 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 #28 on branch `dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3`. 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 03:07:07 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

I couldn't prepare the PR workspace.

{
"error": {
"approval_action": "execute",
"approval_request_id": "ffa88240-a407-45c5-a718-3a935572c4b6",
"approval_resource": "bash:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
"change_prompting": "use codetether config --set access_mode=approve for fewer prompts or access_mode=full for none",
"code": "TOOL_APPROVAL_REQUIRED",
"example": {
"approval_id": "ffa88240-a407-45c5-a718-3a935572c4b6"
},
"message": "Tool execution requires approval before it can run.",
"missing_fields": [
"approval_id"
],
"tool": "bash",
"why": "current access/approval policy requires approval for this tool"
}
}

## 🛠️ CodeTether Fix I couldn't prepare the PR workspace. { "error": { "approval_action": "execute", "approval_request_id": "ffa88240-a407-45c5-a718-3a935572c4b6", "approval_resource": "bash:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a", "change_prompting": "use `codetether config --set access_mode=approve` for fewer prompts or `access_mode=full` for none", "code": "TOOL_APPROVAL_REQUIRED", "example": { "approval_id": "ffa88240-a407-45c5-a718-3a935572c4b6" }, "message": "Tool execution requires approval before it can run.", "missing_fields": [ "approval_id" ], "tool": "bash", "why": "current access/approval policy requires approval for this tool" } }
codetether[bot] commented 2026-06-14 03:22:34 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

I couldn't prepare the PR workspace.

{
"error": {
"approval_action": "execute",
"approval_request_id": "7862ad82-15ea-48be-892e-d99f71b63a22",
"approval_resource": "bash:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
"change_prompting": "use codetether config --set access_mode=approve for fewer prompts or access_mode=full for none",
"code": "TOOL_APPROVAL_REQUIRED",
"example": {
"approval_id": "7862ad82-15ea-48be-892e-d99f71b63a22"
},
"message": "Tool execution requires approval before it can run.",
"missing_fields": [
"approval_id"
],
"tool": "bash",
"why": "current access/approval policy requires approval for this tool"
}
}

## 🛠️ CodeTether Fix I couldn't prepare the PR workspace. { "error": { "approval_action": "execute", "approval_request_id": "7862ad82-15ea-48be-892e-d99f71b63a22", "approval_resource": "bash:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a", "change_prompting": "use `codetether config --set access_mode=approve` for fewer prompts or `access_mode=full` for none", "code": "TOOL_APPROVAL_REQUIRED", "example": { "approval_id": "7862ad82-15ea-48be-892e-d99f71b63a22" }, "message": "Tool execution requires approval before it can run.", "missing_fields": [ "approval_id" ], "tool": "bash", "why": "current access/approval policy requires approval for this tool" } }
codetether[bot] commented 2026-06-14 03:26:32 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

I couldn't prepare the PR workspace.

{
"error": {
"approval_action": "execute",
"approval_request_id": "5623c8e4-d231-468b-a331-588d08674315",
"approval_resource": "bash:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
"change_prompting": "use codetether config --set access_mode=approve for fewer prompts or access_mode=full for none",
"code": "TOOL_APPROVAL_REQUIRED",
"example": {
"approval_id": "5623c8e4-d231-468b-a331-588d08674315"
},
"message": "Tool execution requires approval before it can run.",
"missing_fields": [
"approval_id"
],
"tool": "bash",
"why": "current access/approval policy requires approval for this tool"
}
}

## 🛠️ CodeTether Fix I couldn't prepare the PR workspace. { "error": { "approval_action": "execute", "approval_request_id": "5623c8e4-d231-468b-a331-588d08674315", "approval_resource": "bash:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a", "change_prompting": "use `codetether config --set access_mode=approve` for fewer prompts or `access_mode=full` for none", "code": "TOOL_APPROVAL_REQUIRED", "example": { "approval_id": "5623c8e4-d231-468b-a331-588d08674315" }, "message": "Tool execution requires approval before it can run.", "missing_fields": [ "approval_id" ], "tool": "bash", "why": "current access/approval policy requires approval for this tool" } }
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/ghost/versions/3.0.2/grunt-1.5.3:dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3
git switch dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3

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/ghost/versions/3.0.2/grunt-1.5.3
git switch dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3
git switch dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3
git switch master
git merge --squash dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3
git switch master
git merge --ff-only dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3
git switch master
git merge dependabot/npm_and_yarn/ghost/versions/3.0.2/grunt-1.5.3
git push origin master
Sign in to join this conversation.
No description provided.