Skip to content

Commit 77c461c

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit 1d7531b)
1 parent abb16c4 commit 77c461c

File tree

10 files changed

+133
-112
lines changed

10 files changed

+133
-112
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@f82e2c46f5285375dd1944f29beae19849492f9a

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
31+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3232
with:
3333
persist-credentials: false
3434
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2

.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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
15+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f82e2c46f5285375dd1944f29beae19849492f9a
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
22+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@f82e2c46f5285375dd1944f29beae19849492f9a
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
@@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77

88
http_archive(
99
name = "bazel_skylib",
10-
sha256 = "41449d7c7372d2e270e8504dfab09ee974325b0b40fdd98172c7fbe257b8bcc9",
10+
sha256 = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2",
1111
urls = [
12-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.0/bazel-skylib-1.6.0.tar.gz",
13-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.0/bazel-skylib-1.6.0.tar.gz",
12+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.6.1.tar.gz",
13+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.6.1.tar.gz",
1414
],
1515
)
1616

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"https-proxy-agent": "7.0.4",
145145
"husky": "9.0.11",
146146
"ini": "4.1.2",
147-
"inquirer": "9.2.19",
147+
"inquirer": "9.2.20",
148148
"jasmine": "^5.0.0",
149149
"jasmine-core": "~5.1.0",
150150
"jasmine-spec-reporter": "~7.0.0",
@@ -164,7 +164,7 @@
164164
"magic-string": "0.30.10",
165165
"mini-css-extract-plugin": "2.9.0",
166166
"mrmime": "2.0.0",
167-
"ng-packagr": "18.0.0-next.3",
167+
"ng-packagr": "18.0.0-next.4",
168168
"npm": "^8.11.0",
169169
"npm-package-arg": "11.0.2",
170170
"open": "8.4.2",
@@ -179,9 +179,9 @@
179179
"prettier": "^3.0.0",
180180
"protractor": "~7.0.0",
181181
"puppeteer": "18.2.1",
182-
"quicktype-core": "23.0.152",
182+
"quicktype-core": "23.0.156",
183183
"resolve-url-loader": "5.0.0",
184-
"rollup": "~4.16.0",
184+
"rollup": "~4.17.0",
185185
"rollup-plugin-sourcemaps": "^0.6.0",
186186
"rxjs": "7.8.1",
187187
"sass": "1.75.0",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"esbuild": "0.20.2",
3131
"fast-glob": "3.3.2",
3232
"https-proxy-agent": "7.0.4",
33-
"inquirer": "9.2.19",
33+
"inquirer": "9.2.20",
3434
"magic-string": "0.30.10",
3535
"mrmime": "2.0.0",
3636
"ora": "5.4.1",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@yarnpkg/lockfile": "1.1.0",
3030
"ansi-colors": "4.1.3",
3131
"ini": "4.1.2",
32-
"inquirer": "9.2.19",
32+
"inquirer": "9.2.20",
3333
"jsonc-parser": "3.2.1",
3434
"npm-package-arg": "11.0.2",
3535
"npm-pick-manifest": "9.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"fast-glob": "3.3.2",
3636
"https-proxy-agent": "7.0.4",
3737
"http-proxy-middleware": "3.0.0",
38-
"inquirer": "9.2.19",
38+
"inquirer": "9.2.20",
3939
"jsonc-parser": "3.2.1",
4040
"karma-source-map-support": "1.4.0",
4141
"less": "4.2.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
2121
"ansi-colors": "4.1.3",
22-
"inquirer": "9.2.19",
22+
"inquirer": "9.2.20",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"
2525
}

yarn.lock

Lines changed: 118 additions & 97 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)