Skip to content

Commit

Permalink
fix(deps): update dependencies: @actions/core, @actions/github, @octo…
Browse files Browse the repository at this point in the history
…kit/endpoint, validate-npm-package-name, workspace-tools (#580)

* fix(deps): update dependencies: @actions/core, @actions/github, @octokit/endpoint, validate-npm-package-name, workspace-tools

* docs(monorepo-workspace-submodules-finder-action): fix the version of `workspace-tools` in `README.md` to be the same as dependencies
  • Loading branch information
sounisi5011 authored Jan 1, 2023
1 parent 883636c commit 3c638e0
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 49 deletions.
3 changes: 2 additions & 1 deletion actions/monorepo-workspace-submodules-finder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## Supported monorepo

All monorepos that are supported by [`workspace-tools@0.17.0`](https://github.com/microsoft/workspace-tools).
All monorepos that are supported by [`workspace-tools@0.29.1`](https://github.com/microsoft/workspace-tools/tree/workspace-tools_v0.29.1/packages/workspace-tools).

* [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces)
* [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/)
* [pnpm workspaces](https://pnpm.js.org/workspaces/)
* [lerna](https://lerna.js.org/)
* [rush](https://rushjs.io/)

## Inputs
Expand Down
12 changes: 6 additions & 6 deletions actions/monorepo-workspace-submodules-finder/dist/index.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions actions/monorepo-workspace-submodules-finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"test": "run-if-supported --verbose jest"
},
"dependencies": {
"@actions/core": "1.9.0",
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.0.3",
"@octokit/endpoint": "7.0.0",
"@actions/github": "5.1.1",
"@octokit/endpoint": "7.0.3",
"find-git-root": "1.0.4",
"path-starts-with": "2.0.0",
"validate-npm-package-name": "4.0.0",
"workspace-tools": "0.21.0"
"validate-npm-package-name": "5.0.0",
"workspace-tools": "0.29.1"
},
"devDependencies": {
"@sounisi5011/run-if-supported": "1.1.1",
Expand Down
133 changes: 96 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c638e0

Please sign in to comment.