build: update all non-major dependencies

This commit is contained in:
Angular Robot 2024-10-23 05:23:11 +00:00 committed by Alan Agius
parent cc345b02d8
commit ff88c3f6a1
5 changed files with 786 additions and 524 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
- name: Setup ESLint Caching
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: .eslintcache
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

View File

@ -69,16 +69,16 @@
"@angular/platform-server": "19.0.0-next.10",
"@angular/router": "19.0.0-next.10",
"@angular/service-worker": "19.0.0-next.10",
"@babel/core": "7.25.8",
"@babel/generator": "7.25.7",
"@babel/helper-annotate-as-pure": "7.25.7",
"@babel/core": "7.25.9",
"@babel/generator": "7.25.9",
"@babel/helper-annotate-as-pure": "7.25.9",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.25.7",
"@babel/plugin-transform-async-generator-functions": "7.25.8",
"@babel/plugin-transform-async-to-generator": "7.25.7",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/runtime": "7.25.7",
"@babel/plugin-syntax-import-attributes": "7.25.9",
"@babel/plugin-transform-async-generator-functions": "7.25.9",
"@babel/plugin-transform-async-to-generator": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/runtime": "7.25.9",
"@bazel/bazelisk": "1.22.1",
"@bazel/buildifier": "7.3.1",
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
@ -204,7 +204,7 @@
"unenv": "^1.10.0",
"verdaccio": "6.0.1",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.4.9",
"vite": "5.4.10",
"watchpack": "2.4.2",
"webpack": "5.95.0",
"webpack-dev-middleware": "7.4.2",

View File

@ -20,10 +20,10 @@
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@babel/core": "7.25.8",
"@babel/helper-annotate-as-pure": "7.25.7",
"@babel/core": "7.25.9",
"@babel/helper-annotate-as-pure": "7.25.9",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.25.7",
"@babel/plugin-syntax-import-attributes": "7.25.9",
"@inquirer/confirm": "5.0.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"browserslist": "^4.23.0",
@ -41,7 +41,7 @@
"rollup": "4.24.0",
"sass": "1.80.3",
"semver": "7.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"watchpack": "2.4.2"
},
"optionalDependencies": {

View File

@ -11,15 +11,15 @@
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/build": "0.0.0-PLACEHOLDER",
"@babel/core": "7.25.8",
"@babel/generator": "7.25.7",
"@babel/helper-annotate-as-pure": "7.25.7",
"@babel/core": "7.25.9",
"@babel/generator": "7.25.9",
"@babel/helper-annotate-as-pure": "7.25.9",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-transform-async-generator-functions": "7.25.8",
"@babel/plugin-transform-async-to-generator": "7.25.7",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/runtime": "7.25.7",
"@babel/plugin-transform-async-generator-functions": "7.25.9",
"@babel/plugin-transform-async-to-generator": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/runtime": "7.25.9",
"@discoveryjs/json-ext": "0.6.2",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"@vitejs/plugin-basic-ssl": "1.1.0",

1264
yarn.lock

File diff suppressed because it is too large Load Diff