JdeRobot / VisualCircuit

Visual programming of robots using hardware blocks composition and Python
https://jderobot.github.io/VisualCircuit/
12 stars 14 forks source link

Bump braces and onchange in /docs #310

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps braces to 3.0.3 and updates ancestor dependency onchange. These dependencies need to be updated together.

Updates braces from 2.3.2 to 3.0.3

Changelog

Sourced from braces's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[3.0.0] - 2018-04-08

v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.

Breaking Changes

  • The undocumented .makeRe method was removed

Non-breaking changes

  • Caching was removed
Commits


Updates onchange from 5.2.0 to 7.1.0

Release notes

Sourced from onchange's releases.

Add File Replacements

Added

  • Add new replacements for string interpolation (#114)
    • file, fileExt, fileBase, fileBaseNoExt, fileDir

Fix Exclude Path

Fixed

  • Fix --exclude-path feature (#112) 62ac7a1

https://github.com/Qard/onchange/compare/v7.0.1...v7.0.2

Fix CLI Exclude

Fixed

  • Fix --exclude 34acdd6

https://github.com/Qard/onchange/compare/v7.0.0...v7.0.1

Arg

Changed

  • Refactor package using arg
    • --exclude no longer wipes out the default exclude, use --no-exclude if this behavior is wanted
    • --poll must be provided a number
  • Removes FORCE_COLOR override in favor of TTY detection
    • If this breaks functionality, we can add this back as needed, please file an issue!
  • Main package exports an onchange function which returns a function to "close"
    • The main export expects only one argument - options

Fix TTY detection for commands

Fixed

  • Fix TTY colors by passing stdio arguments explicitly (#109)

Add --exclude-path Support

Added

  • Support --exclude-path argument to read a .gitignore formatted file for exclusion directives

Chokidar 3.0

Changed

  • Updated chokidar to latest which supports node.js 8+ only and includes major perf improvements
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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/JdeRobot/VisualCircuit/network/alerts).