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 glob-parent, @antora/site-generator-default and npm-watch in /docs #274

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps glob-parent, @antora/site-generator-default and npm-watch. These dependencies needed to be updated together.
Updates glob-parent from 3.1.0 to 6.0.2

Release notes

Sourced from glob-parent's releases.

glob-parent v6.0.2

Bug Fixes

glob-parent v6.0.1

Bug Fixes

glob-parent v6.0.0

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)

v5.1.2

Bug Fixes

v5.1.1

Bug Fixes

v5.1.0

Features

... (truncated)

Changelog

Sourced from glob-parent's changelog.

6.0.2 (2021-09-29)

Bug Fixes

6.0.1 (2021-07-20)

Bug Fixes

6.0.0 (2021-05-03)

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)

5.1.1 (2021-01-27)

Bug Fixes

5.1.0 (2021-01-27)

Features

  • add flipBackslashes option to disable auto conversion of slashes (closes #24) (#25) (eecf91d)

5.0.0 (2021-01-27)

⚠ BREAKING CHANGES

  • Drop support for node <6 & bump dependencies

Miscellaneous Chores

  • Drop support for node <6 & bump dependencies (896c0c0)

4.0.0 (2021-01-27)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by phated, a new releaser for glob-parent since your current version.


Updates @antora/site-generator-default from 2.3.3 to 3.1.0

Changelog

Sourced from @​antora/site-generator-default's changelog.

== 3.1.0 (2022-08-22)

=== Added

  • logger: Add reftype key with value of branch or tag to source object in structured log message (#988)
  • logger: Add remote key with value of remote tracking branch to source object in structured log message, if applicable (#988)
  • logger: Add local key with path of local repository to source object in structured log message, if applicable (#988)
  • playbook-builder: Resolve attribute references in value of AsciiDoc attribute defined in playbook (#981)
  • playbook-builder: Honor escaped attribute references in value of AsciiDoc attribute defined in playbook (#989)
  • content-aggregator: Add reftype property to origin object to explicitly identify type of ref (branch or tag) (#988)
  • content-aggregator: Add remote property to origin object to identify a remote tracking branch (#988)
  • content-aggregator: Add origins property containing unique origin objects to each entry in content aggregate (#978)
  • content-aggregator: Attach parsed component version descriptor to descriptor property on origin object (#525)
  • content-aggregator: Log info message if no references are found for content source (#221)
  • ui-loader: Include target in error message for broken or cyclic symbolic link (#900)
  • content-classifier: Resolve attribute references in value of AsciiDoc attribute defined in component descriptor (#981)
  • content-classifier: Honor escaped attribute references in value of AsciiDoc attribute defined in component descriptor (#989)
  • asciidoc-loader: Define page-component-latest-version attribute with value of version string from latest component version (#921)
  • asciidoc-loader: Define boolean page-component-version-is-latest attribute if page is in latest version of component (#921)
  • asciidoc-loader: Assign edit URL of current page, if set, to page-edit-url attribute (#354)
  • asciidoc-loader: Define boolean page-origin-private attribute if origin of page is private (#354)
  • Define exports for all packages, locking down what paths can be required to the public API (#984)

=== Changed

  • content-aggregator: Include target in error message for broken or cyclic symbolic link (#900)
  • content-aggregator: Log warning message instead of throwing fatal error if file in worktree disappears or cannot be read (#986)
  • content-aggregator: Set worktree property on origin to false when branch or tag is local but not taken from worktree (#993)
  • ui-loader: Add context to error and preserve cause if failure occurs when reading supplemental UI (#985)
  • asciidoc-loader: Move logic to collate AsciiDoc attributes to a helper function (#982)
  • content-classifier: Use helper function to collate AsciiDoc attributes from playbook and component version (#982)
  • page-composer: Use isolated handlebars environment instead of the default (global) environment
  • Consistently format origin information in log and error messages (#988)
  • Set Node.js 16.0.0 as minimum supported Node.js version
  • Upgrade dependencies that require Node.js > 12 and remove workarounds

=== Fixed

  • logger: Don't append undefined after path of file in stack in pretty log format if line is missing
  • page-composer: Make warning message about missing page layout consistent with other log messages

== 3.0.3 (2022-07-20)

=== Changed

  • playbook-builder / site-generator: Defer playbook freezing until after playbookBuilt event is fired (#977)

=== Fixed

  • content-aggregator: Apply patch to match patterns for refname, version, and start paths to workaround parsing bug in picomatch (#973)

... (truncated)

Commits

Updates npm-watch from 0.6.0 to 0.11.0

Release notes

Sourced from npm-watch's releases.

Shiny

  • Changed inherit flag to set stderr as inherit instead of pipe 119316e

M-Zuber/npm-watch@v0.10.0...v0.11.0

Necromany Badge

  • Add concept of global config, and use that to control setMaxListeners f77bf4f
  • Add Common Issues section to readme 2b85b79

M-Zuber/npm-watch@v0.9.0...v0.10.0

Actual Content?!

  • Fix being able to use rs to restart processes bdf6313

M-Zuber/npm-watch@v0.8.0...v0.9.0

🐰

  • Dependency updates eba88d3
  • Fluff out the documentation a bit 700be2d
  • Add package-lock.json to .gitignore e992bcf
  • Delete package-lock.json 47a77bf
  • Bump ini from 1.3.5 to 1.3.7 e9cd41e

M-Zuber/npm-watch@v0.7.0...v0.8.0

Commits
  • 2683c85 0.11.0
  • 119316e Changed inherit flag to set stderr as inherit instead of pipe
  • 9e17145 0.10.0
  • f77bf4f Add concept of global config, and use that to control setMaxListeners
  • 2b85b79 Add Common Issues section to readme
  • a030e14 0.9.0
  • bdf6313 Fix being able to use rs to restart processes
  • dc37969 0.8.0
  • eba88d3 Dependency updates
  • 700be2d Fluff out the documentation a bit
  • 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 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 19, 2022
Bumps [glob-parent](https://github.com/gulpjs/glob-parent), [@antora/site-generator-default](https://gitlab.com/antora/antora) and [npm-watch](https://github.com/M-Zuber/npm-watch). These dependencies needed to be updated together.

Updates `glob-parent` from 3.1.0 to 6.0.2
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v3.1.0...v6.0.2)

Updates `@antora/site-generator-default` from 2.3.3 to 3.1.0
- [Release notes](https://gitlab.com/antora/antora/tags)
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v2.3.3...v3.1.0)

Updates `npm-watch` from 0.6.0 to 0.11.0
- [Release notes](https://github.com/M-Zuber/npm-watch/releases)
- [Commits](M-Zuber/npm-watch@v0.6.0...v0.11.0)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
- dependency-name: "@antora/site-generator-default"
  dependency-type: direct:production
- dependency-name: npm-watch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot changed the base branch from 4.4 to 5.1 November 11, 2022 10:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs/glob-parent-and-antora/site-generator-default-and-npm-watch-6.0.2 branch from 74b0a02 to 75fcefd Compare November 11, 2022 10:58
@dependabot dependabot bot changed the base branch from 5.1 to 5.2 March 10, 2023 07:26
@dependabot dependabot bot changed the base branch from 5.2 to 5.7 May 5, 2023 14:11
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants