Skip to content

Commit

Permalink
build: update all non-major dependencies (#48372) (#48384)
Browse files Browse the repository at this point in the history
See associated pull request for more information.

PR Close #48372

(cherry picked from commit 126573d)

PR Close #48384
  • Loading branch information
angular-robot authored and AndrewKushnir committed Dec 7, 2022
1 parent cb7365a commit 6b6bf63
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 93 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ http_archive(
# Fetch Aspect lib for utilities like write_source_files
http_archive(
name = "aspect_bazel_lib",
sha256 = "8860aab705fe9f427fbebe388bdfacf8a6b267cb3c0d71ebeaf1dcceedd29193",
strip_prefix = "bazel-lib-1.3.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.3.0.tar.gz",
sha256 = "be236556c7b9c7b91cb370e837fdcec62b6e8893408cd4465ae883c9d7c67024",
strip_prefix = "bazel-lib-1.18.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.18.0.tar.gz",
)

# Download cli source from angular/cli-builds for doc generation at a specific tag or commit.
Expand Down
98 changes: 28 additions & 70 deletions aio/content/examples/marketing-first-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aio/content/examples/marketing-first-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@angular/platform-browser-dynamic": "15.0.1",
"rxjs": "^7.5.2",
"tslib": "^2.3.1",
"zone.js": "^0.11.4"
"zone.js": "^0.12.0"
},
"scripts": {
"ng": "ng",
Expand All @@ -32,7 +32,7 @@
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@angular/platform-browser-dynamic": "15.0.1",
"@angular/router": "15.0.1",
"@angular/service-worker": "15.0.1",
"rxjs": "~7.5.0",
"rxjs": "~7.6.0",
"safevalues": "^0.4.2",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/boilerplate/cli-ajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"angular": "^1.8.3",
"angular-in-memory-web-api": "~0.14.0",
"angular-route": "1.8.3",
"rxjs": "~7.5.0",
"rxjs": "~7.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
Expand Down
4 changes: 2 additions & 2 deletions aio/tools/examples/shared/boilerplate/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@angular/platform-browser": "^15.0.0-rc.1",
"@angular/platform-browser-dynamic": "^15.0.0-rc.1",
"@angular/router": "^15.0.0-rc.1",
"angular-in-memory-web-api": "~0.14.0",
"rxjs": "~7.5.0",
"angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
Expand Down
4 changes: 2 additions & 2 deletions aio/tools/examples/shared/boilerplate/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@angular/platform-browser": "^15.0.0-rc.1",
"@angular/platform-browser-dynamic": "^15.0.0-rc.1",
"@angular/router": "^15.0.0-rc.1",
"angular-in-memory-web-api": "~0.14.0",
"rxjs": "~7.5.0",
"angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
Expand Down
4 changes: 2 additions & 2 deletions aio/tools/examples/shared/boilerplate/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@angular/platform-browser": "^15.0.0-rc.1",
"@angular/platform-browser-dynamic": "^15.0.0-rc.1",
"@angular/router": "^15.0.0-rc.1",
"angular-in-memory-web-api": "~0.14.0",
"rxjs": "~7.5.0",
"angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@angular/platform-browser-dynamic": "^15.0.0-rc.1",
"@angular/router": "^15.0.0-rc.1",
"@angular/service-worker": "^15.0.0-rc.1",
"angular-in-memory-web-api": "~0.14.0",
"rxjs": "~7.5.0",
"angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/router": "^15.0.0-rc.1",
"@angular/upgrade": "^15.0.0-rc.1",
"core-js": "^2.5.4",
"rxjs": "~7.5.0",
"rxjs": "~7.6.0",
"systemjs": "~0.19.39",
"systemjs-plugin-babel": "~0.0.25",
"tslib": "^2.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nguniversal/express-engine": "^15.0.0-next.0",
"angular-in-memory-web-api": "~0.14.0",
"express": "^4.18.1",
"rxjs": "~7.5.0",
"rxjs": "~7.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
Expand Down
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"angular-route": "1.8.3",
"core-js": "^2.5.4",
"express": "^4.18.1",
"rxjs": "~7.5.0",
"rxjs": "~7.6.0",
"systemjs": "~0.19.39",
"systemjs-plugin-babel": "~0.0.25",
"tslib": "^2.3.0",
Expand Down
9 changes: 8 additions & 1 deletion aio/tools/examples/shared/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7204,13 +7204,20 @@ rxjs@^5.5.6:
dependencies:
symbol-observable "1.0.1"

rxjs@^7.0.0, rxjs@^7.5.5, rxjs@~7.5.0:
rxjs@^7.0.0, rxjs@^7.5.5:
version "7.5.6"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc"
integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==
dependencies:
tslib "^2.1.0"

rxjs@~7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.6.0.tgz#361da5362b6ddaa691a2de0b4f2d32028f1eb5a2"
integrity sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==
dependencies:
tslib "^2.1.0"

safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
Expand Down
9 changes: 8 additions & 1 deletion aio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12347,13 +12347,20 @@ rxjs@^5.5.6:
dependencies:
symbol-observable "1.0.1"

rxjs@^7.5.5, rxjs@~7.5.0:
rxjs@^7.5.5:
version "7.5.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39"
integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==
dependencies:
tslib "^2.1.0"

rxjs@~7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.6.0.tgz#361da5362b6ddaa691a2de0b4f2d32028f1eb5a2"
integrity sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==
dependencies:
tslib "^2.1.0"

safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"karma-jasmine": "^5.0.0",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"magic-string": "0.26.7",
"magic-string": "0.27.0",
"materialize-css": "1.0.0",
"memo-decorator": "^2.0.1",
"ngx-flamegraph": "0.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"chokidar": "^3.0.0",
"convert-source-map": "^1.5.1",
"dependency-graph": "^0.11.0",
"magic-string": "^0.26.0",
"magic-string": "^0.27.0",
"semver": "^7.0.0",
"sourcemap-codec": "^1.4.8",
"tslib": "^2.3.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,7 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@jridgewell/sourcemap-codec@^1.4.10":
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13":
version "1.4.14"
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
Expand Down Expand Up @@ -11986,6 +11986,13 @@ magic-string@0.26.7, magic-string@^0.26.4:
dependencies:
sourcemap-codec "^1.4.8"

magic-string@0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3"
integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==
dependencies:
"@jridgewell/sourcemap-codec" "^1.4.13"

magic-string@^0.25.7:
version "0.25.9"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c"
Expand Down

0 comments on commit 6b6bf63

Please sign in to comment.