Bump plop from 2.7.6 to 4.0.5
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
dependencies Stale javascript
Ericky14
Bumps plop from 2.7.6 to 4.0.5.
Release notes
Sourced from plop's releases.
plop@4.0.5
What's Changed
- refactor(plop): replace minimist with native util.parseArgs by
@bjnewmanin plopjs/plop#487- fix: upgrade more deps by
@crutchcornin plopjs/plop#489New Contributors
@bjnewmanmade their first contribution in plopjs/plop#487Full Changelog: https://github.com/plopjs/plop/compare/plop@4.0.4...plop@4.0.5
plop@4.0.4
Full Changelog: https://github.com/plopjs/plop/compare/plop@4.0.4...plop@4.0.4
What's Changed
- chore(deps): bump
@babel/runtimefrom 7.17.2 to 7.28.4 by@dependabot[bot] in plopjs/plop#478- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by
@dependabot[bot] in plopjs/plop#477- chore(deps): bump minimist from 1.2.5 to 1.2.8 by
@dependabot[bot] in plopjs/plop#481- Update docs about native TypeScript support by
@raygesualdoin plopjs/plop#479- perf: switch to tinyglobby by
@43081jin plopjs/plop#480- fix: lower and uppercase helpers are no longer flipped by
@crutchcornin plopjs/plop#483New Contributors
@raygesualdomade their first contribution in plopjs/plop#479Full Changelog: https://github.com/plopjs/plop/compare/plop@4.0.3...plop@4.0.4
plop@4.0.3
What's Changed
- perf: drop mkdirp by
@43081jin plopjs/plop#471- perf: use picocolors for term colours by
@43081jin plopjs/plop#470- perf: use built-in fs.rm by
@43081jin plopjs/plop#473- perf: use nanospinner for spinners by
@43081jin plopjs/plop#474- perf: drop lodash by
@43081jin plopjs/plop#472- ESLint 9 by
@crutchcornin plopjs/plop#475- Other dep upgrades by
@crutchcornin plopjs/plop#476New Contributors
@43081jmade their first contribution in plopjs/plop#471Full Changelog: https://github.com/plopjs/plop/compare/plop@4.0.2...plop@4.0.3
plop@4.0.2
What's Changed
- fix: windows ci usage by
@crutchcornin plopjs/plop#412- Typescript docs by
@benallfreein plopjs/plop#428- Enhancement: export Actions type by
@benallfreein plopjs/plop#419- feat: --init-ts by
@benallfreein plopjs/plop#434- chore: add .prettierrc by
@benallfreein plopjs/plop#435- chore(deps): bump braces from 3.0.2 to 3.0.3 by
@dependabot[bot] in plopjs/plop#442- docs: add json key to TypeScript plop script by
@Musubeein plopjs/plop#452
... (truncated)
Changelog
Sourced from plop's changelog.
4.0.5
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.4.0.4
Patch Changes
Fix uppercase and lowercase helpers
Replace globby with tinyglobby
Updated dependencies []:
- node-plop@0.32.3
4.0.3
Patch Changes
Shrunk bundle size and updated deps
Updated dependencies []:
- node-plop@0.32.2
4.0.2
Patch Changes
Upgrade deps to be more secure
Updated dependencies []:
- node-plop@0.32.1
4.0.1
Patch Changes
- #408
49c0029Thanks@rznzippy! - Adds --no-progress flag that disables the progress bar4.0.0
Major Changes
- #396
a22e33fThanks@crutchcorn! - Support TypeScript config files OOTB. Drop support for Node 12, 14, & 16. Update all deps.
... (truncated)
Commits
32aae1fchore: release 4.0.55d080c1fix: upgrade more deps25e7e17refactor(plop): replace minimist with native util.parseArgs47de192chore: release plop43732dcchore: bump packagese146447chore: upgrade Liftoff to v5377350dchore: upgrade testing deps22e50fbMerge branch 'main' into eslint-9558b75dperf: use nanospinner for spinners60e779ftest: update snapshots to be coloured- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 13269393 |
| UUID: | 3856148626 |
| Node ID: | PR_kwDOCwz4yM6_YAkQ |
| Host: | GitHub |
| Repository: | codeparticle/codeparticle.website.process |