Skip to content

Commit

Permalink
build: bump to v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Feb 17, 2024
1 parent a9eaaec commit 44f7629
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ghinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-shared-config",
"version": "5.1.1",
"version": "5.1.2",
"description": "One shared config to rule them all",
"keywords": [
"automated",
Expand Down
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,33 @@
<details>
<summary>Dependencies</summary>

- Changed **[ignorefile-merge](https://www.npmjs.com/package/ignorefile-merge)** from `^1.1.0` to `^1.1.1`
- Bumped **[package-json-helper](https://www.npmjs.com/package/package-json-helper)** from `^5.0.2` to `^6.0.0`
- Bumped **[tasktree-cli](https://www.npmjs.com/package/tasktree-cli)** from `^7.0.0` to `^8.0.0`
- Changed **[glob](https://www.npmjs.com/package/glob)** from `^10.3.3` to `^10.3.10`
- Changed **[ignorefile-merge](https://www.npmjs.com/package/ignorefile-merge)** from `^1.1.1` to `^1.1.2`
- Changed **[package-json-helper](https://www.npmjs.com/package/package-json-helper)** from `^6.0.0` to `^6.0.1`
- Changed **[tasktree-cli](https://www.npmjs.com/package/tasktree-cli)** from `^8.0.0` to `^8.1.0`
- Changed **[yaml](https://www.npmjs.com/package/yaml)** from `^2.3.1` to `^2.3.4`

</details>

<details>
<summary>Dev Dependencies</summary>

- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^11.0.0` to `^11.0.1`
- Removed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)**, with `^3.0.0`
- Removed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)**, with `^3.0.0`
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^11.0.1` to `^11.0.4`
- Changed **[@types/lodash.isequal](https://www.npmjs.com/package/@types/lodash.isequal)** from `^4.5.6` to `^4.5.8`
- Changed **[@types/lodash.unionwith](https://www.npmjs.com/package/@types/lodash.unionwith)** from `^4.6.7` to `^4.6.9`
- Changed **[@types/semver](https://www.npmjs.com/package/@types/semver)** from `^7.5.0` to `^7.5.7`
- Changed **[@types/strip-comments](https://www.npmjs.com/package/@types/strip-comments)** from `^2.0.1` to `^2.0.4`
- Changed **[ts-node](https://www.npmjs.com/package/ts-node)** from `^10.9.1` to `^10.9.2`
- Removed **[@types/glob](https://www.npmjs.com/package/@types/glob)**, with `^8.1.0`

</details>

# :memo: Internal changes

- Fix lint warnings [`ce6d395`](https://github.com/keindev/standard-shared-config/commit/ce6d395729ff0873f018765fdee7186f2ebc7bc9)

---

# Contributors

[![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)
[![@github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4&s=40)](https://github.com/github-actions%5Bbot%5D) [![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-shared-config",
"version": "5.1.1",
"version": "5.1.2",
"description": "One shared config to rule them all",
"license": "MIT",
"homepage": "https://github.com/keindev/standard-shared-config#readme",
Expand Down

0 comments on commit 44f7629

Please sign in to comment.