Sourced from @typescript-eslint/eslint-plugin
's
releases.
v7.16.0
7.16.0 (2024-07-08)
🚀 Features
- ast-spec: add parent property to AccessorProperty node types (#9487)
- eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
- eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
- eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
- rule-tester: stricter rule test validations (#9086)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.11.0 (#9497)- eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
(#9515, #9263)- eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled (#9492)- utils: context.parserPath may be undefined (#9486)
- website: react key error on internal pages of website (#9506)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
- Josh Goldberg ✨
- Juan Sanchez
@JSanchezIO
- Vinccool96
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
7.16.0 (2024-07-08)
🚀 Features
rule-tester: stricter rule test validations
eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
eslint-plugin: add support for nested namespaces to unsafe-member-access
eslint-plugin: [no-floating-promises] add checkThenables option
🩹 Fixes
deps: update dependency
@eslint-community/regexpp
to v4.11.0eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
website: react key error on internal pages of website
eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
e803c50
chore(release): publish 7.16.07b13dae
fix(eslint-plugin): [restrict-template-expressions] don't report tuples
if `a...3c6290d
fix(eslint-plugin): [no-floating-promises] add suggestions
to tests from #9...63d17dd
feat(eslint-plugin): [no-floating-promises] add checkThenables option
(#9263)d685948
feat(eslint-plugin): add support for nested namespaces to
unsafe-member-acces...451e738
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add
new r...88dd828
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7
(#9473)a1a9b09
chore(eslint-plugin): re-using logic from builtinSymbolLike in
no-implied-eva...d364160
docs: [class-methods-use-this] fix typo (#9494)7e2b77d
feat(rule-tester): stricter rule test validations (#9086)Sourced from @typescript-eslint/parser
's
releases.
v7.16.0
7.16.0 (2024-07-08)
🚀 Features
- ast-spec: add parent property to AccessorProperty node types (#9487)
- eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
- eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
- eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
- rule-tester: stricter rule test validations (#9086)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.11.0 (#9497)- eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
(#9515, #9263)- eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled (#9492)- utils: context.parserPath may be undefined (#9486)
- website: react key error on internal pages of website (#9506)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
- Josh Goldberg ✨
- Juan Sanchez
@JSanchezIO
- Vinccool96
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/parser
's
changelog.
7.16.0 (2024-07-08)
🩹 Fixes
deps: update dependency
@eslint-community/regexpp
to v4.11.0website: react key error on internal pages of website
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
e803c50
chore(release): publish 7.16.0Sourced from eslint-plugin-import-x's releases.
v3.0.1
Patch Changes
#109
fe3121a
Thanks@SukkaW
! - Makeeslint-plugin-import-x
overall faster by refactoring theExportMap
util#111
5cce946
Thanks@SukkaW
! - Drastically improveno-cycle
's performance by skipping unnecessary BFSes using Tarjan's SCC.v3.0.0
Major Changes
#106
19f10aa
Thanks@SukkaW
! -eslint-plugin-import-x
is a fork ofeslint-plugin-import
that aims to provide a more performant and more lightweight version of the original plugin.Due to the nature of the fork, all
eslint-plugin-import
's git tags and releases have been copied over toeslint-plugin-import-x
. This causes version conflicts when publishing new versions ofeslint-plugin-import-x
.To prevent this, we have decided to publish a new major version of
eslint-plugin-import-x
that will not conflict with the originaleslint-plugin-import
's versions.See also un-ts/eslint-plugin-import-x#76
Patch Changes
v2.29.1
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.
[Unreleased]
[2.29.1] - 2023-12-14
Fixed
- [
no-extraneous-dependencies
]: ignoreexport type { ... } from '...'
whenincludeTypes
isfalse
(#2919, thanks [@Pandemic1617
])- [
no-unused-modules
]: support export patterns with array destructuring (#2930, thanks [@ljharb
])- [Deps] update
tsconfig-paths
(#2447, thanks [@domdomegg
])[2.29.0] - 2023-10-22
Added
- TypeScript config: add .cts and .mts extensions (#2851, thanks [
@Zamiell
])- [
newline-after-import
]: new optionexactCount
and docs update (#1933, thanks [@anikethsaha
] and [@reosarevok
])- [
newline-after-import
]: fixexactCount
withconsiderComments
false positive, when there is a leading comment (#2884, thanks [@kinland
])[2.28.1] - 2023-08-18
... (truncated)
Sourced from eslint-plugin-import-x's changelog.
3.0.1
Patch Changes
#109
fe3121a
Thanks@SukkaW
! - Makeeslint-plugin-import-x
overall faster by refactoring theExportMap
util#111
5cce946
Thanks@SukkaW
! - Drastically improveno-cycle
's performance by skipping unnecessary BFSes using Tarjan's SCC.3.0.0
Major Changes
#106
19f10aa
Thanks@SukkaW
! -eslint-plugin-import-x
is a fork ofeslint-plugin-import
that aims to provide a more performant and more lightweight version of the original plugin.Due to the nature of the fork, all
eslint-plugin-import
's git tags and releases have been copied over toeslint-plugin-import-x
. This causes version conflicts when publishing new versions ofeslint-plugin-import-x
.To prevent this, we have decided to publish a new major version of
eslint-plugin-import-x
that will not conflict with the originaleslint-plugin-import
's versions.See also un-ts/eslint-plugin-import-x#76
Patch Changes
f2f6a48
chore: release eslint-plugin-import-x (#110)5cce946
perf: improve rule no-cycle
using strongly connected
components (#111)fe3121a
perf: make ExportMap
util and no-cycle
rule
faster (#109)e340575
chore: release eslint-plugin-import-x (#105)19f10aa
chore: an attempt to bump eslint-plugin-import-x
into 3.x
(#106)eb5a673
docs: update repository url (#108)2d45869
perf(#103):
make no-duplicates
way faster (#104)Sourced from ts-jest's releases.
v29.2.2
Please refer to CHANGELOG.md for details.
v29.2.1
Please refer to CHANGELOG.md for details.
v29.2.0
Please refer to CHANGELOG.md for details.
Sourced from ts-jest's changelog.
29.2.2 (2024-07-10)
Bug Fixes
29.2.1 (2024-07-10)
Bug Fixes
- fix: move
ejs
todep
instead ofpeerDep
(26e31a7)- fix: set
allowSyntheticDefaultImports
properly (ff4b302), closes #4156- fix(compiler): support
Node16/NodeNext
value fortarget
(2f5cc0c), closes #419829.2.0 (2024-07-08)
Bug Fixes
Features
- feat(cli): allow migrating cjs
presets
totransform
config (22fb027)- feat(presets): add util functions to create ESM presets (06f78ed), close #4200
- feat(presets): add util functions to create CJS presets (f9cc3c0), close #4200
Code refactoring
- refactor: replace lodash deps with native js implementation (40f1708)
- refactor: use
TsJestTransformerOptions
type everywhere possibly (7d001be)- refactor(cli): use new preset util functions to initialize test config (c2b56ca)
- refactor(presets): use create preset util functions for cjs presets (922d6d0)
- test: switch
react-app
to use Vite (827c8ad)DEPRECATIONS
- refactor(cli): deprecate cli option
babel
(9617029). Please use CLI argument--js babel
instead.createJestPreset
is deprecated. Please check documentation at https://kulshekhar.github.io/ts-jest/docs/getting-started/presets to see alternative solutions.
f944262
chore(release): 29.2.294db43f
fix(compiler): update memory cache after changing module
valuee80594d
build(deps): Update dependency ts-jest to ^29.2.1b669f23
chore(release): 29.2.1ff4b302
fix: set allowSyntheticDefaultImports
properly083cd89
test(examples): use module: Node16
for CJS tests where
possible54b374a
test(examples): replace globals.d.ts
with
@types/jest
for projects2f5cc0c
fix(compiler): support Node16/NodeNext
value for
target
7201375
test(examples): use preset util functions in all example projects26e31a7
fix: move ejs
to dep
instead of
peerDep
Sourced from typescript-eslint's releases.
v7.16.0
7.16.0 (2024-07-08)
🚀 Features
- ast-spec: add parent property to AccessorProperty node types (#9487)
- eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
- eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
- eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
- rule-tester: stricter rule test validations (#9086)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.11.0 (#9497)- eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
(#9515, #9263)- eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled (#9492)- utils: context.parserPath may be undefined (#9486)
- website: react key error on internal pages of website (#9506)
❤️ Thank You
- Abraham Guo
- auvred
@auvred
- Josh Goldberg ✨
- Juan Sanchez
@JSanchezIO
- Vinccool96
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
7.16.0 (2024-07-08)
🚀 Features
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
🩹 Fixes
deps: update dependency
@eslint-community/regexpp
to v4.11.0website: react key error on internal pages of website
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
e803c50
chore(release): publish 7.16.0451e738
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add
new r...88dd828
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7
(#9473)