Skip to content

chore(deps): update dependency plop to v4 - #1174

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/plop-4.x
Open

chore(deps): update dependency plop to v4#1174
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/plop-4.x

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
plop (source) 3.1.24.0.5 age confidence

Release Notes

plopjs/plop (plop)

v4.0.5

Compare Source

Patch Changes
  • #​487 25e7e17 Thanks @​bjnewman! - Replace minimist with native Node.js util.parseArgs

    This removes the minimist dependency in favor of the built-in util.parseArgs API available in Node.js 18.3+. Since plop already requires Node >=18, this is a safe change that reduces the dependency footprint.

    The new args.js module provides a minimist-compatible interface, including handling of positional arguments after -- for generator bypass data.

v4.0.4

Compare Source

Patch Changes
  • Fix uppercase and lowercase helpers

  • Replace globby with tinyglobby

  • Updated dependencies []:

    • node-plop@​0.32.3

v4.0.3

Compare Source

Patch Changes
  • Shrunk bundle size and updated deps

  • Updated dependencies []:

    • node-plop@​0.32.2

v4.0.2

Compare Source

Patch Changes
  • Upgrade deps to be more secure

  • Updated dependencies []:

    • node-plop@​0.32.1

v4.0.1

Compare Source

Patch Changes

v4.0.0

Compare Source

Major Changes
Patch Changes
  • Updated dependencies [a22e33f]:
    • node-plop@​0.32.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 Aug 18, 2026
@renovate

renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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
npm warn Unknown env config "store". This will error in a future major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @doist/reactist@36.3.1
npm error Found: jest@28.1.3
npm error node_modules/jest
npm error   dev jest@"28.1.3" from the root project
npm error
npm error Could not resolve dependency:
npm error peer jest@"^30.0.0" from jest-watch-typeahead@3.0.1
npm error node_modules/jest-watch-typeahead
npm error   dev jest-watch-typeahead@"3.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-18T10_13_05_953Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-18T10_13_05_953Z-debug-0.log

@doistbot doistbot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a clean Renovate bump of the plop dev dependency from 3.1.2 to 4.0.5.

Few things worth tightening:

  • The lockfile is out of sync — package-lock.json still pins plop 3.1.2 while package.json now specifies 4.0.5, which will break npm ci. Run npm install and commit the updated lockfile.

Share FeedbackReview Logs

Comment thread package.json
"marked": "4.3.0",
"mockdate": "3.0.5",
"plop": "3.1.2",
"plop": "4.0.5",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 package.json now pins plop 4.0.5, but package-lock.json still pins plop 3.1.2 (both the root devDependencies entry and the node_modules/plop record). With npm this makes npm ci fail with a lockfile/package.json sync error until the lockfile is regenerated. Run npm install (or npm update plop) and commit the updated package-lock.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant