docpad / docpad-plugin-paged

Adds support to DocPad for rendering a document into multiple pages.
Other
28 stars 11 forks source link

Bump valid-directory from 3.0.0 to 4.1.0 #56

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps valid-directory from 3.0.0 to 4.1.0.

Changelog

Sourced from valid-directory's changelog.

v4.1.0 2023 November 2

v4.0.0 2023 October 30

  • API now returns all paths as the third argument
  • Make the tests work on Windows
  • Swapped out readdir-cluster for recursive: true in readdir builtin to solve ERR_IPC_CHANNEL_CLOSED errors
    • This requires Node.js versions >= 18 for recursive support

v3.10.0 2023 October 30

v3.9.0 2021 July 31

v3.8.0 2021 July 28

v3.7.0 2021 July 28

v3.6.0 2021 June 14

v3.5.0 2020 October 29

v3.4.0 2020 September 5

v3.3.0 2020 September 4

v3.2.0 2020 August 31

  • Updated for TypeScript v4
    • Added tuple names for the return type

... (truncated)

Commits
  • d6745db v4.1.0 - boundation, changelog, version bump
  • fe2c5c0 v4.0.0 - use readdir builtin, node >18 required for recursion
  • e3243fe v3.10.0 - use @​bevry/valid-filename, boundation, changelog, version bump
  • 979f42c v3.9.0 - boundation, changelog, version bump
  • 75e5ba7 v3.8.0 - boundation, changelog, version bump
  • ecf1f8a v3.7.0 - boundation, changelog, version bump
  • 797e8fd v3.6.0 - boundation, changelog, version bump
  • efbe7d4 Bump @​typescript-eslint/parser from 4.6.0 to 4.6.1 (#76)
  • db8c062 Bump @​bevry/update-contributors from 1.17.0 to 1.18.0 (#75)
  • d02208f v3.5.0 - boundation, changelog, version bump
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 11 months ago

Superseded by #57.