Popular repositories Loading
-
load-themed-styles
load-themed-styles PublicForked from MBSilverstein/load-themed-styles
load-themed-styles
TypeScript
-
TypeScript
TypeScript PublicForked from microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TypeScript
-
office-ui-fabric-react
office-ui-fabric-react PublicForked from microsoft/fluentui
React components for building experiences for Office and Office 365.
TypeScript
-
-
deploy-azure-cdn
deploy-azure-cdn PublicForked from bestander/deploy-azure-cdn
A node package for uploading files to Azure Blob Storage. It is perfect for deploying compiled assets to Microsoft Azure CDN as a last step in a Continuous Integration setup.
JavaScript
-
rushstack
rushstack PublicForked from microsoft/rushstack
Monorepo for tools developed by the Rush Stack community
TypeScript 1
341 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 9 commits in 3 repositories
Created 1 repository
-
dmichon-msft/json-module-types-repro
This contribution was made on Apr 23
Opened 6 pull requests in 2 repositories
microsoft/rushstack
5
merged
-
[rush] Fix implicit phase expansion regression
This contribution was made on Apr 24
-
[rush-serve-plugin] Allow configuring operation enable/disable states via websocket
This contribution was made on Apr 17
-
[rush] Support --changed-projects-only in watch mode
This contribution was made on Apr 16
-
[rush] Add "q" for "quit" to the watcher prompt
This contribution was made on Apr 16
-
[heft-config-file] Let null reset properties
This contribution was made on Apr 16
microsoft/rushstack-websites
1
merged
-
Update documentation for
extends
to mention use ofnull
This contribution was made on Apr 16
Reviewed 12 pull requests in 1 repository
microsoft/rushstack
12 pull requests
-
Prepare to publish a PATCH release of Rush
This contribution was made on Apr 25
-
Bump decoupled local dependencies.
This contribution was made on Apr 24
-
Use isolated transpilation for local projects.
This contribution was made on Apr 21
-
[ts-command-line] Remove deprecations and perform updates planned for the next major bump.
This contribution was made on Apr 21
-
[rush] Add "q" for "quit" to the watcher prompt
This contribution was made on Apr 16
-
[heft-config-file] Let null reset properties
This contribution was made on Apr 16
-
[heft-sass] (BREAKING CHANGE) Use JS shims; [load-themed-styles] Support CSS Variables
This contribution was made on Apr 11
-
[Incomplete - for discussion] Add bridge-cache plugin to populate cache without running action
This contribution was made on Apr 9
-
[heft] Add
tryLoadProjectConfigurationFileAsync
API and use in pluginsThis contribution was made on Apr 8 -
Use decoupled-local-node-rig for heft plugins that are dependencies of heft-node-rig.
This contribution was made on Apr 8
-
[rush] Add
ChainedCredential
toAzureAuthenticationBase
to handle auth failover and add support for developer tools credentialsThis contribution was made on Apr 1 -
[heft-jest] (BREAKING CHANGE) Use slash-normalized relative paths for asset URLs
This contribution was made on Apr 1
Created an issue in microsoft/rushstack that received 2 comments
[rush] Unable to use local version of rush in rushstack repo
Summary Repro steps rush install rush build -t rush node ./apps/rush/lib/start-dev.js build --to module-minifier Expected result: Successful build A…