-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update typescript-eslint monorepo to v4 (major) #590
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/major-typescript-eslint-monorepo
branch
from
May 21, 2020 19:18
f3436dd
to
84a6942
Compare
renovate
bot
changed the title
fix(deps): update dependency @typescript-eslint/experimental-utils to v3
chore(deps): update typescript-eslint monorepo to v3 (major)
May 21, 2020
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo to v3 (major)
chore(deps): update typescript-eslint monorepo (major)
May 25, 2020
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo (major)
chore(deps): update typescript-eslint monorepo to v3 (major)
May 25, 2020
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo to v3 (major)
chore(deps): update typescript-eslint monorepo (major)
Jun 8, 2020
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo (major)
chore(deps): update typescript-eslint monorepo to v3 (major)
Jun 8, 2020
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo to v3 (major)
chore(deps): update typescript-eslint monorepo (major)
Jun 15, 2020
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo (major)
chore(deps): update typescript-eslint monorepo to v3 (major)
Jun 15, 2020
renovate
bot
force-pushed
the
renovate/major-typescript-eslint-monorepo
branch
from
June 21, 2020 08:32
84a6942
to
a2636a0
Compare
renovate
bot
force-pushed
the
renovate/major-typescript-eslint-monorepo
branch
from
July 4, 2020 15:52
a2636a0
to
6809055
Compare
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo to v3 (major)
chore(deps): update typescript-eslint monorepo (major)
Jul 20, 2020
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo (major)
chore(deps): update typescript-eslint monorepo to v3 (major)
Jul 20, 2020
SimenB
added a commit
that referenced
this pull request
Aug 22, 2020
SimenB
added a commit
that referenced
this pull request
Aug 24, 2020
renovate
bot
changed the title
chore(deps): update typescript-eslint monorepo to v3 (major)
chore(deps): update typescript-eslint monorepo to v4 (major)
Aug 31, 2020
renovate
bot
force-pushed
the
renovate/major-typescript-eslint-monorepo
branch
from
August 31, 2020 17:18
6809055
to
dd6672b
Compare
SimenB
added a commit
that referenced
this pull request
Aug 31, 2020
github-actions bot
pushed a commit
that referenced
this pull request
Sep 4, 2020
# [24.0.0](v23.20.0...v24.0.0) (2020-09-04) ### Bug Fixes * **no-large-snapshots:** run on all files regardless of type ([#637](#637)) ([22113db](22113db)), closes [#370](#370) * remove Jasmine globals ([#596](#596)) ([a0e2bc5](a0e2bc5)) * update to typescript-eslint@4 ([1755965](1755965)), closes [#590](#590) ### Code Refactoring * **no-test-callback:** rename rule to `no-done-callback` ([#653](#653)) ([e15a8d1](e15a8d1)) ### Features * **no-done-callback:** support hooks ([#656](#656)) ([3e6cb44](3e6cb44)), closes [#649](#649) [#651](#651) * add `no-conditional-expect` to the recommended ruleset ([40cd89d](40cd89d)) * add `no-deprecated-functions` to the recommended ruleset ([5b2af00](5b2af00)) * add `no-interpolation-in-snapshots` to the recommended ruleset ([3705dff](3705dff)) * add `valid-title` to recommended ruleset ([41f7873](41f7873)) * drop support for node 8 ([#570](#570)) ([6788e72](6788e72)) * set `no-jasmine-globals` to `error` in recommended ruleset ([7080952](7080952)) * **no-large-snapshots:** remove `whitelistedSnapshots` option ([8c1c0c9](8c1c0c9)) ### BREAKING CHANGES * **no-done-callback:** `no-done-callback` will now report hooks using callbacks as well, not just tests * **no-test-callback:** rename `no-test-callback` to `no-done-callback` * recommend `no-conditional-expect` rule * recommend `no-interpolation-in-snapshots` rule * recommend `no-deprecated-functions` rule * recommend `valid-title` rule * recommend erroring for `no-jasmine-globals` rule * **no-large-snapshots:** `no-large-snapshots` runs on all files regardless of type * Jasmine globals are no marked as such * Node 10+ required
🎉 This issue has been resolved in version 24.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.5.0
->^4.0.0
^2.5.0
->^4.0.0
^2.5.0
->^4.0.0
Release Notes
typescript-eslint/typescript-eslint
v4.0.1
Compare Source
Bug Fixes
v4.0.0
Compare Source
Bug Fixes
Features
ts-expect-error
toallow-with-description
(#2351) (a3f163a), closes #2146strictNullChecks
turned on (#2345) (9273441)consistent-type-imports
rule (#2367) (58b1c2d)BREAKING CHANGES
typescript-estree: - removes the ability to supply a
RegExp
toprojectFolderIgnoreList
, and changes the meaning of the string value from a regex to a glob.Removed AST_NODE_TYPES.Import. This is a minor breaking change as the node type that used this was removed ages ago.
eslint-plugin: Default rule options is a breaking change.
3.10.1 (2020-08-25)
Bug Fixes
v3.10.1
Compare Source
Bug Fixes
v3.10.0
Compare Source
Bug Fixes
Features
no-implicit-any-catch
rule (#2202) (fde89d4)3.9.1 (2020-08-17)
Bug Fixes
test
method's argument type doesn't have an 'includes' method (#2391) (71c4c72)v3.9.1
Compare Source
Bug Fixes
test
method's argument type doesn't have an 'includes' method (#2391) (71c4c72)v3.9.0
Compare Source
Bug Fixes
Features
v3.8.0
Compare Source
Bug Fixes
Function
is imported (#2348) (fa169e7)Features
prefer-enum-initializers
rule (#2326) (4f38ea3)3.7.1 (2020-07-27)
Bug Fixes
call
(#2313) (30fafb0)v3.7.1
Compare Source
Bug Fixes
call
(#2313) (30fafb0)v3.7.0
Compare Source
Features
const
variables (#2291) (156d058)decoratedFunctions
option (#2295) (88f08f4)3.6.1 (2020-07-13)
Bug Fixes
v3.6.1
Compare Source
Bug Fixes
v3.6.0
Compare Source
Bug Fixes
allowDeclarations
(#2238) (c1df669)Features
prefer-literal-enum-member
(#1898) (fe2b2ec)v3.5.0
Compare Source
Bug Fixes
Features
v3.4.0
Compare Source
Bug Fixes
Features
no-loss-of-precision
(#2196) (535b0f2)v3.3.0
Compare Source
Bug Fixes
Features
v3.2.0
Compare Source
Bug Fixes
Features
ignoreStringArrays
option (#1972) (6dee784)ban-tslint-comment
(#2140) (43ee226)no-confusing-non-null-assertion
(#1941) (9b51c44)v3.1.0
Compare Source
Bug Fixes
Features
false
value (#2137) (1cb8ca4)3.0.2 (2020-05-27)
Bug Fixes
3.0.1 (2020-05-25)
Bug Fixes
Intl
(#2090) (f2fa82c)CLIEngine
&ESLint
(#2083) (014341b)BigInt
with_
numeric separator (#2067) (66f1627)v3.0.2
Compare Source
Bug Fixes
v3.0.1
Compare Source
Bug Fixes
Intl
(#2090) (f2fa82c)CLIEngine
&ESLint
(#2083) (014341b)BigInt
with_
numeric separator (#2067) (66f1627)v3.0.0
Compare Source
Please see the release notes for v3.0.0
Bug Fixes
Import
node type (f199cbd)TSEmptyBodyFunctionExpression
for body-less nodes (#1289) (82e7163)Features
checkArrayPredicates
and always check it (#1579) (bfd9b60)null
/undefined
(#1659) (7fa9060)allowNumber: true
by default (#2005) (643ec24)allowNullable
toallowNullish
(#2006) (264b017)ignoreRHS
(#1163) (ee8dd8f)eslint-recommended
set (#1996) (9a96e18)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.