From 96aa4486cd7a320fb07cae084b7251d9717c5858 Mon Sep 17 00:00:00 2001 From: Rafael Santana Date: Thu, 15 Jul 2021 17:38:31 -0300 Subject: [PATCH 1/2] build: update angular package versions --- website/package.json | 4 ++-- website/yarn.lock | 25 +++++++++++++++---------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/website/package.json b/website/package.json index 72e9fc65..484e3caf 100644 --- a/website/package.json +++ b/website/package.json @@ -41,8 +41,8 @@ "webpack-cli": "^3.1.0" }, "dependencies": { - "@angular-eslint/template-parser": "^1.0.0", - "@angular/compiler": "^11.2.0", + "@angular-eslint/template-parser": "^12.3.0", + "@angular/compiler": "^12.1.0", "@babel/eslint-parser": "^7.12.0", "@babel/runtime": "^7.12.0", "@creditkarma/thrift-parser": "^1.2.0", diff --git a/website/yarn.lock b/website/yarn.lock index 0424f447..5c789e0c 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2,19 +2,19 @@ # yarn lockfile v1 -"@angular-eslint/template-parser@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-1.0.0.tgz#e4d431db36e64bf14cca90e19f40eb48c3c20402" - integrity sha512-M7rj907yOoEzq10FO5BDX7Ylw24V+YfdsYfyEi/TzzQtNGxCwQhbEwXc1PAZgsQ+P1wbGFbg9mb3yFkps7/LEA== +"@angular-eslint/template-parser@^12.3.0": + version "12.3.1" + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-12.3.1.tgz#561fe1bd3fb4a4d75cc55366d27818bca22204c9" + integrity sha512-6DkXqTaVEHZdcN3isHQ2CDoTsKLuJ5C1SYEOuFzOU1Zp85SvjxO92v6gPkFPKk0iQNVRmQS2XcKef6weehUUGA== dependencies: eslint-scope "^5.1.0" -"@angular/compiler@^11.2.0": - version "11.2.0" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.2.0.tgz#130bee57dd1daa1326d37bef4b63c02aa7309cc2" - integrity sha512-EW6LM/kUYhQkuFqGt03c/eRKZAYr0LLEdMOn//j1uIh+wSq9KLffBGpky6b63xdfWxsXi8OucXUOydTQBckNEQ== +"@angular/compiler@^12.1.0": + version "12.1.2" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-12.1.2.tgz#316dab8bc1297bfd8ff5730b544150e54c780228" + integrity sha512-G0KKpV4jL/qErUN9i/tKHHIO0P6GGtoDyexz4qh4m+K7dxn5WHd9FcqbTTLHbnGg7RnfuKou3muAWhvSoPqhSw== dependencies: - tslib "^2.0.0" + tslib "^2.2.0" "@babel/code-frame@7.0.0-beta.44": version "7.0.0-beta.44" @@ -10872,11 +10872,16 @@ tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== -tslib@^2.0.0, tslib@^2.0.1: +tslib@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e" integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== +tslib@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" + integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== + tslint@^6.1.1: version "6.1.1" resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.1.tgz#ac03fbd17f85bfefaae348b353b25a88efe10cde" From 4e532da18eac61432e12b27e6335984541f77055 Mon Sep 17 00:00:00 2001 From: Rafael Santana Date: Thu, 15 Jul 2021 17:39:17 -0300 Subject: [PATCH 2/2] docs: add `@angular-eslint/template-parser` link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6301a66..687e1381 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The AST explorer provides following code parsers: - [htmlparser2][] - [parse5][] - [@angular/compiler][] + - [@angular-eslint/template-parser][] - [svelte][] - [posthtml][] - [hyntax][] @@ -130,6 +131,7 @@ are included so you can prototype your own plugins: [acorn-jsx]: https://github.com/RReverser/acorn-jsx [acorn]: https://github.com/ternjs/acorn [@angular/compiler]: https://angular.io/ +[@angular-eslint/template-parser]: https://github.com/angular-eslint/angular-eslint/tree/master/packages/template-parser [babel-eslint]: https://github.com/babel/babel-eslint [babel]: https://babeljs.io/docs/advanced/plugins/ [babylon]: https://babeljs.io/