Skip to content

Commit 7cedcc8

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 83d360d commit 7cedcc8

File tree

8 files changed

+179
-180
lines changed

8 files changed

+179
-180
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@c23beeeb736ed82282f3c46698f5bbfa08c2b992

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
outputs:
2929
snapshots: ${{ steps.filter.outputs.snapshots }}
3030
steps:
31-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
3232
with:
3333
persist-credentials: false
3434
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
@@ -86,7 +86,7 @@ jobs:
8686
run: yarn ng-dev release build
8787
- name: Store PR release packages
8888
if: github.event_name == 'pull_request'
89-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
89+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
9090
with:
9191
name: packages
9292
path: dist/releases/*.tgz
@@ -192,7 +192,7 @@ jobs:
192192
./scripts/saucelabs/wait-for-tunnel.sh
193193
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
194194
./scripts/saucelabs/stop-tunnel.sh
195-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
195+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
196196
if: ${{ failure() }}
197197
with:
198198
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c23beeeb736ed82282f3c46698f5bbfa08c2b992
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@c23beeeb736ed82282f3c46698f5bbfa08c2b992
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ yarn_install(
115115

116116
http_archive(
117117
name = "aspect_bazel_lib",
118-
sha256 = "357dad9d212327c35d9244190ef010aad315e73ffa1bed1a29e20c372f9ca346",
119-
strip_prefix = "bazel-lib-2.7.0",
120-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.0/bazel-lib-v2.7.0.tar.gz",
118+
sha256 = "b554eb7942a5ab44c90077df6a0c76fc67c5874c9446a007e9ba68be82bd4796",
119+
strip_prefix = "bazel-lib-2.7.1",
120+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.1/bazel-lib-v2.7.1.tar.gz",
121121
)
122122

123123
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

package.json

Lines changed: 7 additions & 7 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.7.0",
116-
"@typescript-eslint/parser": "7.7.0",
115+
"@typescript-eslint/eslint-plugin": "7.7.1",
116+
"@typescript-eslint/parser": "7.7.1",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -179,9 +179,9 @@
179179
"prettier": "^3.0.0",
180180
"protractor": "~7.0.0",
181181
"puppeteer": "18.2.1",
182-
"quicktype-core": "23.0.146",
182+
"quicktype-core": "23.0.151",
183183
"resolve-url-loader": "5.0.0",
184-
"rollup": "~4.14.0",
184+
"rollup": "~4.16.0",
185185
"rollup-plugin-sourcemaps": "^0.6.0",
186186
"rxjs": "7.8.1",
187187
"sass": "1.75.0",
@@ -195,15 +195,15 @@
195195
"spdx-satisfies": "^5.0.0",
196196
"symbol-observable": "4.0.0",
197197
"tar": "^6.1.6",
198-
"terser": "5.30.3",
198+
"terser": "5.30.4",
199199
"tree-kill": "1.2.2",
200200
"ts-node": "^10.9.1",
201201
"tslib": "2.6.2",
202202
"typescript": "5.4.5",
203-
"undici": "6.13.0",
203+
"undici": "6.14.1",
204204
"verdaccio": "5.30.3",
205205
"verdaccio-auth-memory": "^10.0.0",
206-
"vite": "5.2.9",
206+
"vite": "5.2.10",
207207
"watchpack": "2.4.1",
208208
"webpack": "5.91.0",
209209
"webpack-dev-middleware": "7.2.1",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"postcss": "8.4.38",
4040
"sass": "1.75.0",
4141
"semver": "7.6.0",
42-
"undici": "6.13.0",
42+
"undici": "6.14.1",
4343
"vite": "5.2.10",
4444
"watchpack": "2.4.1"
4545
},

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
"semver": "7.6.0",
6060
"source-map-loader": "5.0.0",
6161
"source-map-support": "0.5.21",
62-
"terser": "5.30.3",
62+
"terser": "5.30.4",
6363
"tree-kill": "1.2.2",
6464
"tslib": "2.6.2",
65-
"undici": "6.13.0",
66-
"vite": "5.2.9",
65+
"undici": "6.14.1",
66+
"vite": "5.2.10",
6767
"watchpack": "2.4.1",
6868
"webpack": "5.91.0",
6969
"webpack-dev-middleware": "7.2.1",

0 commit comments

Comments
 (0)