Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.11.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 5, 2021
1 parent a22d785 commit b5b16f5
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 192 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.11.1](https://github.com/AtomLinter/linter-tslint/compare/v1.11.0...v1.11.1) (2021-04-05)


### Bug Fixes

* accessing failure private property ([dd4d646](https://github.com/AtomLinter/linter-tslint/commit/dd4d6464b0c34dee21f163ef252561acec83cb82))
* add extends manually if Tslint fails to do so ([f20ac36](https://github.com/AtomLinter/linter-tslint/commit/f20ac3659e27f79f6ba46fdd0d0709c731edf332))
* fix the null-ness, types, and bugs in worker ([290dd0e](https://github.com/AtomLinter/linter-tslint/commit/290dd0ece787eaf897c637a9f83605252379e668))
* load tslint dynamically ([c2189f7](https://github.com/AtomLinter/linter-tslint/commit/c2189f74d8873fab023cd82a3aa63923406fcd99))

# [1.11.0](https://github.com/AtomLinter/linter-tslint/compare/v1.10.43...v1.11.0) (2021-04-05)


Expand Down
6 changes: 5 additions & 1 deletion dist/compat-shim.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
import type * as Tslint from "tslint";
export declare function shim(Linter: Function): typeof Tslint.Linter;
declare type LinterTslintV3 = (filePath: string, text: string, configuration: Tslint.ILinterOptions) => {
lint: () => Tslint.LintResult[];
};
export declare function shim(Linter: LinterTslintV3): typeof Tslint.Linter;
export {};
201 changes: 13 additions & 188 deletions dist/tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@
"affectsGlobalScope": false
},
"../lib/compat-shim.ts": {
"version": "9beed7934c1be9de6795b18c1f46a041ca13cdd18c4f04a00003ed5ac3f154d3",
"signature": "4fbb92b73948713415014fd8727b22f4007275b2ef13f64d79bcf6bca1a4c6ee",
"version": "9f65bb058759a30e643980435ee2a013c877e0b0b4ab6f76f675d81ac5c89a12",
"signature": "ff909562273d0877e7a960d72948e2be40895597ae24a9a93bba93c265251017",
"affectsGlobalScope": false
},
"../lib/config.ts": {
Expand Down Expand Up @@ -1067,7 +1067,7 @@
"affectsGlobalScope": false
},
"../lib/worker.ts": {
"version": "213678b5832967bea6fdca5dabc83f384bbd218616abd9395c189acba4fd1c32",
"version": "dd29d3a4212eeced8a50be8f2d6e24bebf15caf237f4b7cf00302043522f210a",
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
"affectsGlobalScope": false
},
Expand Down Expand Up @@ -2549,78 +2549,35 @@
[
{
"file": "../lib/compat-shim.ts",
"start": 267,
"length": 7,
"messageText": "Parameter 'options' implicitly has an 'any' type.",
"category": 1,
"code": 7006
},
{
"file": "../lib/compat-shim.ts",
"start": 282,
"start": 444,
"length": 4,
"messageText": "'this' implicitly has type 'any' because it does not have a type annotation.",
"category": 1,
"code": 2683
},
{
"file": "../lib/compat-shim.ts",
"start": 310,
"start": 472,
"length": 4,
"messageText": "'this' implicitly has type 'any' because it does not have a type annotation.",
"category": 1,
"code": 2683
},
{
"file": "../lib/compat-shim.ts",
"start": 491,
"length": 8,
"messageText": "Parameter 'filePath' implicitly has an 'any' type.",
"category": 1,
"code": 7006
},
{
"file": "../lib/compat-shim.ts",
"start": 501,
"length": 4,
"messageText": "Parameter 'text' implicitly has an 'any' type.",
"start": 828,
"length": 35,
"messageText": "'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.",
"category": 1,
"code": 7006
"code": 7009
},
{
"file": "../lib/compat-shim.ts",
"start": 507,
"length": 13,
"messageText": "Parameter 'configuration' implicitly has an 'any' type.",
"category": 1,
"code": 7006
},
{
"file": "../lib/compat-shim.ts",
"start": 607,
"length": 6,
"code": 2351,
"category": 1,
"messageText": {
"messageText": "This expression is not constructable.",
"category": 1,
"code": 2351,
"next": [
{
"messageText": "Type 'Function' has no construct signatures.",
"category": 1,
"code": 2761
}
]
}
},
{
"file": "../lib/compat-shim.ts",
"start": 743,
"start": 998,
"length": 18,
"code": 2740,
"category": 1,
"messageText": "Type '(options: any) => void' is missing the following properties from type 'typeof Linter': VERSION, findConfiguration, findConfigurationPath, getRulesDirectories, and 3 more."
"messageText": "Type '(options: ILinterOptions) => void' is missing the following properties from type 'typeof Linter': VERSION, findConfiguration, findConfigurationPath, getRulesDirectories, and 3 more."
}
]
],
Expand All @@ -2634,120 +2591,7 @@
[
{
"file": "../lib/worker.ts",
"start": 1499,
"length": 10,
"code": 2345,
"category": 1,
"messageText": {
"messageText": "Argument of type 'string | undefined' is not assignable to parameter of type 'string'.",
"category": 1,
"code": 2345,
"next": [
{
"messageText": "Type 'undefined' is not assignable to type 'string'.",
"category": 1,
"code": 2322
}
]
}
},
{
"file": "../lib/worker.ts",
"start": 1705,
"length": 10,
"code": 2345,
"category": 1,
"messageText": {
"messageText": "Argument of type 'string | undefined' is not assignable to parameter of type 'string'.",
"category": 1,
"code": 2345,
"next": [
{
"messageText": "Type 'undefined' is not assignable to type 'string'.",
"category": 1,
"code": 2322
}
]
}
},
{
"file": "../lib/worker.ts",
"start": 1836,
"length": 6,
"messageText": "Variable 'linter' is used before being assigned.",
"category": 1,
"code": 2454
},
{
"file": "../lib/worker.ts",
"start": 2492,
"length": 32,
"code": 2322,
"category": 1,
"messageText": {
"messageText": "Type 'typeof Linter | undefined' is not assignable to type 'typeof Linter'.",
"category": 1,
"code": 2322,
"next": [
{
"messageText": "Type 'undefined' is not assignable to type 'typeof Linter'.",
"category": 1,
"code": 2322
}
]
}
},
{
"file": "../lib/worker.ts",
"start": 3536,
"length": 6,
"messageText": "Variable 'prefix' is used before being assigned.",
"category": 1,
"code": 2454
},
{
"file": "../lib/worker.ts",
"start": 4641,
"length": 7,
"messageText": "Variable 'program' is used before being assigned.",
"category": 1,
"code": 2454
},
{
"file": "../lib/worker.ts",
"start": 4674,
"length": 7,
"messageText": "Parameter 'failure' implicitly has an 'any' type.",
"category": 1,
"code": 7006
},
{
"file": "../lib/worker.ts",
"start": 6278,
"length": 7,
"messageText": "Variable 'program' is used before being assigned.",
"category": 1,
"code": 2454
},
{
"file": "../lib/worker.ts",
"start": 6608,
"length": 12,
"code": 2339,
"category": 1,
"messageText": "Property 'failureCount' does not exist on type 'LintResult'."
},
{
"file": "../lib/worker.ts",
"start": 6720,
"length": 9,
"code": 2339,
"category": 1,
"messageText": "Property 'infoCount' does not exist on type 'LintResult'."
},
{
"file": "../lib/worker.ts",
"start": 7866,
"start": 9647,
"length": 27,
"code": 2322,
"category": 1,
Expand All @@ -2766,26 +2610,7 @@
},
{
"file": "../lib/worker.ts",
"start": 8227,
"length": 8,
"code": 2345,
"category": 1,
"messageText": {
"messageText": "Argument of type 'string | undefined' is not assignable to parameter of type 'string'.",
"category": 1,
"code": 2345,
"next": [
{
"messageText": "Type 'undefined' is not assignable to type 'string'.",
"category": 1,
"code": 2322
}
]
}
},
{
"file": "../lib/worker.ts",
"start": 8253,
"start": 10034,
"length": 4,
"messageText": "'emit' cannot be used as a value because it was imported using 'import type'.",
"category": 1,
Expand Down

0 comments on commit b5b16f5

Please sign in to comment.