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

Update yaml dependency to version 2 #49

Closed
QuintinWillison opened this issue Sep 15, 2022 · 0 comments
Closed

Update yaml dependency to version 2 #49

QuintinWillison opened this issue Sep 15, 2022 · 0 comments
Labels
build Relates to the tooling and/or scripts that render the HTML microsite published from here.

Comments

@QuintinWillison
Copy link
Contributor

QuintinWillison commented Sep 15, 2022

I just had a quick run at this at 0bafbc3 but got the following failure on npm run build:

/Users/quintinwillison/code/ably/features/build.js:313
      throw new Error(`Unhandled YAML AST node type "${nodeType}".`);
      ^

Error: Unhandled YAML AST node type "undefined".
    at validateStructure (/Users/quintinwillison/code/ably/features/build.js:313:13)
    at Object.<anonymous> (/Users/quintinwillison/code/ably/features/build.js:37:1)
    at Module._compile (node:internal/modules/cjs/loader:1103:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47Possibly as a result of https://github.com/eemeli/yaml/issues/173 from a quick scan of the [version 2.0.0 release notes for `yaml`](https://github.com/eemeli/yaml/releases/tag/v2.0.0).

We don't have the time to tackle this right now, so am deferring to backlog by creating this issue.

┆Issue is synchronized with this Jira Uncategorised by Unito

@QuintinWillison QuintinWillison added the build Relates to the tooling and/or scripts that render the HTML microsite published from here. label Nov 1, 2022
@sync-by-unito sync-by-unito bot closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Relates to the tooling and/or scripts that render the HTML microsite published from here.
Development

No branches or pull requests

1 participant