Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gh-pages and moonwave #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps gh-pages to 6.3.0 and updates ancestor dependency moonwave. These dependencies need to be updated together.

Updates gh-pages from 3.0.0 to 6.3.0

Release notes

Sourced from gh-pages's releases.

v6.3.0

What's Changed

New Contributors

Full Changelog: tschaub/gh-pages@v6.2.0...v6.3.0

v6.2.0

What's Changed

New Contributors

Full Changelog: tschaub/gh-pages@v6.1.1...v6.2.0

v6.1.1

Fixes

Dependency Updates

New Contributors

... (truncated)

Changelog

Sourced from gh-pages's changelog.

v6.3.0

This relesae includes a fix for filenames starting with - and a number of dependency updates. See below for details.

v6.2.0

Assorted dependency updates and a documentation change.

v6.1.1

This release fixes an issue with the --cname option.

v6.1.0

This release adds support for --nojekyll and --cname options.

... (truncated)

Commits
  • ed6cd8e 6.3.0
  • 7bfced0 Log changes
  • fe4756c Merge pull request #593 from sherlockdoyle/fix-592
  • 7e44de2 fixes #592
  • b3478f0 Merge pull request #591 from tschaub/dependabot/npm_and_yarn/commander-13.0.0
  • 1208c2e Remove extra argument
  • fbf8432 Bump commander from 11.1.0 to 13.0.0
  • 4be5ff0 Merge pull request #587 from tschaub/dependabot/npm_and_yarn/eslint-config-ts...
  • b18ebf0 Updates to work with ESLint 9
  • b7862ca Bump eslint-config-tschaub from 14.1.2 to 15.1.0
  • Additional commits viewable in compare view

Updates moonwave from 1.1.1 to 1.2.0

Release notes

Sourced from moonwave's releases.

Moonwave v1.2.0

Added

  • New @external tag for using external types, e.g. @external Promise https://eryn.io/roblox-lua-promise/api/Promise
  • Error reporting for name conflicts, such as classes or external types with the same names.
  • You can now use the @tag tag to section classes by using tag = "SomeTag" in classOrder config
  • Parsing errors from full-moon will now show the file path where the error occurred
  • Support for Inline & Leaf directives (:note[This is my note], ::note[This is my note]), Markdown in Admonition headings, and Nested Admonitions.
  • Support for Anonymous Function Assignments, e.g. Module.foo = function() ... end, local foo = function() ... end)

Changed

  • Docusaurus v2 -> v3
  • Updated to full-moon v1.1.0, which now supports new Luau syntax like //
  • Major version bump for all dependencies

Fixed

  • API page crashing when classOrder has an empty classes table
  • moonwave build can fail when path contains spaces
  • Updates to README.md does not trigger a hot reload
  • String Literal and Intersections will now be handled properly in types, providing proper highlighting and formatting

Pull-Requests

New Contributors

Full Changelog: evaera/moonwave@v1.1.3...v1.2.0

Moonwave v1.1.3

Pull requests

New Contributors

Full Changelog: evaera/moonwave@v1.1.2...v1.1.3

Moonwave v1.1.2

Pull requests

Full Changelog: evaera/moonwave@v1.1.1...v1.1.2

Commits
  • b2d10ca Update to upload-artifacts@v4
  • 1d813cb Undo temporary commit
  • d98fafd Release version 1.2.0
  • 6627800 temp commit to continue release
  • 32bdc5c Bump Dependencies + full-moon v1.1.0 (#162)
  • ea59e89 Refactor generateTypeLinks function (#161)
  • 2b6c7f5 Add GitHub Actions and Custom Directory sections to the Publishing docs page ...
  • 2bd13c2 Support Anonymous Function Assignments (#158)
  • 05e69f9 Fix regression in LuaType.js
  • 93fe073 Custom Unified.js Plugins (Admonitions + Type Links) (#154)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by yetanotherclown, a new releaser for moonwave since your current version.


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 <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [gh-pages](https://github.com/tschaub/gh-pages) to 6.3.0 and updates ancestor dependency [moonwave](https://github.com/evaera/moonwave). These dependencies need to be updated together.


Updates `gh-pages` from 3.0.0 to 6.3.0
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](tschaub/gh-pages@v3.0.0...v6.3.0)

Updates `moonwave` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/evaera/moonwave/releases)
- [Commits](evaera/moonwave@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: indirect
- dependency-name: moonwave
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants