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
renovate-bot authored and clydin committed Apr 6, 2022
1 parent 55e9161 commit 4b05c44
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 209 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ http_archive(

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "523da2d6b50bc00eaf14b00ed28b1a366b3ab456e14131e9812558b26599125c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.3.1/rules_nodejs-5.3.1.tar.gz"],
sha256 = "2b2004784358655f334925e7eadc7ba80f701144363df949b3293e1ae7a2fb7b",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.0/rules_nodejs-5.4.0.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"@babel/template": "7.16.7",
"@bazel/bazelisk": "1.11.0",
"@bazel/buildifier": "5.0.1",
"@bazel/concatjs": "5.3.1",
"@bazel/jasmine": "5.3.1",
"@bazel/concatjs": "5.4.0",
"@bazel/jasmine": "5.4.0",
"@discoveryjs/json-ext": "0.5.7",
"@types/babel__core": "7.1.19",
"@types/babel__template": "7.4.1",
Expand Down Expand Up @@ -120,8 +120,8 @@
"@types/yargs": "^17.0.8",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.11.0",
"ajv-formats": "2.1.1",
Expand All @@ -130,18 +130,18 @@
"babel-plugin-istanbul": "6.1.1",
"bootstrap": "^4.0.0",
"browserslist": "^4.9.1",
"cacache": "16.0.3",
"cacache": "16.0.4",
"chokidar": "^3.5.2",
"copy-webpack-plugin": "10.2.4",
"critters": "0.0.16",
"css-loader": "6.7.1",
"debug": "^4.1.1",
"esbuild": "0.14.31",
"esbuild-wasm": "0.14.31",
"esbuild": "0.14.32",
"esbuild-wasm": "0.14.32",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.26.0",
"express": "4.17.3",
"fast-json-stable-stringify": "2.1.0",
"font-awesome": "^4.7.0",
Expand Down Expand Up @@ -175,7 +175,7 @@
"npm-package-arg": "9.0.2",
"open": "8.4.0",
"ora": "5.4.1",
"pacote": "13.0.5",
"pacote": "13.1.0",
"parse5-html-rewriting-stream": "6.0.1",
"pidtree": "^0.5.0",
"pidusage": "^3.0.0",
Expand Down Expand Up @@ -215,7 +215,7 @@
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.71.0",
"webpack-dev-middleware": "5.3.1",
"webpack-dev-server": "4.7.4",
"webpack-dev-server": "4.8.1",
"webpack-merge": "5.8.0",
"webpack-subresource-integrity": "5.1.0",
"yargs": "17.4.0",
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 @@ -33,10 +33,10 @@
"inquirer": "8.2.2",
"jsonc-parser": "3.0.0",
"npm-package-arg": "9.0.2",
"npm-pick-manifest": "7.0.0",
"npm-pick-manifest": "7.0.1",
"open": "8.4.0",
"ora": "5.4.1",
"pacote": "13.0.5",
"pacote": "13.1.0",
"resolve": "1.22.0",
"semver": "7.3.5",
"symbol-observable": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"babel-loader": "8.2.4",
"babel-plugin-istanbul": "6.1.1",
"browserslist": "^4.9.1",
"cacache": "16.0.3",
"cacache": "16.0.4",
"copy-webpack-plugin": "10.2.4",
"critters": "0.0.16",
"css-loader": "6.7.1",
"esbuild-wasm": "0.14.31",
"esbuild-wasm": "0.14.32",
"glob": "7.2.0",
"https-proxy-agent": "5.0.0",
"inquirer": "8.2.2",
Expand Down Expand Up @@ -65,12 +65,12 @@
"tslib": "2.3.1",
"webpack": "5.71.0",
"webpack-dev-middleware": "5.3.1",
"webpack-dev-server": "4.7.4",
"webpack-dev-server": "4.8.1",
"webpack-merge": "5.8.0",
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.14.31"
"esbuild": "0.14.32"
},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",
Expand Down
Loading

0 comments on commit 4b05c44

Please sign in to comment.