Skip to content

Commit 7bf5cd8

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 660bb0a commit 7bf5cd8

File tree

7 files changed

+31
-13
lines changed

7 files changed

+31
-13
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
16+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
snapshots: ${{ steps.filter.outputs.snapshots }}
2626
steps:
27-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
27+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828
with:
2929
persist-credentials: false
3030
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1

.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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
22+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@a4568d9db7f33f1d78af02556ce8cb9eeb71fd7f
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@discoveryjs/json-ext": "0.5.7",
9494
"@rollup/plugin-commonjs": "^25.0.0",
9595
"@rollup/plugin-node-resolve": "^13.0.5",
96-
"@types/babel__core": "7.20.2",
96+
"@types/babel__core": "7.20.3",
9797
"@types/browser-sync": "^2.27.0",
9898
"@types/browserslist": "^4.15.0",
9999
"@types/express": "^4.16.0",
@@ -211,7 +211,7 @@
211211
"typescript": "5.2.2",
212212
"verdaccio": "5.27.0",
213213
"verdaccio-auth-memory": "^10.0.0",
214-
"vite": "4.4.11",
214+
"vite": "4.5.0",
215215
"webpack": "5.89.0",
216216
"webpack-dev-middleware": "6.1.1",
217217
"webpack-dev-server": "4.15.1",

packages/angular_devkit/architect_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"yargs-parser": "21.1.1"
2323
},
2424
"devDependencies": {
25-
"@types/progress": "2.0.5"
25+
"@types/progress": "2.0.6"
2626
}
2727
}

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"text-table": "0.2.0",
6565
"tree-kill": "1.2.2",
6666
"tslib": "2.6.2",
67-
"vite": "4.4.11",
67+
"vite": "4.5.0",
6868
"webpack": "5.89.0",
6969
"webpack-dev-middleware": "6.1.1",
7070
"webpack-dev-server": "4.15.1",

yarn.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,10 +3216,10 @@
32163216
resolved "https://registry.yarnpkg.com/@types/argparse/-/argparse-1.0.38.tgz#a81fd8606d481f873a3800c6ebae4f1d768a56a9"
32173217
integrity sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==
32183218

3219-
"@types/babel__core@7.20.2":
3220-
version "7.20.2"
3221-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.2.tgz#215db4f4a35d710256579784a548907237728756"
3222-
integrity sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==
3219+
"@types/babel__core@7.20.3":
3220+
version "7.20.3"
3221+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.3.tgz#d5625a50b6f18244425a1359a858c73d70340778"
3222+
integrity sha512-54fjTSeSHwfan8AyHWrKbfBWiEUrNTZsUwPTDSNaaP1QDQIZbeNUg3a59E9D+375MzUw/x1vx2/0F5LBz+AeYA==
32233223
dependencies:
32243224
"@babel/parser" "^7.20.7"
32253225
"@babel/types" "^7.20.7"
@@ -3539,7 +3539,14 @@
35393539
resolved "https://registry.yarnpkg.com/@types/picomatch/-/picomatch-2.3.1.tgz#ebb5c749fa246b78b9fe3cea7656c340e605f759"
35403540
integrity sha512-Ejq9/KBsgfZZafGGdr9R7011EZhDzcAEMjoBl2W4eGNcZGhsUFMbUA0D+sHxjtAA1ldk3e6wapzXeyp0NSuM8Q==
35413541

3542-
"@types/progress@2.0.5", "@types/progress@^2.0.3":
3542+
"@types/progress@2.0.6":
3543+
version "2.0.6"
3544+
resolved "https://registry.yarnpkg.com/@types/progress/-/progress-2.0.6.tgz#c1b9fde048c8e3040945265fdb948edf6d583762"
3545+
integrity sha512-VMoR0SmxPQFOZ7Sege+q2gswFNq/bHDSMcWv3sEaPqAkbvYYzCOJJzpmAupgYqXn3AXWWmyAWlw8x5tzRDNR7g==
3546+
dependencies:
3547+
"@types/node" "*"
3548+
3549+
"@types/progress@^2.0.3":
35433550
version "2.0.5"
35443551
resolved "https://registry.yarnpkg.com/@types/progress/-/progress-2.0.5.tgz#6e0febf3a82cc0ffdc1cebb4e56d6949fd108775"
35453552
integrity sha512-ZYYVc/kSMkhH9W/4dNK/sLNra3cnkfT2nJyOAIDY+C2u6w72wa0s1aXAezVtbTsnN8HID1uhXCrLwDE2ZXpplg==
@@ -12304,6 +12311,17 @@ vite@4.4.11:
1230412311
optionalDependencies:
1230512312
fsevents "~2.3.2"
1230612313

12314+
vite@4.5.0:
12315+
version "4.5.0"
12316+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
12317+
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
12318+
dependencies:
12319+
esbuild "^0.18.10"
12320+
postcss "^8.4.27"
12321+
rollup "^3.27.1"
12322+
optionalDependencies:
12323+
fsevents "~2.3.2"
12324+
1230712325
void-elements@^2.0.0:
1230812326
version "2.0.1"
1230912327
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"

0 commit comments

Comments
 (0)