Skip to content

Commit 4656c54

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 9233e5e commit 4656c54

File tree

9 files changed

+107
-92
lines changed

9 files changed

+107
-92
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
assistant_to_the_branch_manager:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
./scripts/saucelabs/wait-for-tunnel.sh
171171
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
172172
./scripts/saucelabs/stop-tunnel.sh
173-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
173+
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
174174
if: ${{ failure() }}
175175
with:
176176
name: sauce-connect-log

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
outputs:
2121
snapshots: ${{ steps.filter.outputs.snapshots }}
2222
steps:
23-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2424
with:
2525
persist-credentials: false
2626
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
@@ -36,7 +36,7 @@ jobs:
3636
- name: Initialize environment
3737
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
3838
- name: Setup ESLint Caching
39-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
39+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
4040
with:
4141
path: .eslintcache
4242
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build release targets
8181
run: yarn ng-dev release build
8282
- name: Store PR release packages
83-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
83+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
8484
with:
8585
name: packages
8686
path: dist/releases/*.tgz

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@discoveryjs/json-ext": "0.6.1",
8888
"@inquirer/confirm": "5.0.0",
8989
"@inquirer/prompts": "7.0.0",
90-
"@listr2/prompt-adapter-inquirer": "2.0.16",
90+
"@listr2/prompt-adapter-inquirer": "2.0.17",
9191
"@rollup/plugin-commonjs": "^28.0.0",
9292
"@rollup/plugin-node-resolve": "^13.0.5",
9393
"@stylistic/eslint-plugin": "^2.8.0",
@@ -114,8 +114,8 @@
114114
"@types/yargs": "^17.0.20",
115115
"@types/yargs-parser": "^21.0.0",
116116
"@types/yarnpkg__lockfile": "^1.1.5",
117-
"@typescript-eslint/eslint-plugin": "8.8.0",
118-
"@typescript-eslint/parser": "8.8.0",
117+
"@typescript-eslint/eslint-plugin": "8.8.1",
118+
"@typescript-eslint/parser": "8.8.1",
119119
"@vitejs/plugin-basic-ssl": "1.1.0",
120120
"@web/test-runner": "^0.19.0",
121121
"@yarnpkg/lockfile": "1.1.0",
@@ -137,11 +137,11 @@
137137
"eslint": "8.57.0",
138138
"eslint-config-prettier": "9.1.0",
139139
"eslint-plugin-header": "3.1.1",
140-
"eslint-plugin-import": "2.30.0",
140+
"eslint-plugin-import": "2.31.0",
141141
"express": "4.21.0",
142142
"fast-glob": "3.3.2",
143143
"http-proxy": "^1.18.1",
144-
"http-proxy-middleware": "3.0.2",
144+
"http-proxy-middleware": "3.0.3",
145145
"https-proxy-agent": "7.0.5",
146146
"husky": "9.1.6",
147147
"ini": "5.0.0",
@@ -159,7 +159,7 @@
159159
"less": "4.2.0",
160160
"less-loader": "12.2.0",
161161
"license-webpack-plugin": "4.0.2",
162-
"listr2": "8.2.4",
162+
"listr2": "8.2.5",
163163
"lmdb": "3.1.3",
164164
"loader-utils": "3.3.1",
165165
"lodash": "^4.17.21",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"fast-glob": "3.3.2",
3333
"https-proxy-agent": "7.0.5",
3434
"istanbul-lib-instrument": "6.0.3",
35-
"listr2": "8.2.4",
35+
"listr2": "8.2.5",
3636
"lmdb": "3.1.3",
3737
"magic-string": "0.30.11",
3838
"mrmime": "2.0.0",

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.0.0",
29-
"@listr2/prompt-adapter-inquirer": "2.0.16",
29+
"@listr2/prompt-adapter-inquirer": "2.0.17",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",
3232
"ini": "5.0.0",
3333
"jsonc-parser": "3.3.1",
34-
"listr2": "8.2.4",
34+
"listr2": "8.2.5",
3535
"npm-package-arg": "12.0.0",
3636
"npm-pick-manifest": "10.0.0",
3737
"pacote": "19.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"css-loader": "7.1.2",
3333
"esbuild-wasm": "0.24.0",
3434
"fast-glob": "3.3.2",
35-
"http-proxy-middleware": "3.0.2",
35+
"http-proxy-middleware": "3.0.3",
3636
"https-proxy-agent": "7.0.5",
3737
"istanbul-lib-instrument": "6.0.3",
3838
"jsonc-parser": "3.3.1",

0 commit comments

Comments
 (0)