fomantic / Fomantic-UI-Docs

Official Documentation for Fomantic-UI
https://fomantic-ui.com
28 stars 87 forks source link

build(deps): bump base64-url and docpad #385

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Removes base64-url. It's no longer used after updating ancestor dependency docpad. These dependencies need to be updated together.

Removes base64-url

Updates docpad from 6.79.4 to 6.83.2

Changelog

Sourced from docpad's changelog.

v6.83.2 2020 September 8

  • If the source path is missing, the correct and useful error is now displayed
  • The deprecated srcPath is now removed, use sourcePaths to write and getPath('source') and getPath('sources') to read
  • Extra debugging for when getting a path fails
  • Updated documentation and website links to their new locations

v6.83.1 2020 August 5

  • Add a new loadPlugins event for use in the docpad-plugintester to make sure all test plugins are properly loaded before docpadReady and other events are fired

v6.83.0 2020 August 5

  • Removed superflous option aliases
    • outPath => outpath
    • configPaths, configPath, c => config
    • environment, e => env
    • logLevel => log
    • render --out, render -o => render --output
  • Removed offline option, it can be re-added later if anyone uses it
  • Removed the last bits of docpad cloud helper functionality
    • Removed skeleton functionality, just clone the repo from github instead
      • docpad skeleton => docpad init (same functionality as selecting no sekleton)
    • Removed version check
  • Updated dependencies, base files, and editions using boundation
    • This will bring a massive performance boost to DocPad, especially with Caterpillar v6 which allows DocPad to disable fetching line information (a very expensive process) for log messages we don't care about
  • Minimum required node version changed from node: >=6 to node: >=10 to keep up with mandatory ecosystem changes

v6.82.5 2018 October 1

  • Prevent plugin false could not be loaded errors, now it will output the path that failed to be found, as expected

v6.82.4 2018 September 8

  • Report the correct error for missing action requests
  • Ensure docpad-plugintester dependency is latest

v6.82.3 2018 September 8

  • Swapped out promptly for inquirer, which brings back Node v6 support (regression since v6.82.1)

v6.82.2 2018 September 8

v6.82.1 2018 September 7

... (truncated)

Commits


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/fomantic/Fomantic-UI-Docs/network/alerts).
lubber-de commented 1 year ago

Docs are currently not buildable using latest docpad, see #192

dependabot[bot] commented 1 year ago

Looks like these dependencies are no longer a dependency, so this is no longer needed.