Skip to content

Commit a4d8175

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent 5d37fa5 commit a4d8175

File tree

9 files changed

+97
-84
lines changed

9 files changed

+97
-84
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@03b8a7dffd1205e061f0bee949024ebefc2a6592

.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@03b8a7dffd1205e061f0bee949024ebefc2a6592
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@03b8a7dffd1205e061f0bee949024ebefc2a6592
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2424
with:
2525
persist-credentials: false
2626
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"@types/yargs": "^17.0.20",
113113
"@types/yargs-parser": "^21.0.0",
114114
"@types/yarnpkg__lockfile": "^1.1.5",
115-
"@typescript-eslint/eslint-plugin": "7.12.0",
116-
"@typescript-eslint/parser": "7.12.0",
115+
"@typescript-eslint/eslint-plugin": "7.13.0",
116+
"@typescript-eslint/parser": "7.13.0",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -182,7 +182,7 @@
182182
"rollup": "~4.18.0",
183183
"rollup-plugin-sourcemaps": "^0.6.0",
184184
"rxjs": "7.8.1",
185-
"sass": "1.77.4",
185+
"sass": "1.77.5",
186186
"sass-loader": "14.2.1",
187187
"semver": "7.6.2",
188188
"shelljs": "^0.8.5",
@@ -201,7 +201,7 @@
201201
"verdaccio-auth-memory": "^10.0.0",
202202
"vite": "5.2.13",
203203
"watchpack": "2.4.1",
204-
"webpack": "5.91.0",
204+
"webpack": "5.92.0",
205205
"webpack-dev-middleware": "7.2.1",
206206
"webpack-dev-server": "5.0.4",
207207
"webpack-merge": "5.10.0",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
4040
"piscina": "4.5.1",
41-
"sass": "1.77.4",
41+
"sass": "1.77.5",
4242
"semver": "7.6.2",
4343
"undici": "6.18.2",
4444
"vite": "5.2.13",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"postcss-loader": "8.1.1",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "7.8.1",
56-
"sass": "1.77.4",
56+
"sass": "1.77.5",
5757
"sass-loader": "14.2.1",
5858
"semver": "7.6.2",
5959
"source-map-loader": "5.0.0",
@@ -64,7 +64,7 @@
6464
"undici": "6.18.2",
6565
"vite": "5.2.13",
6666
"watchpack": "2.4.1",
67-
"webpack": "5.91.0",
67+
"webpack": "5.92.0",
6868
"webpack-dev-middleware": "7.2.1",
6969
"webpack-dev-server": "5.0.4",
7070
"webpack-merge": "5.10.0",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
24-
"webpack": "5.91.0"
24+
"webpack": "5.92.0"
2525
},
2626
"peerDependencies": {
2727
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@angular/compiler": "18.1.0-next.1",
3131
"@angular/compiler-cli": "18.1.0-next.1",
3232
"typescript": "5.5.1-rc",
33-
"webpack": "5.91.0"
33+
"webpack": "5.92.0"
3434
}
3535
}

0 commit comments

Comments
 (0)