Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Jan 29, 2025
1 parent d4ee360 commit 0fe4a54
Show file tree
Hide file tree
Showing 7 changed files with 611 additions and 375 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=-1196120648
package.json=-888245585
packages/angular/build/package.json=1948684129
packages/angular/cli/package.json=-1878910022
package.json=550134286
packages/angular/build/package.json=1783072863
packages/angular/cli/package.json=1301682969
packages/angular/pwa/package.json=1108903917
packages/angular/ssr/package.json=1104313629
packages/angular_devkit/architect/package.json=-1496633956
Expand All @@ -14,9 +14,9 @@ packages/angular_devkit/build_angular/package.json=1732310149
packages/angular_devkit/build_webpack/package.json=373950017
packages/angular_devkit/core/package.json=339935828
packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=-1663529211
packages/angular_devkit/schematics_cli/package.json=-169616762
packages/ngtools/webpack/package.json=1463215526
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=967402942
pnpm-lock.yaml=1489986000
pnpm-workspace.yaml=-1847919625
yarn.lock=1546758537
yarn.lock=346921654
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"@bazel/rollup": "^5.8.1",
"@bazel/runfiles": "^6.0.0",
"@discoveryjs/json-ext": "0.6.3",
"@inquirer/confirm": "5.1.3",
"@inquirer/prompts": "7.2.3",
"@inquirer/confirm": "5.1.4",
"@inquirer/prompts": "7.2.4",
"@listr2/prompt-adapter-inquirer": "2.0.18",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.0",
Expand Down Expand Up @@ -108,8 +108,8 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"@vitejs/plugin-basic-ssl": "1.2.0",
"@web/test-runner": "^0.19.0",
"@yarnpkg/lockfile": "1.1.0",
Expand Down Expand Up @@ -179,7 +179,7 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.171",
"resolve-url-loader": "5.0.0",
"rollup": "4.32.0",
"rollup": "4.32.1",
"rollup-license-plugin": "~3.0.1",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/helper-annotate-as-pure": "7.25.9",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.26.0",
"@inquirer/confirm": "5.1.3",
"@inquirer/confirm": "5.1.4",
"@vitejs/plugin-basic-ssl": "1.2.0",
"beasties": "0.2.0",
"browserslist": "^4.23.0",
Expand All @@ -38,7 +38,7 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.8.0",
"rollup": "4.32.0",
"rollup": "4.32.1",
"sass": "1.83.4",
"semver": "7.6.3",
"vite": "6.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
"@inquirer/prompts": "7.2.3",
"@inquirer/prompts": "7.2.4",
"@listr2/prompt-adapter-inquirer": "2.0.18",
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
"@yarnpkg/lockfile": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
"@inquirer/prompts": "7.2.3",
"@inquirer/prompts": "7.2.4",
"ansi-colors": "4.1.3",
"symbol-observable": "4.0.0",
"yargs-parser": "21.1.1"
Expand Down
Loading

0 comments on commit 0fe4a54

Please sign in to comment.