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 yaml from 2.0.0-1 to 2.0.0-3 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2021

Bumps yaml from 2.0.0-1 to 2.0.0-3.

Release notes

Sourced from yaml's releases.

v2.0.0-3

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

npm install yaml@next

This is the last release before the CST parser rewrite (#203), and some of the changes here are in preparation for that.

The preceding prerelease (2.0.0-2) had a visit() bug that was identified immediately after release, and is fixed here.

BREAKING CHANGES

Drop 'yaml/parse-cst' endpoint (#223)

Users will need to update their code:

-import parseCST from 'yaml/parse-cst'
+import YAML from 'yaml'
+const parseCST = YAML.parseCST

Update build configs & minimum supported versions (#224)

  • Drop IE 11 support
  • Switch minimum Node.js target from 6.5 to 10.0
  • Refactor browser exports as pure ES modules rather than CommonJS (#208)
  • Add "default" fields to package.json "exports"
  • Add preserveModules: true & treeshake config to Rollup configs

New Features

  • Refactor logging control, adding logLevel option (#215)
  • Add visit(node, visitor) to 'yaml' (#225)

Bugfixes

  • Remember source string for boolean scalars (#199)
  • Add missing extension to Document.js import path (#210)
  • Do not break escaped chars with escaped newlines (fail to include contour helm chart  cdk8s-team/cdk8s#494)
  • Always stringify non-Node object keys using explicit notation (#218)
  • Add missing type for CST Node.rangeAsLinePos (#222)
  • Specify node type of Document.Parsed.contents (#221)

Internal Stuff

  • Add issue templates (#219)
  • Update dev dependencies
  • Include Babel plugin for nullish coalescing operator
  • Update playground to Webpack 5
Commits
  • b2b3575 2.0.0-3
  • a294ec2 Allow visiting non-parsed documents (#225)
  • bfd8855 2.0.0-2
  • 82b32e6 Update playground to Webpack 5, also fixing browser/index.js
  • 6ab67a6 Include Babel plugin for nullish coalescing operator
  • dccc1e0 Apply Prettier styling
  • fc924a9 Update dev dependencies
  • ca7a705 Add visit(node, visitor) to 'yaml' (#225)
  • 191270a Merge pull request #224 from eemeli/es-browsers
  • 42e84c8 Switch minimum Node.js target from 6.5 to 10.0
  • 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-1 to 2.0.0-3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.0.0-1...v2.0.0-3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

Superseded by #16.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/yaml-2.0.0-3 branch March 15, 2021 08: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants