-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #95
Conversation
🦋 Changeset detectedLatest commit: 76a7737 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
739e23e
to
825a90b
Compare
825a90b
to
752bb29
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/[email protected] ### Major Changes - add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins --> ([#103](#103)) by [@mheob](https://github.com/mheob) ### Minor Changes - add newest rules from `eslint-plugin-unicorn` --> ([#101](#101)) by [@mheob](https://github.com/mheob) ### Patch Changes - chore(deps): update all non-major dependencies --> ([#99](#99)) by [@renovate](https://github.com/apps/renovate) - chore(deps): update all non-major dependencies --> ([#95](#95)) by [@renovate](https://github.com/apps/renovate) ## @mheob/[email protected] ### Major Changes - remove `@trivago/prettier-plugin-sort-imports` --> ([#102](#102)) by [@mheob](https://github.com/mheob) ### Patch Changes - chore(deps): update all non-major dependencies --> ([#95](#95)) by [@renovate](https://github.com/apps/renovate) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/[email protected] # @mheob/eslint-config ## 5.2.0 ### Minor Changes - [#147](#147) ([@mheob](https://github.com/mheob)): set `unicorn/no-null` rule to `off` ## 5.1.1 ### Patch Changes - [#145](#145) ([@mheob](https://github.com/mheob)): update dependencies - [#135](#135) ([@mheob](https://github.com/mheob)): update dependencies ## 5.1.0 ### Minor Changes - [#131](#131) ([@mheob](https://github.com/mheob)): add `cts` and `mts` file extensions to the eslint config ### Patch Changes - [#133](#133) ([@mheob](https://github.com/mheob)): update dependencies - [#129](#129) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies ## 5.0.1 ### Patch Changes - [#125](#125) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies ## 5.0.0 ### Major Changes - [#124](#124) ([@mheob](https://github.com/mheob)): Bump `eslint-plugin-unicorn` to v47. BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all` in recommended config (see [#2073](sindresorhus/eslint-plugin-unicorn#2073)) ### Patch Changes - [#122](#122) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies ## 4.2.1 ### Patch Changes - update dependencies --> ([#121](#121)) by [@mheob](https://github.com/mheob) ## 4.2.0 ### Minor Changes - remove explicit return rule --> ([#113](#113)) by [@mheob](https://github.com/mheob) - move `explicit-function-return-type` rule to base config --> ([#116](#116)) by [@mheob](https://github.com/mheob) ### Patch Changes - update dependencies --> ([#112](#112)) by [@mheob](https://github.com/mheob) - fix the README files after the change of using ESLint to fix the imports --> ([#109](#109)) by [@mheob](https://github.com/mheob) ## 4.1.0 ### Minor Changes - add auto-fix for unused imports and vars --> ([#106](#106)) by [@mheob](https://github.com/mheob) ### Patch Changes - bump `eslint-config-next` to `13.1.0` --> ([#106](#106)) by [@mheob](https://github.com/mheob) ## 4.0.0 ### Major Changes - add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins --> ([#103](#103)) by [@mheob](https://github.com/mheob) ### Minor Changes - add newest rules from `eslint-plugin-unicorn` --> ([#101](#101)) by [@mheob](https://github.com/mheob) ### Patch Changes - chore(deps): update all non-major dependencies --> ([#99](#99)) by [@renovate](https://github.com/apps/renovate) - chore(deps): update all non-major dependencies --> ([#95](#95)) by [@renovate](https://github.com/apps/renovate) ## 3.1.0 ### Minor Changes - disable `unicorn/no-array-reduce` ESLint rule --> ([#93](#93)) by [@mheob](https://github.com/mheob) ### Patch Changes - bump eslint to ^8.27.0 --> ([#91](#91)) by [@renovate](https://github.com/apps/renovate) - bump `@typescript-eslint` monorepo --> ([#89](#89)) by [@mheob](https://github.com/mheob) ## 3.0.1 ### Patch Changes - Update dependencies --> ([#77](#77)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#81](#81)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#86](#86)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#84](#84)) by [@renovate](https://github.com/apps/renovate) ## 3.0.0 ### Major Changes - [#72](#72) [`6c13a4f`](6c13a4f) Thanks [@mheob](https://github.com/mheob)! - Update dependencies and use the new rules from `eslint-plugin-unicorn`, especially [switch-case-braces](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/switch-case-braces.md) ## 2.2.0 ### Minor Changes - [#59](#59) [`ec5e9e3`](ec5e9e3) Thanks [@mheob](https://github.com/mheob)! - Disable `unicorn/no-array-for-each` rule as default ### Patch Changes - [#60](#60) [`12b3867`](12b3867) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## 2.1.2 ### Patch Changes - [#53](#53) [`f7b87f4`](f7b87f4) Thanks [@mheob](https://github.com/mheob)! - Simpplify and fix calling sub configurations ## 2.1.1 ### Patch Changes - [#49](#49) [`348d277`](348d277) Thanks [@mheob](https://github.com/mheob)! - Update dependencies - [#46](#46) [`6f731ee`](6f731ee) Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files - [#42](#42) [`cf8ba94`](cf8ba94) Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour - [#36](#36) [`fd1474e`](fd1474e) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## 2.1.0 ### Minor Changes - 718c5e2: Deactivate `@typescript-eslint/explicit-function-return-type` rule for jsx files. - 70cbb2c: Add typescript definitions ### Patch Changes - 8a868bf: Update dependencies ## 2.0.2 ### Patch Changes - 87fb7e0: Update all dependencies - a211713: Add more typescript specific rules. ## 2.0.1 ### Patch Changes - 7c1d265: Change old and wrong `main` file name in `package.json` from `index.cjs` to `index.js`. ## 2.0.0 ### Major Changes - 6e97fe2: Split ESLint configuration into specified files (base/reat/next for now). ### Patch Changes - 6e97fe2: Improve README to get a better copy/paste experience. ## 1.0.1 ### Patch Changes - 7d96f86: Update all dependencies ## 1.0.0 ### Major Changes - 723ce7d: Initial configuration ## @mheob/[email protected] # @mheob/prettier-config ## 3.2.0 ### Minor Changes - [#149](#149) ([@mheob](https://github.com/mheob)): remove line wraps in markdown files ## 3.1.1 ### Patch Changes - [#145](#145) ([@mheob](https://github.com/mheob)): update dependencies ## 3.1.0 ### Minor Changes - [#133](#133) ([@mheob](https://github.com/mheob)): bump prettier to version 3 ## 3.0.1 ### Patch Changes - fix the README files after the change of using ESLint to fix the imports --> ([#109](#109)) by [@mheob](https://github.com/mheob) ## 3.0.0 ### Major Changes - remove `@trivago/prettier-plugin-sort-imports` --> ([#102](#102)) by [@mheob](https://github.com/mheob) ### Patch Changes - chore(deps): update all non-major dependencies --> ([#95](#95)) by [@renovate](https://github.com/apps/renovate) ## 2.0.3 ### Patch Changes - update dependencies --> ([#81](#81)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#86](#86)) by [@mheob](https://github.com/mheob) - update dependencies --> ([#84](#84)) by [@renovate](https://github.com/apps/renovate) ## 2.0.2 ### Patch Changes - [#71](#71) [`b79f37d`](b79f37d) Thanks [@mheob](https://github.com/mheob)! - Remove obsolete `prettier-plugin-jsdoc` package ## 2.0.1 ### Patch Changes - [#63](#63) [`49204ca`](49204ca) Thanks [@mheob](https://github.com/mheob)! - Add the newest ruleset to the README - [#60](#60) [`12b3867`](12b3867) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## 2.0.0 ### Major Changes - [#42](#42) [`cf8ba94`](cf8ba94) Thanks [@mheob](https://github.com/mheob)! - Switch from spaces to tabs as indentation ### Minor Changes - [#52](#52) [`8bc72cd`](8bc72cd) Thanks [@mheob](https://github.com/mheob)! - Use spaces instead of tabs in yaml files ### Patch Changes - [#46](#46) [`6f731ee`](6f731ee) Thanks [@mheob](https://github.com/mheob)! - Switch to typescript as source files - [#42](#42) [`cf8ba94`](cf8ba94) Thanks [@mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour - [#36](#36) [`fd1474e`](fd1474e) Thanks [@mheob](https://github.com/mheob)! - Update dependencies ## 1.4.0 ### Minor Changes - 70cbb2c: Add typescript definitions ## 1.3.1 ### Patch Changes - 87fb7e0: Update all dependencies ## 1.3.0 ### Minor Changes - 347593b: Set markdown `printWidth` to `130`. ### Patch Changes - 347593b: Improve README to get a better copy/paste experience. ## 1.2.1 ### Patch Changes - 7d96f86: Update all dependencies ## 1.2.0 ### Minor Changes - ad1fc96: Add `prettier-plugin-jsdoc` to the prettier config. ## 1.1.0 ### Minor Changes - 76f0a62: Add some more rules like using tabs and some more. ## 1.0.0 ### Major Changes - 723ce7d: Initial configuration ## @mheob/[email protected] # @mheob/tsconfig ## 2.0.0 ### Major Changes - remove depricated `importsNotUsedAsValues` config --> ([#121](#121)) by [@mheob](https://github.com/mheob) ## 1.0.1 ### Patch Changes - [#55](#55) [`27aa074`](27aa074) Thanks [@mheob](https://github.com/mheob)! - Simpplify and fix calling sub configurations ## 1.0.0 ### Major Changes - [#43](#43) [`c4e3768`](c4e3768) Thanks [@mheob](https://github.com/mheob)! - Initial Release ## Summary by CodeRabbit - **New Features** - Updated `@mheob/eslint-config` to version 6.0.0 with improved dependency management. - Updated `@mheob/prettier-config` to version 3.2.1 with the latest non-major dependencies. - Updated `@mheob/tsconfig` to version 2.1.0 with enhanced configurations. - **Chores** - Regular dependency updates to ensure compatibility and security.
This PR contains the following updates:
^17.2.0
->^17.3.0
^17.2.0
->^17.3.0
^5.43.0
->^5.44.0
^5.43.0
->^5.44.0
^8.27.0
->^8.28.0
^13.0.3
->^13.0.5
^7.31.10
->^7.31.11
^2.7.1
->^2.8.0
^4.8.4
->^4.9.3
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v17.3.0
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v17.3.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.44.0
Compare Source
Bug Fixes
parserOptions.project
config (#5999) (530e0e6)Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.44.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.28.0
Compare Source
Features
63bce44
feat: addignoreClassFieldInitialValues
option to no-magic-numbers (#16539) (Milos Djermanovic)8385ecd
feat: multiline properties in rulekey-spacing
with optionalign
(#16532) (Francesco Trotta)a4e89db
feat:no-obj-calls
supportIntl
(#16543) (Sosuke Suzuki)Bug Fixes
c50ae4f
fix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas)9432b67
fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic)e76c382
fix: allow* 1
when followed by/
in no-implicit-coercion (#16522) (Milos Djermanovic)Documentation
34c05a7
docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter)3e66387
docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter)436f712
docs: fix Header UI inconsistency (#16464) (Tanuj Kanti)f743816
docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin)bc0547e
docs: improve styles for versions and languages page (#16553) (Nitin Kumar)6070f58
docs: clarify esquery issue workaround (#16556) (Milos Djermanovic)b48e4f8
docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter)b92b30f
docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter)1769b42
docs: Integrations page introduction (#16548) (Ben Perlmutter)a8d0a57
docs: make table of contents sticky on desktop (#16506) (Sam Chen)a01315a
docs: fix route of japanese translation site (#16542) (Tanuj Kanti)0515628
docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin)68f1288
docs: set default layouts (#16484) (Percy Ma)776827a
docs: init config about specifying shared configs (#16483) (Percy Ma)5c39425
docs: fix broken link to plugins (#16520) (Ádám T. Nagy)c97c789
docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)Chores
e94a4a9
chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas)e13f194
chore: stricter validation ofmeta.docs.description
in core rules (#16529) (Milos Djermanovic)72dbfbc
chore: usepkg
parameter ingetNpmPackageVersion
(#16525) (webxmsj)vercel/next.js
v13.0.5
Compare Source
Core Changes
unstable_revalidate
: #43119v0.43.23
: #42977PageComponent
andLayoutComponent
types: #43226firebase-admin
to defaultserverComponentsExternalPackages
list: #43249next/error
: #43238use-sync-external-store
dependency: #43281appDir: true
: #43293Documentation Changes
async
in docs.: #43161next/script
example: #43196Example Changes
with-redux-reducer
: #43237with-videojs
,with-yoga
,with-zones
examples to TypeScript: #43280Misc Changes
Credits
Huge thanks to @hanneslund, @adilansari, @chunsch, @bennettdams, @maxproske, @SukkaW, @kdy1, @orionmiz, @leerob, @shuding, @aziyatali, @NiedziolkaMichal, @huozhi, @colinking, @juliusmarminge, @andykenward, @Yutsuten, @balazsorban44, @FomichRoman, @rishabhpoddar, @arturbien, @ADTC, @JanKaifer, @ijjk, @kwonoj, @joliss, @Andarist, and @Laityned for helping!
v13.0.4
Compare Source
Core Changes
javascript
to language: #42894next/link
: #42117transpilePackages
in tests: #42987Documentation Changes
@next/font
: #42865Example Changes
next/future/image
->next/image
: #42794with-algolia-react-instantsearch
example and convert to TypeScript: #42617with-app-layout
example to TypeScript: #42930with-atlaskit
example: #42973with-carbon-components
example: #42976with-cerebral
example: #42980swcMinify
option from example configs: #43012with-cssed
,with-csx
,with-styled-jsx
examples to TypeScript: #43018Misc Changes
Credits
Huge thanks to @shuding, @balazsorban44, @kdy1, @huozhi, @reyrodrigez, @andykenward, @idoob, @maxproske, @KoltonG, @timneutkens, @feugy, @leerob, @steven-tey, @SukkaW, @kwonoj, @adilansari, @hanneslund, @notrab, @zekicaneksi, @silvioprog, @joulev, @chanceaclark, and @Marcus-Rise for helping!
jsx-eslint/eslint-plugin-react
v7.31.11
Compare Source
Fixed
jsx-no-target-blank
]: allow ternaries with literals (#3464 @akulsr0)no-unknown-property
]: addinert
attribute (#3484 @ljharb)jsx-key
]: detect keys in logical expression and conditional expression (#3490 @metreniuk)Changed
forbid-component-props
: inclusive language w/ allowlist (#3473 @AndersDJohnson)eslint-doc-generator
(#3469 @bmish)prettier/prettier
v2.8.0
Compare Source
diff
🔗 Release Notes
Microsoft/TypeScript
v4.9.3
: TypeScript 4.9Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
93bd577
Bump version to 4.9.3 and LKG.107f832
Update LKG.31bee56
Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]1e2fa7a
Update version to 4.9.2-rc and LKG.7ab89e5
Merge remote-tracking branch 'origin/main' into release-4.9e5cd686
Update package-lock.json8d40dc1
Update package-lock.json5cfb3a2
Only call return() for an abrupt completion in user code (#51297)a7a9d15
Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)7f8426f
fix for-in enumeration containing yield in generator (#51295)See More
3d2b401
Fix assertion functions accessed via wildcard imports (#51324)64d0d5a
fix(51301): Fixing an unused import at the end of a line removes the newline (#51320)754eeb2
Update CodeQL workflow and configuration, fix found bugs (#51263)d8aad26
Update package-lock.jsond4f26c8
fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)16faf45
Update package-lock.json8b1ecdb
fix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)170a17f
Dom update 2022-10-25 (#51300)9c4e14d
Remove "No type information for this code" from baseline (#51311)88d25b4
fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#51299)8bee69a
Update package-lock.json702de1e
Fix early call to return/throw on generator (#51294)2c12b14
Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#51271)6af270d
Update package-lock.json2cc4c16
Update package-lock.json6093491
Fix apparent typo in getStringMappingType (#51248)61c2609
Update package-lock.jsonef69116
Generate shortestrootDirs
module specifier instead of first possible (#51244)bbb42f4
Fix typo in canWatchDirectoryOrFile found by CodeQL (#51262)a56b254
Include 'this' type parameter in isRelatedTo fast path (#51230)3abd351
Fix super property transform in async arrow in method (#51240)eed0511
Update package-lock.json2625c1f
Make the init config category order predictable (#51247)1ca99b3
fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) (#50560)3f28fa1
Update package-lock.json906ebe4
Revert structuredTypeRelatedTo change and fix isUnitLikeType (#51076)8ac4652
change type (#51231)245a02c
fix(51222): Go-to-definition on return statements should jump to the containing function declaration (#51227)2dff34e
markAliasReferenced should include ExportValue as well (#51219)5ef2634
Update package-lock.jsond0f0e35
Remove old tslint comments (#51220)85d405a
Fixed a false positive "await has no effect on the type" diagnostic with mixed generic union (#50833)1f8959f
fix: avoid downleveled dynamic import closing over specifier expression (#49663)11066b2
Rename internal functions tonarrowTypeBySwitchOnTypeOf
andnarrowTypeByInKeyword
(#51215)4c9afe8
Update package-lock.jsonf25bcb7
fix(49196): add jsdoc snippet for interface member functions (#51135)7406ee9
fix(51170): Completing an unimplemented property overwrites rest of line (#51175)a1d82fc
Remove some unnecessary code discovered by rollup (#51204)0481773
LEGO: Merge pull request 5120098c19cb
LEGO: Merge pull request 5119013c9b05
Update package-lock.json673475e
Update package-lock.jsonf6cf510
Add more tracing to node16/nodenext resolution (#51168)83c5581
Update package-lock.jsonbe5f0fe
Add an extra regression test for awaited unresolvable recursive union (#51167)2cb7e77
fix(50416): correctly names disabled export refactors (#50663) [ #50416 ]2bcfed0
feat(37440): Provide a quick-fix for non-exported types (#51038)a24201c
Remove VSDevMode.ps1 and createPlaygroundBuild (#51166)2da62a7
fix(51112): omit parameter names that precede the type (#51142)cf1b6b7
feat(51163): show QF to fill in the missing properties for the mapped type. (#51165)bdcc240
Remove bug-causing carve-out in conditional type instantiation that hopefully is no longer required (#51151)37317a2
Check nested weak types in intersections on target side of relation (#51140)9f49f9c
Update package-lock.json4f54e7e
Fix isExhaustiveSwitchStatement to better handle circularities (#51095)503604c
Overloads shouldn't gain @deprecated tags of other overloads in quick info (#50904)e14a229
Update package-lock.json67256e5
Remove unused declarations array in extractSymbol's TargetRange (#51091)9c87ded
fix(51100): ensure tsserver shuts down when parent process is killed (#51107)c01ae01
Fix nightly publish oops in Gulpfile (#51131)a7d10f1
Update package-lock.jsond0bfd8c
fix(51072): ts.preProcessFile finds import in template string after conditional expression with template strings (#51082)ad56b5c
Convert scripts/Gulpfile to checked mjs/cjs so they can run without compilation (#50988)dbeae5d
fix(51017): Make lineText in the references response opt-out (#51081)d06a592
Properly defer resolution of mapped types with genericas
clauses (#51050)42b1049
Update package-lock.json5f3e6cc
Plugin probe location is higher priority than peer node_modules (#51079) [ #34616 ]2648f6a
Plugins in project were adding up after every config file reload (#51087)c18791c
Fix incorrect options type to WatchOptions (#51064)b0795e9
Update package-lock.json43c6fd4
Covert some of the config testing to baselines for easy validation (#51063)fc5e72b
Remove unused defaultWatchFileKind method since useFsEvents is default for tsserver and tsc (#51044)8af9a93
Use typescript.d.ts in APISample tests (#51061)4953316
Remove configureLanguageServiceBuild, instrumenter (#51048)9dfffd0
Update GitHub Actions (#51045)4635a5c
Update package-lock.json33a34e5
Adding a JSDoc comment to the es5 type declarations to describe the functionality of Date.now() (#50630)299745c
Fix crash in goto-def on@override
(#51016)7dcf11f
fix(50750): Object type literal with string literal property in contextual typing position causes language service error on all literal type references (#50757)5cd49f6
Update package-lock.json8a1b858
Update package-lock.json96894db
Include type parameter defaults in contextual typing (#50994) [ #51002 ]0d0a793
Allow Unicode extended escapes in ES5 and earlier (#50918)58bae8d
Update package-lock.json0ce72ef
Add option to OrganizeImports for removal only (#50931)42f9143
feat: codefix forfor await of
(#50623)ecf50e8
Properly computeSymbolFlags.Optional
for intersected properties (#50958)d1586de
Fully resolve aliases when checking symbol flags (#50853)45148dd
Update LKG to 4.8.4 (#50987)9a83f25
Update package-lock.json865848f
Fix<=
and>
comparisons when compared against prerelease versions (#50915)fbfe934
Fix comparability between type parameters related by a union constraint (#50978)b09e93d
Merge pull request #50041 from microsoft/fix/479690ac12bb
Update package-lock.json8192d55
Pick correct compilerOptions when checking if we can share emitSignatures (#50910) [ #50902 ]16faef1
During uptodate ness check with buildInfo, check if there are errors explicitly with noEmit (#50974) [ [#50959](https://github.com/Microsoft/TypeScript/issues/50Configuration
📅 Schedule: Branch creation - "before 4am on Wednesday" in timezone Europe/Berlin, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.