Highlights
Block or Report
Block or report devversion
Report abuse
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusePinned
-
-
angular/components Public
Component infrastructure and Material Design components for Angular
-
-
microsoft/TypeScript Public
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
-
bazelbuild/bazel Public
a fast, scalable, multi-language and extensible build system
4,059 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 296 commits in 18 repositories
Created 3 repositories
- devversion/ts-node TypeScript
- devversion/ts-node-esm-fork TypeScript
- devversion/stylelint JavaScript
Created a pull request in stylelint/stylelint that received 11 comments
Fix rule message function type to not require users to handle all kind of arguments
Currently, users writing custom rules and using RuleMessageFunc are required to handle all kinds of parameters with TypeScript's strict mode enableβ¦
+25
β1
β’
11
comments
Opened 97 other pull requests in 8 repositories
angular/dev-infra
35
merged
3
closed
- refactor(ng-dev): do not capture Angular robot in release notes
- build: enable self-hosted angular renovate runner
-
build: skip building of bottleneck
re2native dependency - feat(bazel): move js mapping size tracking tool to dev-infra
- build: disable bazel linker for all shipped starlark code
- refactor: enable renovate self-hosted for CLI, universal and vscode repo
- refactor: fix renovate not respecting yarnrc paths
- ci: setup self-hosted renovate for angular
-
fix(github-actions): rework token revoke mechanism to not rely on
postrun - fix(ng-dev): exceptional minor changes should also land into next branch
- build: update all github actions to use node v16
- fix(ng-dev): do not match dots automatically in pullapprove
- ci: setup self-hosted renovate for angular
- build: add circleci readme badge
- build: update angular dependencies to v14.1.0-next.2
-
refactor(ng-dev/release): indicate that a major stable release is first cut as
@next - feat(ng-dev): support exceptional minor target labeling in the interim
- build: fix remote execution not enabled on linux builds
-
refactor(bazel/spec-bundling): prioritize
.mjsfiles for spec bundling - fix(ng-dev): avoid ts-node esm shebang that breaks on windows
- Update supports-color and improve perf of ng-dev
- fix(ng-dev): ensure config can be properly loaded on windows
- build: improve stability of concurrent integration tests running locally
- Various ESM migration fixes
- fix(ng-dev): yarnpkg lockfile package cannot be bundled with ESM
- Some pull requests not shown.
angular/angular
26
closed
- ci: do not run firefox components repo tests
- ci: enable renovate commit message body table to fix minimum commit message
- refactor: clean-up pre-CLDR 39 safety check
- build: re-enable components-repo-unit-tests job
-
ci: fix pullapprove
fnmatchpatterns due to recent changes - ci: update renovate config to not update peer dependencies incorrectly
- test
- ci: fix pullapprove to match hidden files and directories
- TEST
-
build: cleanup
.gitattributesfile and remove outdated CRLF attribute -
test: remove unused intl polyfill from tests and
third_partyvendoring - test: avoid test fixture affecting zone in all web tests
- test: update standalone browser tests to not pollute test output
-
build: replace
extract_typingsrule with shared rule from dev-infra -
build: remove unused
check-node-modulesscript - build: remove unused script from legacy build scripts
- build: remove unused karma debug config file
- ci: attempt to unblock renovate from error state
-
build: speed up
ng-devconfig loading by disabling type-checking - build: convert release package build scripts to typescript
- build: load ng-dev release package builder using CJS interop
- build: update dev-infra package to latest version with full ESM
- ci: override existing snapshot tag if publish snapshot job is restarted
- Bump version to "v14.0.1" with changelog.
- [13.3.x] build: update dev-infra shared code to latest revision
- Some pull requests not shown.
angular/components
19
merged
1
open
1
closed
- build: fix loose yarn engine range
- build: configure renovate to update bazel dependencies
- build: prepare for v15 and exceptional minors for v14
- Bump version to "v14.1.0-next.2" with changelog.
- docs: release notes for the v14.0.3 release
- Bump version to "v14.0.3" with changelog.
- build: avoid use of ts-node wrapper script as it breaks child process forking
-
build: fix
yarn mergescript alias since it wasn't using ts-node - build: fix benchpress build errors
-
build: avoid use of
yarn ts-nodeto avoid nested yarn execution - build: ensure ng-dev command works on windows
- ci: test presubmit
- build: update to latest snapshot of ESM ng-dev
- build: replace dynamic require with import statement for ESM
-
ci: fix slack notification script failing due to missing
ts-node - Bump version to "v14.1.0-next.1" with changelog.
- build: update to the latest version of dev-infra with ESM
- Bump version to "v14.1.0-next.0" with changelog.
- docs: release notes for the v14.0.1 release
- Bump version to "v14.0.1" with changelog.
- [13.3.x] build: update angular shared dev-infra code to 932b9d5 (#25000)
angular/angular-cli
5
merged
angular/vscode-ng-language-service
2
merged
angular/universal
2
merged
angular/material.angular.io
2
merged
TypeStrong/ts-node
1
open
Reviewed 105 pull requests in 8 repositories
angular/dev-infra
25 pull requests
- build: enable self-hosted runner for angular/ngcc-validation
- feat(bazel): move js mapping size tracking tool to dev-infra
- build: disable bazel linker for all shipped starlark code
- build: update actions/cache action to v3
-
refactor(ng-dev): remove unused
matchesPatternutility - refactor(ng-dev): use local spawnSync rather than the node version
- feat(ng-dev/pr): provide instructions for pushing back to the remote branch for pr checkout
- feat(circleci-orb): create orb command for rebasing pull requests on the target branch
- feat(ng-dev): validate all licenses as being allowed for our Angular projects
- build: update ossf/scorecard-action action to v1.1.2
- build: update github/codeql-action action to v2.1.14
- feat(ng-dev): support exceptional minor target labeling in the interim
-
refactor(ng-dev/release): indicate that a major stable release is first cut as
@next - build: fix remote execution not enabled on linux builds
- build: update dependency jsdom to v20
- build: update dependency @microsoft/api-extractor to v7.25.2
- build: update dependency firebase-admin to v11
- build: update dependency @microsoft/api-extractor to v7.25.1
- build: update all non-major dependencies
- Various ESM migration fixes
- ESM Migration #2: Support ESM-written ng-dev configurations
- build: update all non-major dependencies to ~4.2.0
- feat(ng-dev): migrate tool to full ESM
- fix(bazel/browsers): exclude unnecessary chromium file containing spaces on windows
- build: update angular dependencies to v14.1.0-next.0
- Some pull request reviews not shown.
angular/components
25 pull requests
- feat(material/chips): add unit tests for custom aria-describedby
- feat(cdk/portal): support projectableNodes in component portal
- build: add checkbox example to mdc-migration integration test
- build: update angular shared dev-infra code to 67631cd
- fix(material-experimental/mdc-form-field): use a CSS var for the floating label scale
- build: update bazel setup
- build: update angular shared dev-infra code to f9ae512
- build: update angular shared dev-infra code to d0d8a03
- build: load Google Maps and YouTube APIs on demand in dev app
- fix(material-experimental/mdc-form-field): reserve space for the floating label
- build: dependencies duplicated when deploying snapshots
- feat(material/schematics): v15 migrate import declarations
- fix(material/button-toggle): selected state not visible in high contrast mode
- build: update angular shared dev-infra code to e45a0b6
- feat(material/schematics): initial setup for v15 ng-update
- build: update angular shared dev-infra code to 132c156
- fix(cdk/a11y): re-apply the high contrast mode class when the forced-colors media query changes
- refactor(material/core): clean up focus indicators
- fix(material-experimental/mdc-chips): checkmark blending into background in high contrast mode
- Simulate offsetX/offsetY and attempt to reduce test flakes
- fix(cdk/drag-drop): constrainPosition not working as expected
- feat(material/core): use strong focus indicators in high contrast mode
- fix(material-experimental/mdc-list): don't access class before initialization
- Add input and form-field examples to mdc-migration integration test
- refactor(cdk/drag-drop): move sorting and positioning logic into a separate class
- Some pull request reviews not shown.
angular/angular
25 pull requests
- build: update dependency source-map-explorer to v2
- build(bazel): fix race conditions in windows aio build
- build: update bazel setup to v5.5.1
- build: update dependency jsdom to v20
- build: update dependency source-map-explorer to v2 [rebase]
- build: update eslint dependencies
- refactor: remove no longer used prompts utils
- build: update dependency @rollup/plugin-commonjs to v22
- build: update dependency google-closure-compiler to v20220601
- build: update dependency karma-jasmine to v5 [rebase]
-
build: remove
inquirerfrom repo dependencies -
test: replace
--prodwith--configuration production - ci: fix pullapprove to match hidden files and directories
- test
- build: remove scripts and documentation about individual usage of RBE
- build: remove the previous release scripts as they are unused
- build: remove the unused source-map-test
- build: convert release package build scripts to typescript
- build(bazel): remove tsec patch to enable runfiles on Windows
- build: update dev-infra package to latest version with full ESM
- docs: remove old bazel schematics doc
- Enable runfiles
- build: update all non-major dependencies
- build: exclude bazel commits from release notes
- build: update dependency magic-string to v0.26.2
- Some pull request reviews not shown.
angular/angular-cli
7 pull requests
- build: avoid use of ts-node wrapper script as it breaks child process forking
-
build: update
ng-devsetup to work with new ESM version - Bump version to "v14.1.0-next.1" with changelog.
- docs: release notes for the v14.0.2 release
- Bump version to "v14.0.2" with changelog.
- docs: release notes for the v13.3.8 release
- build: update angular
angular/material.angular.io
2 pull requests
angular/universal
2 pull requests
bazelbuild/rules_nodejs
1 pull request
angular/vscode-ng-language-service
1 pull request
Created an issue in TypeStrong/ts-node that received 6 comments
ESM flag breaks NodeJS child process fork
Search Terms
child process, fork, esm, loader, brotli, config, exec argv, exec path
Expected Behavior
Similar to when running with node --loader tsβ¦
6
comments

