Update all non-major dependencies (minor) - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@types/mocha | devDependencies | minor | 9.0.0 -> 9.1.0 |
@typescript-eslint/eslint-plugin | devDependencies | minor | 5.9.1 -> 5.10.0 |
@typescript-eslint/parser | devDependencies | minor | 5.9.1 -> 5.10.0 |
rollup (source) | devDependencies | minor | 2.64.0 -> 2.66.0 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.10.0
Bug Fixes
- eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#4250) (d053cde)
- eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#4458) (f4016c2)
- eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#4448) (e56f1e5)
- eslint-plugin: [no-magic-numbers] handle bigint in class props (#4411) (c8e650f)
Features
- rename
experimental-utils
toutils
and makeexperimental-utils
an alias to the new package (#4172) (1d55a75)
5.9.1 (2022-01-10)
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.10.0
Features
- rename
experimental-utils
toutils
and makeexperimental-utils
an alias to the new package (#4172) (1d55a75)
5.9.1 (2022-01-10)
Note: Version bump only for package @typescript-eslint/parser
rollup/rollup
v2.66.0
2022-01-22
Features
- Note if a module has a default export in ModuleInfo to allow writing better proxy modules (#4356)
- Add option to wait until all imported ids have been resolved when awaiting
this.load
(#4358)
Merge Requests
- #4356: Add hasDefaultExport to ModuleInfo (@lukastaegert)
- #4358: Add "resolveDependencies" option to "this.load" (@lukastaegert)
v2.65.0
2022-01-21
Features
- Add complete import resolution objects to ModuleInfo for use in
this.load
(#4354)
Bug Fixes
- Use correct context in plugin hooks with
perf: true
(#4357)
Merge Requests
- #4351: refactor: re-use source mapping url (@dnalborczyk)
- #4352: refactor: replace require-relative with built-in require.resolve (@dnalborczyk)
- #4353: chore: bump deps (@dnalborczyk)
- #4354: Add importedIdResolutions to moduleInfo (@lukastaegert)
- #4355: chore: remove external from config (@dnalborczyk)
- #4357: fix: timed plugin context (@dnalborczyk)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph