Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps plop from 3.0.4 to 3.1.2.

Release notes

Sourced from plop's releases.

plop@3.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/plop@3.1.1...plop@3.1.2

plop@3.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/node-plop@0.31.0...plop@3.1.1

plop@3.1.0

What's Changed

Full Changelog: https://github.com/plopjs/plop/compare/plop@3.0.6...plop@3.1.0

plop@3.0.6

This repo is now a monorepo, which is housed alongside the code for node-plop. All previous releases refer to only plop itself, and not node-plop.

What's Changed

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/v3.0.5...plop@3.0.6

Changelog

Sourced from plop's changelog.

3.1.2

Patch Changes

  • Append action should now allow handlebars for template path
  • Fix addMany dotfile extension stripping
  • Fix Inquirer TypeScript typings
  • Fix empty checkboxes not bypassing properly

  • Updated dependencies []:

    • node-plop@0.31.1

3.1.1

Patch Changes

  • Export PlopGeneratorConfig TypeScript type

3.1.0

Minor Changes

Patch Changes

  • Updated dependencies [d6176cc]:
    • node-plop@0.31.0

3.0.6

Patch Changes

  • Moved to monorepo

  • Updated dependencies []:

    • node-plop@0.30.1
Commits
  • ddccf35 Adds tests for checkbox prompt bypassing.
  • 4433a20 chore: release plop 3.1.1
  • 463783a added PlopGeneratorConfig to exports in plop [fixes #399]
  • 9ade2de chore: fix various documentation discrepencies from monorepo move
  • 6959db6 chore: move LICENSE file to root, remove errant JS file
  • 5bdc649 chore: release node-plop 0.31.0 and plop 3.1.0
  • 0bba0f2 Merge pull request #333 from plopjs/shorthand-load-all-plop-assets
  • f5522e0 Merge branch 'patch-1' into shorthand-load-all-plop-assets
  • 7c57dd5 chore: Bump vitest dev dep
  • c41c37b chore: update minor dependencies
  • Additional commits viewable in compare view

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)

Bumps [plop](https://github.com/plopjs/plop/tree/HEAD/packages/plop) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/plopjs/plop/releases)
- [Changelog](https://github.com/plopjs/plop/blob/main/packages/plop/CHANGELOG.md)
- [Commits](https://github.com/plopjs/plop/commits/plop@3.1.2/packages/plop)

---
updated-dependencies:
- dependency-name: plop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@vercel
Copy link

vercel bot commented Feb 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
react-form-generator ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 13, 2023 at 2:56AM (UTC)

@github-actions github-actions bot added the repo label Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #342 (6bba548) into main (d4aa28e) will increase coverage by 24.11%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #342       +/-   ##
===========================================
+ Coverage   61.16%   85.27%   +24.11%     
===========================================
  Files           7        7               
  Lines         515      197      -318     
  Branches      157       66       -91     
===========================================
- Hits          315      168      -147     
+ Misses        200       29      -171     
Impacted Files Coverage Δ
src/components/ui/Field/validation.ts 91.66% <0.00%> (-2.28%) ⬇️
src/components/ui/FormAutomatic/index.tsx 100.00% <0.00%> (ø)
src/components/ui/Field/index.tsx 74.73% <0.00%> (+20.13%) ⬆️
src/components/ui/Fieldset/index.tsx 97.43% <0.00%> (+27.91%) ⬆️
src/components/ui/Form/index.tsx 95.65% <0.00%> (+36.98%) ⬆️
src/components/Main/index.tsx 88.23% <0.00%> (+38.81%) ⬆️
src/components/ui/CodeBlock/index.tsx 100.00% <0.00%> (+50.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b7d9e1...6bba548. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2023

Superseded by #363.

@dependabot dependabot bot closed this Sep 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/plop-3.1.2 branch September 11, 2023 01:44
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 repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant