Skip to content
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

fix(material/chips): chips form control updating value immediately #30694

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
eb7ee2b
fix(material/chips): chips form control updating value immediately
mistrykaran91 Mar 28, 2025
21cf14a
build: update `angular-linking` to attempt fix postinstall flakiness …
devversion Mar 24, 2025
7098e66
fix(material/sort): set cursor on entire clickable area (#30696)
crisbeto Mar 24, 2025
d786b43
build: migrate theming tests to `rules_js`
devversion Mar 20, 2025
04badba
build: migrate more targets to `ts_project`
devversion Mar 20, 2025
052ebc1
build: include `src/cdk` in pnpm workspace
devversion Mar 24, 2025
1d72be8
build: migrate schematics to `ts_project`
devversion Mar 21, 2025
20fd1d9
build: update sync config to reflect internal update (#30707)
devversion Mar 25, 2025
5ceae40
More changes to migrate to `ts_project` (#30704)
devversion Mar 25, 2025
029a7d8
build: update `rules_angular`
devversion Mar 25, 2025
2e83e7e
build: fix incorrect packaging of `theme-color` schematic
devversion Mar 25, 2025
01067bc
build: migrate all `ng_e2e_test_library` targets to `ts_project`
devversion Mar 25, 2025
4f1f9e0
build: remove `ts_library` from `defaults.bzl`
devversion Mar 25, 2025
0147ab2
docs: release notes for the v19.2.7 release
crisbeto Mar 26, 2025
d696717
release: cut the v20.0.0-next.4 release
crisbeto Mar 26, 2025
ccad18f
build: fix husky warnings (#30726)
mmalerba Mar 26, 2025
b353b75
fix(material/form-field): use ResizeObserver for label offset calcula…
mmalerba Mar 27, 2025
d914d97
refactor: rename mdc- prefixed tokens/variables to mat- (#30677)
andrewseguin Mar 27, 2025
ccf0e07
ci: update bazel RBE setup on CI and use trusted build configuration …
josephperrott Mar 27, 2025
17382d3
build: update Node version
crisbeto Mar 27, 2025
a4021f0
build: update to the latest version of Angular
crisbeto Mar 27, 2025
e5ab9c3
build: remove usages of platform-browser-dynamic
crisbeto Mar 27, 2025
1c6883b
build: disable remote upload of local action results to RBE cache (#3…
josephperrott Mar 27, 2025
edfe762
test(cdk/overlay): change how renders are counted in test (#30712)
mmalerba Mar 27, 2025
581e1c3
fix(cdk/overlay): use MutationObserver to detach overlay (#30703)
mmalerba Mar 27, 2025
a869495
refactor(material/snack-bar): switch from afterRender to afterNextRen…
mmalerba Mar 27, 2025
5c92685
build: prepare for new `ng_project` rule and try in `cdk/a11y`
devversion Mar 26, 2025
a838f93
build: update `markdown-to-html` to avoid output conflicts
devversion Mar 26, 2025
deab676
build: migrate all `ng_module` targets to the new `ng_project` rule
devversion Mar 26, 2025
3652993
build: ensure tsconfig is explicitly configured for `ts_project` targets
devversion Mar 27, 2025
a554391
build: remove size testing
devversion Mar 27, 2025
fb01253
build: patch `ng_package` to produce partial output with `ng_project`
devversion Mar 27, 2025
9e578cc
build: remove references to `ng_module` rule
devversion Mar 27, 2025
b362257
refactor: remove internal mdc- vars (#30736)
andrewseguin Mar 28, 2025
aa5aba6
fix(cdk-experimental/popover-edit): use MutationObserver to detect ta…
mmalerba Mar 28, 2025
cdd6938
build: adjust `sass` compiler to work with `rules_js`
devversion Mar 28, 2025
5d006f8
build: update `ts_project` interop to default to `rules_js`
devversion Mar 28, 2025
757abc1
build: remove `interop_deps`
devversion Mar 28, 2025
6afc0f0
fix(material/form-field): move error aria-live to parent container (#…
adolgachev Mar 28, 2025
075c7b7
docs: fix incorrect guide links after recent collision change (#30745)
devversion Mar 28, 2025
1045d72
refactor: remove md_comp files (#30742)
andrewseguin Mar 29, 2025
b22c197
feat(material/core): introduce custom token for controlling animation…
crisbeto Mar 30, 2025
5931c21
fix(multiple): remove backwards-compatibility code (#30747)
crisbeto Mar 31, 2025
d8a3168
fix(material/snack-bar): rename snackbar token prefix (#30750)
andrewseguin Mar 31, 2025
7ad9c1f
refactor: merge m2 mdc and mat tokens (#30748)
andrewseguin Mar 31, 2025
6b1870d
fix(material/checkbox): hardcode token renames (#30752)
andrewseguin Mar 31, 2025
37e3567
perf(cdk/drag-drop): fix performance regression when destroying items…
crisbeto Mar 31, 2025
c76a2ca
fix(cdk-experimental/ui-patterns): add modifier checks for regexps (#…
wagnermaciel Mar 31, 2025
77b0938
refactor(cdk-experimental/ui-patterns): track list selection by value…
wagnermaciel Mar 31, 2025
7cb9ec2
fix(material/slider): fix clobbered token for hover/focus/pressed (#3…
andrewseguin Mar 31, 2025
886b97d
refactor: merge m3 mdc and mat tokens (#30755)
andrewseguin Apr 1, 2025
e9f937e
ci: update to latest dev-infra action versions (#30760)
josephperrott Apr 1, 2025
ce5b853
test(cdk-experimental/ui-patterns): listbox navigation tests (#30767)
wagnermaciel Apr 2, 2025
b195851
build: update angular shared dev-infra code to b3b3466 (#30776)
josephperrott Apr 2, 2025
95dc24d
fix(material/tabs): allow ID to be set on tab (#30768)
crisbeto Apr 2, 2025
bac9897
perf(cdk-experimental/column-resize): improve hover responsiveness of…
danielolaru91 Apr 2, 2025
d343a78
Add a null check to autocomplete options (#30734)
rileyajones Apr 2, 2025
6f3f14f
test: fix broken autocomplete test (#30782)
mmalerba Apr 2, 2025
10a3b94
docs: release notes for the v19.2.8 release
mmalerba Apr 2, 2025
2eaf3ba
release: cut the v20.0.0-next.5 release
mmalerba Apr 2, 2025
4ec2837
build: migrate all `nodejs_binary` targets to `rules_js`
devversion Mar 31, 2025
2164418
build: migrate `nodejs_test` targets to `rules_js`
devversion Mar 31, 2025
d2a2b99
build: add ng_package interop for `rules_js` pnpm linking
devversion Mar 31, 2025
8b2eb8c
build: setup pnpm workspace for first-party packages
devversion Mar 31, 2025
7187cee
build: update integration tests to use first-party packages
devversion Mar 31, 2025
7af1a4a
build: migrate all cross-package targets to use first-party links
devversion Mar 31, 2025
1d96060
build: update karma rules and interop to work with `rules_js`
devversion Mar 31, 2025
b7cae25
build: fix some remaining relative imports
devversion Apr 1, 2025
9ecf31c
build: workaround until `animations` package is released with fixed p…
devversion Apr 1, 2025
6f5289c
build: remove remaining jasmine_node_test and modernize webdriver test
devversion Apr 1, 2025
60634f6
build: fix integration tests never showing up as failing
devversion Apr 1, 2025
439be78
build: ensure TS respects `package.json` exports
devversion Apr 1, 2025
b474606
build: fix integration tests to work with real packages
devversion Apr 1, 2025
f5f0983
build: remove spec_bundle from `defaults.bzl`
devversion Apr 1, 2025
d9cf578
build: use `rules_esbuild` in universal testing
devversion Apr 1, 2025
f49cc3f
build: remove legacy linking code
devversion Apr 1, 2025
6d8ec4f
build: update angular shared dev-infra code to 37d8497 (#30778)
angular-robot Apr 2, 2025
ff5acbb
refactor: create individual BUILD files in core (#30787)
andrewseguin Apr 2, 2025
31344ef
build: remove leftover log (#30789)
crisbeto Apr 3, 2025
ea91960
build: update angular shared dev-infra code to 6127cf1 (#30792)
angular-robot Apr 3, 2025
ef1c734
build: update angular shared dev-infra code to b9bcdb3 (#30793)
angular-robot Apr 3, 2025
706612d
refactor: move tokens to their component directories (#30765)
andrewseguin Apr 4, 2025
25f8aff
build: cleanup more usages of `@npm//` repository
devversion Apr 3, 2025
947598c
Revert "build: migrate all cross-package targets to use first-party l…
devversion Apr 3, 2025
e4c9d96
build: clean-up to use fine-grained targets for faster rebuilds
devversion Apr 4, 2025
6f687dc
refactor: remove extraneous log (#30799)
andrewseguin Apr 4, 2025
99a9365
feat(material/core): handle prefers-reduced-motion automatically (#30…
crisbeto Apr 4, 2025
06377fe
build: update angular shared dev-infra code to 492cc1f (#30798)
angular-robot Apr 4, 2025
75a31c3
build: update angular shared dev-infra code to f172f3f (#30801)
angular-robot Apr 4, 2025
05f4503
fix(cdk-experimental/ui-patterns): add missing event handlers (#30786)
wagnermaciel Apr 4, 2025
e2b64d6
fix(material-angular-io): streamline directive and component metadata…
mistrykaran91 Apr 4, 2025
6d64113
fix(multiple): rename token prefixes to match components (#30802)
andrewseguin Apr 4, 2025
eee2e47
refactor(cdk-experimental/listbox): rename multiselectable to multi (…
wagnermaciel Apr 4, 2025
dbafdd0
build: update angular shared dev-infra code to e4bf37a (#30805)
angular-robot Apr 4, 2025
7536963
feat(cdk-experimental/listbox): readonly mode (#30803)
wagnermaciel Apr 4, 2025
3419e97
docs(material/chips): fix aria-label binding of chips-form-control-ex…
dominicbachmann Apr 5, 2025
334e60d
fix(multiple): rename hardcoded tokens that were renamed (#30807)
andrewseguin Apr 5, 2025
53d114c
docs(material/chips): fix aria label binding for reactive and templat…
mistrykaran91 Apr 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# @generated
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=1644151301
pnpm-lock.yaml=2107069472
pnpm-workspace.yaml=1711114604
yarn.lock=1593491870
.npmrc=-1406867100
integration/package.json=-620011313
package.json=20540807
patches/@angular__compiler-cli.patch=-65319555
pnpm-lock.yaml=-1601778403
pnpm-workspace.yaml=334858811
src/cdk-experimental/package.json=237487315
src/cdk/package.json=-908433069
src/components-examples/package.json=560048349
src/dev-app/package.json=624475908
src/e2e-app/package.json=-1971485006
src/google-maps/package.json=-886415500
src/material-date-fns-adapter/package.json=-332076964
src/material-experimental/package.json=1822916455
src/material-luxon-adapter/package.json=-199007660
src/material-moment-adapter/package.json=-1407689629
src/material/package.json=-1237533685
src/universal-app/package.json=346715231
src/youtube-player/package.json=68300461
yarn.lock=230420156
15 changes: 15 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,18 @@ integration/yarn-pnp-compat/.yarn/cache
integration/yarn-pnp-compat/.yarn/unplugged
integration/yarn-pnp-compat/.yarn/install-state.gz
integration/yarn-pnp-compat/node_modules

integration/node_modules
src/cdk-experimental/node_modules
src/cdk/node_modules
src/components-examples/node_modules
src/dev-app/node_modules
src/e2e-app/node_modules
src/google-maps/node_modules
src/material-date-fns-adapter/node_modules
src/material-experimental/node_modules
src/material-luxon-adapter/node_modules
src/material-moment-adapter/node_modules
src/material/node_modules
src/universal-app/node_modules
src/youtube-player/node_modules
10 changes: 7 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ common --@aspect_rules_ts//ts:default_to_tsc_transpiler
# https://github.com/bazelbuild/rules_typescript/issues/12 which affects the common case of
# having `tsconfig.json` in the WORKSPACE directory. Instead, you should run
# `bazel info output_base` to find out where the outputs went.
build --symlink_prefix=/
build --symlink_prefix=dist/

# Performance: avoid stat'ing input files
build --watchfs
Expand All @@ -35,7 +35,7 @@ build --nobuild_runfile_links
###############################

# A more useful default output mode for bazel query
# Prints eg. "ng_module rule //foo:bar" rather than just "//foo:bar"
# Prints eg. "ng_project rule //foo:bar" rather than just "//foo:bar"
query --output=label_kind

# By default, failing tests don't print any output, it goes to the log file
Expand All @@ -58,7 +58,7 @@ build:snapshot-build --stamp
####################################
# Bazel custom flags #
####################################
build --flag_alias=partial_compilation=@npm//@angular/bazel/src:partial_compilation
build --flag_alias=partial_compilation=@rules_angular//src/ng_project/config:partial_compilation

##################################
# Always enable Ivy compilation #
Expand Down Expand Up @@ -120,6 +120,10 @@ build:build-results --bes_results_url="https://source.cloud.google.com/results/i

# Set remote caching settings
build:remote --remote_accept_cached=true
build:remote --remote_upload_local_results=false

# Additional flags added when running a "trusted build" with additional access
build:trusted-build --remote_upload_local_results=true

################################
# --config=debug #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@8a438a3bdc519880d78b5ac92b62bfe688deb058
- uses: angular/dev-infra/github-actions/branch-manager@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
8 changes: 4 additions & 4 deletions .github/workflows/ci.material-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Install node modules
run: yarn install --immutable
- name: Execute Linting
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Install node modules
run: yarn install --immutable
- name: Execute Direct Production Build (deploy usage)
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Install node modules
run: yarn install --immutable
- name: Execute Tests
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Install node modules
run: yarn install --immutable
- name: Execute Lighthouse Audit
Expand Down
78 changes: 45 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Install node modules
Expand Down Expand Up @@ -54,13 +54,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Check API Goldens
Expand All @@ -75,13 +77,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run e2e tests
Expand All @@ -96,19 +100,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run integration tests
run: yarn integration-tests
- name: Running size integration tests
run: yarn integration-tests:size-test
continue-on-error: true
- uses: ./.github/actions/slack
if: failure()
Expand All @@ -120,13 +124,15 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run linker AOT tests
Expand All @@ -141,13 +147,15 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run linker JIT tests
Expand All @@ -162,13 +170,15 @@ jobs:
runs-on: ubuntu-latest-16core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand All @@ -185,13 +195,15 @@ jobs:
runs-on: ubuntu-latest-16core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand All @@ -206,13 +218,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build and Verify Release Output
Expand All @@ -237,17 +249,17 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
# See: https://github.com/puppeteer/puppeteer/pull/13196 and
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
- name: Disable AppArmor
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build and Verify Release Output
Expand Down Expand Up @@ -275,14 +287,14 @@ jobs:
CI_RUNNER_NUMBER: ${{ github.run_id }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Browserstack Variables
uses: angular/dev-infra/github-actions/browserstack@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/browserstack@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Run tests on Browserstack
run: ./scripts/circleci/run-browserstack-tests.sh
6 changes: 3 additions & 3 deletions .github/workflows/deploy-dev-app-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
uses: angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
- name: Install node modules
run: yarn install --frozen-lockfile

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8a438a3bdc519880d78b5ac92b62bfe688deb058
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@8a438a3bdc519880d78b5ac92b62bfe688deb058
- uses: angular/dev-infra/github-actions/post-approval-changes@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/google-internal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
- uses: angular/dev-infra/github-actions/google-internal-tests@8a438a3bdc519880d78b5ac92b62bfe688deb058
- uses: angular/dev-infra/github-actions/google-internal-tests@e4bf37af223483ce00f9316d227fd62cd744dc4b
with:
run-tests-guide-url: http://go/angular-material-presubmit
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading
Loading