forked from angular/components
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: bump @bazel/typescript from 3.2.1 to 3.2.2 #46
Closed
dependabot
wants to merge
8,274
commits into
main
from
dependabot/npm_and_yarn/bazel/typescript-3.2.2
Closed
build: bump @bazel/typescript from 3.2.1 to 3.2.2 #46
dependabot
wants to merge
8,274
commits into
main
from
dependabot/npm_and_yarn/bazel/typescript-3.2.2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…angular#21532) Changes the MDC-based radio harnesses to extend the base ones directly since the logic is identical, aside from some selectors.
…ss logic (angular#21506) Refactors the MDC checkbox harness so that it extends the non-MDC one directly, because most of the logic is identical.
…ogic (angular#21483) De-duplicates the test harness logic between the base and MDC menu test harnesses.
…arness logic (angular#21476) De-duplicates the test harness logic between the base and MDC autocomplete test harnesses.
… logic (angular#21460) Reworks the `MatSelectHarness` in order to de-duplicate the logic between the base and MDC implementations.
…ateOutlet (angular#21668) Some logic was added in angular#21227 which would only `stopPropagation` when dragging if a parent drag item is detected. The problem is that we resolve the parent using DI which won't work if the item is projected through something like `ngTemplateOutlet`. These changes resolve the issue by falling back to resolving the parent through the DOM.
… closed (angular#21646) Currently we mark the date input model as touched when it is blurred or the user types something in, however opening and closing the calendar is also an indicator that the user has interacted with it. These changes add some logic to mark the inputs as touched when the calendar is closed as well. Fixes angular#21643.
…hrome (angular#21620) Fixes some flickering in all adjacent form fields that happens when a specific form field is in its invalid state and the user hovers over it. Fixes angular#21612.
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.10.3 to 0.11.3. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/zone.js-0.11.3/packages/zone.js) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@9.0.1...9.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Commits](jasmine/jasmine-npm@v3.6.3...v3.6.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ar#21661) Bumps [@webcomponents/custom-elements](https://github.com/webcomponents/polyfills/tree/HEAD/packages/custom-elements) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/webcomponents/polyfills/releases) - [Changelog](https://github.com/webcomponents/polyfills/blob/master/packages/custom-elements/CHANGELOG.md) - [Commits](https://github.com/webcomponents/polyfills/commits/@webcomponents/custom-elements@1.4.3/packages/custom-elements) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/googlemaps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/googlemaps) from 3.43.0 to 3.43.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/googlemaps) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rrounding layout (angular#21649) Similar to angular#21246. Prevents the inert host node for `mat-autocomplete` from affecting the layout around it.
Fixes a few lint failures that got through, because the related PRs were opened before the check was introduced.
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.12 to 18.0.14. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v18.0.12...v18.0.14) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dgeni](https://github.com/angular/dgeni) from 0.4.12 to 0.4.13. - [Release notes](https://github.com/angular/dgeni/releases) - [Changelog](https://github.com/angular/dgeni/blob/master/CHANGELOG.md) - [Commits](angular/dgeni@v0.4.12...v0.4.13) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ess logic (angular#21519) Changes the MDC-based `MatPaginatorHarness` to extend the non-MDC version since the logic is identical, apart from a few selectors.
angular#21624) * fix(material-experimental/mdc-chips): set correct ripple opacity for focus states * fix(material-experimental/mdc-chips): extract styles into mixin
We set `pointer-events: auto` on the overlay when it is attached and then `none` while it's detaching which ends up overriding any other styles the user might have. These changes reset to `''` instead. Fixes angular#21656.
Similar to angular#21280. Removes the `tabindex` from the `mat-datepicker-toggle` host since it can caused accessibility issues. It was only there as a workaround which isn't required after angular#21046.
Bumps material-components-web from 10.0.0-canary.2ed2d829b.0 to 10.0.0-canary.d29ec2862.0.
…gular#21693) Update to the latest version of the ng-dev toolset, bringing in support for the `--[no-]branch-prompt` flag.
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.8.0 to 13.9.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](stylelint/stylelint@13.8.0...13.9.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.4.1 to 10.5.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](highlightjs/highlight.js@10.4.1...10.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/gulp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gulp) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update to the latest version of yarn.
…angular#21636) * fix(material-experimental/mdc-chips): decouple removal from animation * fixup! fix(material-experimental/mdc-chips): decouple removal from animation Co-authored-by: Kristiyan Kostadinov <crisbeto@abv.bg>
mmalerba
force-pushed
the
main
branch
4 times, most recently
from
August 10, 2022 04:21
88eb1a9
to
cb74b50
Compare
mmalerba
force-pushed
the
main
branch
2 times, most recently
from
March 7, 2023 22:21
a848d2f
to
7043a51
Compare
mmalerba
force-pushed
the
main
branch
4 times, most recently
from
June 14, 2023 20:22
93a2fd5
to
1194a8c
Compare
mmalerba
force-pushed
the
main
branch
5 times, most recently
from
February 14, 2024 21:26
5a5ca9e
to
8a1d97c
Compare
mmalerba
force-pushed
the
main
branch
3 times, most recently
from
March 8, 2024 20:16
101f458
to
fe93280
Compare
mmalerba
force-pushed
the
main
branch
8 times, most recently
from
April 29, 2024 20:13
4a22bb4
to
0829098
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @bazel/typescript from 3.2.1 to 3.2.2.
Release notes
Sourced from
@bazel/typescript's releases
.Changelog
Sourced from
@bazel/typescript's changelog
.Commits
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