Skip to content

Commit 1758258

Browse files
committed
build: update all non-major dependencies
1 parent beab546 commit 1758258

File tree

9 files changed

+800
-380
lines changed

9 files changed

+800
-380
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
6-
package.json=1084945472
7-
packages/angular/build/package.json=1235849957
8-
packages/angular/cli/package.json=-1917515334
6+
package.json=-187476479
7+
packages/angular/build/package.json=1226447582
8+
packages/angular/cli/package.json=1263077657
99
packages/angular/pwa/package.json=1108903917
1010
packages/angular/ssr/package.json=836365150
1111
packages/angular_devkit/architect/package.json=-363443363
1212
packages/angular_devkit/architect_cli/package.json=1551210941
13-
packages/angular_devkit/build_angular/package.json=1775760469
13+
packages/angular_devkit/build_angular/package.json=-1407481514
1414
packages/angular_devkit/build_webpack/package.json=-511874814
1515
packages/angular_devkit/core/package.json=-411613325
1616
packages/angular_devkit/schematics/package.json=-1133510866
17-
packages/angular_devkit/schematics_cli/package.json=-2026655035
17+
packages/angular_devkit/schematics_cli/package.json=-532742586
1818
packages/ngtools/webpack/package.json=71458652
1919
packages/schematics/angular/package.json=251715148
20-
pnpm-lock.yaml=-699735310
20+
pnpm-lock.yaml=281208307
2121
pnpm-workspace.yaml=-1264044456
2222
tests/package.json=700948366
23-
yarn.lock=958506060
23+
yarn.lock=-1365803280

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
26+
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
2727
with:
2828
languages: javascript-typescript
2929
build-mode: none
3030
config-file: .github/codeql/config.yml
3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
32+
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
3333
with:
3434
category: '/language:javascript-typescript'

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
"@discoveryjs/json-ext": "0.6.3",
7676
"@eslint/compat": "1.2.7",
7777
"@eslint/eslintrc": "3.3.0",
78-
"@eslint/js": "9.21.0",
79-
"@inquirer/confirm": "5.1.6",
80-
"@inquirer/prompts": "7.3.2",
78+
"@eslint/js": "9.22.0",
79+
"@inquirer/confirm": "5.1.7",
80+
"@inquirer/prompts": "7.3.3",
8181
"@listr2/prompt-adapter-inquirer": "2.0.18",
8282
"@rollup/plugin-alias": "^5.1.1",
8383
"@rollup/plugin-commonjs": "^28.0.0",
@@ -116,7 +116,7 @@
116116
"ajv": "8.17.1",
117117
"ajv-formats": "3.0.1",
118118
"ansi-colors": "4.1.3",
119-
"autoprefixer": "10.4.20",
119+
"autoprefixer": "10.4.21",
120120
"babel-loader": "10.0.0",
121121
"beasties": "0.2.0",
122122
"browser-sync": "3.0.3",
@@ -128,7 +128,7 @@
128128
"debug": "^4.1.1",
129129
"esbuild": "0.25.0",
130130
"esbuild-wasm": "0.25.0",
131-
"eslint": "9.21.0",
131+
"eslint": "9.22.0",
132132
"eslint-config-prettier": "10.1.1",
133133
"eslint-plugin-header": "3.1.1",
134134
"eslint-plugin-import": "2.31.0",
@@ -180,14 +180,14 @@
180180
"puppeteer": "18.2.1",
181181
"quicktype-core": "23.0.171",
182182
"resolve-url-loader": "5.0.0",
183-
"rollup": "4.34.9",
183+
"rollup": "4.35.0",
184184
"rollup-license-plugin": "~3.0.1",
185185
"rollup-plugin-sourcemaps": "^0.6.0",
186186
"rxjs": "7.8.2",
187187
"sass": "1.85.1",
188188
"sass-loader": "16.0.5",
189189
"semver": "7.7.1",
190-
"shelljs": "^0.8.5",
190+
"shelljs": "^0.9.0",
191191
"source-map": "0.7.4",
192192
"source-map-loader": "5.0.0",
193193
"source-map-support": "0.5.21",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.25.9",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.26.0",
27-
"@inquirer/confirm": "5.1.6",
27+
"@inquirer/confirm": "5.1.7",
2828
"@vitejs/plugin-basic-ssl": "2.0.0",
2929
"beasties": "0.2.0",
3030
"browserslist": "^4.23.0",
@@ -37,7 +37,7 @@
3737
"parse5-html-rewriting-stream": "7.0.0",
3838
"picomatch": "4.0.2",
3939
"piscina": "4.8.0",
40-
"rollup": "4.34.9",
40+
"rollup": "4.35.0",
4141
"sass": "1.85.1",
4242
"semver": "7.7.1",
4343
"source-map-support": "0.5.21",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.3.2",
28+
"@inquirer/prompts": "7.3.3",
2929
"@listr2/prompt-adapter-inquirer": "2.0.18",
3030
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "2.0.0",
2626
"ansi-colors": "4.1.3",
27-
"autoprefixer": "10.4.20",
27+
"autoprefixer": "10.4.21",
2828
"babel-loader": "10.0.0",
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "13.0.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.3.2",
21+
"@inquirer/prompts": "7.3.3",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)