Skip to content

Commit

Permalink
Merge branch 'main' into typeof-this
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Jun 26, 2022
2 parents d42ecff + 2600f7f commit 042c6f2
Show file tree
Hide file tree
Showing 111 changed files with 1,179 additions and 1,296 deletions.
Expand Up @@ -31,7 +31,7 @@ body:
- Your issue requires some complex setup - such as multiple files or a specific folder structure.
***Please do not use this template.*** Instead, select the
["Report a complex bug you encountered by providing an isolated reproduction repository" template](https://github.com/typescript-eslint/typescript-eslint/issues/new?template=7-bug-report-complex.yaml).
["Report a complex bug you encountered by providing an isolated reproduction repository" template](https://github.com/typescript-eslint/typescript-eslint/issues/new?template=08-bug-report-complex.yaml).
***Help us to help you!***
placeholder: https://typescript-eslint.io/play/...
validations:
Expand Down
Expand Up @@ -25,7 +25,7 @@ body:
value: |
### Note For Complex Issues
If your issue requires some complex reproduction - such as multiple files or a specific folder structure - please do not use this template.
Instead, select the ["Report a Complex Bug With a Reproduction Repository" template](https://github.com/typescript-eslint/typescript-eslint/issues/new?template=7-bug-report-complex.yaml).
Instead, select the ["Report a Complex Bug With a Reproduction Repository" template](https://github.com/typescript-eslint/typescript-eslint/issues/new?template=08-bug-report-complex.yaml).
***Help us to help you!***
- type: dropdown
id: package
Expand Down
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/09-config-change.yaml
@@ -0,0 +1,36 @@
name: "♻ Propose a Change to Preset Configurations"
description: "Propose an addition, removal, or general change to a preset config"
title: "Configs: <a short description of my proposal>"
labels:
- "package: eslint-plugin"
- "preset config change"
- triage
body:
- type: checkboxes
id: sanity-checks
attributes:
label: Before You File a Proposal Please Confirm You Have Done The Following...
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
options:
- label: I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22preset+config+change%22+) and found none that match my proposal.
required: true
- label: I have [read the FAQ](https://typescript-eslint.io/docs/linting/troubleshooting) and my problem is not listed.
required: true
- type: textarea
id: description
attributes:
label: Description
description: Explain what your proposed config change would do and why this is useful.
placeholder: We should enable <XYZ> super duper useful fancy rule for the recommended config!
validations:
required: true
- type: textarea
id: impacted-configs
attributes:
label: Impacted Configurations
description: Which existing config(s) does this issue request changing?
- type: textarea
id: additional
attributes:
label: Additional Info
description: Any additional info you'd like to provide.
4 changes: 0 additions & 4 deletions .husky/pre-push

This file was deleted.

3 changes: 2 additions & 1 deletion .markdownlint.json
Expand Up @@ -69,7 +69,8 @@
"details",
"summary",
"Tabs",
"TabItem"
"TabItem",
"RulesTable"
]
},
// MD034/no-bare-urls - Bare URL used
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)


### Features

* **website:** open issue with rule name if only one rule is enabled ([#5190](https://github.com/typescript-eslint/typescript-eslint/issues/5190)) ([b229ee4](https://github.com/typescript-eslint/typescript-eslint/commit/b229ee4ace1417d2d4f7d6cafa039f073e845c3a))





# [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "5.28.0",
"version": "5.29.0",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -39,7 +39,6 @@
"lint": "cross-env NODE_OPTIONS=\"--max-old-space-size=16384\" eslint .",
"postinstall": "yarn husky install && yarn build",
"pre-commit": "yarn lint-staged",
"pre-push": "yarn check-format",
"start": "nx run website:start",
"test": "nx run-many --target=test --all --parallel",
"test-integration": "yarn jest -c ./tests/integration/jest.config.js",
Expand Down Expand Up @@ -91,7 +90,7 @@
"jest-diff": "^28.1.0",
"jest-snapshot": "^28.1.0",
"jest-specific-snapshot": "^5.0.0",
"lerna": "5.1.2",
"lerna": "5.1.4",
"lint-staged": "^13.0.0",
"make-dir": "^3.1.0",
"markdownlint-cli": "^0.31.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/ast-spec/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)

**Note:** Version bump only for package @typescript-eslint/ast-spec





# [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/ast-spec/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/ast-spec",
"version": "5.28.0",
"version": "5.29.0",
"description": "TypeScript-ESTree AST spec",
"private": true,
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-internal/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)

**Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal





# [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)

**Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-internal/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin-internal",
"version": "5.28.0",
"version": "5.29.0",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@types/prettier": "*",
"@typescript-eslint/scope-manager": "5.28.0",
"@typescript-eslint/utils": "5.28.0",
"@typescript-eslint/scope-manager": "5.29.0",
"@typescript-eslint/utils": "5.29.0",
"prettier": "*"
}
}
8 changes: 8 additions & 0 deletions packages/eslint-plugin-tslint/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)

**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint





# [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)

**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-tslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin-tslint",
"version": "5.28.0",
"version": "5.29.0",
"main": "dist/index.js",
"typings": "src/index.ts",
"description": "TSLint wrapper plugin for ESLint",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@typescript-eslint/utils": "5.28.0",
"@typescript-eslint/utils": "5.29.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand All @@ -48,6 +48,6 @@
},
"devDependencies": {
"@types/lodash": "*",
"@typescript-eslint/parser": "5.28.0"
"@typescript-eslint/parser": "5.29.0"
}
}
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)

**Note:** Version bump only for package @typescript-eslint/eslint-plugin





# [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)


Expand Down

0 comments on commit 042c6f2

Please sign in to comment.