cylc / cylc-textmate-grammar

TextMate grammar for Cylc workflow configuration files
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

Bump vscode-tmgrammar-test from 0.0.11 to 0.1.1 #27

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps vscode-tmgrammar-test from 0.0.11 to 0.1.1.

Release notes

Sourced from vscode-tmgrammar-test's releases.

v0.1.1

breaking changes:

  • removed '-t' option, now testcases should be specified without it. My bad
  • remove '--scope' option from vscode-tmgrammar-test. Unit tests got scope information from their header so it wasn't doing anything
  • option --validate is removed
  • node 10.x is no longer supported

new features:

  • Now tests read grammar metadata from package.json by default. This means that if there are contributes.languages and contributes.grammars extension points in the package.json no additional configuration from command line options are necessary
  • Now comment lines which not start with assertions are treated as the rest of the source code. Fixed #20
  • Added scope injections. Fixed #29
  • README.md and examples are updated
Commits
  • 00e0ab6 remove nodejs-10.x from the build matrix
  • 98f1c87 bump version
  • b6c7ef0 Updated Readme.md, add relaxed rule for parsing
  • cf38b6b Fix #20 - treat lines that start with comment token but don't contain asserti...
  • 0c4221c fixed typo
  • b88cb7a removed unused allowMiddleLineAssertions flag
  • b44ff2c change formatting. add config option and support for injections. breaking cha...
  • 255dc33 upgraded vscode-textmate, removed istanbul
  • 0c5e0e2 Merge pull request #34 from PanAeon/dependabot/npm_and_yarn/ansi-regex-3.0.1
  • 9933047 Bump ansi-regex from 3.0.0 to 3.0.1
  • 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 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)