chore(deps): update dependency plop to v4 - #1174
Conversation
|
doistbot
left a comment
There was a problem hiding this comment.
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.jsonstill pins plop 3.1.2 whilepackage.jsonnow specifies 4.0.5, which will breaknpm ci. Runnpm installand commit the updated lockfile.
| "marked": "4.3.0", | ||
| "mockdate": "3.0.5", | ||
| "plop": "3.1.2", | ||
| "plop": "4.0.5", |
There was a problem hiding this comment.
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.
This PR contains the following updates:
3.1.2→4.0.5Release Notes
plopjs/plop (plop)
v4.0.5Compare Source
Patch Changes
#487
25e7e17Thanks @bjnewman! - Replace minimist with native Node.js util.parseArgsThis 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.4Compare Source
Patch Changes
Fix uppercase and lowercase helpers
Replace globby with tinyglobby
Updated dependencies []:
v4.0.3Compare Source
Patch Changes
Shrunk bundle size and updated deps
Updated dependencies []:
v4.0.2Compare Source
Patch Changes
Upgrade deps to be more secure
Updated dependencies []:
v4.0.1Compare Source
Patch Changes
49c0029Thanks @rznzippy! - Adds --no-progress flag that disables the progress barv4.0.0Compare Source
Major Changes
a22e33fThanks @crutchcorn! - Support TypeScript config files OOTB. Drop support for Node 12, 14, & 16. Update all deps.Patch Changes
a22e33f]:Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.