b5acc58a79
Bump json5 from 2.2.0 to 2.2.3
2023-03-25 13:28:52 +00:00
d52868e5a3
Bump http-cache-semantics from 4.1.0 to 4.1.1
2023-03-25 13:27:35 +00:00
580fd497a2
Update dependency typescript to v5 ( #275 )
...
continuous-integration/drone/push Build is failing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/ ) ([source](https://github.com/Microsoft/TypeScript )) | devDependencies | major | [`^4.5.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/typescript/4.5.2/5.0.2 ) |
---
### Release Notes
<details>
<summary>Microsoft/TypeScript</summary>
### [`v5.0.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.0.2 ): TypeScript 5.0
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/ ).
For new features, check out the [What's new in TypeScript v5.0.2]().
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript v5.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+ ).
- [fixed issues query for Typescript v5.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+ ).
- [fixed issues query for Typescript v5.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.9.5`](https://github.com/microsoft/TypeScript/releases/tag/v4.9.5 ): TypeScript 4.9.5
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
#### Changes:
- [`69e88ef`](69e88ef551
) Port ignore deprecations to 4.9 ([#​52419](https://github.com/Microsoft/TypeScript/issues/52419 ))
- [`daf4e81`](daf4e817a1
) Port timestamp fix to 4.9 ([#​52426](https://github.com/Microsoft/TypeScript/issues/52426 ))
### [`v4.9.4`](https://github.com/microsoft/TypeScript/releases/tag/v4.9.4 ): TypeScript 4.9.4
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9 ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript v4.9.4](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.9.4%22+is%3Aclosed+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
#### Changes:
- [`e286821`](e2868216f6
) Bump version to 4.9.4 and LKG.
- [`eb5419f`](eb5419fc8d
) Cherry-pick [#​51704](https://github.com/Microsoft/TypeScript/issues/51704 ) to release 4.9 ([#​51712](https://github.com/Microsoft/TypeScript/issues/51712 ))
- [`b4d382b`](b4d382b9b1
) Cherry-pick changes for narrowing to tagged literal types.
- [`e7a02f4`](e7a02f43fc
) Port of [#​51626](https://github.com/Microsoft/TypeScript/issues/51626 ) and [#​51689](https://github.com/Microsoft/TypeScript/issues/51689 ) to release-4.9 ([#​51627](https://github.com/Microsoft/TypeScript/issues/51627 ))
- [`1727912`](1727912f04
) Cherry-pick fix around `visitEachChild` to release-4.9. ([#​51544](https://github.com/Microsoft/TypeScript/issues/51544 ))
This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/\_release?releaseId=117&\_a=release-summary ).
### [`v4.9.3`](https://github.com/microsoft/TypeScript/releases/tag/v4.9.3 ): TypeScript 4.9
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.3 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
#### Changes:
- [`93bd577`](93bd577458
) Bump version to 4.9.3 and LKG.
- [`107f832`](107f832b80
) Update LKG.
- [`31bee56`](31bee5682d
) Cherry-pick PR [#​50977](https://github.com/Microsoft/TypeScript/issues/50977 ) into release-4.9 ([#​51363](https://github.com/Microsoft/TypeScript/issues/51363 )) \[ [#​50872](https://github.com/Microsoft/TypeScript/issues/50872 ) ]
- [`1e2fa7a`](1e2fa7ae15
) Update version to 4.9.2-rc and LKG.
- [`7ab89e5`](7ab89e5c6e
) Merge remote-tracking branch 'origin/main' into release-4.9
- [`e5cd686`](e5cd686def
) Update package-lock.json
- [`8d40dc1`](8d40dc15d1
) Update package-lock.json
- [`5cfb3a2`](5cfb3a2fe3
) Only call return() for an abrupt completion in user code ([#​51297](https://github.com/Microsoft/TypeScript/issues/51297 ))
- [`a7a9d15`](a7a9d158e8
) Fix for broken baseline in yieldInForInInDownlevelGenerator ([#​51345](https://github.com/Microsoft/TypeScript/issues/51345 ))
- [`7f8426f`](7f8426f4df
) fix for-in enumeration containing yield in generator ([#​51295](https://github.com/Microsoft/TypeScript/issues/51295 ))
<details><summary><b>See More</b></summary>
- [`3d2b401`](3d2b4017eb
) Fix assertion functions accessed via wildcard imports ([#​51324](https://github.com/Microsoft/TypeScript/issues/51324 ))
- [`64d0d5a`](64d0d5ae14
) fix(51301): Fixing an unused import at the end of a line removes the newline ([#​51320](https://github.com/Microsoft/TypeScript/issues/51320 ))
- [`754eeb2`](754eeb2986
) Update CodeQL workflow and configuration, fix found bugs ([#​51263](https://github.com/Microsoft/TypeScript/issues/51263 ))
- [`d8aad26`](d8aad26200
) Update package-lock.json
- [`d4f26c8`](d4f26c840b
) fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure ([#​51256](https://github.com/Microsoft/TypeScript/issues/51256 ))
- [`16faf45`](16faf45682
) Update package-lock.json
- [`8b1ecdb`](8b1ecdb701
) fix(50654): "Move to a new file" breaks the declaration of referenced variable ([#​50681](https://github.com/Microsoft/TypeScript/issues/50681 ))
- [`170a17f`](170a17fad5
) Dom update 2022-10-25 ([#​51300](https://github.com/Microsoft/TypeScript/issues/51300 ))
- [`9c4e14d`](9c4e14d751
) Remove "No type information for this code" from baseline ([#​51311](https://github.com/Microsoft/TypeScript/issues/51311 ))
- [`88d25b4`](88d25b4f23
) fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. ([#​51299](https://github.com/Microsoft/TypeScript/issues/51299 ))
- [`8bee69a`](8bee69acf4
) Update package-lock.json
- [`702de1e`](702de1eeaa
) Fix early call to return/throw on generator ([#​51294](https://github.com/Microsoft/TypeScript/issues/51294 ))
- [`2c12b14`](2c12b14999
) Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue ([#​51271](https://github.com/Microsoft/TypeScript/issues/51271 ))
- [`6af270d`](6af270dee0
) Update package-lock.json
- [`2cc4c16`](2cc4c16a26
) Update package-lock.json
- [`6093491`](60934915d9
) Fix apparent typo in getStringMappingType ([#​51248](https://github.com/Microsoft/TypeScript/issues/51248 ))
- [`61c2609`](61c26096e3
) Update package-lock.json
- [`ef69116`](ef69116c41
) Generate shortest `rootDirs` module specifier instead of first possible ([#​51244](https://github.com/Microsoft/TypeScript/issues/51244 ))
- [`bbb42f4`](bbb42f453d
) Fix typo in canWatchDirectoryOrFile found by CodeQL ([#​51262](https://github.com/Microsoft/TypeScript/issues/51262 ))
- [`a56b254`](a56b254ad3
) Include 'this' type parameter in isRelatedTo fast path ([#​51230](https://github.com/Microsoft/TypeScript/issues/51230 ))
- [`3abd351`](3abd351c0e
) Fix super property transform in async arrow in method ([#​51240](https://github.com/Microsoft/TypeScript/issues/51240 ))
- [`eed0511`](eed0511218
) Update package-lock.json
- [`2625c1f`](2625c1feae
) Make the init config category order predictable ([#​51247](https://github.com/Microsoft/TypeScript/issues/51247 ))
- [`1ca99b3`](1ca99b3402
) fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) ([#​50560](https://github.com/Microsoft/TypeScript/issues/50560 ))
- [`3f28fa1`](3f28fa12df
) Update package-lock.json
- [`906ebe4`](906ebe4933
) Revert structuredTypeRelatedTo change and fix isUnitLikeType ([#​51076](https://github.com/Microsoft/TypeScript/issues/51076 ))
- [`8ac4652`](8ac465239f
) change type ([#​51231](https://github.com/Microsoft/TypeScript/issues/51231 ))
- [`245a02c`](245a02cbed
) fix(51222): Go-to-definition on return statements should jump to the containing function declaration ([#​51227](https://github.com/Microsoft/TypeScript/issues/51227 ))
- [`2dff34e`](2dff34e8c4
) markAliasReferenced should include ExportValue as well ([#​51219](https://github.com/Microsoft/TypeScript/issues/51219 ))
- [`5ef2634`](5ef2634f3d
) Update package-lock.json
- [`d0f0e35`](d0f0e35c88
) Remove old tslint comments ([#​51220](https://github.com/Microsoft/TypeScript/issues/51220 ))
- [`85d405a`](85d405a1d7
) Fixed a false positive "await has no effect on the type" diagnostic with mixed generic union ([#​50833](https://github.com/Microsoft/TypeScript/issues/50833 ))
- [`1f8959f`](1f8959f5dc
) fix: avoid downleveled dynamic import closing over specifier expression ([#​49663](https://github.com/Microsoft/TypeScript/issues/49663 ))
- [`11066b2`](11066b264f
) Rename internal functions to `narrowTypeBySwitchOnTypeOf` and `narrowTypeByInKeyword` ([#​51215](https://github.com/Microsoft/TypeScript/issues/51215 ))
- [`4c9afe8`](4c9afe8812
) Update package-lock.json
- [`f25bcb7`](f25bcb7c27
) fix(49196): add jsdoc snippet for interface member functions ([#​51135](https://github.com/Microsoft/TypeScript/issues/51135 ))
- [`7406ee9`](7406ee9c14
) fix(51170): Completing an unimplemented property overwrites rest of line ([#​51175](https://github.com/Microsoft/TypeScript/issues/51175 ))
- [`a1d82fc`](a1d82fc9dc
) Remove some unnecessary code discovered by rollup ([#​51204](https://github.com/Microsoft/TypeScript/issues/51204 ))
- [`0481773`](0481773a27
) LEGO: Merge pull request 51200
- [`98c19cb`](98c19cbbbe
) LEGO: Merge pull request 51190
- [`13c9b05`](13c9b05384
) Update package-lock.json
- [`673475e`](673475e1c5
) Update package-lock.json
- [`f6cf510`](f6cf51053e
) Add more tracing to node16/nodenext resolution ([#​51168](https://github.com/Microsoft/TypeScript/issues/51168 ))
- [`83c5581`](83c5581588
) Update package-lock.json
- [`be5f0fe`](be5f0fe5ac
) Add an extra regression test for awaited unresolvable recursive union ([#​51167](https://github.com/Microsoft/TypeScript/issues/51167 ))
- [`2cb7e77`](2cb7e779d7
) fix(50416): correctly names disabled export refactors ([#​50663](https://github.com/Microsoft/TypeScript/issues/50663 )) \[ [#​50416](https://github.com/Microsoft/TypeScript/issues/50416 ) ]
- [`2bcfed0`](2bcfed01f3
) feat(37440): Provide a quick-fix for non-exported types ([#​51038](https://github.com/Microsoft/TypeScript/issues/51038 ))
- [`a24201c`](a24201c8ef
) Remove VSDevMode.ps1 and createPlaygroundBuild ([#​51166](https://github.com/Microsoft/TypeScript/issues/51166 ))
- [`2da62a7`](2da62a784b
) fix(51112): omit parameter names that precede the type ([#​51142](https://github.com/Microsoft/TypeScript/issues/51142 ))
- [`cf1b6b7`](cf1b6b7333
) feat(51163): show QF to fill in the missing properties for the mapped type. ([#​51165](https://github.com/Microsoft/TypeScript/issues/51165 ))
- [`bdcc240`](bdcc240d68
) Remove bug-causing carve-out in conditional type instantiation that hopefully is no longer required ([#​51151](https://github.com/Microsoft/TypeScript/issues/51151 ))
- [`37317a2`](37317a208f
) Check nested weak types in intersections on target side of relation ([#​51140](https://github.com/Microsoft/TypeScript/issues/51140 ))
- [`9f49f9c`](9f49f9ccb0
) Update package-lock.json
- [`4f54e7e`](4f54e7e947
) Fix isExhaustiveSwitchStatement to better handle circularities ([#​51095](https://github.com/Microsoft/TypeScript/issues/51095 ))
- [`503604c`](503604c884
) Overloads shouldn't gain [@​deprecated](https://github.com/deprecated ) tags of other overloads in quick info ([#​50904](https://github.com/Microsoft/TypeScript/issues/50904 ))
- [`e14a229`](e14a2298c5
) Update package-lock.json
- [`67256e5`](67256e50c4
) Remove unused declarations array in extractSymbol's TargetRange ([#​51091](https://github.com/Microsoft/TypeScript/issues/51091 ))
- [`9c87ded`](9c87ded2b3
) fix(51100): ensure tsserver shuts down when parent process is killed ([#​51107](https://github.com/Microsoft/TypeScript/issues/51107 ))
- [`c01ae01`](c01ae01fac
) Fix nightly publish oops in Gulpfile ([#​51131](https://github.com/Microsoft/TypeScript/issues/51131 ))
- [`a7d10f1`](a7d10f15bb
) Update package-lock.json
- [`d0bfd8c`](d0bfd8caed
) fix(51072): ts.preProcessFile finds import in template string after conditional expression with template strings ([#​51082](https://github.com/Microsoft/TypeScript/issues/51082 ))
- [`ad56b5c`](ad56b5ca56
) Convert scripts/Gulpfile to checked mjs/cjs so they can run without compilation ([#​50988](https://github.com/Microsoft/TypeScript/issues/50988 ))
- [`dbeae5d`](dbeae5d943
) fix(51017): Make lineText in the references response opt-out ([#​51081](https://github.com/Microsoft/TypeScript/issues/51081 ))
- [`d06a592`](d06a592d02
) Properly defer resolution of mapped types with generic `as` clauses ([#​51050](https://github.com/Microsoft/TypeScript/issues/51050 ))
- [`42b1049`](42b1049aee
) Update package-lock.json
- [`5f3e6cc`](5f3e6cc498
) Plugin probe location is higher priority than peer node_modules ([#​51079](https://github.com/Microsoft/TypeScript/issues/51079 )) \[ [#​34616](https://github.com/Microsoft/TypeScript/issues/34616 ) ]
- [`2648f6a`](2648f6ab09
) Plugins in project were adding up after every config file reload ([#​51087](https://github.com/Microsoft/TypeScript/issues/51087 ))
- [`c18791c`](c18791ccf1
) Fix incorrect options type to WatchOptions ([#​51064](https://github.com/Microsoft/TypeScript/issues/51064 ))
- [`b0795e9`](b0795e9c94
) Update package-lock.json
- [`43c6fd4`](43c6fd4c09
) Covert some of the config testing to baselines for easy validation ([#​51063](https://github.com/Microsoft/TypeScript/issues/51063 ))
- [`fc5e72b`](fc5e72b92c
) Remove unused defaultWatchFileKind method since useFsEvents is default for tsserver and tsc ([#​51044](https://github.com/Microsoft/TypeScript/issues/51044 ))
- [`8af9a93`](8af9a936b5
) Use typescript.d.ts in APISample tests ([#​51061](https://github.com/Microsoft/TypeScript/issues/51061 ))
- [`4953316`](49533168db
) Remove configureLanguageServiceBuild, instrumenter ([#​51048](https://github.com/Microsoft/TypeScript/issues/51048 ))
- [`9dfffd0`](9dfffd0fbb
) Update GitHub Actions ([#​51045](https://github.com/Microsoft/TypeScript/issues/51045 ))
- [`4635a5c`](4635a5cef9
) Update package-lock.json
- [`33a34e5`](33a34e5b96
) Adding a JSDoc comment to the es5 type declarations to describe the functionality of Date.now() ([#​50630](https://github.com/Microsoft/TypeScript/issues/50630 ))
- [`299745c`](299745cb21
) Fix crash in goto-def on `@override` ([#​51016](https://github.com/Microsoft/TypeScript/issues/51016 ))
- [`7dcf11f`](7dcf11f139
) fix(50750): Object type literal with string literal property in contextual typing position causes language service error on all literal type references ([#​50757](https://github.com/Microsoft/TypeScript/issues/50757 ))
- [`5cd49f6`](5cd49f6cbc
) Update package-lock.json
- [`8a1b858`](8a1b85880f
) Update package-lock.json
- [`96894db`](96894db6cb
) Include type parameter defaults in contextual typing ([#​50994](https://github.com/Microsoft/TypeScript/issues/50994 )) \[ [#​51002](https://github.com/Microsoft/TypeScript/issues/51002 ) ]
- [`0d0a793`](0d0a793714
) Allow Unicode extended escapes in ES5 and earlier ([#​50918](https://github.com/Microsoft/TypeScript/issues/50918 ))
- [`58bae8d`](58bae8db69
) Update package-lock.json
- [`0ce72ef`](0ce72ef6c8
) Add option to OrganizeImports for removal only ([#​50931](https://github.com/Microsoft/TypeScript/issues/50931 ))
- [`42f9143`](42f9143e11
) feat: codefix for `for await of` ([#​50623](https://github.com/Microsoft/TypeScript/issues/50623 ))
- [`ecf50e8`](ecf50e81a7
) Properly compute `SymbolFlags.Optional` for intersected properties ([#​50958](https://github.com/Microsoft/TypeScript/issues/50958 ))
- [`d1586de`](d1586de043
) Fully resolve aliases when checking symbol flags ([#​50853](https://github.com/Microsoft/TypeScript/issues/50853 ))
- [`45148dd`](45148dd715
) Update LKG to 4.8.4 ([#​50987](https://github.com/Microsoft/TypeScript/issues/50987 ))
- [`9a83f25`](9a83f2551d
) Update package-lock.json
- [`865848f`](865848fcfb
) Fix `<=` and `>` comparisons when compared against prerelease versions ([#​50915](https://github.com/Microsoft/TypeScript/issues/50915 ))
- [`fbfe934`](fbfe9340a9
) Fix comparability between type parameters related by a union constraint ([#​50978](https://github.com/Microsoft/TypeScript/issues/50978 ))
- [`b09e93d`](b09e93d3f6
) Merge pull request [#​50041](https://github.com/Microsoft/TypeScript/issues/50041 ) from microsoft/fix/47969
- [`0ac12bb`](0ac12bbe7a
) Update package-lock.json
- [`8192d55`](8192d55049
) Pick correct compilerOptions when checking if we can share emitSignatures ([#​50910](https://github.com/Microsoft/TypeScript/issues/50910 )) \[ [#​50902](https://github.com/Microsoft/TypeScript/issues/50902 ) ]
- [`16faef1`](16faef1d8d
) During uptodate ness check with buildInfo, check if there are errors explicitly with noEmit ([#​50974](https://github.com/Microsoft/TypeScript/issues/50974 )) \[ [#​50959](https://github.com/Microsoft/TypeScript/issues/50959 ) ]
- [`63791f5`](63791f52d4
) Update package-lock.json
- [`09368bc`](09368bcbae
) Handle if project for open file will get recollected because of pending cleanup from closed script info ([#​50908](https://github.com/Microsoft/TypeScript/issues/50908 )) \[ [#​50868](https://github.com/Microsoft/TypeScript/issues/50868 ) ]
- [`c81bf4d`](c81bf4d8b0
) fix(49594): Typescript 4.7.3 bracketed class property compilation error strictPropertyInitialization:true ([#​49619](https://github.com/Microsoft/TypeScript/issues/49619 ))
- [`bc9cbbe`](bc9cbbef42
) Merge pull request [#​49912](https://github.com/Microsoft/TypeScript/issues/49912 ) from microsoft/fix/47508
- [`5a10f46`](5a10f46c00
) Update package-lock.json
- [`8e71f42`](8e71f429c8
) Fixing pr comments
- [`c100c64`](c100c6488d
) Update package-lock.json
- [`2a91107`](2a91107f75
) Update package-lock.json
- [`4ab9e76`](4ab9e76fb7
) Use paths in package.json 'files' array that work with npm 6 and later. ([#​50930](https://github.com/Microsoft/TypeScript/issues/50930 ))
- [`549b542`](549b5429d4
) Use paths in package.json 'files' array that work with npm 6 and later.
- [`7f37d25`](7f37d251fc
) Update version to 4.9.1-beta and LKG.
- [`f16ca7d`](f16ca7dd36
) Remove 'async' dependency, used only in errorCheck.ts, modernize file ([#​50667](https://github.com/Microsoft/TypeScript/issues/50667 ))
- [`c6bef3f`](c6bef3f028
) LEGO: Merge pull request 50921
- [`6753027`](675302730b
) Update package-lock.json
- [`9740bcc`](9740bcc534
) Pluralized `hasInvalidatedResolution` -> `hasInvalidatedResolutions` ([#​50912](https://github.com/Microsoft/TypeScript/issues/50912 ))
- [`84c29cd`](84c29cd576
) 🤖 Pick PR [#​50912](https://github.com/Microsoft/TypeScript/issues/50912 ) (Pluralized \`hasInvalidatedResolutio...) into release-4.9 ([#​50913](https://github.com/Microsoft/TypeScript/issues/50913 ))
- [`a26f634`](a26f63424d
) Merge remote-tracking branch 'origin/main' into release-4.9
- [`a455955`](a455955aac
) Make hasInvalidatedResolution non internal for program and add it watchApi ([#​50776](https://github.com/Microsoft/TypeScript/issues/50776 )) \[ [#​48057](https://github.com/Microsoft/TypeScript/issues/48057 ) ]
- [`645d1cd`](645d1cd7c1
) Fix assert in addIndirectUser in FAR ([#​50905](https://github.com/Microsoft/TypeScript/issues/50905 ))
- [`bbec17d`](bbec17d900
) LEGO: Merge pull request 50900
- [`a9ecc67`](a9ecc675d6
) Update package-lock.json
- [`221cf55`](221cf55a21
) package.json `exports` should have priority over `typesVersions` ([#​50890](https://github.com/Microsoft/TypeScript/issues/50890 ))
- [`acb8977`](acb8977190
) Remove .github/tsc.json ([#​50664](https://github.com/Microsoft/TypeScript/issues/50664 ))
- [`7a3de81`](7a3de819bf
) fix(49993): skip the quick fix for an expression with an enum type ([#​50625](https://github.com/Microsoft/TypeScript/issues/50625 ))
- [`2644f28`](2644f28677
) fix(49200): skip duplicated method declarations ([#​50609](https://github.com/Microsoft/TypeScript/issues/50609 ))
- [`98652a3`](98652a349a
) Bump version to 4.9.0-beta and LKG.
- [`4d91204`](4d91204c9d
) fix(37030): Expand Selection in function and arrow function skips body block ([#​50711](https://github.com/Microsoft/TypeScript/issues/50711 ))
- [`e2dd508`](e2dd5084f7
) DOM update 2022/09/21 ([#​50884](https://github.com/Microsoft/TypeScript/issues/50884 ))
- [`1d9ab83`](1d9ab83914
) fix(50866): emit modifiers from export declarations ([#​50874](https://github.com/Microsoft/TypeScript/issues/50874 ))
- [`92a1b12`](92a1b124c1
) LEGO: Merge pull request 50877
- [`e383db6`](e383db692e
) Fix debug.ts \__debugKind check ([#​50871](https://github.com/Microsoft/TypeScript/issues/50871 ))
- [`01054e0`](01054e05ab
) Consistently add undefined/missing to optional tuple element types ([#​50831](https://github.com/Microsoft/TypeScript/issues/50831 ))
- [`d90795e`](d90795e799
) Improve escape sequence handling in private names ([#​50856](https://github.com/Microsoft/TypeScript/issues/50856 ))
- [`938a69a`](938a69a526
) Fix import statement completions followed by interface declaration ([#​50350](https://github.com/Microsoft/TypeScript/issues/50350 ))
- [`e002159`](e002159ad1
) feat(49962): Disallow comparison against NaN ([#​50626](https://github.com/Microsoft/TypeScript/issues/50626 ))
- [`80ae43d`](80ae43d239
) Fixing spaces
- [`abc58bd`](abc58bdabc
) Fixing baseline errors
- [`305f4bd`](305f4bd420
) Merge branch 'main' into fix/47969
- [`23746af`](23746af766
) fix(50591): RangeError: Maximum call stack size exceeded ([#​50594](https://github.com/Microsoft/TypeScript/issues/50594 ))
- [`168186f`](168186f93d
) Allow a union property of a private/protected member and an intersection property including that same member ([#​50328](https://github.com/Microsoft/TypeScript/issues/50328 ))
- [`812ebcf`](812ebcf6e3
) Update package-lock.json
- [`16156b1`](16156b1baf
) Add rules from eslint's recommended set that triggered good lints ([#​50422](https://github.com/Microsoft/TypeScript/issues/50422 ))
- [`a11c416`](a11c41621b
) Improve checking of `in` operator ([#​50666](https://github.com/Microsoft/TypeScript/issues/50666 ))
- [`67f2b62`](67f2b62ed2
) Gabritto/jsemitfixsilly ([#​50849](https://github.com/Microsoft/TypeScript/issues/50849 ))
- [`3014dec`](3014dec887
) Don't elide imports when transforming JS files ([#​50404](https://github.com/Microsoft/TypeScript/issues/50404 ))
- [`57c7aa7`](57c7aa755c
) LEGO: Merge pull request 50842
- [`48a8e89`](48a8e8953a
) Improve check of whether type query node possibly contains reference to type parameter ([#​50070](https://github.com/Microsoft/TypeScript/issues/50070 ))
- [`af9ced1`](af9ced11f5
) LEGO: Merge pull request 50825
- [`a8e13f7`](a8e13f7340
) Fixed an issue with destructured bindings from a generic union constraint not being narrowed correctly ([#​50221](https://github.com/Microsoft/TypeScript/issues/50221 ))
- [`08af0b6`](08af0b6bf0
) Update package-lock.json
- [`0df46e8`](0df46e8733
) Fix test around RegExp match vs. exec results ([#​50813](https://github.com/Microsoft/TypeScript/issues/50813 ))
- [`906510e`](906510e0f3
) Fixes for pr
- [`2970c5d`](2970c5d167
) make `RegExpExecArray` always include index 0 ([#​50713](https://github.com/Microsoft/TypeScript/issues/50713 ))
- [`0507192`](05071920a0
) Accepting baselines
- [`29e50b3`](29e50b3149
) Rewording documentation
- [`01cae69`](01cae69e34
) fix(50796): omit questionToken in object literal method completions ([#​50802](https://github.com/Microsoft/TypeScript/issues/50802 ))
- [`3b84f76`](3b84f76fb2
) Fix crash caused by incorrect bounds check (regression in 4.8) ([#​50797](https://github.com/Microsoft/TypeScript/issues/50797 ))
- [`7e51306`](7e51306d30
) Update package-lock.json
- [`8b35c13`](8b35c1300e
) The error "Object is possibly null or undefined" is ambiguous. ([#​49797](https://github.com/Microsoft/TypeScript/issues/49797 ))
- [`a3f51b3`](a3f51b3b82
) Update user baselines +cc [@​sandersn](https://github.com/sandersn ) ([#​43554](https://github.com/Microsoft/TypeScript/issues/43554 ))
- [`ba10a0d`](ba10a0d7c0
) Removing duplicated code
- [`ec6ae1c`](ec6ae1c4d0
) Partially revert [#​41044](https://github.com/Microsoft/TypeScript/issues/41044 ), restoring parameter destructurings in d.ts files ([#​50779](https://github.com/Microsoft/TypeScript/issues/50779 ))
- [`28232ca`](28232ca4b8
) LEGO: Merge pull request 50783
- [`49cfa1d`](49cfa1db17
) Update package-lock.json
- [`4110b80`](4110b80fbb
) Fix equality narrowing and comparable relation for intersections with {} ([#​50735](https://github.com/Microsoft/TypeScript/issues/50735 ))
- [`b23f1d6`](b23f1d6b59
) LEGO: Merge pull request 50771
- [`618fb2d`](618fb2d8b9
) Update package-lock.json
- [`08b91f6`](08b91f6b82
) fix(50717): tsc crashes when it sees a JSDoc tag inside an [@​override](https://github.com/override ) annotation ([#​50724](https://github.com/Microsoft/TypeScript/issues/50724 ))
- [`60963d7`](60963d7216
) Discriminant of type `never` should never be matched ([#​50755](https://github.com/Microsoft/TypeScript/issues/50755 ))
- [`e37ea53`](e37ea53715
) Update package-lock.json
- [`a88c366`](a88c36655b
) Fix test baselining for tsserver host timeouts ([#​50748](https://github.com/Microsoft/TypeScript/issues/50748 ))
- [`6d38487`](6d384876e5
) Fix workflow typo ([#​50746](https://github.com/Microsoft/TypeScript/issues/50746 ))
- [`6b890f9`](6b890f93c4
) Handle more places where package direcroy is converted to canonical file path ([#​50740](https://github.com/Microsoft/TypeScript/issues/50740 ))
- [`f5f2923`](f5f2923c7d
) Revert removal of nonInferrableAnyType ([#​50691](https://github.com/Microsoft/TypeScript/issues/50691 ))
- [`7120b52`](7120b520cf
) Update twoslash workflow ([#​50738](https://github.com/Microsoft/TypeScript/issues/50738 ))
- [`68d526c`](68d526c200
) Don't run linter after tests runs ([#​50597](https://github.com/Microsoft/TypeScript/issues/50597 ))
- [`8e5e2e0`](8e5e2e08ea
) Fix backticks in our JSDoc comments ([#​50737](https://github.com/Microsoft/TypeScript/issues/50737 ))
- [`a4cabe7`](a4cabe725b
) Support for auto-accessor fields from the Stage 3 Decorators proposal ([#​49705](https://github.com/Microsoft/TypeScript/issues/49705 ))
- [`7737473`](77374732df
) Update package-lock.json
- [`12ab0fe`](12ab0fea9f
) Update package-lock.json
- [`eb40134`](eb40134373
) Don't leave space for property access on non-integer literals ([#​50703](https://github.com/Microsoft/TypeScript/issues/50703 ))
- [`a70bb9d`](a70bb9d3ff
) Preserve special intersections in mapped types ([#​50704](https://github.com/Microsoft/TypeScript/issues/50704 ))
- [`1a1c271`](1a1c271675
) Don't remove space before dot if in property access on numeric literal ([#​50695](https://github.com/Microsoft/TypeScript/issues/50695 ))
- [`7c918fb`](7c918fb766
) Baseline host state when baselining tsserver tests ([#​50678](https://github.com/Microsoft/TypeScript/issues/50678 ))
- [`2f1ba45`](2f1ba45cba
) Update LKG and devDep of typescript to v4.8.3 ([#​50689](https://github.com/Microsoft/TypeScript/issues/50689 ))
- [`be4e9ba`](be4e9bac8f
) Update package-lock.json
- [`f46a680`](f46a680863
) Remove error message in node16 ([#​50673](https://github.com/Microsoft/TypeScript/issues/50673 ))
- [`ab831d0`](ab831d0180
) Ignore `--help` and `-?` in `tsc init` generated `compilerOptions` ([#​50628](https://github.com/Microsoft/TypeScript/issues/50628 ))
- [`bb6f36f`](bb6f36f7c8
) Forward intersection state flag to conditional type target check ([#​50620](https://github.com/Microsoft/TypeScript/issues/50620 ))
- [`b58721f`](b58721fe15
) Update package-lock.json
- [`3c3820b`](3c3820b1a4
) Simplify CI detection ([#​50661](https://github.com/Microsoft/TypeScript/issues/50661 ))
- [`9ac1fce`](9ac1fce117
) Fix eslint not looking at certain scripts, fix lints ([#​50660](https://github.com/Microsoft/TypeScript/issues/50660 ))
- [`fd05c0c`](fd05c0cc6d
) Make useFsEvents as default strategy for the watching ([#​50366](https://github.com/Microsoft/TypeScript/issues/50366 ))
- [`5c2f770`](5c2f770d97
) Remove unused cancellation from build ([#​50658](https://github.com/Microsoft/TypeScript/issues/50658 ))
- [`66fbf05`](66fbf058ec
) Update package-lock.json
- [`7910c50`](7910c509c4
) Update package-lock.json
- [`fd3a84c`](fd3a84c3f0
) Report every instance of TS1208 ([#​50101](https://github.com/Microsoft/TypeScript/issues/50101 ))
- [`62f980a`](62f980aff8
) Check if its same buildinfo only for directly referenced projects and not recursively ([#​50617](https://github.com/Microsoft/TypeScript/issues/50617 )) \[ [#​50545](https://github.com/Microsoft/TypeScript/issues/50545 ) ]
- [`856c7c5`](856c7c5fdd
) Allow `{}` to narrow in same special cases as `unknown` ([#​50601](https://github.com/Microsoft/TypeScript/issues/50601 ))
- [`854d448`](854d448e5c
) `in` operator shouldn't narrow `{}` originating in `unknown` ([#​50610](https://github.com/Microsoft/TypeScript/issues/50610 ))
- [`549e61d`](549e61d0af
) Update package-lock.json
- [`bcf9949`](bcf994996e
) fix(50079): show deprecated on JSX attributes ([#​50084](https://github.com/Microsoft/TypeScript/issues/50084 ))
- [`5df09a5`](5df09a514c
) Use bidirectional comparability in narrowing ([#​50592](https://github.com/Microsoft/TypeScript/issues/50592 ))
- [`891cdc5`](891cdc58aa
) Remove unused baselines ([#​50593](https://github.com/Microsoft/TypeScript/issues/50593 ))
- [`6db2c88`](6db2c882f3
) {} & null and {} & undefined should always be never ([#​50553](https://github.com/Microsoft/TypeScript/issues/50553 ))
- [`238c341`](238c341701
) Defer distributing index over generic object types ([#​50540](https://github.com/Microsoft/TypeScript/issues/50540 ))
- [`2983092`](298309271b
) Do not canonicalize the file names when getting absolute paths during nodenext resolution ([#​50557](https://github.com/Microsoft/TypeScript/issues/50557 )) \[ [#​50544](https://github.com/Microsoft/TypeScript/issues/50544 ) ]
- [`dcade77`](dcade7732c
) Update package-lock.json
- [`a9797d2`](a9797d218d
) fix(50340): typeof ... === "undefined" check on discriminated union of undefined and object type doesn't narrow correctly ([#​50344](https://github.com/Microsoft/TypeScript/issues/50344 ))
- [`43f8ae6`](43f8ae6df4
) Only normalize intersections that include {} ([#​50535](https://github.com/Microsoft/TypeScript/issues/50535 ))
- [`d293e72`](d293e723a2
) Rename API to importPlugin ([#​50554](https://github.com/Microsoft/TypeScript/issues/50554 ))
- [`cd312d3`](cd312d3076
) Managing control flow
- [`19defbf`](19defbfe57
) Update package-lock.json
- [`f071d30`](f071d303c1
) Move contributing related info out of README to CONTRIBUTING ([#​50543](https://github.com/Microsoft/TypeScript/issues/50543 ))
- [`488d0ee`](488d0eebd0
) Retain name and propertyName in declaration emit copies of binding patterns if property name is a keyword ([#​50537](https://github.com/Microsoft/TypeScript/issues/50537 ))
- [`8b482b5`](8b482b513d
) Update package-lock.json
- [`c89f355`](c89f355a41
) Remove redundant pretest script ([#​50518](https://github.com/Microsoft/TypeScript/issues/50518 ))
- [`6d170b4`](6d170b490d
) Handle intersections in isGenericTypeWithoutNullableConstraint ([#​50497](https://github.com/Microsoft/TypeScript/issues/50497 ))
- [`ed6889c`](ed6889cd5b
) LEGO: Merge pull request 50506
- [`29cbfe9`](29cbfe9a25
) LEGO: Merge pull request 50493
- [`6faa291`](6faa291b45
) LEGO: Merge pull request 50484
- [`71b2ba6`](71b2ba6111
) Reuse computed type of condition expressions ([#​49881](https://github.com/Microsoft/TypeScript/issues/49881 ))
- [`8778c1d`](8778c1ded3
) Update package-lock.json
- [`4579245`](4579245f36
) fix(50427): allow convert function expressions ([#​50430](https://github.com/Microsoft/TypeScript/issues/50430 ))
- [`cbc0b17`](cbc0b17eac
) Push package-lock.json updates via typescript-bot token ([#​50476](https://github.com/Microsoft/TypeScript/issues/50476 ))
- [`bb3a7ae`](bb3a7aec11
) fix(50415): Language server debug failure - Did not expect GetAccessor to have an Identifier in its trivia ([#​50470](https://github.com/Microsoft/TypeScript/issues/50470 ))
- [`3557092`](3557092b14
) Rephrase error message to be 100% technically correct ([#​50471](https://github.com/Microsoft/TypeScript/issues/50471 ))
- [`71d1911`](71d1911503
) add unknown to DateTimeFormatTypes ([#​50402](https://github.com/Microsoft/TypeScript/issues/50402 ))
- [`8f89599`](8f895997d2
) Don't include .gitattributes in package ([#​50475](https://github.com/Microsoft/TypeScript/issues/50475 ))
- [`6e8337e`](6e8337ef70
) Optimize substitution types ([#​50397](https://github.com/Microsoft/TypeScript/issues/50397 ))
- [`226dd0b`](226dd0b7bf
) Fix typechecking related lints that changed post 4.8, update LKG to 4.8.2 ([#​50472](https://github.com/Microsoft/TypeScript/issues/50472 ))
- [`164dddc`](164dddc48e
) feat(7481): Operator to ensure an expression is contextually typed by, and satisfies, some type ([#​46827](https://github.com/Microsoft/TypeScript/issues/46827 ))
- [`0715791`](07157914eb
) Update package-lock.json
- [`e675ea8`](e675ea8dd8
) Remove AUTHORS.md, .mailmap, authors.ts script ([#​50410](https://github.com/Microsoft/TypeScript/issues/50410 ))
- [`38076df`](38076df346
) Fix auto import crash due to difference in `paths` handling ([#​50419](https://github.com/Microsoft/TypeScript/issues/50419 ))
- [`12eb519`](12eb519b3f
) fix(50435): Duplicate seeming Code Actions for convert const to let ([#​50442](https://github.com/Microsoft/TypeScript/issues/50442 ))
- [`a08b045`](a08b045d2b
) Jsdoc property description ([#​50269](https://github.com/Microsoft/TypeScript/issues/50269 )) \[ [#​47933](https://github.com/Microsoft/TypeScript/issues/47933 ) ]
- [`5ba22e0`](5ba22e05a9
) Remove top level loc folder ([#​50421](https://github.com/Microsoft/TypeScript/issues/50421 ))
- [`c4eb37c`](c4eb37c8a0
) Update package-lock.json
- [`8d7ad8c`](8d7ad8c3ae
) fix(50375): Errors for missing enum-named properties should attempt to preserve names ([#​50382](https://github.com/Microsoft/TypeScript/issues/50382 ))
- [`fb717df`](fb717df6bf
) Discard union types before considering weak type checks on unit-like types ([#​50423](https://github.com/Microsoft/TypeScript/issues/50423 ))
- [`b9a5bbc`](b9a5bbc9af
) Syntax operations also need to ensure project is present for the open script infos since update could be pending to make sure open script info has project ([#​50418](https://github.com/Microsoft/TypeScript/issues/50418 )) \[ [#​50131](https://github.com/Microsoft/TypeScript/issues/50131 ) ]
- [`1d4fbbb`](1d4fbbb529
) Update package-lock.json
- [`44ce3cf`](44ce3cff70
) fix(50224): Intellisense for strings within a type's Union doesn't work properly for JSX ([#​50231](https://github.com/Microsoft/TypeScript/issues/50231 ))
- [`6ee5db9`](6ee5db95c2
) Use package.json files array instead of .npmignore ([#​50408](https://github.com/Microsoft/TypeScript/issues/50408 ))
This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/\_release?releaseId=116&\_a=release-summary ).</details>
### [`v4.8.4`](https://github.com/microsoft/TypeScript/releases/tag/v4.8.4 ): TypeScript 4.8.4
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.8.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+ ).
- [fixed issues query for Typescript 4.8.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+ ).
- [fixed issues query for Typescript 4.8.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+ ).
- [fixed issues query for Typescript 4.8.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+ ).
- [fixed issues query for Typescript 4.8.4 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.4%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-484 ) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.8.3`](https://github.com/microsoft/TypeScript/releases/tag/v4.8.3 ): TypeScript 4.8.3
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.3 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.8.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+ ).
- [fixed issues query for Typescript 4.8.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+ ).
- [fixed issues query for Typescript 4.8.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+ ).
- [fixed issues query for Typescript 4.8.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-483 ) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.8.2`](https://github.com/microsoft/TypeScript/releases/tag/v4.8.2 ): TypeScript 4.8
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.2 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.8.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+ ).
- [fixed issues query for Typescript 4.8.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+ ).
- [fixed issues query for Typescript 4.8.1 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-48 ) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.7.4`](https://github.com/microsoft/TypeScript/releases/tag/v4.7.4 ): TypeScript 4.7.4
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.7.3...v4.7.4 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.7.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.0%22+ ).
- [fixed issues query for Typescript 4.7.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.1%22+ ).
- [fixed issues query for Typescript 4.7.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.2%22+ ).
- [fixed issues query for Typescript 4.7.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.3%22+ ).
- [fixed issues query for Typescript 4.7.4 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.4%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-474 ) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.7.3`](https://github.com/microsoft/TypeScript/releases/tag/v4.7.3 ): TypeScript 4.7.3
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.7.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.0%22+ ).
- [fixed issues query for Typescript 4.7.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.1%22+ ).
- [fixed issues query for Typescript 4.7.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.2%22+ ).
- [fixed issues query for Typescript 4.7.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.3%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-473 ) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.7.2`](https://github.com/microsoft/TypeScript/releases/tag/v4.7.2 ): TypeScript 4.7.2
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.7.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.0%22+ ).
- [fixed issues query for Typescript 4.7.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.1%22+ ).
- [fixed issues query for Typescript 4.7.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.2%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-472 ) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.6.4`](https://github.com/microsoft/TypeScript/releases/tag/v4.6.4 ): TypeScript 4.6.4
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.4 )
This release includes [a bug fix for text formatting on certain ranges](Studiohttps://github.com/microsoft/TypeScript/pull/48463 ), which was impacting Visual Studio users.
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.6.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.0%22+ ).
- [fixed issues query for Typescript 4.6.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.1%22+ ).
- [fixed issues query for Typescript 4.6.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.2%22+ ).
- [fixed issues query for Typescript 4.6.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.3%22+ ).
- [fixed issues query for Typescript 4.6.4 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.4%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-464 ) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.6.3`](https://github.com/microsoft/TypeScript/releases/tag/v4.6.3 ): TypeScript 4.6.3
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.6.3 )
This release includes fixes for
- [an incremental parsing bug caused by faulty error recovery logic](https://github.com/microsoft/TypeScript/issues/47895 )
- [improved results from the TypeScript API's `preProcessFile` function](https://github.com/microsoft/TypeScript/pull/47657 )
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.6.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.0%22+ ).
- [fixed issues query for Typescript 4.6.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.1%22+ ).
- [fixed issues query for Typescript 4.6.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.2%22+ ).
- [fixed issues query for Typescript 4.6.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.3%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
### [`v4.6.2`](https://github.com/microsoft/TypeScript/releases/tag/v4.6.2 ): TypeScript 4.6.2
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.2 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-6/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.6.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.0%22+ ).
- [fixed issues query for Typescript 4.6.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.1%22+ ).
- [fixed issues query for Typescript 4.6.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.2%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-46 ) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ))
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.5.5`](https://github.com/microsoft/TypeScript/releases/tag/v4.5.5 ): TypeScript 4.5.5
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.5.4...v4.5.5 )
This [patch release](https://github.com/microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+4.5.5%22+is%3Aclosed ) includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.5.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+ ).
- [fixed issues query for Typescript 4.5.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+ ).
- [fixed issues query for Typescript 4.5.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+ ).
- [fixed issues query for Typescript 4.5.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+ ).
- [fixed issues query for Typescript 4.5.4 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.4%22+ ).
- [fixed issues query for Typescript 4.5.5 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.5%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
<!-- * [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ) -->
### [`v4.5.4`](https://github.com/microsoft/TypeScript/releases/tag/v4.5.4 ): TypeScript 4.5.4
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v4.5.4 )
This patch release includes a fix for [incorrectly offering up JSX attribute snippet completions at the beginning of a tag name](https://github.com/microsoft/TypeScript/issues/47090 ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.5.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+ ).
- [fixed issues query for Typescript 4.5.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+ ).
- [fixed issues query for Typescript 4.5.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+ ).
- [fixed issues query for Typescript 4.5.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+ ).
- - [fixed issues query for Typescript 4.5.4 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.4%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
### [`v4.5.3`](https://github.com/microsoft/TypeScript/releases/tag/v4.5.3 ): TypeScript 4.5.3
[Compare Source](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v4.5.3 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 4.5.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+ ).
- [fixed issues query for Typescript 4.5.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+ ).
- [fixed issues query for Typescript 4.5.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+ ).
- [fixed issues query for Typescript 4.5.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/275
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: RenovateBot <renovate@vylpes.com>
Co-committed-by: RenovateBot <renovate@vylpes.com>
2023-03-20 18:02:12 +00:00
fabbd84f2a
Update dependency minimatch to v7 ( #271 )
...
continuous-integration/drone/push Build is failing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [minimatch](https://github.com/isaacs/minimatch ) | dependencies | major | [`3.1.2` -> `7.4.2`](https://renovatebot.com/diffs/npm/minimatch/3.1.2/7.4.2 ) |
---
### Release Notes
<details>
<summary>isaacs/minimatch</summary>
### [`v7.4.2`](https://github.com/isaacs/minimatch/compare/v7.4.1...v7.4.2 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.4.1...v7.4.2 )
### [`v7.4.1`](https://github.com/isaacs/minimatch/compare/v7.4.0...v7.4.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.4.0...v7.4.1 )
### [`v7.4.0`](https://github.com/isaacs/minimatch/compare/v7.3.0...v7.4.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.3.0...v7.4.0 )
### [`v7.3.0`](https://github.com/isaacs/minimatch/compare/v7.2.0...v7.3.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.2.0...v7.3.0 )
### [`v7.2.0`](https://github.com/isaacs/minimatch/compare/v7.1.4...v7.2.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.1.4...v7.2.0 )
### [`v7.1.4`](https://github.com/isaacs/minimatch/compare/v7.1.3...v7.1.4 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.1.3...v7.1.4 )
### [`v7.1.3`](https://github.com/isaacs/minimatch/compare/v7.1.2...v7.1.3 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.1.2...v7.1.3 )
### [`v7.1.2`](https://github.com/isaacs/minimatch/compare/v7.1.1...v7.1.2 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.1.1...v7.1.2 )
### [`v7.1.1`](https://github.com/isaacs/minimatch/compare/v7.1.0...v7.1.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.1.0...v7.1.1 )
### [`v7.1.0`](https://github.com/isaacs/minimatch/compare/v7.0.1...v7.1.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.0.1...v7.1.0 )
### [`v7.0.1`](https://github.com/isaacs/minimatch/compare/v7.0.0...v7.0.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v7.0.0...v7.0.1 )
### [`v7.0.0`](https://github.com/isaacs/minimatch/compare/v6.2.0...v7.0.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.2.0...v7.0.0 )
### [`v6.2.0`](https://github.com/isaacs/minimatch/compare/v6.1.10...v6.2.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.10...v6.2.0 )
### [`v6.1.10`](https://github.com/isaacs/minimatch/compare/v6.1.9...v6.1.10 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.9...v6.1.10 )
### [`v6.1.9`](https://github.com/isaacs/minimatch/compare/v6.1.8...v6.1.9 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.8...v6.1.9 )
### [`v6.1.8`](https://github.com/isaacs/minimatch/compare/v6.1.7...v6.1.8 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.7...v6.1.8 )
### [`v6.1.7`](https://github.com/isaacs/minimatch/compare/v6.1.6...v6.1.7 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.6...v6.1.7 )
### [`v6.1.6`](https://github.com/isaacs/minimatch/compare/v6.1.5...v6.1.6 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.5...v6.1.6 )
### [`v6.1.5`](https://github.com/isaacs/minimatch/compare/v6.1.4...v6.1.5 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.4...v6.1.5 )
### [`v6.1.4`](https://github.com/isaacs/minimatch/compare/v6.1.3...v6.1.4 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.3...v6.1.4 )
### [`v6.1.3`](https://github.com/isaacs/minimatch/compare/v6.1.2...v6.1.3 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.2...v6.1.3 )
### [`v6.1.2`](https://github.com/isaacs/minimatch/compare/v6.1.1...v6.1.2 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.1...v6.1.2 )
### [`v6.1.1`](https://github.com/isaacs/minimatch/compare/v6.1.0...v6.1.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.1.0...v6.1.1 )
### [`v6.1.0`](https://github.com/isaacs/minimatch/compare/v6.0.4...v6.1.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.0.4...v6.1.0 )
### [`v6.0.4`](https://github.com/isaacs/minimatch/compare/v6.0.3...v6.0.4 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.0.3...v6.0.4 )
### [`v6.0.3`](https://github.com/isaacs/minimatch/compare/v6.0.2...v6.0.3 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.0.2...v6.0.3 )
### [`v6.0.2`](https://github.com/isaacs/minimatch/compare/v6.0.1...v6.0.2 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.0.1...v6.0.2 )
### [`v6.0.1`](https://github.com/isaacs/minimatch/compare/v6.0.0...v6.0.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v6.0.0...v6.0.1 )
### [`v6.0.0`](https://github.com/isaacs/minimatch/compare/v5.1.6...v6.0.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.1.6...v6.0.0 )
### [`v5.1.6`](https://github.com/isaacs/minimatch/compare/v5.1.5...v5.1.6 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.1.5...v5.1.6 )
### [`v5.1.5`](https://github.com/isaacs/minimatch/compare/v5.1.4...v5.1.5 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.1.4...v5.1.5 )
### [`v5.1.4`](https://github.com/isaacs/minimatch/compare/v5.1.3...v5.1.4 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.1.3...v5.1.4 )
### [`v5.1.3`](https://github.com/isaacs/minimatch/compare/v5.1.2...v5.1.3 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.1.2...v5.1.3 )
### [`v5.1.2`](https://github.com/isaacs/minimatch/compare/v5.1.1...v5.1.2 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.1.1...v5.1.2 )
### [`v5.1.1`](https://github.com/isaacs/minimatch/compare/v5.1.0...v5.1.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.1.0...v5.1.1 )
### [`v5.1.0`](https://github.com/isaacs/minimatch/compare/v5.0.1...v5.1.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.0.1...v5.1.0 )
### [`v5.0.1`](https://github.com/isaacs/minimatch/compare/v5.0.0...v5.0.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v5.0.0...v5.0.1 )
### [`v5.0.0`](https://github.com/isaacs/minimatch/compare/v4.2.3...v5.0.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v4.2.3...v5.0.0 )
### [`v4.2.3`](https://github.com/isaacs/minimatch/compare/v4.2.2...v4.2.3 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v4.2.2...v4.2.3 )
### [`v4.2.2`](https://github.com/isaacs/minimatch/compare/v4.2.1...v4.2.2 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v4.2.1...v4.2.2 )
### [`v4.2.1`](https://github.com/isaacs/minimatch/compare/v4.2.0...v4.2.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v4.2.0...v4.2.1 )
### [`v4.2.0`](https://github.com/isaacs/minimatch/compare/v4.1.1...v4.2.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v4.1.1...v4.2.0 )
### [`v4.1.1`](https://github.com/isaacs/minimatch/compare/v4.1.0...v4.1.1 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v4.1.0...v4.1.1 )
### [`v4.1.0`](https://github.com/isaacs/minimatch/compare/v4.0.0...v4.1.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v4.0.0...v4.1.0 )
### [`v4.0.0`](https://github.com/isaacs/minimatch/compare/v3.1.2...v4.0.0 )
[Compare Source](https://github.com/isaacs/minimatch/compare/v3.1.2...v4.0.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/271
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: RenovateBot <renovate@vylpes.com>
Co-committed-by: RenovateBot <renovate@vylpes.com>
2023-03-20 17:59:28 +00:00
6d7dc26e09
Update random-bunny to v2.0.5
2023-02-01 17:33:13 +00:00
de5d0bab79
Merge branch 'develop' into renovate/uuid-9.x
2023-01-23 19:54:59 +00:00
568fa315bb
Merge branch 'develop' into renovate/jest-mock-extended-3.x
2023-01-23 19:47:29 +00:00
2b63400684
Merge branch 'develop' into renovate/dotenv-16.x
2023-01-23 19:43:23 +00:00
17ae4079e5
Update dependency uuid to v9
2022-12-28 18:52:33 +00:00
e808bbe6a5
Update dependency jest-mock-extended to v3
2022-12-28 18:52:23 +00:00
e02e58e280
Update dependency dotenv to v16
2022-12-28 18:52:11 +00:00
2164b9603d
Update dependency @types/node to v18
2022-12-28 18:52:08 +00:00
29a4a596f7
Merge branch 'main' into develop
2022-12-02 17:41:26 +00:00
ec9aba8e26
Bump minimatch to 3.1.2 ( #227 )
...
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/227
Reviewed-by: VylpesTester <tester@vylpes.com>
2022-12-02 17:39:12 +00:00
ed8f5927c8
Feature/81 slash command support ( #192 )
...
* Update discord.js
* Migrate to slash commands
* Clean up imports
* Update permissions
* Fix guild-specific commands not showing up
* Fix changes requested
2022-09-18 11:57:22 +01:00
dependabot[bot]
5d89a57188
Bump got from 11.8.3 to 11.8.5 ( #164 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.8.3 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 12:12:00 +01:00
7bb8872acd
Merge pull request #146 from Vylpes/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-04-24 14:54:37 +01:00
dependabot[bot]
27a258adf0
Bump node-fetch from 2.6.6 to 2.6.7
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-24 13:47:08 +00:00
dependabot[bot]
60cb3a1f22
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-24 13:47:04 +00:00
04a4a6204c
v3.0 ( #145 )
...
* Change rules.txt to rules.json (#31 )
* Migrate to yarn
* Add role configs to config template
* Install packges and setup typescript
* Migrate entry point
* Migrate about command
* Migrate ban command
* Migrate clear command
* Migrate kick command
* Migrate mute command
* Migrate poll command
* Migrate bunny command
* Update required roles checker
* Migrate role command
* Migrate unmute command
* Migrate warn command
* Migrate eval command
* Migrate help command
* Migrate rules command
* Migrate events to typescript
* Update about command to use the PublicEmbed class
* Update ErrorMessage to ChannelNotFound
* Update messageDelete event to ignore bots
* Feature/74 merge vylbot core (#80 )
* Merge VylBot-Core
* Update commands to new system
* Fix issue where events would not load
* Feature/12 create tests (#102 )
* Fix tests
* Update coverage
* Remove unrequired mock files
* Add about command test
* Update about tests
* Ban command tests
* eval command tests
* Start help command tests
* Add help command tests
* Add kick command tests
* Mute command tests
* Poll command tests
* Add role command tests
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Add rules command tests
* Add unmute command tests
* Add warn command tests
* Add MemberEvents tests
* Add GuildMemberUpdate tests
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Add MessageEvents tests
* Add StringTools test
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Add embed tests
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Add GitHub Actions
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Move to tslint
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Remove tslint
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Remove linting script
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Update rules with blog website and event spoilers rule" (#106 )
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Containerise bot (#107 )
* Add moderator names to audit reason (#108 )
* Feature/48 database (#114 )
* Add database and default values
* Add ability to save a setting to the database
* Get commands and events to use database
* Setup and config command
* Update commands to check roles per server
* Different rules per server
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Different prefix per server
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Add verification system
Signed-off-by: Ethan Lane <ethan@vylpes.com>
* Disabled commands per server
* Add devmode for default prefix
* Update embeds
* Fix broken tests
* Feature/66 add different commands per server (#122 )
* Add ability for server exclusive commands
* Add MankBot server-exclusive commands
* Add lobby entity to database
* Add documentation
* Add setup command for lobby (#123 )
* Update bot to discord.js v13 (#125 )
* Update bot to discord.js v13
* Remove debug code
* 110 commandshelp about command errors which causes command to not run (#126 )
* Change onMessage to onMessageCreate
* Fix help command
* Add override for bot owner and server owner (#135 )
* Change help command so exclusive commands can only be seen for the server they're assigned to (#136 )
* Change parsing to not crash if invalid (#142 )
* 137 role command cannot read properties of undefined (#141 )
* Fix issue with bot crashing
* Fix server prefix not showing
* Add easy way to configure role command
* Move help text to its own directory
* Make role config command to use role id
* Get lobby command to use IDs instead of names (#144 )
Co-authored-by: Vylpes <getgravitysoftware@gmail.com>
2022-04-24 14:46:37 +01:00