Skip to content

Commit

Permalink
Merge pull request #944 from ivmartel/dependabot/npm_and_yarn/angular…
Browse files Browse the repository at this point in the history
…-eslint-19.0.2

Bump angular-eslint from 19.0.1 to 19.0.2
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
2 parents 5c41138 + 1d8fbd1 commit 7710ece
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@angular/cli": "^19.0.4",
"@angular/compiler-cli": "^19.0.1",
"@types/jasmine": "~5.1.5",
"angular-eslint": "19.0.1",
"angular-eslint": "19.0.2",
"eslint": "^9.16.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
Expand Down
90 changes: 45 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,64 +132,64 @@
ora "5.4.1"
rxjs "7.8.1"

"@angular-eslint/builder@19.0.1":
version "19.0.1"
resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-19.0.1.tgz#7963dca52eb9bd12f9265d3c23a4c4d3de3b7587"
integrity sha512-+QbnGKkAetNl2/6TJxljzaTUUEjaRJ6LaCbGBeehMby9RVr3R8csRnuGZHxfdUBpsdJ1T/fOgwmImMUmpZSh4w==
"@angular-eslint/builder@19.0.2":
version "19.0.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-19.0.2.tgz#62b8908187db6292732b265c07402a9bfde8c662"
integrity sha512-BdmMSndQt2fSBiTVniskUcUpQaeweUapbsL0IDfQ7a13vL0NVXpc3K89YXuVE/xsb08uHtqphuwxPAAj6kX3OA==
dependencies:
"@angular-devkit/architect" ">= 0.1900.0 < 0.2000.0"
"@angular-devkit/core" ">= 19.0.0 < 20.0.0"

"@angular-eslint/bundled-angular-compiler@19.0.1":
version "19.0.1"
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.0.1.tgz#97bf63447f45de598af85a5a4ddee327ccbff9da"
integrity sha512-ENnRzQdXKKisX0G2b7FmQu1IfhvPCrpZW2I4KMXNTOEp4+eouIoUzzHgM0dsRaXwB/RUfwBblTuAx8HZHW1oxw==
"@angular-eslint/bundled-angular-compiler@19.0.2":
version "19.0.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.0.2.tgz#9308199fda2581953a4a9b8b270dd289b5034c68"
integrity sha512-HPmp92r70SNO/0NdIaIhxrgVSpomqryuUk7jszvNRtu+OzYCJGcbLhQD38T3dbBWT/AV0QXzyzExn6/2ai9fEw==

"@angular-eslint/eslint-plugin-template@19.0.1":
version "19.0.1"
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-19.0.1.tgz#ebf1de9a38538bdbc34f58d6b27fd463cd3ecd64"
integrity sha512-PIsv12/Rom7OUbPuSBvwtwt0hH06/cq8LMy1TQHByT2GL7/PRTn+kIrFG+eYx1IyRJXdtXjKcilLVRW8CDoFpA==
"@angular-eslint/eslint-plugin-template@19.0.2":
version "19.0.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-19.0.2.tgz#3ef9bccadf4021b231471e701dfb1cdaac5a53c7"
integrity sha512-f/OCF9ThnxQ8m0eNYPwnCrySQPhYfCOF6STL7F9LnS8Bs3ZeW3/oT1yLaMIZ1Eg0ogIkgxksMAJZjrJPUPBD1Q==
dependencies:
"@angular-eslint/bundled-angular-compiler" "19.0.1"
"@angular-eslint/utils" "19.0.1"
"@angular-eslint/bundled-angular-compiler" "19.0.2"
"@angular-eslint/utils" "19.0.2"
aria-query "5.3.2"
axobject-query "4.1.0"

"@angular-eslint/eslint-plugin@19.0.1":
version "19.0.1"
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-19.0.1.tgz#da0ab80412f68128cc37f8a272a19792b9c307d7"
integrity sha512-pjS/G65ilytiQWhpz1EU7kOyNn11ZyonRZmLgH1MoES6LW2m+a9B5+zLSd+JOQxiRIkdcVeyCzRWmku0LmHBsg==
"@angular-eslint/eslint-plugin@19.0.2":
version "19.0.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-19.0.2.tgz#3a9d6351996ebff98af6755cdbac9e7e307cc71d"
integrity sha512-DLuNVVGGFicSThOcMSJyNje+FZSPdG0B3lCBRiqcgKH/16kfM4pV8MobPM7RGK2NhaOmmZ4zzJNwpwWPSgi+Lw==
dependencies:
"@angular-eslint/bundled-angular-compiler" "19.0.1"
"@angular-eslint/utils" "19.0.1"
"@angular-eslint/bundled-angular-compiler" "19.0.2"
"@angular-eslint/utils" "19.0.2"

"@angular-eslint/schematics@19.0.1":
version "19.0.1"
resolved "https://registry.yarnpkg.com/@angular-eslint/schematics/-/schematics-19.0.1.tgz#79729b50edac0c47dab77be187af88603446aa18"
integrity sha512-vFUSujsmJySYmCsth0HTN+JAE+2GxNLQZFKSaUgcx1+TfUaEwnt8FH4tNgfOdr3oGI8QHypYqPa7vvR/QA2D/w==
"@angular-eslint/schematics@19.0.2":
version "19.0.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/schematics/-/schematics-19.0.2.tgz#44142f0bb292c262f229240f56debb5678c6aee7"
integrity sha512-wI4SyiAnUCrpigtK6PHRlVWMC9vWljqmlLhbsJV5O5yDajlmRdvgXvSHDefhJm0hSfvZYRXuiAARYv2+QVfnGA==
dependencies:
"@angular-devkit/core" ">= 19.0.0 < 20.0.0"
"@angular-devkit/schematics" ">= 19.0.0 < 20.0.0"
"@angular-eslint/eslint-plugin" "19.0.1"
"@angular-eslint/eslint-plugin-template" "19.0.1"
"@angular-eslint/eslint-plugin" "19.0.2"
"@angular-eslint/eslint-plugin-template" "19.0.2"
ignore "6.0.2"
semver "7.6.3"
strip-json-comments "3.1.1"

"@angular-eslint/template-parser@19.0.1":
version "19.0.1"
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-19.0.1.tgz#99d3c96237bb2fc5638bcfe161e2240633715d2f"
integrity sha512-h0d9sPHxjJza+KkEBuVhxGdwWS9te65ZpQbltMzC8Lug6iusIu+bGM2UigKWU5SsFoOwfQ1/4mIJJ7H2+Em+pQ==
"@angular-eslint/template-parser@19.0.2":
version "19.0.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-19.0.2.tgz#c03a45c2bef06adb2fb518db68b0d91074ab885c"
integrity sha512-z3rZd2sBfuYcFf9rGDsB2zz2fbGX8kkF+0ftg9eocyQmzWrlZHFmuw9ha7oP/Mz8gpblyCS/aa1U/Srs6gz0UQ==
dependencies:
"@angular-eslint/bundled-angular-compiler" "19.0.1"
"@angular-eslint/bundled-angular-compiler" "19.0.2"
eslint-scope "^8.0.2"

"@angular-eslint/utils@19.0.1":
version "19.0.1"
resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-19.0.1.tgz#edfd1394217df20f3fed7fdcd0f65bacf3c3ca09"
integrity sha512-t0jlld7GhaZnvKmlqwHEhzteJ1hfTNsqhYycDO1GthXXohswtmS2uePMrD2LDUS/YyHFyDdXLjdxtSmDLifK0Q==
"@angular-eslint/utils@19.0.2":
version "19.0.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-19.0.2.tgz#6e435385caa68f752f3ee9f0f9f917f77bf44cad"
integrity sha512-HotBT8OKr7zCaX1S9k27JuhRiTVIbbYVl6whlb3uwdMIPIWY8iOcEh1tjI4qDPUafpLfR72Dhwi5bO1E17F3/Q==
dependencies:
"@angular-eslint/bundled-angular-compiler" "19.0.1"
"@angular-eslint/bundled-angular-compiler" "19.0.2"

"@angular/animations@^19.0.1":
version "19.0.1"
Expand Down Expand Up @@ -2892,18 +2892,18 @@ ajv@^6.12.4, ajv@^6.12.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

angular-eslint@19.0.1:
version "19.0.1"
resolved "https://registry.yarnpkg.com/angular-eslint/-/angular-eslint-19.0.1.tgz#ed372f906869328353d36f385dbe7af5216a0f88"
integrity sha512-sBup7/9I8+/xboKJYR2LZ3TU4qFgeYDkPM5cmLSxk/5tjvihG63684sktys2Uofq3+WmBjHFsc9WAd3VSApZ+Q==
angular-eslint@19.0.2:
version "19.0.2"
resolved "https://registry.yarnpkg.com/angular-eslint/-/angular-eslint-19.0.2.tgz#d820e5b07f5e77cd46603b1cde7e89c3822c71a1"
integrity sha512-d8P/Y5+QXOOko1x5W3Pp/p4cr7arXKGHdMAv6jtrqHjsIrlBqZSZY18apKRdTysFjYuKa5G9M3hejtzwXXHNhg==
dependencies:
"@angular-devkit/core" ">= 19.0.0 < 20.0.0"
"@angular-devkit/schematics" ">= 19.0.0 < 20.0.0"
"@angular-eslint/builder" "19.0.1"
"@angular-eslint/eslint-plugin" "19.0.1"
"@angular-eslint/eslint-plugin-template" "19.0.1"
"@angular-eslint/schematics" "19.0.1"
"@angular-eslint/template-parser" "19.0.1"
"@angular-eslint/builder" "19.0.2"
"@angular-eslint/eslint-plugin" "19.0.2"
"@angular-eslint/eslint-plugin-template" "19.0.2"
"@angular-eslint/schematics" "19.0.2"
"@angular-eslint/template-parser" "19.0.2"
"@typescript-eslint/types" "^8.0.0"
"@typescript-eslint/utils" "^8.0.0"

Expand Down

0 comments on commit 7710ece

Please sign in to comment.