Skip to content

Commit

Permalink
chore(release): publish 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-eslint[bot] committed Feb 12, 2024
1 parent 05159c1 commit b27de99
Show file tree
Hide file tree
Showing 38 changed files with 644 additions and 125 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements ([#8377](https://github.com/typescript-eslint/typescript-eslint/pull/8377))
- add support for flat configs ([#7935](https://github.com/typescript-eslint/typescript-eslint/pull/7935))
- **utils:** revert removal of backwards-compat functions ([#8399](https://github.com/typescript-eslint/typescript-eslint/pull/8399))
- **website:** add ESQuery filter to URL state ([#8297](https://github.com/typescript-eslint/typescript-eslint/pull/8297))

### 🩹 Fixes

- **eslint-plugin:** [prefer-find] stop throwing type errors when converting symbols to numbers ([#8390](https://github.com/typescript-eslint/typescript-eslint/pull/8390))
- **website:** [playground] trigger lint when eslintrc and tsconfig changed ([#8391](https://github.com/typescript-eslint/typescript-eslint/pull/8391))

#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements ([#8377](https://github.com/typescript-eslint/typescript-eslint/pull/8377))

### ❤️ Thank You

- Brad Zacher @bradzacher
- Kirk Waiblinger @kirkwaiblinger
- StyleShit @StyleShit
- YeonJuan @yeonjuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down
23 changes: 23 additions & 0 deletions packages/ast-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

- add support for flat configs


#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

### ❤️ Thank You

- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/ast-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/ast-spec",
"version": "6.21.0",
"version": "7.0.0",
"description": "Complete specification for the TypeScript-ESTree AST",
"private": true,
"keywords": [
Expand Down
23 changes: 23 additions & 0 deletions packages/eslint-plugin-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

- add support for flat configs


#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

### ❤️ Thank You

- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-plugin-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin-internal",
"version": "6.21.0",
"version": "7.0.0",
"private": true,
"main": "dist/index.js",
"types": "index.d.ts",
Expand All @@ -15,10 +15,10 @@
},
"dependencies": {
"@prettier/sync": "^0.5.0",
"@typescript-eslint/rule-tester": "6.21.0",
"@typescript-eslint/scope-manager": "6.21.0",
"@typescript-eslint/type-utils": "6.21.0",
"@typescript-eslint/utils": "6.21.0",
"@typescript-eslint/rule-tester": "7.0.0",
"@typescript-eslint/scope-manager": "7.0.0",
"@typescript-eslint/type-utils": "7.0.0",
"@typescript-eslint/utils": "7.0.0",
"prettier": "^3.0.3"
},
"devDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/eslint-plugin-tslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

- add support for flat configs


#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

### ❤️ Thank You

- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin-tslint",
"version": "6.21.0",
"version": "7.0.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": "6.21.0"
"@typescript-eslint/utils": "7.0.0"
},
"peerDependencies": {
"eslint": "^8.56.0",
Expand All @@ -55,7 +55,7 @@
},
"devDependencies": {
"@types/lodash": "*",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/parser": "7.0.0",
"jest": "29.7.0",
"prettier": "^3.0.3",
"rimraf": "*"
Expand Down
28 changes: 28 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

- add support for flat configs


### 🩹 Fixes

- **eslint-plugin:** [prefer-find] stop throwing type errors when converting symbols to numbers


#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

### ❤️ Thank You

- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin",
"version": "6.21.0",
"version": "7.0.0",
"description": "TypeScript plugin for ESLint",
"files": [
"dist",
Expand Down Expand Up @@ -61,10 +61,10 @@
},
"dependencies": {
"@eslint-community/regexpp": "^4.5.1",
"@typescript-eslint/scope-manager": "6.21.0",
"@typescript-eslint/type-utils": "6.21.0",
"@typescript-eslint/utils": "6.21.0",
"@typescript-eslint/visitor-keys": "6.21.0",
"@typescript-eslint/scope-manager": "7.0.0",
"@typescript-eslint/type-utils": "7.0.0",
"@typescript-eslint/utils": "7.0.0",
"@typescript-eslint/visitor-keys": "7.0.0",
"debug": "^4.3.4",
"graphemer": "^1.4.0",
"ignore": "^5.2.4",
Expand All @@ -76,8 +76,8 @@
"@types/debug": "*",
"@types/marked": "*",
"@types/natural-compare": "*",
"@typescript-eslint/rule-schema-to-typescript-types": "6.21.0",
"@typescript-eslint/rule-tester": "6.21.0",
"@typescript-eslint/rule-schema-to-typescript-types": "7.0.0",
"@typescript-eslint/rule-tester": "7.0.0",
"ajv": "^6.12.6",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
Expand Down
23 changes: 23 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

- add support for flat configs


#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

### ❤️ Thank You

- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/integration-tests",
"version": "6.21.0",
"version": "7.0.0",
"private": true,
"scripts": {
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
Expand Down
23 changes: 23 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

- add support for flat configs


#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

### ❤️ Thank You

- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down
10 changes: 5 additions & 5 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/parser",
"version": "6.21.0",
"version": "7.0.0",
"description": "An ESLint custom parser which leverages TypeScript ESTree",
"files": [
"dist",
Expand Down Expand Up @@ -51,10 +51,10 @@
"eslint": "^8.56.0"
},
"dependencies": {
"@typescript-eslint/scope-manager": "6.21.0",
"@typescript-eslint/types": "6.21.0",
"@typescript-eslint/typescript-estree": "6.21.0",
"@typescript-eslint/visitor-keys": "6.21.0",
"@typescript-eslint/scope-manager": "7.0.0",
"@typescript-eslint/types": "7.0.0",
"@typescript-eslint/typescript-estree": "7.0.0",
"@typescript-eslint/visitor-keys": "7.0.0",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/repo-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

- add support for flat configs


#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

### ❤️ Thank You

- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/repo-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/repo-tools",
"version": "6.21.0",
"version": "7.0.0",
"private": true,
"scripts": {
"//": "NOTE: intentionally no build step in this package",
Expand Down
23 changes: 23 additions & 0 deletions packages/rule-schema-to-typescript-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 7.0.0 (2024-02-12)


### 🚀 Features

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

- add support for flat configs


#### ⚠️ Breaking Changes

- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

### ❤️ Thank You

- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

## 6.21.0 (2024-02-05)


Expand Down

0 comments on commit b27de99

Please sign in to comment.