Skip to content

Commit ab4f985

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 686aad8 commit ab4f985

File tree

6 files changed

+112
-93
lines changed

6 files changed

+112
-93
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3232
with:
3333
persist-credentials: false
34-
- uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1
34+
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
3535
id: filter
3636
with:
3737
filters: |
@@ -44,7 +44,7 @@ jobs:
4444
- name: Initialize environment
4545
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
4646
- name: Setup ESLint Caching
47-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
47+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
4848
with:
4949
path: .eslintcache
5050
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
]
5959
},
6060
"devDependencies": {
61-
"@ampproject/remapping": "2.2.1",
61+
"@ampproject/remapping": "2.3.0",
6262
"@angular/animations": "17.3.0-next.1",
6363
"@angular/bazel": "https://github.com/angular/bazel-builds.git#c039d025d8eac7c21031feed9e55e2f824689b01",
6464
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1865c54b126a5d4cae5c254cf08056e57d5c8c14",
@@ -117,15 +117,15 @@
117117
"@types/yargs": "^17.0.20",
118118
"@types/yargs-parser": "^21.0.0",
119119
"@types/yarnpkg__lockfile": "^1.1.5",
120-
"@typescript-eslint/eslint-plugin": "7.1.0",
121-
"@typescript-eslint/parser": "7.1.0",
120+
"@typescript-eslint/eslint-plugin": "7.1.1",
121+
"@typescript-eslint/parser": "7.1.1",
122122
"@vitejs/plugin-basic-ssl": "1.1.0",
123123
"@web/test-runner": "^0.18.0",
124124
"@yarnpkg/lockfile": "1.1.0",
125125
"ajv": "8.12.0",
126126
"ajv-formats": "2.1.1",
127127
"ansi-colors": "4.1.3",
128-
"autoprefixer": "10.4.17",
128+
"autoprefixer": "10.4.18",
129129
"babel-loader": "9.1.3",
130130
"babel-plugin-istanbul": "6.1.1",
131131
"bootstrap": "^4.0.0",
@@ -143,13 +143,13 @@
143143
"eslint-config-prettier": "9.1.0",
144144
"eslint-plugin-header": "3.1.1",
145145
"eslint-plugin-import": "2.29.1",
146-
"express": "4.18.2",
146+
"express": "4.18.3",
147147
"fast-glob": "3.3.2",
148148
"http-proxy": "^1.18.1",
149149
"http-proxy-middleware": "2.0.6",
150150
"https-proxy-agent": "7.0.4",
151151
"husky": "9.0.11",
152-
"ini": "4.1.1",
152+
"ini": "4.1.2",
153153
"inquirer": "9.2.15",
154154
"jasmine": "^5.0.0",
155155
"jasmine-core": "~5.1.0",
@@ -167,10 +167,10 @@
167167
"license-checker": "^25.0.0",
168168
"license-webpack-plugin": "4.0.2",
169169
"loader-utils": "3.2.1",
170-
"magic-string": "0.30.7",
170+
"magic-string": "0.30.8",
171171
"mini-css-extract-plugin": "2.8.1",
172172
"mrmime": "2.0.0",
173-
"ng-packagr": "17.2.0",
173+
"ng-packagr": "17.2.1",
174174
"npm": "^8.11.0",
175175
"npm-package-arg": "11.0.1",
176176
"open": "8.4.2",
@@ -186,7 +186,7 @@
186186
"prettier": "^3.0.0",
187187
"protractor": "~7.0.0",
188188
"puppeteer": "18.2.1",
189-
"quicktype-core": "23.0.104",
189+
"quicktype-core": "23.0.105",
190190
"resolve-url-loader": "5.0.0",
191191
"rollup": "~4.12.0",
192192
"rollup-plugin-sourcemaps": "^0.6.0",
@@ -207,10 +207,10 @@
207207
"ts-node": "^10.9.1",
208208
"tslib": "2.6.2",
209209
"typescript": "5.4.1-rc",
210-
"undici": "6.6.2",
210+
"undici": "6.7.0",
211211
"verdaccio": "5.29.2",
212212
"verdaccio-auth-memory": "^10.0.0",
213-
"vite": "5.1.4",
213+
"vite": "5.1.5",
214214
"watchpack": "2.4.0",
215215
"webpack": "5.90.3",
216216
"webpack-dev-middleware": "6.1.1",

packages/angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@schematics/angular": "0.0.0-PLACEHOLDER",
2929
"@yarnpkg/lockfile": "1.1.0",
3030
"ansi-colors": "4.1.3",
31-
"ini": "4.1.1",
31+
"ini": "4.1.2",
3232
"inquirer": "9.2.15",
3333
"jsonc-parser": "3.2.1",
3434
"npm-package-arg": "11.0.1",

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@ampproject/remapping": "2.2.1",
9+
"@ampproject/remapping": "2.3.0",
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",
@@ -23,7 +23,7 @@
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"@vitejs/plugin-basic-ssl": "1.1.0",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.4.17",
26+
"autoprefixer": "10.4.18",
2727
"babel-loader": "9.1.3",
2828
"babel-plugin-istanbul": "6.1.1",
2929
"browserslist": "^4.21.5",
@@ -41,7 +41,7 @@
4141
"less-loader": "11.1.0",
4242
"license-webpack-plugin": "4.0.2",
4343
"loader-utils": "3.2.1",
44-
"magic-string": "0.30.7",
44+
"magic-string": "0.30.8",
4545
"mini-css-extract-plugin": "2.8.1",
4646
"mrmime": "2.0.0",
4747
"open": "8.4.2",
@@ -61,8 +61,8 @@
6161
"terser": "5.28.1",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.6.2",
64-
"undici": "6.6.2",
65-
"vite": "5.1.4",
64+
"undici": "6.7.0",
65+
"vite": "5.1.5",
6666
"watchpack": "2.4.0",
6767
"webpack": "5.90.3",
6868
"webpack-dev-middleware": "6.1.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.1",
18-
"magic-string": "0.30.7",
18+
"magic-string": "0.30.8",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"
2121
}

0 commit comments

Comments
 (0)