Skip to content

Commit

Permalink
build: Merge pull request #170 from tagproject/dev
Browse files Browse the repository at this point in the history
build: release v10.1.1
  • Loading branch information
Daniil Ryazanov authored Jul 21, 2023
2 parents 6ad29e1 + d303567 commit 02c4184
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
1 change: 0 additions & 1 deletion .config/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
"ignore": [0, 1, 2, 8, 10, 16]
}
],
"@typescript-eslint/no-parameter-properties": "error",
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-unnecessary-type-arguments": "warn",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_$" }],
Expand Down
33 changes: 1 addition & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,6 @@
# Important Changes

## Dependencies

<details>
<summary>Dependencies</summary>

- Changed **[standard-shared-config](https://www.npmjs.com/package/standard-shared-config)** from `^4.0.18` to `^4.1.0`

</details>

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

- Changed **[@tagproject/base-shared-config](https://www.npmjs.com/package/@tagproject/base-shared-config)** from `^3.3.5` to `^3.3.6`
- Changed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^1.1.2` to `^1.1.3`
- Changed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^2.0.5` to `^2.0.10`
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^6.15.0` to `^6.31.2`
- Changed **[husky](https://www.npmjs.com/package/husky)** from `^8.0.2` to `^8.0.3`
- Bumped **[prettier](https://www.npmjs.com/package/prettier)** from `^2.8.0` to `^3.0.0`

</details>

# :fire: Improvements

- Add `onlyOneSimpleParam` to `no-confusing-arrow` rule [`9a1033b`](https://github.com/tagproject/ts-package-shared-config/commit/9a1033baac95fa2df3b78fb9258856d8712c51c2)

# :bug: Bug Fixes

- Bump config deps [`b5da85f`](https://github.com/tagproject/ts-package-shared-config/commit/b5da85fe3cbe1702fa8eb6c9dd16664bc660515f)

# :memo: Internal changes

- Fix deps versions [`58ae669`](https://github.com/tagproject/ts-package-shared-config/commit/58ae66953e697c41068dbcb5afc90433e9781f76)
- Previously deprecated rules are deleted [`ce7e97c`](https://github.com/tagproject/ts-package-shared-config/commit/ce7e97cfb58eb64cecf96982ef7b7443add3b4e3)

---

Expand Down
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": "10.1.0",
"version": "10.1.1",
"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 02c4184

Please sign in to comment.