Skip to content

Commit d90f2f6

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent dfc80ad commit d90f2f6

File tree

7 files changed

+290
-201
lines changed

7 files changed

+290
-201
lines changed

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

+1-1
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@9931e1a8d1b62fcd2267e89f9993a494856cc1cd

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
matrix:
8282
version: [18]
8383
steps:
84-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
84+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
8585
with:
8686
persist-credentials: false
87-
- uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
87+
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
8888
with:
8989
node-version: ${{ matrix.version }}
9090
cache: 'yarn'

.github/workflows/dev-infra.yml

+2-2
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
15+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
22+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@
7676
"@angular/platform-server": "17.0.0-next.1",
7777
"@angular/router": "17.0.0-next.1",
7878
"@angular/service-worker": "17.0.0-next.1",
79-
"@babel/core": "7.22.10",
79+
"@babel/core": "7.22.11",
8080
"@babel/generator": "7.22.10",
8181
"@babel/helper-annotate-as-pure": "7.22.5",
8282
"@babel/helper-split-export-declaration": "7.22.6",
8383
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
8484
"@babel/plugin-transform-async-to-generator": "7.22.5",
8585
"@babel/plugin-transform-runtime": "7.22.10",
8686
"@babel/preset-env": "7.22.10",
87-
"@babel/runtime": "7.22.10",
87+
"@babel/runtime": "7.22.11",
8888
"@babel/template": "7.22.5",
89-
"@bazel/bazelisk": "1.12.1",
90-
"@bazel/buildifier": "6.1.2",
89+
"@bazel/bazelisk": "1.18.0",
90+
"@bazel/buildifier": "6.3.3",
9191
"@bazel/concatjs": "5.8.1",
9292
"@bazel/esbuild": "5.8.1",
9393
"@bazel/jasmine": "5.8.1",
@@ -121,7 +121,7 @@
121121
"@types/yargs-parser": "^21.0.0",
122122
"@types/yarnpkg__lockfile": "^1.1.5",
123123
"@typescript-eslint/eslint-plugin": "5.61.0",
124-
"@typescript-eslint/parser": "6.4.0",
124+
"@typescript-eslint/parser": "6.5.0",
125125
"@vitejs/plugin-basic-ssl": "1.0.1",
126126
"@yarnpkg/lockfile": "1.1.0",
127127
"ajv": "8.12.0",
@@ -141,10 +141,10 @@
141141
"debug": "^4.1.1",
142142
"esbuild": "0.19.2",
143143
"esbuild-wasm": "0.19.2",
144-
"eslint": "8.47.0",
144+
"eslint": "8.48.0",
145145
"eslint-config-prettier": "9.0.0",
146146
"eslint-plugin-header": "3.1.1",
147-
"eslint-plugin-import": "2.28.0",
147+
"eslint-plugin-import": "2.28.1",
148148
"express": "4.18.2",
149149
"fast-glob": "3.3.1",
150150
"guess-parser": "0.4.22",
@@ -170,7 +170,7 @@
170170
"license-checker": "^25.0.0",
171171
"license-webpack-plugin": "4.0.2",
172172
"loader-utils": "3.2.1",
173-
"magic-string": "0.30.2",
173+
"magic-string": "0.30.3",
174174
"mini-css-extract-plugin": "2.7.6",
175175
"mrmime": "1.0.1",
176176
"ng-packagr": "17.0.0-next.0",
@@ -185,17 +185,17 @@
185185
"picomatch": "2.3.1",
186186
"piscina": "4.1.0",
187187
"popper.js": "^1.14.1",
188-
"postcss": "8.4.27",
188+
"postcss": "8.4.28",
189189
"postcss-loader": "7.3.3",
190190
"prettier": "^3.0.0",
191191
"protractor": "~7.0.0",
192192
"puppeteer": "18.2.1",
193-
"quicktype-core": "23.0.71",
193+
"quicktype-core": "23.0.73",
194194
"resolve-url-loader": "5.0.0",
195-
"rollup": "~3.24.0",
195+
"rollup": "~3.28.0",
196196
"rollup-plugin-sourcemaps": "^0.6.0",
197197
"rxjs": "7.8.1",
198-
"sass": "1.65.1",
198+
"sass": "1.66.1",
199199
"sass-loader": "13.3.2",
200200
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz",
201201
"semver": "7.5.4",
@@ -212,7 +212,7 @@
212212
"ts-node": "^10.9.1",
213213
"tslib": "2.6.2",
214214
"typescript": "5.1.6",
215-
"verdaccio": "5.26.1",
215+
"verdaccio": "5.26.2",
216216
"verdaccio-auth-memory": "^10.0.0",
217217
"vite": "4.4.9",
218218
"webpack": "5.88.2",

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.22.10",
13+
"@babel/core": "7.22.11",
1414
"@babel/generator": "7.22.10",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
1616
"@babel/helper-split-export-declaration": "7.22.6",
1717
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
1818
"@babel/plugin-transform-async-to-generator": "7.22.5",
1919
"@babel/plugin-transform-runtime": "7.22.10",
2020
"@babel/preset-env": "7.22.10",
21-
"@babel/runtime": "7.22.10",
21+
"@babel/runtime": "7.22.11",
2222
"@babel/template": "7.22.5",
2323
"@discoveryjs/json-ext": "0.5.7",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
@@ -45,19 +45,19 @@
4545
"less-loader": "11.1.0",
4646
"license-webpack-plugin": "4.0.2",
4747
"loader-utils": "3.2.1",
48-
"magic-string": "0.30.2",
48+
"magic-string": "0.30.3",
4949
"mini-css-extract-plugin": "2.7.6",
5050
"mrmime": "1.0.1",
5151
"open": "8.4.2",
5252
"ora": "5.4.1",
5353
"parse5-html-rewriting-stream": "7.0.0",
5454
"picomatch": "2.3.1",
5555
"piscina": "4.1.0",
56-
"postcss": "8.4.27",
56+
"postcss": "8.4.28",
5757
"postcss-loader": "7.3.3",
5858
"resolve-url-loader": "5.0.0",
5959
"rxjs": "7.8.1",
60-
"sass": "1.65.1",
60+
"sass": "1.66.1",
6161
"sass-loader": "13.3.2",
6262
"semver": "7.5.4",
6363
"source-map-loader": "4.0.1",

packages/angular_devkit/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.2.0",
18-
"magic-string": "0.30.2",
18+
"magic-string": "0.30.3",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"
2121
}

0 commit comments

Comments
 (0)