Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e44a1a2

Browse files
chore(release): publish 7.7.0
1 parent fda5704 commit e44a1a2

File tree

36 files changed

+257
-122
lines changed

36 files changed

+257
-122
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
4+
### 🚀 Features
5+
6+
- **eslint-plugin:** replace `no-new-symbol` with `no-new-native-nonconstructor` ([#8895](https://github.com/typescript-eslint/typescript-eslint/pull/8895))
7+
- **typescript-estree:** add defaultProject for project service ([#8815](https://github.com/typescript-eslint/typescript-eslint/pull/8815))
8+
9+
### ❤️ Thank You
10+
11+
- Dave @reduckted
12+
- Josh Goldberg ✨
13+
14+
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.
15+
116
## 7.6.0 (2024-04-08)
217

318

packages/ast-spec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for ast-spec to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/ast-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/ast-spec",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin-internal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for eslint-plugin-internal to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/eslint-plugin-internal/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin-internal",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "index.d.ts",
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@prettier/sync": "^0.5.1",
18-
"@typescript-eslint/rule-tester": "7.6.0",
19-
"@typescript-eslint/scope-manager": "7.6.0",
20-
"@typescript-eslint/type-utils": "7.6.0",
21-
"@typescript-eslint/utils": "7.6.0",
18+
"@typescript-eslint/rule-tester": "7.7.0",
19+
"@typescript-eslint/scope-manager": "7.7.0",
20+
"@typescript-eslint/type-utils": "7.7.0",
21+
"@typescript-eslint/utils": "7.7.0",
2222
"prettier": "^3.2.5"
2323
},
2424
"devDependencies": {

packages/eslint-plugin/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
4+
### 🚀 Features
5+
6+
- **eslint-plugin:** replace `no-new-symbol` with `no-new-native-nonconstructor`
7+
8+
9+
### ❤️ Thank You
10+
11+
- Dave
12+
- Josh Goldberg ✨
13+
14+
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.
15+
116
## 7.6.0 (2024-04-08)
217

318

packages/eslint-plugin/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -62,10 +62,10 @@
6262
},
6363
"dependencies": {
6464
"@eslint-community/regexpp": "^4.10.0",
65-
"@typescript-eslint/scope-manager": "7.6.0",
66-
"@typescript-eslint/type-utils": "7.6.0",
67-
"@typescript-eslint/utils": "7.6.0",
68-
"@typescript-eslint/visitor-keys": "7.6.0",
65+
"@typescript-eslint/scope-manager": "7.7.0",
66+
"@typescript-eslint/type-utils": "7.7.0",
67+
"@typescript-eslint/utils": "7.7.0",
68+
"@typescript-eslint/visitor-keys": "7.7.0",
6969
"debug": "^4.3.4",
7070
"graphemer": "^1.4.0",
7171
"ignore": "^5.3.1",
@@ -78,8 +78,8 @@
7878
"@types/marked": "*",
7979
"@types/mdast": "^4.0.3",
8080
"@types/natural-compare": "*",
81-
"@typescript-eslint/rule-schema-to-typescript-types": "7.6.0",
82-
"@typescript-eslint/rule-tester": "7.6.0",
81+
"@typescript-eslint/rule-schema-to-typescript-types": "7.7.0",
82+
"@typescript-eslint/rule-tester": "7.7.0",
8383
"ajv": "^6.12.6",
8484
"chalk": "^5.3.0",
8585
"cross-env": "^7.0.3",

packages/integration-tests/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for integration-tests to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/integration-tests",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"private": true,
55
"scripts": {
66
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",

packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for parser to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/parser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/parser",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -52,10 +52,10 @@
5252
"eslint": "^8.56.0"
5353
},
5454
"dependencies": {
55-
"@typescript-eslint/scope-manager": "7.6.0",
56-
"@typescript-eslint/types": "7.6.0",
57-
"@typescript-eslint/typescript-estree": "7.6.0",
58-
"@typescript-eslint/visitor-keys": "7.6.0",
55+
"@typescript-eslint/scope-manager": "7.7.0",
56+
"@typescript-eslint/types": "7.7.0",
57+
"@typescript-eslint/typescript-estree": "7.7.0",
58+
"@typescript-eslint/visitor-keys": "7.7.0",
5959
"debug": "^4.3.4"
6060
},
6161
"devDependencies": {

packages/repo-tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for repo-tools to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/repo-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/repo-tools",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"private": true,
55
"scripts": {
66
"//": "NOTE: intentionally no build step in this package",

packages/rule-schema-to-typescript-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/rule-schema-to-typescript-types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-schema-to-typescript-types",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -34,8 +34,8 @@
3434
"typecheck": "tsc -p tsconfig.json --noEmit"
3535
},
3636
"dependencies": {
37-
"@typescript-eslint/type-utils": "7.6.0",
38-
"@typescript-eslint/utils": "7.6.0",
37+
"@typescript-eslint/type-utils": "7.7.0",
38+
"@typescript-eslint/utils": "7.7.0",
3939
"natural-compare": "^1.4.0",
4040
"prettier": "^3.2.5"
4141
},

packages/rule-tester/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/rule-tester/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-tester",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Tooling to test ESLint rules",
55
"files": [
66
"dist",
@@ -48,8 +48,8 @@
4848
},
4949
"//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
5050
"dependencies": {
51-
"@typescript-eslint/typescript-estree": "7.6.0",
52-
"@typescript-eslint/utils": "7.6.0",
51+
"@typescript-eslint/typescript-estree": "7.7.0",
52+
"@typescript-eslint/utils": "7.7.0",
5353
"ajv": "^6.12.6",
5454
"lodash.merge": "4.6.2",
5555
"semver": "^7.6.0"
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@types/lodash.merge": "4.6.9",
63-
"@typescript-eslint/parser": "7.6.0",
63+
"@typescript-eslint/parser": "7.7.0",
6464
"chai": "^4.4.1",
6565
"mocha": "^10.4.0",
6666
"sinon": "^16.1.3",

packages/scope-manager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for scope-manager to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/scope-manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/scope-manager",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "TypeScript scope analyser for ESLint",
55
"files": [
66
"dist",
@@ -46,12 +46,12 @@
4646
"typecheck": "npx nx typecheck"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/types": "7.6.0",
50-
"@typescript-eslint/visitor-keys": "7.6.0"
49+
"@typescript-eslint/types": "7.7.0",
50+
"@typescript-eslint/visitor-keys": "7.7.0"
5151
},
5252
"devDependencies": {
5353
"@types/glob": "*",
54-
"@typescript-eslint/typescript-estree": "7.6.0",
54+
"@typescript-eslint/typescript-estree": "7.7.0",
5555
"glob": "*",
5656
"jest-specific-snapshot": "*",
5757
"make-dir": "*",

packages/type-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/type-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/type-utils",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Type utilities for working with TypeScript + ESLint together",
55
"files": [
66
"dist",
@@ -46,13 +46,13 @@
4646
"typecheck": "tsc -p tsconfig.json --noEmit"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/typescript-estree": "7.6.0",
50-
"@typescript-eslint/utils": "7.6.0",
49+
"@typescript-eslint/typescript-estree": "7.7.0",
50+
"@typescript-eslint/utils": "7.7.0",
5151
"debug": "^4.3.4",
5252
"ts-api-utils": "^1.3.0"
5353
},
5454
"devDependencies": {
55-
"@typescript-eslint/parser": "7.6.0",
55+
"@typescript-eslint/parser": "7.7.0",
5656
"ajv": "^6.12.6",
5757
"downlevel-dts": "*",
5858
"jest": "29.7.0",

packages/types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for types to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/types",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Types for the TypeScript-ESTree AST spec",
55
"files": [
66
"dist",

packages/typescript-eslint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
4+
5+
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+
17
## 7.6.0 (2024-04-08)
28

39

packages/typescript-eslint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-eslint",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Tooling which enables you to use TypeScript with ESLint",
55
"files": [
66
"dist",
@@ -55,9 +55,9 @@
5555
"eslint": "^8.56.0"
5656
},
5757
"dependencies": {
58-
"@typescript-eslint/eslint-plugin": "7.6.0",
59-
"@typescript-eslint/parser": "7.6.0",
60-
"@typescript-eslint/utils": "7.6.0"
58+
"@typescript-eslint/eslint-plugin": "7.7.0",
59+
"@typescript-eslint/parser": "7.7.0",
60+
"@typescript-eslint/utils": "7.7.0"
6161
},
6262
"devDependencies": {
6363
"downlevel-dts": "*",

packages/typescript-estree/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 7.7.0 (2024-04-15)
2+
3+
4+
### 🚀 Features
5+
6+
- **typescript-estree:** add defaultProject for project service
7+
8+
9+
### ❤️ Thank You
10+
11+
- Dave
12+
- Josh Goldberg ✨
13+
14+
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.
15+
116
## 7.6.0 (2024-04-08)
217

318

0 commit comments

Comments
 (0)