Skip to content

Commit ba76862

Browse files
alan-agius4clydin
authored andcommitted
build: update all non-major dependencies
1 parent 5651d40 commit ba76862

File tree

6 files changed

+613
-373
lines changed

6 files changed

+613
-373
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
20+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
2121
with:
2222
node-version-file: '.nvmrc'
2323
cache: yarn

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
"@angular/platform-server": "16.1.2",
7676
"@angular/router": "16.1.2",
7777
"@angular/service-worker": "16.1.2",
78-
"@babel/core": "7.22.5",
79-
"@babel/generator": "7.22.5",
78+
"@babel/core": "7.22.8",
79+
"@babel/generator": "7.22.7",
8080
"@babel/helper-annotate-as-pure": "7.22.5",
81-
"@babel/helper-split-export-declaration": "7.22.5",
81+
"@babel/helper-split-export-declaration": "7.22.6",
8282
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
8383
"@babel/plugin-transform-async-to-generator": "7.22.5",
84-
"@babel/plugin-transform-runtime": "7.22.5",
85-
"@babel/preset-env": "7.22.5",
86-
"@babel/runtime": "7.22.5",
84+
"@babel/plugin-transform-runtime": "7.22.7",
85+
"@babel/preset-env": "7.22.7",
86+
"@babel/runtime": "7.22.6",
8787
"@babel/template": "7.22.5",
8888
"@bazel/bazelisk": "1.12.1",
8989
"@bazel/buildifier": "6.1.2",
@@ -115,15 +115,15 @@
115115
"@types/yargs": "^17.0.20",
116116
"@types/yargs-parser": "^21.0.0",
117117
"@types/yarnpkg__lockfile": "^1.1.5",
118-
"@typescript-eslint/eslint-plugin": "5.60.1",
119-
"@typescript-eslint/parser": "5.60.1",
118+
"@typescript-eslint/eslint-plugin": "5.61.0",
119+
"@typescript-eslint/parser": "5.61.0",
120120
"@vitejs/plugin-basic-ssl": "1.0.1",
121121
"@yarnpkg/lockfile": "1.1.0",
122122
"ajv": "8.12.0",
123123
"ajv-formats": "2.1.1",
124124
"ansi-colors": "4.1.3",
125125
"autoprefixer": "10.4.14",
126-
"babel-loader": "9.1.2",
126+
"babel-loader": "9.1.3",
127127
"babel-plugin-istanbul": "6.1.1",
128128
"bootstrap": "^4.0.0",
129129
"browserslist": "^4.21.5",
@@ -133,14 +133,14 @@
133133
"critters": "0.0.19",
134134
"css-loader": "6.8.1",
135135
"debug": "^4.1.1",
136-
"esbuild": "0.18.10",
137-
"esbuild-wasm": "0.18.10",
138-
"eslint": "8.43.0",
136+
"esbuild": "0.18.11",
137+
"esbuild-wasm": "0.18.11",
138+
"eslint": "8.44.0",
139139
"eslint-config-prettier": "8.8.0",
140140
"eslint-plugin-header": "3.1.1",
141141
"eslint-plugin-import": "2.27.5",
142142
"express": "4.18.2",
143-
"fast-glob": "3.2.12",
143+
"fast-glob": "3.3.0",
144144
"guess-parser": "0.4.22",
145145
"http-proxy": "^1.18.1",
146146
"https-proxy-agent": "5.0.1",
@@ -163,7 +163,7 @@
163163
"license-checker": "^25.0.0",
164164
"license-webpack-plugin": "4.0.2",
165165
"loader-utils": "3.2.1",
166-
"magic-string": "0.30.0",
166+
"magic-string": "0.30.1",
167167
"mini-css-extract-plugin": "2.7.6",
168168
"mrmime": "1.0.1",
169169
"ng-packagr": "16.1.0",
@@ -177,7 +177,7 @@
177177
"picomatch": "2.3.1",
178178
"piscina": "4.0.0",
179179
"popper.js": "^1.14.1",
180-
"postcss": "8.4.24",
180+
"postcss": "8.4.25",
181181
"postcss-loader": "7.3.3",
182182
"prettier": "^3.0.0",
183183
"protractor": "~7.0.0",
@@ -188,7 +188,7 @@
188188
"sass": "1.63.6",
189189
"sass-loader": "13.3.2",
190190
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz",
191-
"semver": "7.5.3",
191+
"semver": "7.5.4",
192192
"shelljs": "^0.8.5",
193193
"source-map": "0.7.4",
194194
"source-map-loader": "4.0.1",
@@ -204,7 +204,7 @@
204204
"typescript": "5.1.6",
205205
"verdaccio": "5.25.0",
206206
"verdaccio-auth-memory": "^10.0.0",
207-
"vite": "4.3.9",
207+
"vite": "4.4.2",
208208
"webpack": "5.88.1",
209209
"webpack-dev-middleware": "6.1.1",
210210
"webpack-dev-server": "4.15.1",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ora": "5.4.1",
3838
"pacote": "15.2.0",
3939
"resolve": "1.22.2",
40-
"semver": "7.5.3",
40+
"semver": "7.5.4",
4141
"symbol-observable": "4.0.0",
4242
"yargs": "17.7.2"
4343
},

packages/angular_devkit/build_angular/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
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.5",
14-
"@babel/generator": "7.22.5",
13+
"@babel/core": "7.22.8",
14+
"@babel/generator": "7.22.7",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
16-
"@babel/helper-split-export-declaration": "7.22.5",
16+
"@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",
19-
"@babel/plugin-transform-runtime": "7.22.5",
20-
"@babel/preset-env": "7.22.5",
21-
"@babel/runtime": "7.22.5",
19+
"@babel/plugin-transform-runtime": "7.22.7",
20+
"@babel/preset-env": "7.22.7",
21+
"@babel/runtime": "7.22.6",
2222
"@babel/template": "7.22.5",
2323
"@discoveryjs/json-ext": "0.5.7",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.0.1",
2626
"ansi-colors": "4.1.3",
2727
"autoprefixer": "10.4.14",
28-
"babel-loader": "9.1.2",
28+
"babel-loader": "9.1.3",
2929
"babel-plugin-istanbul": "6.1.1",
3030
"browserslist": "^4.21.5",
3131
"chokidar": "3.5.3",
3232
"copy-webpack-plugin": "11.0.0",
3333
"critters": "0.0.19",
3434
"css-loader": "6.8.1",
35-
"esbuild-wasm": "0.18.10",
36-
"fast-glob": "3.2.12",
35+
"esbuild-wasm": "0.18.11",
36+
"fast-glob": "3.3.0",
3737
"guess-parser": "0.4.22",
3838
"https-proxy-agent": "5.0.1",
3939
"inquirer": "8.2.4",
@@ -43,36 +43,36 @@
4343
"less-loader": "11.1.0",
4444
"license-webpack-plugin": "4.0.2",
4545
"loader-utils": "3.2.1",
46-
"magic-string": "0.30.0",
46+
"magic-string": "0.30.1",
4747
"mini-css-extract-plugin": "2.7.6",
4848
"mrmime": "1.0.1",
4949
"open": "8.4.2",
5050
"ora": "5.4.1",
5151
"parse5-html-rewriting-stream": "7.0.0",
5252
"picomatch": "2.3.1",
5353
"piscina": "4.0.0",
54-
"postcss": "8.4.24",
54+
"postcss": "8.4.25",
5555
"postcss-loader": "7.3.3",
5656
"resolve-url-loader": "5.0.0",
5757
"rxjs": "7.8.1",
5858
"sass": "1.63.6",
5959
"sass-loader": "13.3.2",
60-
"semver": "7.5.3",
60+
"semver": "7.5.4",
6161
"source-map-loader": "4.0.1",
6262
"source-map-support": "0.5.21",
6363
"terser": "5.18.2",
6464
"text-table": "0.2.0",
6565
"tree-kill": "1.2.2",
6666
"tslib": "2.6.0",
67-
"vite": "4.3.9",
67+
"vite": "4.4.2",
6868
"webpack": "5.88.1",
6969
"webpack-dev-middleware": "6.1.1",
7070
"webpack-dev-server": "4.15.1",
7171
"webpack-merge": "5.9.0",
7272
"webpack-subresource-integrity": "5.1.0"
7373
},
7474
"optionalDependencies": {
75-
"esbuild": "0.18.10"
75+
"esbuild": "0.18.11"
7676
},
7777
"peerDependencies": {
7878
"@angular/compiler-cli": "^16.0.0 || ^16.2.0-next.0",

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
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.0",
18+
"magic-string": "0.30.1",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"
2121
}

0 commit comments

Comments
 (0)