@typescript-eslint/typescript-estree 8.17.1-alpha.0 → 8.17.1-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +17 -24
  2. package/package.json +6 -8
package/LICENSE CHANGED
@@ -1,28 +1,21 @@
1
- BSD 2-Clause License
1
+ MIT License
2
2
 
3
- TypeScript ESTree
3
+ Copyright (c) 2019 typescript-eslint and other contributors
4
4
 
5
- Originally extracted from:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
6
11
 
7
- TypeScript ESLint Parser
8
- Copyright JS Foundation and other contributors, https://js.foundation
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
9
14
 
10
- Redistribution and use in source and binary forms, with or without
11
- modification, are permitted provided that the following conditions are met:
12
-
13
- - Redistributions of source code must retain the above copyright
14
- notice, this list of conditions and the following disclaimer.
15
- - Redistributions in binary form must reproduce the above copyright
16
- notice, this list of conditions and the following disclaimer in the
17
- documentation and/or other materials provided with the distribution.
18
-
19
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22
- ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
23
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
26
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/typescript-estree",
3
- "version": "8.17.1-alpha.0",
3
+ "version": "8.17.1-alpha.10",
4
4
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
5
5
  "files": [
6
6
  "dist",
@@ -33,7 +33,7 @@
33
33
  "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
34
34
  },
35
35
  "homepage": "https://typescript-eslint.io/packages/typescript-estree",
36
- "license": "BSD-2-Clause",
36
+ "license": "MIT",
37
37
  "keywords": [
38
38
  "ast",
39
39
  "estree",
@@ -54,8 +54,8 @@
54
54
  "typecheck": "tsc --noEmit"
55
55
  },
56
56
  "dependencies": {
57
- "@typescript-eslint/types": "8.17.1-alpha.0",
58
- "@typescript-eslint/visitor-keys": "8.17.1-alpha.0",
57
+ "@typescript-eslint/types": "8.17.1-alpha.10",
58
+ "@typescript-eslint/visitor-keys": "8.17.1-alpha.10",
59
59
  "debug": "^4.3.4",
60
60
  "fast-glob": "^3.3.2",
61
61
  "is-glob": "^4.0.3",
@@ -72,10 +72,8 @@
72
72
  "tmp": "*",
73
73
  "typescript": "*"
74
74
  },
75
- "peerDependenciesMeta": {
76
- "typescript": {
77
- "optional": true
78
- }
75
+ "peerDependencies": {
76
+ "typescript": ">=4.8.4 <5.8.0"
79
77
  },
80
78
  "funding": {
81
79
  "type": "opencollective",