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-11 to 2.0.0 in /experimental/live-editor #796

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2022

Bumps yaml from 2.0.0-11 to 2.0.0.

Release notes

Sourced from yaml's releases.

v2.0.0

This update has been in the works for the last year and a half. Its prerelease versions have been thoroughly tested by a wide number of users, and I think it's finally ready for "actual" release, for use in the mythical "production".

The breaking changes introduced here are mostly originating from the v1 CST parser having become a rather difficult beast to work with. So it's here rewritten pretty much completely, now with a lexer as a first stage. Along the way, the whole project was rewritten in TypeScript and the export paths and options refactored pretty deeply.

If you've been using the library just via its parse(), parseDocument() and stringify() functions, then it's quite likely that none of the changes affect your experience in any way. However, if you've been doing something more involved, then I would strongly recommend that you review the library's documentation site for the v2 docs.

Going forward, it's finally time to start experimenting with new YAML spec features that may eventually be included in YAML 1.3 and later. Those will be made available by specifying the version: 'next' option. However, beware! Any features available this way may be removed or have their API broken by any minor release of this library, and no compatibility guarantees with other libraries are given. In general, semver compatibility is guaranteed for features that are explicitly included in the documentation; everything else should be considered as internal implementation details.

The following is an overview of the breaking changes and new features introduced in each of the prerelease steps leading up to this release; the individual releases' notes and the PRs will contain more detail, along with specific migration guides.

BREAKING CHANGES

v2.0.0-0

  • Drop deprecated end points, members, options & defaults (#171)
  • Breaking changes to Document & createNode APIs (#186)
  • When creating a mapping from a JS Object, drop undefined values (#173)
  • Retain existing nodes when using set() in mappings & sequences (#185)

v2.0.0-1

  • Improve JSON compatibility (#189)
  • Refactor tag resolve() API (#201)

v2.0.0-3

  • Drop 'yaml/parse-cst' endpoint (#223)
  • Update build configs & minimum supported versions (#224)

v2.0.0-4

  • Refactor options (#235)
  • Refactor parsing completely (#203)
  • Merge all of 'yaml/types' and some of 'yaml/util' into 'yaml' (#234)
  • Refactor node identification (#233)
  • Drop type property from all but Scalar nodes (#240)
  • Refactor as TypeScript (#233)

v2.0.0-5

  • Make anchor & alias resolution lazier (#248)
  • Split flow collections into items in Parser (#249)
  • Make Pair not extend NodeBase; drop its prop forwarding (#245, #250)
  • Rename the tokens namespace as CST (#252)
  • Turn the Lexer, Parser & Composer into generators (#253)
  • Refactor Node range as [start, value-end, node-end] (#259)
  • Replace error.offset with error.pos: [number, number] (#260)

v2.0.0-6

... (truncated)

Commits
  • 85aa802 2.0.0
  • b4764da docs: Updates for v2 release
  • e7596dd style: Fix lint issues in tests
  • da4568d style: Prefer nullish coalescing ?? over ||
  • cfde57e style: Prefer optional chains
  • 5658858 style: Tighten ESLint config
  • 73e9ff2 chore!: Drop Node.js 12 support
  • 4e2a042 docs: Move CONTRIBUTING.md to docs/
  • 3706a9d docs: Add docs/SECURITY.md
  • bf50c75 chore: Refresh lockfile
  • 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)

Bumps [yaml](https://github.com/eemeli/yaml) from 2.0.0-11 to 2.0.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.0.0-11...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@netlify
Copy link

netlify bot commented Apr 7, 2022

Deploy Preview for elated-stonebraker-105904 canceled.

Name Link
🔨 Latest commit fafcca3
🔍 Latest deploy log https://app.netlify.com/sites/elated-stonebraker-105904/deploys/624e35d40ab69e000962a7be

@github-actions github-actions bot enabled auto-merge (squash) April 7, 2022 00:52
@github-actions github-actions bot merged commit fb03037 into main Apr 7, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/experimental/live-editor/yaml-2.0.0 branch April 7, 2022 01:12
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

0 participants