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 committed May 26, 2021
1 parent 6e07cb1 commit 775a3e1
Show file tree
Hide file tree
Showing 10 changed files with 266 additions and 197 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "10f534e1c80f795cffe1f2822becd4897754d18564612510c59b3c73544ae7c6",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.5.0/rules_nodejs-3.5.0.tar.gz"],
sha256 = "4a5d654a4ccd4a4c24eca5d319d85a88a650edf119601550c95bf400c8cc897e",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.5.1/rules_nodejs-3.5.1.tar.gz"],
)

# Check the bazel version and download npm dependencies
Expand Down
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -62,8 +62,8 @@
]
},
"resolutions": {
"**/@types/copy-webpack-plugin/webpack": "5.37.0",
"ajv-formats/ajv": "8.4.0"
"**/@types/copy-webpack-plugin/webpack": "5.37.1",
"ajv-formats/ajv": "8.5.0"
},
"devDependencies": {
"@angular/animations": "12.0.0",
Expand All @@ -87,10 +87,10 @@
"@babel/preset-env": "7.14.2",
"@babel/runtime": "7.14.0",
"@babel/template": "7.12.13",
"@bazel/bazelisk": "1.8.1",
"@bazel/bazelisk": "1.9.0",
"@bazel/buildifier": "4.0.1",
"@bazel/jasmine": "3.5.0",
"@bazel/typescript": "3.5.0",
"@bazel/jasmine": "3.5.1",
"@bazel/typescript": "3.5.1",
"@discoveryjs/json-ext": "0.5.3",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@types/babel__core": "7.1.14",
Expand Down Expand Up @@ -123,30 +123,30 @@
"@types/text-table": "^0.2.1",
"@types/uuid": "^8.0.0",
"@types/webpack-dev-server": "^3.1.7",
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.4.0",
"ajv": "8.5.0",
"ajv-formats": "2.1.0",
"ansi-colors": "4.1.1",
"babel-loader": "8.2.2",
"bootstrap": "^4.0.0",
"browserslist": "^4.9.1",
"cacache": "15.0.6",
"cacache": "15.2.0",
"caniuse-lite": "^1.0.30001032",
"circular-dependency-plugin": "5.2.2",
"codelyzer": "^6.0.0",
"common-tags": "^1.8.0",
"conventional-changelog": "^3.0.0",
"conventional-commits-parser": "^3.0.0",
"copy-webpack-plugin": "9.0.0",
"core-js": "3.12.1",
"core-js": "3.13.0",
"critters": "0.0.10",
"css-loader": "5.2.4",
"css-loader": "5.2.6",
"css-minimizer-webpack-plugin": "3.0.0",
"debug": "^4.1.1",
"enhanced-resolve": "5.8.2",
"eslint": "7.26.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.22.1",
Expand All @@ -160,7 +160,7 @@
"http-proxy": "^1.18.1",
"https-proxy-agent": "5.0.0",
"husky": "6.0.0",
"inquirer": "8.0.0",
"inquirer": "8.1.0",
"jasmine": "^3.3.1",
"jasmine-core": "~3.7.0",
"jasmine-spec-reporter": "~7.0.0",
Expand All @@ -184,14 +184,14 @@
"ng-packagr": "~12.0.0-next.0",
"node-fetch": "^2.2.0",
"npm-registry-client": "8.6.0",
"open": "8.0.9",
"open": "8.2.0",
"ora": "5.4.0",
"pacote": "11.3.3",
"parse5-html-rewriting-stream": "6.0.1",
"pidtree": "^0.5.0",
"pidusage": "^2.0.17",
"popper.js": "^1.14.1",
"postcss": "8.2.15",
"postcss": "8.3.0",
"postcss-import": "14.0.2",
"postcss-loader": "5.3.0",
"postcss-preset-env": "6.7.0",
Expand All @@ -204,7 +204,7 @@
"resolve-url-loader": "4.0.0",
"rimraf": "3.0.2",
"rxjs": "6.6.7",
"sass": "1.32.13",
"sass": "1.34.0",
"sass-loader": "11.1.1",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
"semver": "7.3.5",
Expand All @@ -228,10 +228,10 @@
"tslib": "^2.0.0",
"tslint": "^6.1.3",
"typescript": "4.2.4",
"verdaccio": "5.0.4",
"verdaccio": "5.1.0",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.37.0",
"webpack-dev-middleware": "4.2.0",
"webpack": "5.37.1",
"webpack-dev-middleware": "4.3.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
"webpack-subresource-integrity": "1.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/cli/package.json
Expand Up @@ -33,11 +33,11 @@
"ansi-colors": "4.1.1",
"debug": "4.3.1",
"ini": "2.0.0",
"inquirer": "8.0.0",
"inquirer": "8.1.0",
"jsonc-parser": "3.0.0",
"npm-package-arg": "8.1.2",
"npm-pick-manifest": "6.1.1",
"open": "8.0.9",
"open": "8.2.0",
"ora": "5.4.0",
"pacote": "11.3.3",
"resolve": "1.20.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -23,18 +23,18 @@
"ansi-colors": "4.1.1",
"babel-loader": "8.2.2",
"browserslist": "^4.9.1",
"cacache": "15.0.6",
"cacache": "15.2.0",
"caniuse-lite": "^1.0.30001032",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "9.0.0",
"core-js": "3.12.1",
"core-js": "3.13.0",
"critters": "0.0.10",
"css-loader": "5.2.4",
"css-loader": "5.2.6",
"css-minimizer-webpack-plugin": "3.0.0",
"find-cache-dir": "3.3.1",
"glob": "7.1.7",
"https-proxy-agent": "5.0.0",
"inquirer": "8.0.0",
"inquirer": "8.1.0",
"jest-worker": "26.6.2",
"karma-source-map-support": "1.4.0",
"less": "4.1.1",
Expand All @@ -43,10 +43,10 @@
"loader-utils": "2.0.0",
"mini-css-extract-plugin": "1.6.0",
"minimatch": "3.0.4",
"open": "8.0.9",
"open": "8.2.0",
"ora": "5.4.0",
"parse5-html-rewriting-stream": "6.0.1",
"postcss": "8.2.15",
"postcss": "8.3.0",
"postcss-import": "14.0.2",
"postcss-loader": "5.3.0",
"postcss-preset-env": "6.7.0",
Expand All @@ -55,7 +55,7 @@
"resolve-url-loader": "4.0.0",
"rimraf": "3.0.2",
"rxjs": "6.6.7",
"sass": "1.32.13",
"sass": "1.34.0",
"sass-loader": "11.1.1",
"semver": "7.3.5",
"source-map": "0.7.3",
Expand All @@ -68,8 +68,8 @@
"terser-webpack-plugin": "5.1.2",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"webpack": "5.37.0",
"webpack-dev-middleware": "4.2.0",
"webpack": "5.37.1",
"webpack-dev-middleware": "4.3.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
"webpack-subresource-integrity": "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_optimizer/package.json
Expand Up @@ -22,6 +22,6 @@
}
},
"devDependencies": {
"webpack": "5.37.0"
"webpack": "5.37.1"
}
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@angular-devkit/core": "0.0.0",
"node-fetch": "2.6.1",
"webpack": "5.37.0"
"webpack": "5.37.1"
},
"peerDependencies": {
"webpack": "^5.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/package.json
Expand Up @@ -8,7 +8,7 @@
"core"
],
"dependencies": {
"ajv": "8.4.0",
"ajv": "8.5.0",
"ajv-formats": "2.1.0",
"fast-json-stable-stringify": "2.1.0",
"magic-string": "0.25.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics_cli/package.json
Expand Up @@ -19,7 +19,7 @@
"@angular-devkit/core": "0.0.0",
"@angular-devkit/schematics": "0.0.0",
"ansi-colors": "4.1.1",
"inquirer": "8.0.0",
"inquirer": "8.1.0",
"minimist": "1.2.5",
"symbol-observable": "4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Expand Up @@ -33,6 +33,6 @@
"@angular/compiler": "12.0.0",
"@angular/compiler-cli": "12.0.0",
"typescript": "4.2.4",
"webpack": "5.37.0"
"webpack": "5.37.1"
}
}

0 comments on commit 775a3e1

Please sign in to comment.