Task runner in JS monorepos
Перейти к файлу
dependabot[bot] 4d41cfeb79
Bump cross-spawn from 6.0.5 to 6.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 23:23:35 +00:00
.github Adding support for Azure DefaultAzureCredentials when stoage account endpoint is provided (#752) 2024-06-10 15:49:59 -07:00
.husky Remote execution (#791) 2024-10-04 16:38:18 -07:00
.vscode Adds support for background service mode for info command (#790) 2024-10-02 13:22:44 -07:00
.yarn/releases Update Yarn to v4.5.0 (#786) 2024-10-07 11:40:57 -07:00
benchmark Update dependency workspace-tools to v0.37.0 (#801) 2024-10-22 08:15:42 -07:00
decks Fix typo in monorepo.md (#199) 2022-03-02 20:25:18 -08:00
docs Run prettier on all files (#731) 2024-04-17 16:18:32 -07:00
packages applying package updates 2024-11-18 23:22:30 +00:00
patches make the repo use lagest lage@2.0.0 (#574) 2023-02-08 09:15:07 -08:00
scripts adding sourcemaps when doing compile; adds shouldRun() capability on a per-target basis (#819) 2024-11-08 11:40:36 -08:00
types/global Get rid of third party abort-controller package (#473) 2022-11-01 15:42:18 -07:00
.eslintrc.js Simulate file access (#789) 2024-09-27 13:00:24 -07:00
.gitignore Yarn 4 (#778) 2024-09-11 13:27:24 -07:00
.npmignore Add types so the lage.config.js can be typed! (#148) 2021-06-11 15:58:47 -07:00
.prettierignore Yarn 4 (#778) 2024-09-11 13:27:24 -07:00
.prettierrc Yarn 4 (#778) 2024-09-11 13:27:24 -07:00
.swcrc adding sourcemaps when doing compile; adds shouldRun() capability on a per-target basis (#819) 2024-11-08 11:40:36 -08:00
.yarnrc.yml Update Yarn to v4.5.0 (#786) 2024-10-07 11:40:57 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-05-18 13:11:24 -07:00
LICENSE Initial LICENSE commit 2020-05-18 13:11:25 -07:00
README.md Run prettier on all files (#731) 2024-04-17 16:18:32 -07:00
SECURITY.md Initial SECURITY.md commit 2020-05-18 13:11:27 -07:00
beachball.config.js Use globby instead of glob-hasher's glob function. This thing supports gitignore AND extglob patterns (#762) 2024-06-25 11:08:16 -07:00
lage.config.js Simulate file access (#789) 2024-09-27 13:00:24 -07:00
netlify.toml make the repo use lagest lage@2.0.0 (#574) 2023-02-08 09:15:07 -08:00
package.json LAGE_WORKER_SERVER had an incorrect server launch arg for the info command (#792) 2024-10-07 12:29:53 -07:00
renovate.json5 Pin external deps to ensure explicit updates to lage bundle (#712) 2023-12-21 01:46:18 -08:00
test.md Run prettier on all files (#731) 2024-04-17 16:18:32 -07:00
yarn.lock Bump cross-spawn from 6.0.5 to 6.0.6 2024-11-18 23:23:35 +00:00

README.md

lage

Documentation is here: https://microsoft.github.io/lage/

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.