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 angular-devkit to v13 #116

Open
christian-bromann opened this issue Mar 8, 2022 · 0 comments
Open

Update angular-devkit to v13 #116

christian-bromann opened this issue Mar 8, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@christian-bromann
Copy link
Member

The upgrade from Angular DevKit from v12 to v13 included some breaking changes particular around the JSON parser. They have removed the public API that we use in json.ts:

import {
  JsonAstArray,
  JsonAstKeyValue,
  JsonAstNode,
  JsonAstObject,
  JsonValue,
  JsonParseMode,
  parseJsonAst
} from '@angular-devkit/core';

They recommend to use a separate JSON parser. Any contributions that resolves the bug are highly appreciated. Please take a look into our contribution guidelines and let us know if you have any questions. Cheers!

@christian-bromann christian-bromann added the help wanted Extra attention is needed label Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant