From 31211924839b858a9675351218fe845dadfc3c27 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 14 May 2025 14:04:11 +0000 Subject: [PATCH] build: update all non-major dependencies See associated pull request for more information. --- .github/ng-renovate/package.json | 2 +- .github/ng-renovate/yarn.lock | 10 ++-- bazel/package.json | 2 +- bazel/pnpm-lock.yaml | 56 +++++++++++----------- github-actions/linting/licenses/action.yml | 2 +- package.json | 2 +- yarn.lock | 35 +++----------- 7 files changed, 43 insertions(+), 66 deletions(-) diff --git a/.github/ng-renovate/package.json b/.github/ng-renovate/package.json index 21cb3a883..a737da725 100644 --- a/.github/ng-renovate/package.json +++ b/.github/ng-renovate/package.json @@ -3,6 +3,6 @@ "packageManager": "yarn@4.9.1", "type": "commonjs", "dependencies": { - "renovate": "40.11.8" + "renovate": "40.11.15" } } diff --git a/.github/ng-renovate/yarn.lock b/.github/ng-renovate/yarn.lock index 83d6972c1..25b74bd2e 100644 --- a/.github/ng-renovate/yarn.lock +++ b/.github/ng-renovate/yarn.lock @@ -5705,7 +5705,7 @@ __metadata: version: 0.0.0-use.local resolution: "ng-renovate@workspace:." dependencies: - renovate: "npm:40.11.8" + renovate: "npm:40.11.15" languageName: unknown linkType: soft @@ -6484,9 +6484,9 @@ __metadata: languageName: node linkType: hard -"renovate@npm:40.11.8": - version: 40.11.8 - resolution: "renovate@npm:40.11.8" +"renovate@npm:40.11.15": + version: 40.11.15 + resolution: "renovate@npm:40.11.15" dependencies: "@aws-sdk/client-codecommit": "npm:3.799.0" "@aws-sdk/client-ec2": "npm:3.800.0" @@ -6617,7 +6617,7 @@ __metadata: bin: renovate: dist/renovate.js renovate-config-validator: dist/config-validator.js - checksum: 10c0/d16c578e74d34c91a752af4fc1f24a1c5d9ee5560201d27519c1fde42d92f601a3e935cf826890ce802c337bbf95a9dabab6493618c3256328e3df5ff9ded976 + checksum: 10c0/4fb034b910598e8b6d5cc181135065b3993e954a4a1673c2c275d7debd22c989195a5e4e77b838914ca0de967f0038ad23fbdca0e58e8c24fb01ed6206e8de4d languageName: node linkType: hard diff --git a/bazel/package.json b/bazel/package.json index 26d16c23a..cdbd0cbf4 100644 --- a/bazel/package.json +++ b/bazel/package.json @@ -3,7 +3,7 @@ "dependencies": { "@microsoft/api-extractor": "7.52.8", "@types/browser-sync": "2.29.0", - "@types/node": "22.15.17", + "@types/node": "22.15.18", "@types/selenium-webdriver": "^4.1.28", "@types/send": "0.17.4", "@types/wait-on": "^5.3.4", diff --git a/bazel/pnpm-lock.yaml b/bazel/pnpm-lock.yaml index e9bbad701..a79266fd3 100644 --- a/bazel/pnpm-lock.yaml +++ b/bazel/pnpm-lock.yaml @@ -10,13 +10,13 @@ importers: dependencies: '@microsoft/api-extractor': specifier: 7.52.8 - version: 7.52.8(@types/node@22.15.17) + version: 7.52.8(@types/node@22.15.18) '@types/browser-sync': specifier: 2.29.0 version: 2.29.0 '@types/node': - specifier: 22.15.17 - version: 22.15.17 + specifier: 22.15.18 + version: 22.15.18 '@types/selenium-webdriver': specifier: ^4.1.28 version: 4.1.28 @@ -230,8 +230,8 @@ packages: '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} - '@types/node@22.15.17': - resolution: {integrity: sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==} + '@types/node@22.15.18': + resolution: {integrity: sha512-v1DKRfUdyW+jJhZNEI1PYy29S2YRxMV5AOO/x/SjKmW0acCIOqmbj6Haf9eHAhsPmrhlHSxEhv/1WszcLWV4cg==} '@types/parse-glob@3.0.32': resolution: {integrity: sha512-n4xmml2WKR12XeQprN8L/sfiVPa8FHS3k+fxp4kSr/PA2GsGUgFND+bvISJxM0y5QdvzNEGjEVU3eIrcKks/pA==} @@ -1088,23 +1088,23 @@ snapshots: dependencies: '@hapi/hoek': 9.3.0 - '@microsoft/api-extractor-model@7.30.6(@types/node@22.15.17)': + '@microsoft/api-extractor-model@7.30.6(@types/node@22.15.18)': dependencies: '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.13.1(@types/node@22.15.17) + '@rushstack/node-core-library': 5.13.1(@types/node@22.15.18) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.52.8(@types/node@22.15.17)': + '@microsoft/api-extractor@7.52.8(@types/node@22.15.18)': dependencies: - '@microsoft/api-extractor-model': 7.30.6(@types/node@22.15.17) + '@microsoft/api-extractor-model': 7.30.6(@types/node@22.15.18) '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.13.1(@types/node@22.15.17) + '@rushstack/node-core-library': 5.13.1(@types/node@22.15.18) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.15.3(@types/node@22.15.17) - '@rushstack/ts-command-line': 5.0.1(@types/node@22.15.17) + '@rushstack/terminal': 0.15.3(@types/node@22.15.18) + '@rushstack/ts-command-line': 5.0.1(@types/node@22.15.18) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.10 @@ -1191,7 +1191,7 @@ snapshots: '@napi-rs/nice-win32-x64-msvc': 1.0.1 optional: true - '@rushstack/node-core-library@5.13.1(@types/node@22.15.17)': + '@rushstack/node-core-library@5.13.1(@types/node@22.15.18)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -1202,23 +1202,23 @@ snapshots: resolve: 1.22.10 semver: 7.5.4 optionalDependencies: - '@types/node': 22.15.17 + '@types/node': 22.15.18 '@rushstack/rig-package@0.5.3': dependencies: resolve: 1.22.10 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.15.3(@types/node@22.15.17)': + '@rushstack/terminal@0.15.3(@types/node@22.15.18)': dependencies: - '@rushstack/node-core-library': 5.13.1(@types/node@22.15.17) + '@rushstack/node-core-library': 5.13.1(@types/node@22.15.18) supports-color: 8.1.1 optionalDependencies: - '@types/node': 22.15.17 + '@types/node': 22.15.18 - '@rushstack/ts-command-line@5.0.1(@types/node@22.15.17)': + '@rushstack/ts-command-line@5.0.1(@types/node@22.15.18)': dependencies: - '@rushstack/terminal': 0.15.3(@types/node@22.15.17) + '@rushstack/terminal': 0.15.3(@types/node@22.15.18) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -1240,13 +1240,13 @@ snapshots: '@types/browser-sync@2.29.0': dependencies: '@types/micromatch': 2.3.35 - '@types/node': 22.15.17 + '@types/node': 22.15.18 '@types/serve-static': 1.15.7 chokidar: 3.6.0 '@types/cors@2.8.18': dependencies: - '@types/node': 22.15.17 + '@types/node': 22.15.18 '@types/http-errors@2.0.4': {} @@ -1256,7 +1256,7 @@ snapshots: '@types/mime@1.3.5': {} - '@types/node@22.15.17': + '@types/node@22.15.18': dependencies: undici-types: 6.21.0 @@ -1264,27 +1264,27 @@ snapshots: '@types/selenium-webdriver@4.1.28': dependencies: - '@types/node': 22.15.17 + '@types/node': 22.15.18 '@types/ws': 8.18.1 '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.15.17 + '@types/node': 22.15.18 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.15.17 + '@types/node': 22.15.18 '@types/send': 0.17.4 '@types/wait-on@5.3.4': dependencies: - '@types/node': 22.15.17 + '@types/node': 22.15.18 '@types/ws@8.18.1': dependencies: - '@types/node': 22.15.17 + '@types/node': 22.15.18 '@types/yargs-parser@21.0.3': {} @@ -1550,7 +1550,7 @@ snapshots: engine.io@6.6.4: dependencies: '@types/cors': 2.8.18 - '@types/node': 22.15.17 + '@types/node': 22.15.18 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 diff --git a/github-actions/linting/licenses/action.yml b/github-actions/linting/licenses/action.yml index 35d1dd57b..a14078b80 100644 --- a/github-actions/linting/licenses/action.yml +++ b/github-actions/linting/licenses/action.yml @@ -11,7 +11,7 @@ runs: using: composite steps: - name: Check Package Licenses - uses: actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b # v4.7.0 + uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1 env: # The action ref here allows us to import the config file from the same sha we rely on in the downstream usage ACTION_REF: ${{ github.action_ref }} diff --git a/package.json b/package.json index 480beb8a6..200077fd9 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "semver": "^7.5.4", "stylelint": "^16.0.0", "supports-color": "10.0.0", - "terser": "5.39.0", + "terser": "5.39.1", "ts-node": "^10.9.2", "tslint": "^6.1.3", "tsx": "^4.15.7", diff --git a/yarn.lock b/yarn.lock index f58159be2..e662fd7c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -343,7 +343,7 @@ __metadata: source-map: "npm:^0.7.4" stylelint: "npm:^16.0.0" supports-color: "npm:10.0.0" - terser: "npm:5.39.0" + terser: "npm:5.39.1" tmp: "npm:^0.2.1" true-case-path: "npm:^2.2.1" ts-node: "npm:^10.9.2" @@ -2589,30 +2589,7 @@ __metadata: languageName: node linkType: hard -"@microsoft/api-extractor@npm:7.52.8": - version: 7.52.8 - resolution: "@microsoft/api-extractor@npm:7.52.8" - dependencies: - "@microsoft/api-extractor-model": "npm:7.30.6" - "@microsoft/tsdoc": "npm:~0.15.1" - "@microsoft/tsdoc-config": "npm:~0.17.1" - "@rushstack/node-core-library": "npm:5.13.1" - "@rushstack/rig-package": "npm:0.5.3" - "@rushstack/terminal": "npm:0.15.3" - "@rushstack/ts-command-line": "npm:5.0.1" - lodash: "npm:~4.17.15" - minimatch: "npm:~3.0.3" - resolve: "npm:~1.22.1" - semver: "npm:~7.5.4" - source-map: "npm:~0.6.1" - typescript: "npm:5.8.2" - bin: - api-extractor: bin/api-extractor - checksum: 10c0/42f4335ebf27c7fa819a858378062d774e130dda109f001825d49fd284430c62ea9eb703a8c49a9dd8e3a607bbf19ba4457548353282673e7429e0e6d01b325b - languageName: node - linkType: hard - -"@microsoft/api-extractor@npm:^7.24.2": +"@microsoft/api-extractor@npm:7.52.8, @microsoft/api-extractor@npm:^7.24.2": version: 7.52.8 resolution: "@microsoft/api-extractor@npm:7.52.8" dependencies: @@ -13992,9 +13969,9 @@ __metadata: languageName: node linkType: hard -"terser@npm:5.39.0": - version: 5.39.0 - resolution: "terser@npm:5.39.0" +"terser@npm:5.39.1": + version: 5.39.1 + resolution: "terser@npm:5.39.1" dependencies: "@jridgewell/source-map": "npm:^0.3.3" acorn: "npm:^8.8.2" @@ -14002,7 +13979,7 @@ __metadata: source-map-support: "npm:~0.5.20" bin: terser: bin/terser - checksum: 10c0/83326545ea1aecd6261030568b6191ccfa4cb6aa61d9ea41746a52479f50017a78b77e4725fbbc207c5df841ffa66a773c5ac33636e95c7ab94fe7e0379ae5c7 + checksum: 10c0/d49e06dd4dd03661dac41f45c9cf187b2aa3fe80775235e838398c29311705169387c007f398ab44cd1bd8f89b14a1eea383feaa95c1cae29e3f5b6b606b6b37 languageName: node linkType: hard