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 May 14, 2024
1 parent d92b43d commit 0154af9
Show file tree
Hide file tree
Showing 10 changed files with 423 additions and 325 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
assistant_to_the_branch_manager:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
outputs:
snapshots: ${{ steps.filter.outputs.snapshots }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
persist-credentials: false
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: angular/dev-infra/github-actions/post-approval-changes@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce",
strip_prefix = "bazel-lib-2.7.2",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz",
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
strip_prefix = "bazel-lib-2.7.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@web/test-runner": "^0.18.0",
"@yarnpkg/lockfile": "1.1.0",
Expand All @@ -131,8 +131,8 @@
"critters": "0.0.22",
"css-loader": "7.1.1",
"debug": "^4.1.1",
"esbuild": "0.21.1",
"esbuild-wasm": "0.21.1",
"esbuild": "0.21.2",
"esbuild-wasm": "0.21.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-header": "3.1.1",
Expand All @@ -144,7 +144,7 @@
"https-proxy-agent": "7.0.4",
"husky": "9.0.11",
"ini": "4.1.2",
"inquirer": "9.2.20",
"inquirer": "9.2.21",
"jasmine": "^5.0.0",
"jasmine-core": "~5.1.0",
"jasmine-spec-reporter": "~7.0.0",
Expand Down Expand Up @@ -180,15 +180,15 @@
"prettier": "^3.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "23.0.158",
"quicktype-core": "23.0.162",
"resolve-url-loader": "5.0.0",
"rollup": "~4.17.0",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.77.0",
"sass": "1.77.1",
"sass-loader": "14.2.1",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz",
"semver": "7.6.1",
"semver": "7.6.2",
"shelljs": "^0.8.5",
"source-map": "0.7.4",
"source-map-loader": "5.0.0",
Expand All @@ -201,8 +201,8 @@
"ts-node": "^10.9.1",
"tslib": "2.6.2",
"typescript": "5.4.5",
"undici": "6.16.0",
"verdaccio": "5.30.3",
"undici": "6.16.1",
"verdaccio": "5.31.0",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.2.11",
"watchpack": "2.4.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"ansi-colors": "4.1.3",
"browserslist": "^4.23.0",
"critters": "0.0.22",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"inquirer": "9.2.20",
"inquirer": "9.2.21",
"lmdb": "3.0.8",
"magic-string": "0.30.10",
"mrmime": "2.0.0",
Expand All @@ -39,9 +39,9 @@
"piscina": "4.4.0",
"parse5-html-rewriting-stream": "7.0.0",
"postcss": "8.4.38",
"sass": "1.77.0",
"semver": "7.6.1",
"undici": "6.16.0",
"sass": "1.77.1",
"semver": "7.6.2",
"undici": "6.16.1",
"vite": "5.2.11",
"watchpack": "2.4.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@yarnpkg/lockfile": "1.1.0",
"ansi-colors": "4.1.3",
"ini": "4.1.2",
"inquirer": "9.2.20",
"inquirer": "9.2.21",
"jsonc-parser": "3.2.1",
"npm-package-arg": "11.0.2",
"npm-pick-manifest": "9.0.1",
"ora": "5.4.1",
"pacote": "18.0.6",
"resolve": "1.22.8",
"semver": "7.6.1",
"semver": "7.6.2",
"symbol-observable": "4.0.0",
"yargs": "17.7.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.22",
"css-loader": "7.1.1",
"esbuild-wasm": "0.21.1",
"esbuild-wasm": "0.21.2",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"http-proxy-middleware": "3.0.0",
"inquirer": "9.2.20",
"inquirer": "9.2.21",
"jsonc-parser": "3.2.1",
"karma-source-map-support": "1.4.0",
"less": "4.2.0",
Expand All @@ -54,15 +54,15 @@
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.77.0",
"sass": "1.77.1",
"sass-loader": "14.2.1",
"semver": "7.6.1",
"semver": "7.6.2",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.31.0",
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "6.16.0",
"undici": "6.16.1",
"vite": "5.2.11",
"watchpack": "2.4.1",
"webpack": "5.91.0",
Expand All @@ -72,7 +72,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.21.1"
"esbuild": "0.21.2"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0-next.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 @@ -19,7 +19,7 @@
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
"inquirer": "9.2.20",
"inquirer": "9.2.21",
"symbol-observable": "4.0.0",
"yargs-parser": "21.1.1"
}
Expand Down

0 comments on commit 0154af9

Please sign in to comment.