Skip to content

Commit

Permalink
build: Merge pull request #179 from tagproject/dev
Browse files Browse the repository at this point in the history
build: release v11.0.3
  • Loading branch information
Daniil Ryazanov authored Feb 13, 2024
2 parents cb1d64f + 54da169 commit 4570501
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 30 deletions.
26 changes: 5 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,22 @@

## Dependencies

<details>
<summary>Dependencies</summary>

- Changed **[standard-shared-config](https://www.npmjs.com/package/standard-shared-config)** from `5.1.0` to `5.x`

</details>

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

- Changed **[@tagproject/base-shared-config](https://www.npmjs.com/package/@tagproject/base-shared-config)** from `^4.0.2` to `4.x`
- Changed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^3.0.2` to `3.x`
- Changed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^4.0.1` to `4.X`

</details>

<details>
<summary>Peer Dependencies</summary>

- Changed **[@types/jest](https://www.npmjs.com/package/@types/jest)** from `*` to `*`
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `*` to `*`
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `*` to `*`
- Changed **[rimraf](https://www.npmjs.com/package/rimraf)** from `*` to `*`
- Bumped **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `6.x` to `7.x`
- Bumped **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `6.x` to `7.x`
- Bumped **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `4.x` to `5.x`
- Bumped **[husky](https://www.npmjs.com/package/husky)** from `8.x` to `9.x`

</details>

# :memo: Internal changes

- Fix readme versions [`d0c3542`](https://github.com/tagproject/ts-package-shared-config/commit/d0c3542350f707270a4e53fd109149934cf852d1)

---

# Contributors

[![@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)
[![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ npm install @tagproject/ts-package-shared-config --save-dev
#### dependencies:

- [@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config): `3.x`
- [@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config): `3.x`
- [@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config): `4.x`
- [@types/jest](https://www.npmjs.com/package/@types/jest): `latest`
- [@types/node](https://www.npmjs.com/package/@types/node): `latest`
- [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin): `6.x`
- [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser): `6.x`
- [changelog-guru](https://www.npmjs.com/package/changelog-guru): `4.x`
- [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin): `7.x`
- [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser): `7.x`
- [changelog-guru](https://www.npmjs.com/package/changelog-guru): `5.x`
- [eslint](https://www.npmjs.com/package/eslint): `8.x`
- [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier): `8.x`
- [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier): `9.x`
- [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import): `2.x`
- [eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest): `27.x`
- [eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node): `11.x`
- [eslint-plugin-optimize-regex](https://www.npmjs.com/package/eslint-plugin-optimize-regex): `1.x`
- [eslint-plugin-promise](https://www.npmjs.com/package/eslint-plugin-promise): `6.x`
- [ghinfo](https://www.npmjs.com/package/ghinfo): `latest`
- [husky](https://www.npmjs.com/package/husky): `8.x`
- [husky](https://www.npmjs.com/package/husky): `9.x`
- [jest](https://www.npmjs.com/package/jest): `29.x`
- [rimraf](https://www.npmjs.com/package/rimraf): `latest`
- [ts-jest](https://www.npmjs.com/package/ts-jest): `29.x`
Expand Down
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": "@tagproject/ts-package-shared-config",
"version": "11.0.2",
"version": "11.0.3",
"description": "Standard shared config for tagproject packages with Node.js and TypeScript",
"license": "MIT",
"homepage": "https://github.com/tagproject/ts-package-shared-config#readme",
Expand Down

0 comments on commit 4570501

Please sign in to comment.