benchhub / benchboard

Keep track of benchmarks and visualize them
MIT License
0 stars 0 forks source link

Bump braces and @angular/compiler-cli in /ui #18

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps braces to 3.0.2 and updates ancestor dependency @angular/compiler-cli. These dependencies need to be updated together.

Updates braces from 1.8.5 to 3.0.2

Changelog

Sourced from braces's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[3.0.0] - 2018-04-08

v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.

Breaking Changes

  • The undocumented .makeRe method was removed

Non-breaking changes

  • Caching was removed

[2.3.2] - 2018-04-08

  • start refactoring
  • cover sets

... (truncated)

Commits


Updates @angular/compiler-cli from 5.2.1 to 14.2.10

Release notes

Sourced from @​angular/compiler-cli's releases.

v14.2.10

14.2.10 (2022-11-09)

core

Commit Description
fix - a4312e1be5 add zone.js version 0.12.x as a valid peer dependency (#48002)

router

Commit Description
fix - db867fee77 fix redirectTo on named outlets - resolves #33783 (#47927)

Special Thanks

Alan Agius, Albert Szekely, Andrew Scott, Doug Parker, Kristiyan Kostadinov, Markus Eckstein, Peter Scriven and abergquist

v14.2.9

14.2.9 (2022-11-03)

platform-browser

Commit Description
perf - 92d28bdd99 resolve memory leak when using animations with shadow DOM (#47903)

platform-server

Commit Description
fix - d2d9bbf5ce call onSerialize when state is empty (#47888)

Special Thanks

Alan Agius, Kristiyan Kostadinov, Virginia Dooley and mgechev

v14.2.8

14.2.8 (2022-10-26)

Special Thanks

Andrew Scott, Balaji, Paul Gschwendtner, WD Snoeijer, onrails and vyom1611

v14.2.7

14.2.7 (2022-10-19)

Special Thanks

Bob Watson, Charles Barnes, Joey Perrott, Virginia Dooley, WD Snoeijer, abergquist and urugator

v14.2.6

14.2.6 (2022-10-12)

compiler-cli

Commit Description
fix - 3fd176a905 add missing period to error message (#47744)
perf - c3821f5ab5 minimize filesystem calls when generating shims (#47682)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, Charles Lyding, Joey Perrott, Joshua Morony, Mathew Berg, Paul Gschwendtner, Peter Dickten, Renan Ferro, Sri Ram, WD Snoeijer, markostanimirovic and Álvaro Martínez

... (truncated)

Changelog

Sourced from @​angular/compiler-cli's changelog.

14.2.10 (2022-11-09)

core

Commit Type Description
a4312e1be5 fix add zone.js version 0.12.x as a valid peer dependency (#48002)

router

Commit Type Description
db867fee77 fix fix redirectTo on named outlets - resolves #33783 (#47927)

Special Thanks

Alan Agius, Albert Szekely, Andrew Scott, Doug Parker, Kristiyan Kostadinov, Markus Eckstein, Peter Scriven and abergquist

15.0.0-rc.2 (2022-11-04)

core

Commit Type Description
96c0e42e61 fix allow readonly arrays for standalone imports (#47851)

platform-browser

Commit Type Description
d5cd79f885 perf resolve memory leak when using animations with shadow DOM (#47903)

platform-server

Commit Type Description
31a7ce1268 fix call onSerialize when state is empty (#47888)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Charles Lyding, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, Virginia Dooley and mgechev

14.2.9 (2022-11-03)

platform-browser

Commit Type Description
92d28bdd99 perf resolve memory leak when using animations with shadow DOM (#47903)

platform-server

Commit Type Description
d2d9bbf5ce fix call onSerialize when state is empty (#47888)

Special Thanks

Alan Agius, Kristiyan Kostadinov, Virginia Dooley and mgechev

15.0.0-rc.1 (2022-10-26)

... (truncated)

Commits
  • 3fd176a fix(compiler-cli): add missing period to error message (#47744)
  • c3821f5 perf(compiler-cli): minimize filesystem calls when generating shims (#47682)
  • a4b66fe perf(compiler-cli): cache source file for reporting type-checking diagnostics...
  • 403b970 refactor(common): create an NgFor alias for NgForOf directive (#47309)
  • 0e35829 fix(compiler): avoid errors for inputs with Object-builtin names (#47220)
  • 59a6fe7 refactor(compiler): replace most usages of getMutableClone (#47167) (#47271)
  • b8562ea refactor(compiler): Add a new helper method getOwningNgModule. (#47166)
  • 8e9ab02 refactor(compiler): Add a new helper method getPrimaryAngularDecorator. (#4...
  • 31429ea feat(core): support TypeScript 4.8 (#47038)
  • c01ccc5 test: update ngtsc closure fileoverview tests to reflect suppression updates ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/compiler-cli since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/benchhub/benchboard/network/alerts).
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.