Skip to content

Commit

Permalink
Merge branch 'main' into node-version/drop-support-v12
Browse files Browse the repository at this point in the history
  • Loading branch information
sounisi5011 authored Jun 20, 2022
2 parents fded00e + 446476c commit 3d9be61
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@

| Package | Version | Dependencies |
|-|-|-|
| [`monorepo-workspace-submodules-finder-action`](./actions/monorepo-workspace-submodules-finder) | [`v1.2.6`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.2.6/actions/monorepo-workspace-submodules-finder) | [![Dependency Status](https://status.david-dm.org/gh/sounisi5011/npm-packages.svg?path=actions%2Fmonorepo-workspace-submodules-finder)](https://david-dm.org/sounisi5011/npm-packages?path=actions%2Fmonorepo-workspace-submodules-finder) |
| [`monorepo-workspace-submodules-finder-action`](./actions/monorepo-workspace-submodules-finder) | [`v1.2.7`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.2.7/actions/monorepo-workspace-submodules-finder) | [![Dependency Status](https://status.david-dm.org/gh/sounisi5011/npm-packages.svg?path=actions%2Fmonorepo-workspace-submodules-finder)](https://david-dm.org/sounisi5011/npm-packages?path=actions%2Fmonorepo-workspace-submodules-finder) |
12 changes: 12 additions & 0 deletions actions/monorepo-workspace-submodules-finder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.2.7](https://www.github.com/sounisi5011/npm-packages/compare/monorepo-workspace-submodules-finder-action-v1.2.6...monorepo-workspace-submodules-finder-action-v1.2.7) (2022-06-20)

### Bug Fixes

* **monorepo-workspace-submodules-finder-action:** update Node.js used on the environment where the action is executed to Node.js v16 ([#503](https://www.github.com/sounisi5011/npm-packages/issues/503)) ([7244df5](https://www.github.com/sounisi5011/npm-packages/commit/7244df5b357338fe5dc500843cb2b53fc103770f))

### Commits

* [`7244df5`](https://www.github.com/sounisi5011/npm-packages/commit/7244df5b357338fe5dc500843cb2b53fc103770f) fix(monorepo-workspace-submodules-finder-action): update Node.js used on the environment where the action is executed to Node.js v16 (#503)
* [`7dc0b7d`](https://www.github.com/sounisi5011/npm-packages/commit/7dc0b7dc6e99ec0b123b193a199d6c7f19a6835c) chore(deps): lock file maintenance (#501)
* [`233dff6`](https://www.github.com/sounisi5011/npm-packages/commit/233dff684d4c37ec9bc97cb3058ac881b21d07da) chore(deps): update dependency typescript to v4.7.4 (#497)

### [1.2.6](https://www.github.com/sounisi5011/npm-packages/compare/monorepo-workspace-submodules-finder-action-v1.2.5...monorepo-workspace-submodules-finder-action-v1.2.6) (2022-06-17)


Expand Down
2 changes: 1 addition & 1 deletion actions/monorepo-workspace-submodules-finder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-workspace-submodules-finder-action",
"version": "1.2.6",
"version": "1.2.7",
"description": "Get the path and package name of a node submodules in npm/yarn/pnpm workspaces",
"homepage": "https://github.com/sounisi5011/npm-packages/tree/main/actions/monorepo-workspace-submodules-finder#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/is-property-accessible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@types/jest": "28.1.2",
"glob-exec": "0.1.1",
"jest": "28.1.1",
"rollup": "2.75.6",
"rollup": "2.75.7",
"ts-jest": "28.0.5",
"tsd": "0.21.0",
"tslib": "2.4.0",
Expand Down
20 changes: 10 additions & 10 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 3d9be61

Please sign in to comment.