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

build(deps-dev): bump yaml from 2.0.0-10 to 2.0.0-11 in /experimental/live-editor #755

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps yaml from 2.0.0-10 to 2.0.0-11.

Release notes

Sourced from yaml's releases.

v2.0.0-11

This version of yaml has been published to npm using the next dist-tag, so install it with:

npm install --save-exact yaml@next

BREAKING CHANGES

YAML.defaultOptions is removed (#346)

For a while, it's been undocumented, but still available. Since the options refactor of #235, it has only provided defaults for Parse & Document options, and not any of the others, so its name is a bit misleading as well.

If you're using YAML.defaultOptions, you'll need to explicitly set the options in the appropriate parse*() and new Document() calls after this change.

directives.marker is renamed as directives.docStart (#371)

The behaviour of the property stays the same as before.

New Features

  • Add warning for aliases & anchors ending with a colon (#370)
  • Add directives.docEnd, for ... marker (#371)
  • Add YAML.visitAsync() (#372)

Bugfixes

  • Flow collection keys in block maps (Complex YAML generates many linting errors redhat-developer/vscode-yaml#712)
  • Error on %YAML directives with content after version (#348)
  • Use correct check for empty null source (#366)
  • Do not throw during composition, even for bad tokens (#367)
  • Error on invalid %YAML directives
  • Empty block scalars with chomp=keep & trailing whitespace
  • Parse ? : x as { ? { : x } }
  • Do not consider tabs as indent for flow collections
  • Include trailing more-indented empty lines in block scalar contents
  • Should complain about -, and -] in flow collections
  • Update dev dependencies, including @types/node downgrade

Test Improvements

  • Update yaml-test-suite, skipping some new tests
  • Don't needlessly skip yaml-test-suite B63P test
  • test-events: Do not skip events for only apparently empty documents
  • yaml-test-suite: Skip in.json tests when expecting errors
Commits
  • ab8ae86 2.0.0-11
  • c20a295 fix: Do not throw during composition, even for bad tokens (#367)
  • 8f38c6a fix: Error on invalid %YAML directives
  • 9cecb85 fix: Empty block scalars with chomp=keep & trailing whitespace
  • f7e49fe fix: Parse ? : x as { ? { : x } }
  • efce3bd fix: Do not consider tabs as indent for flow collections
  • 5ecfc50 fix(test-events): Do not skip events for only apparently empty documents
  • e20fc39 test(yaml-test-suite): Skip in.json tests when expecting errors
  • 6fe041d fix: Include trailing more-indented empty lines in block scalar contents
  • 6f0c182 fix: Should complain about -, and -] in flow collections
  • 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)

@netlify
Copy link

netlify bot commented Mar 28, 2022

Deploy Preview for elated-stonebraker-105904 canceled.

Name Link
🔨 Latest commit b63fce4
🔍 Latest deploy log https://app.netlify.com/sites/elated-stonebraker-105904/deploys/6241cc8d38593c00082b566e

@github-actions github-actions bot enabled auto-merge (squash) March 28, 2022 13:40
@martyspiewak
Copy link
Contributor

@dependabot close

@dependabot dependabot bot closed this Mar 28, 2022
auto-merge was automatically disabled March 28, 2022 14:32

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/experimental/live-editor/yaml-2.0.0-11 branch March 28, 2022 14:32
@martyspiewak
Copy link
Contributor

@dependabot reopen

@dependabot dependabot bot restored the dependabot/npm_and_yarn/experimental/live-editor/yaml-2.0.0-11 branch March 28, 2022 14:32
@dependabot dependabot bot reopened this Mar 28, 2022
@github-actions github-actions bot enabled auto-merge (squash) March 28, 2022 14:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/experimental/live-editor/yaml-2.0.0-11 branch from c97f754 to 69a2c40 Compare March 28, 2022 14:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/experimental/live-editor/yaml-2.0.0-11 branch from 69a2c40 to 107af30 Compare March 28, 2022 14:42
Bumps [yaml](https://github.com/eemeli/yaml) from 2.0.0-10 to 2.0.0-11.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.0.0-10...v2.0.0-11)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/experimental/live-editor/yaml-2.0.0-11 branch from 107af30 to b63fce4 Compare March 28, 2022 14:56
@github-actions github-actions bot merged commit edc9105 into main Mar 28, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/experimental/live-editor/yaml-2.0.0-11 branch March 28, 2022 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant