typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#590-httpsgithubcomtypescript-eslinttypescript-eslintcomparev581v590-2022-01-03)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.8.1...v5.9.0)
##### Features
- **experimental-utils:** move isTypeReadonly from eslint-plugin to experimental-utils ([#3658](https://togithub.com/typescript-eslint/typescript-eslint/issues/3658)) ([a9eb0b9](https://togithub.com/typescript-eslint/typescript-eslint/commit/a9eb0b9eb2db291ea36065ec34f84bf5c5504b43))
#### [5.8.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.8.0...v5.8.1) (2021-12-27)
##### Bug Fixes
- **eslint-plugin:** \[consistent-indexed-object-style] do not report for circular references ([#4347](https://togithub.com/typescript-eslint/typescript-eslint/issues/4347)) ([6edebcd](https://togithub.com/typescript-eslint/typescript-eslint/commit/6edebcda00053eecf7b3e55eeb3fe5d7fb9e7db7))
- **eslint-plugin:** \[consistent-type-definitions] correct fixer with declare keyword ([#4334](https://togithub.com/typescript-eslint/typescript-eslint/issues/4334)) ([0cd911a](https://togithub.com/typescript-eslint/typescript-eslint/commit/0cd911a916805d3b1f8043584e4685f3edd5c427))
- **eslint-plugin:** \[padding-line-between-statements] make function overloading is also processed ([#4345](https://togithub.com/typescript-eslint/typescript-eslint/issues/4345)) ([d31ec26](https://togithub.com/typescript-eslint/typescript-eslint/commit/d31ec264fe5f5cd27e8f522a485e106889f2d380))
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#590-httpsgithubcomtypescript-eslinttypescript-eslintcomparev581v590-2022-01-03)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.8.1...v5.9.0)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.8.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.8.0...v5.8.1) (2021-12-27)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
sveltejs/eslint-plugin-svelte3
### [`v3.3.0`](https://togithub.com/sveltejs/eslint-plugin-svelte3/blob/HEAD/CHANGELOG.md#330)
[Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte3/compare/v3.2.1...v3.3.0)
- Add injected globals when there's no instance script when using TypeScript
- Allow `$$Props`, `$$Slots`, `$$Events` interface/type usage
- Improve type inference for autosubscribed stores
- Silence false positives for ``
- Use TS 4.5 `preserveValueImports` if it's available
- Improve default setting for `svelte3/ignore-styles`: Now ignores styles if its tag has a `lang` or `type` attribute
- Improve fix range handling
okonet/lint-staged
### [`v12.1.7`](https://togithub.com/okonet/lint-staged/releases/v12.1.7)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.6...v12.1.7)
##### Bug Fixes
- resolve config modules with ESM createRequire ([#1082](https://togithub.com/okonet/lint-staged/issues/1082)) ([f9f6538](https://togithub.com/okonet/lint-staged/commit/f9f65380dc3fc6aaa5627abe92f4e26d5b7a25de))
### [`v12.1.6`](https://togithub.com/okonet/lint-staged/releases/v12.1.6)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.5...v12.1.6)
##### Bug Fixes
- always run non-git tasks in the current working directory ([893f3d7](https://togithub.com/okonet/lint-staged/commit/893f3d7825f73115a41ddb3be34af15f4c207315))
rollup/rollup
### [`v2.63.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#2630)
[Compare Source](https://togithub.com/rollup/rollup/compare/v2.62.0...v2.63.0)
*2022-01-04*
##### Features
- Report a helpful error if rollup exits due to an empty event loop when using `this.load` ([#4320](https://togithub.com/rollup/rollup/issues/4320))
- Allow directly mutating ModuleInfo.meta for modules and never replace this object ([#4328](https://togithub.com/rollup/rollup/issues/4328))
- Detect additional side effect free array prototype methods ([#4332](https://togithub.com/rollup/rollup/issues/4332))
##### Bug Fixes
- Do not watch if CLI watch options are specified but `--watch` is missing ([#4335](https://togithub.com/rollup/rollup/issues/4335))
##### Pull Requests
- [#4320](https://togithub.com/rollup/rollup/pull/4320): Detect unfulfilled async hook actions and report error on exit ([@kzc](https://togithub.com/kzc))
- [#4328](https://togithub.com/rollup/rollup/pull/4328): Make initial ModuleInfo.meta mutable and maintain object identity ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4318](https://togithub.com/rollup/rollup/pull/4318): Stabilize watch tests ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4331](https://togithub.com/rollup/rollup/pull/4331): Improve JS docs example ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4332](https://togithub.com/rollup/rollup/pull/4332): add support for Array.prototype.findLast,findLastIndex ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4333](https://togithub.com/rollup/rollup/pull/4333): convert utils.transform to async function ([@dnalborczyk](https://togithub.com/dnalborczyk))
- [#4335](https://togithub.com/rollup/rollup/pull/4335): Do not watch unless --watch is specified explicitly ([@lukastaegert](https://togithub.com/lukastaegert))
- [#4338](https://togithub.com/rollup/rollup/pull/4338): Add build delay for plugin event test ([@lukastaegert](https://togithub.com/lukastaegert))
sveltejs/svelte
### [`v3.45.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#3450)
[Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.44.3...v3.45.0)
- Fix non-boolean attribute rendering in SSR to render truthy values as-is ([#6121](https://togithub.com/sveltejs/svelte/issues/6121))
- Fix binding to a member expression also invalidating the member property ([#6921](https://togithub.com/sveltejs/svelte/issues/6921))
- Fix default values in `{#each}`/etc. destructurings not being considered references for the purposes of compiler warnings ([#6964](https://togithub.com/sveltejs/svelte/issues/6964))
- Fix `{:else if}` value incorrectly being cached ([#7043](https://togithub.com/sveltejs/svelte/pull/7043))
- Add `a11y-no-redundant-roles` warning ([#7067](https://togithub.com/sveltejs/svelte/pull/7067))
- Fix code generation error with arrow functions whose bodies are object destructuring assignments ([#7087](https://togithub.com/sveltejs/svelte/issues/7087))
egoist/tsup
### [`v5.11.11`](https://togithub.com/egoist/tsup/releases/v5.11.11)
[Compare Source](https://togithub.com/egoist/tsup/compare/v5.11.10...v5.11.11)
##### Bug Fixes
- plugins can't be pased to the worker ([b26ea64](https://togithub.com/egoist/tsup/commit/b26ea64fe87a877723fb6d031617a25c1625cae0))
lukeed/uvu
### [`v0.5.3`](https://togithub.com/lukeed/uvu/releases/v0.5.3)
[Compare Source](https://togithub.com/lukeed/uvu/compare/v0.5.2...v0.5.3)
#### Patches
- (diff) Prevent error when comparing `null` w/ Array ([#178](https://togithub.com/lukeed/uvu/issues/178), [#185](https://togithub.com/lukeed/uvu/issues/185)): [`c6ef0b7`](https://togithub.com/lukeed/uvu/commit/c6ef0b7)
*Thank you [@marvinhagemeister](https://togithub.com/marvinhagemeister)!*
- (cli/parse) Ignore `^.git` by default: [`ff50a71`](https://togithub.com/lukeed/uvu/commit/ff50a71)
- (cli) Check `--ignore` patterns before dir access ([#111](https://togithub.com/lukeed/uvu/issues/111)): [`730e7be`](https://togithub.com/lukeed/uvu/commit/730e7be)
#### Chores
- (examples) Add ["solidjs"](/examples/solidjs) example ([#152](https://togithub.com/lukeed/uvu/issues/152)): [`117457c`](https://togithub.com/lukeed/uvu/commit/117457c)
*Thank you [@atk](https://togithub.com/atk)~!*
- (docs) Add `assert.throws` example for async function testing ([#172](https://togithub.com/lukeed/uvu/issues/172)): [`957fa25`](https://togithub.com/lukeed/uvu/commit/957fa25)
*Thank you [@nohea](https://togithub.com/nohea)~!*
- (docs) Fix broken section link ([#180](https://togithub.com/lukeed/uvu/issues/180)): [`4baf4fe`](https://togithub.com/lukeed/uvu/commit/4baf4fe)
*Thank you [@rschristian](https://togithub.com/rschristian)~!*
***
> **Full Changelog**: https://github.com/lukeed/uvu/compare/v0.5.2...v0.5.3
Configuration
π Schedule: "before 3am on Monday" (UTC).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^1.0.0-next.213
->^1.0.0-next.218
^16.11.17
->^16.11.19
^5.8.1
->^5.9.0
^5.8.1
->^5.9.0
^3.2.1
->^3.3.0
^12.1.5
->^12.1.7
^2.62.0
->^2.63.0
^3.44.3
->^3.45.0
^5.11.10
->^5.11.11
^0.5.2
->^0.5.3
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#590-httpsgithubcomtypescript-eslinttypescript-eslintcomparev581v590-2022-01-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.8.1...v5.9.0) ##### Features - **experimental-utils:** move isTypeReadonly from eslint-plugin to experimental-utils ([#3658](https://togithub.com/typescript-eslint/typescript-eslint/issues/3658)) ([a9eb0b9](https://togithub.com/typescript-eslint/typescript-eslint/commit/a9eb0b9eb2db291ea36065ec34f84bf5c5504b43)) #### [5.8.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.8.0...v5.8.1) (2021-12-27) ##### Bug Fixes - **eslint-plugin:** \[consistent-indexed-object-style] do not report for circular references ([#4347](https://togithub.com/typescript-eslint/typescript-eslint/issues/4347)) ([6edebcd](https://togithub.com/typescript-eslint/typescript-eslint/commit/6edebcda00053eecf7b3e55eeb3fe5d7fb9e7db7)) - **eslint-plugin:** \[consistent-type-definitions] correct fixer with declare keyword ([#4334](https://togithub.com/typescript-eslint/typescript-eslint/issues/4334)) ([0cd911a](https://togithub.com/typescript-eslint/typescript-eslint/commit/0cd911a916805d3b1f8043584e4685f3edd5c427)) - **eslint-plugin:** \[padding-line-between-statements] make function overloading is also processed ([#4345](https://togithub.com/typescript-eslint/typescript-eslint/issues/4345)) ([d31ec26](https://togithub.com/typescript-eslint/typescript-eslint/commit/d31ec264fe5f5cd27e8f522a485e106889f2d380))typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#590-httpsgithubcomtypescript-eslinttypescript-eslintcomparev581v590-2022-01-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.8.1...v5.9.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.8.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.8.0...v5.8.1) (2021-12-27) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)sveltejs/eslint-plugin-svelte3
### [`v3.3.0`](https://togithub.com/sveltejs/eslint-plugin-svelte3/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte3/compare/v3.2.1...v3.3.0) - Add injected globals when there's no instance script when using TypeScript - Allow `$$Props`, `$$Slots`, `$$Events` interface/type usage - Improve type inference for autosubscribed stores - Silence false positives for `okonet/lint-staged
### [`v12.1.7`](https://togithub.com/okonet/lint-staged/releases/v12.1.7) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.6...v12.1.7) ##### Bug Fixes - resolve config modules with ESM createRequire ([#1082](https://togithub.com/okonet/lint-staged/issues/1082)) ([f9f6538](https://togithub.com/okonet/lint-staged/commit/f9f65380dc3fc6aaa5627abe92f4e26d5b7a25de)) ### [`v12.1.6`](https://togithub.com/okonet/lint-staged/releases/v12.1.6) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.5...v12.1.6) ##### Bug Fixes - always run non-git tasks in the current working directory ([893f3d7](https://togithub.com/okonet/lint-staged/commit/893f3d7825f73115a41ddb3be34af15f4c207315))rollup/rollup
### [`v2.63.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#2630) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.62.0...v2.63.0) *2022-01-04* ##### Features - Report a helpful error if rollup exits due to an empty event loop when using `this.load` ([#4320](https://togithub.com/rollup/rollup/issues/4320)) - Allow directly mutating ModuleInfo.meta for modules and never replace this object ([#4328](https://togithub.com/rollup/rollup/issues/4328)) - Detect additional side effect free array prototype methods ([#4332](https://togithub.com/rollup/rollup/issues/4332)) ##### Bug Fixes - Do not watch if CLI watch options are specified but `--watch` is missing ([#4335](https://togithub.com/rollup/rollup/issues/4335)) ##### Pull Requests - [#4320](https://togithub.com/rollup/rollup/pull/4320): Detect unfulfilled async hook actions and report error on exit ([@kzc](https://togithub.com/kzc)) - [#4328](https://togithub.com/rollup/rollup/pull/4328): Make initial ModuleInfo.meta mutable and maintain object identity ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4318](https://togithub.com/rollup/rollup/pull/4318): Stabilize watch tests ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4331](https://togithub.com/rollup/rollup/pull/4331): Improve JS docs example ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4332](https://togithub.com/rollup/rollup/pull/4332): add support for Array.prototype.findLast,findLastIndex ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4333](https://togithub.com/rollup/rollup/pull/4333): convert utils.transform to async function ([@dnalborczyk](https://togithub.com/dnalborczyk)) - [#4335](https://togithub.com/rollup/rollup/pull/4335): Do not watch unless --watch is specified explicitly ([@lukastaegert](https://togithub.com/lukastaegert)) - [#4338](https://togithub.com/rollup/rollup/pull/4338): Add build delay for plugin event test ([@lukastaegert](https://togithub.com/lukastaegert))sveltejs/svelte
### [`v3.45.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#3450) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.44.3...v3.45.0) - Fix non-boolean attribute rendering in SSR to render truthy values as-is ([#6121](https://togithub.com/sveltejs/svelte/issues/6121)) - Fix binding to a member expression also invalidating the member property ([#6921](https://togithub.com/sveltejs/svelte/issues/6921)) - Fix default values in `{#each}`/etc. destructurings not being considered references for the purposes of compiler warnings ([#6964](https://togithub.com/sveltejs/svelte/issues/6964)) - Fix `{:else if}` value incorrectly being cached ([#7043](https://togithub.com/sveltejs/svelte/pull/7043)) - Add `a11y-no-redundant-roles` warning ([#7067](https://togithub.com/sveltejs/svelte/pull/7067)) - Fix code generation error with arrow functions whose bodies are object destructuring assignments ([#7087](https://togithub.com/sveltejs/svelte/issues/7087))egoist/tsup
### [`v5.11.11`](https://togithub.com/egoist/tsup/releases/v5.11.11) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.11.10...v5.11.11) ##### Bug Fixes - plugins can't be pased to the worker ([b26ea64](https://togithub.com/egoist/tsup/commit/b26ea64fe87a877723fb6d031617a25c1625cae0))lukeed/uvu
### [`v0.5.3`](https://togithub.com/lukeed/uvu/releases/v0.5.3) [Compare Source](https://togithub.com/lukeed/uvu/compare/v0.5.2...v0.5.3) #### Patches - (diff) Prevent error when comparing `null` w/ Array ([#178](https://togithub.com/lukeed/uvu/issues/178), [#185](https://togithub.com/lukeed/uvu/issues/185)): [`c6ef0b7`](https://togithub.com/lukeed/uvu/commit/c6ef0b7) *Thank you [@marvinhagemeister](https://togithub.com/marvinhagemeister)!* - (cli/parse) Ignore `^.git` by default: [`ff50a71`](https://togithub.com/lukeed/uvu/commit/ff50a71) - (cli) Check `--ignore` patterns before dir access ([#111](https://togithub.com/lukeed/uvu/issues/111)): [`730e7be`](https://togithub.com/lukeed/uvu/commit/730e7be) #### Chores - (examples) Add ["solidjs"](/examples/solidjs) example ([#152](https://togithub.com/lukeed/uvu/issues/152)): [`117457c`](https://togithub.com/lukeed/uvu/commit/117457c) *Thank you [@atk](https://togithub.com/atk)~!* - (docs) Add `assert.throws` example for async function testing ([#172](https://togithub.com/lukeed/uvu/issues/172)): [`957fa25`](https://togithub.com/lukeed/uvu/commit/957fa25) *Thank you [@nohea](https://togithub.com/nohea)~!* - (docs) Fix broken section link ([#180](https://togithub.com/lukeed/uvu/issues/180)): [`4baf4fe`](https://togithub.com/lukeed/uvu/commit/4baf4fe) *Thank you [@rschristian](https://togithub.com/rschristian)~!* *** > **Full Changelog**: https://github.com/lukeed/uvu/compare/v0.5.2...v0.5.3Configuration
π Schedule: "before 3am on Monday" (UTC).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.