Skip to content

Commit

Permalink
Merge branch 'main' into v6
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Jun 24, 2023
2 parents 36b65eb + c09b1c0 commit 371fc26
Show file tree
Hide file tree
Showing 31 changed files with 181 additions and 63 deletions.
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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)


### Features

* **eslint-plugin:** [restrict-plus-operands] add allow* options ([#6161](https://github.com/typescript-eslint/typescript-eslint/issues/6161)) ([def09f8](https://github.com/typescript-eslint/typescript-eslint/commit/def09f88cdb4a85cebb8619b45931f7e2c88dfc0))





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/typescript-eslint
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "5.59.11",
"version": "5.60.0",
"npmClient": "yarn",
"stream": true
}
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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)

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





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/ast-spec
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-spec/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/ast-spec",
"version": "5.59.11",
"version": "5.60.0",
"description": "Complete specification for the TypeScript-ESTree AST",
"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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)

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





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-plugin-internal/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin-internal",
"version": "5.59.11",
"version": "5.60.0",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,10 +14,10 @@
},
"dependencies": {
"@types/prettier": "*",
"@typescript-eslint/rule-tester": "5.59.11",
"@typescript-eslint/scope-manager": "5.59.11",
"@typescript-eslint/type-utils": "5.59.11",
"@typescript-eslint/utils": "5.59.11",
"@typescript-eslint/rule-tester": "5.60.0",
"@typescript-eslint/scope-manager": "5.60.0",
"@typescript-eslint/type-utils": "5.60.0",
"@typescript-eslint/utils": "5.60.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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)

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





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**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.59.11",
"version": "5.60.0",
"main": "dist/index.js",
"typings": "src/index.ts",
"description": "ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint",
Expand Down Expand Up @@ -46,7 +46,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@typescript-eslint/utils": "5.59.11"
"@typescript-eslint/utils": "5.60.0"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
Expand All @@ -55,7 +55,7 @@
},
"devDependencies": {
"@types/lodash": "*",
"@typescript-eslint/parser": "5.59.11"
"@typescript-eslint/parser": "5.60.0"
},
"funding": {
"type": "opencollective",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin/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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)


### Features

* **eslint-plugin:** [restrict-plus-operands] add allow* options ([#6161](https://github.com/typescript-eslint/typescript-eslint/issues/6161)) ([def09f8](https://github.com/typescript-eslint/typescript-eslint/commit/def09f88cdb4a85cebb8619b45931f7e2c88dfc0))





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/eslint-plugin
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin",
"version": "5.59.11",
"version": "5.60.0",
"description": "TypeScript plugin for ESLint",
"files": [
"dist",
Expand Down Expand Up @@ -55,9 +55,9 @@
},
"dependencies": {
"@eslint-community/regexpp": "^4.5.0",
"@typescript-eslint/scope-manager": "5.59.11",
"@typescript-eslint/type-utils": "5.59.11",
"@typescript-eslint/utils": "5.59.11",
"@typescript-eslint/scope-manager": "5.60.0",
"@typescript-eslint/type-utils": "5.60.0",
"@typescript-eslint/utils": "5.60.0",
"debug": "^4.3.4",
"grapheme-splitter": "^1.0.4",
"ignore": "^5.2.4",
Expand All @@ -70,8 +70,8 @@
"@types/marked": "*",
"@types/natural-compare": "*",
"@types/prettier": "*",
"@typescript-eslint/rule-schema-to-typescript-types": "5.59.11",
"@typescript-eslint/rule-tester": "5.59.11",
"@typescript-eslint/rule-schema-to-typescript-types": "5.60.0",
"@typescript-eslint/rule-tester": "5.60.0",
"cross-fetch": "*",
"jest-specific-snapshot": "*",
"json-schema": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/parser/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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)

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





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/parser
Expand Down
10 changes: 5 additions & 5 deletions packages/parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/parser",
"version": "5.59.11",
"version": "5.60.0",
"description": "An ESLint custom parser which leverages TypeScript ESTree",
"files": [
"dist",
Expand Down Expand Up @@ -51,10 +51,10 @@
"eslint": "^7.0.0 || ^8.0.0"
},
"dependencies": {
"@typescript-eslint/scope-manager": "5.59.11",
"@typescript-eslint/types": "5.59.11",
"@typescript-eslint/typescript-estree": "5.59.11",
"@typescript-eslint/visitor-keys": "5.59.11",
"@typescript-eslint/scope-manager": "5.60.0",
"@typescript-eslint/types": "5.60.0",
"@typescript-eslint/typescript-estree": "5.60.0",
"@typescript-eslint/visitor-keys": "5.60.0",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/repo-tools",
"version": "5.59.11",
"version": "5.60.0",
"private": true,
"scripts": {
"build": "tsc -b tsconfig.build.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/rule-schema-to-typescript-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/rule-schema-to-typescript-types",
"version": "5.59.11",
"version": "5.60.0",
"private": true,
"type": "commonjs",
"exports": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@typescript-eslint/type-utils": "5.59.11",
"@typescript-eslint/type-utils": "5.60.0",
"natural-compare": "^1.4.0",
"prettier": "*"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/rule-tester/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/rule-tester",
"version": "5.59.11",
"version": "5.60.0",
"description": "Tooling to test ESLint rules",
"files": [
"dist",
Expand Down Expand Up @@ -47,8 +47,8 @@
},
"//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
"dependencies": {
"@typescript-eslint/typescript-estree": "5.59.11",
"@typescript-eslint/utils": "5.59.11",
"@typescript-eslint/typescript-estree": "5.60.0",
"@typescript-eslint/utils": "5.60.0",
"lodash.merge": "4.6.2",
"semver": "^7.3.7",
"ajv": "^6.10.0"
Expand All @@ -58,7 +58,7 @@
"eslint": ">=8"
},
"devDependencies": {
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/parser": "5.60.0",
"@types/lodash.merge": "4.6.7",
"chai": "^4.0.1",
"mocha": "^8.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/scope-manager/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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)

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





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/scope-manager
Expand Down
8 changes: 4 additions & 4 deletions packages/scope-manager/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/scope-manager",
"version": "5.59.11",
"version": "5.60.0",
"description": "TypeScript scope analyser for ESLint",
"files": [
"dist",
Expand Down Expand Up @@ -44,12 +44,12 @@
"typecheck": "nx typecheck"
},
"dependencies": {
"@typescript-eslint/types": "5.59.11",
"@typescript-eslint/visitor-keys": "5.59.11"
"@typescript-eslint/types": "5.60.0",
"@typescript-eslint/visitor-keys": "5.60.0"
},
"devDependencies": {
"@types/glob": "*",
"@typescript-eslint/typescript-estree": "5.59.11",
"@typescript-eslint/typescript-estree": "5.60.0",
"glob": "*",
"jest-specific-snapshot": "*",
"make-dir": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/type-utils/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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)

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





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/type-utils
Expand Down
8 changes: 4 additions & 4 deletions packages/type-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/type-utils",
"version": "5.59.11",
"version": "5.60.0",
"description": "Type utilities for working with TypeScript + ESLint together",
"files": [
"dist",
Expand Down Expand Up @@ -45,13 +45,13 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "5.59.11",
"@typescript-eslint/utils": "5.59.11",
"@typescript-eslint/typescript-estree": "5.60.0",
"@typescript-eslint/utils": "5.60.0",
"debug": "^4.3.4",
"ts-api-utils": "^1.0.0"
},
"devDependencies": {
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/parser": "5.60.0",
"ajv": "^8.12.0",
"typescript": "*"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/types/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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)

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





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/types",
"version": "5.59.11",
"version": "5.60.0",
"description": "Types for the TypeScript-ESTree AST spec",
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-estree/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.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)

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





## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)

**Note:** Version bump only for package @typescript-eslint/typescript-estree
Expand Down

0 comments on commit 371fc26

Please sign in to comment.