chore(deps): update devdependencies #138
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.8.2->^5.0.04.14.172->4.14.199^16.6.1->^20.0.05.2.7->5.2.131.16.2->1.20.5^2.0.5->^3.0.02.3.1->2.6.2^4.3.5->^5.0.0Release Notes
UziTech/atom-jasmine3-test-runner (atom-jasmine3-test-runner)
v5.2.13Compare Source
Bug Fixes
v5.2.12Compare Source
Bug Fixes
v5.2.11Compare Source
Bug Fixes
v5.2.10Compare Source
Bug Fixes
v5.2.9Compare Source
Bug Fixes
v5.2.8Compare Source
Bug Fixes
atom-ide-community/eslint-config-atomic (eslint-config-atomic)
v1.20.5Compare Source
What's Changed
Full Changelog: atom-community/eslint-config-atomic@v1.20.4...v1.20.5
v1.20.4Compare Source
What's Changed
Full Changelog: atom-community/eslint-config-atomic@v1.20.1...v1.20.3
v1.20.3Compare Source
v1.20.2Compare Source
v1.20.1Compare Source
What's Changed
feat: rewrite in TypeScript by @aminya in https://github.com/atom-community/eslint-config-atomic/pull/77
fix: update dependencies by @aminya in https://github.com/atom-community/eslint-config-atomic/pull/77
Full Changelog: atom-community/eslint-config-atomic@v1.19.3...v1.20.1
v1.20.0Compare Source
v1.19.3Compare Source
Full Changelog: atom-community/eslint-config-atomic@v1.19.2...v1.19.3
fix: ignore node_modules even if not in gitignore
v1.19.2Compare Source
What's Changed
Full Changelog: atom-community/eslint-config-atomic@v1.19.1...v1.19.2
v1.19.1Compare Source
What's Changed
Full Changelog: atom-community/eslint-config-atomic@v1.19.0...v1.19.1
v1.19.0Compare Source
What's Changed
Full Changelog: atom-community/eslint-config-atomic@v1.18.3...v1.19.0
v1.18.3Compare Source
What's Changed
Full Changelog: atom-community/eslint-config-atomic@v1.18.2...v1.18.3
v1.18.2Compare Source
What's Changed
Full Changelog: atom-community/eslint-config-atomic@v1.18.1...v1.18.2
v1.18.1Compare Source
Bug Fixes
v1.18.0Compare Source
Bug Fixes
Features
v1.17.1Compare Source
Bug Fixes
v1.17.0Compare Source
Bug Fixes
Features
v1.16.6Compare Source
Bug Fixes
v1.16.5Compare Source
Bug Fixes
v1.16.4Compare Source
Bug Fixes
v1.16.3Compare Source
Bug Fixes
atom-community/prettier-config-atomic (prettier-config-atomic)
v3.1.0Compare Source
Bug Fixes
Features
3.0.11 (2022-07-03)
Bug Fixes
3.0.10 (2022-06-22)
Bug Fixes
3.0.9 (2022-04-02)
Bug Fixes
3.0.8 (2022-03-26)
Bug Fixes
3.0.7 (2022-03-17)
Bug Fixes
3.0.6 (2022-03-13)
Reverts
3.0.5 (2022-03-12)
Bug Fixes
3.0.4 (2022-03-11)
Bug Fixes
3.0.3 (2022-01-27)
Bug Fixes
3.0.2 (2022-01-27)
Bug Fixes
3.0.1 (2021-10-02)
Bug Fixes
v3.0.10Compare Source
Bug Fixes
v3.0.9Compare Source
Bug Fixes
v3.0.8Compare Source
Bug Fixes
v3.0.7Compare Source
Bug Fixes
v3.0.6Compare Source
Reverts
v3.0.5Compare Source
Bug Fixes
v3.0.4Compare Source
Bug Fixes
v3.0.3Compare Source
Bug Fixes
v3.0.2Compare Source
Bug Fixes
v3.0.1Compare Source
Bug Fixes
v3.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
2.0.6 (2021-09-21)
Bug Fixes
2.0.5 (2021-05-12)
Bug Fixes
2.0.4 (2021-05-02)
Bug Fixes
2.0.1 (2021-04-06)
Bug Fixes
v2.1.0Compare Source
v2.0.6Compare Source
Bug Fixes
Microsoft/tslib (tslib)
v2.6.2: tslib 2.6.2Compare Source
What's Changed
exports["module"]["types"]by @andrewbranch in https://github.com/microsoft/tslib/pull/217Full Changelog: microsoft/tslib@v2.6.1...v2.6.2
v2.6.1: tslib 2.6.1Compare Source
What's Changed
Full Changelog: microsoft/tslib@2.6.0...v2.6.1
v2.6.0: tslib 2.6.0Compare Source
What's Changed
usingandawait usingby @rbuckton in https://github.com/microsoft/tslib/pull/213Full Changelog: microsoft/tslib@v2.5.3...2.6.0
v2.5.3: tslib 2.5.3Compare Source
What's Changed
Full Changelog: microsoft/tslib@2.5.2...v2.5.3
v2.5.2: tslib 2.5.2Compare Source
This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.
v2.5.1: tslib 2.5.1Compare Source
This release of tslib provides fixes for two issues.
First, it reverses the order of
inithooks provided by decorators to correctly reflect proposed behavior.Second, it corrects the
exportsfield of tslib'spackage.jsonand provides accurate declaration files so that it may be consumed under thenode16andbundlersettings formoduleResolution.v2.5.0: tslib 2.5.0Compare Source
What's New
__esDecorateand related helpers by @rbuckton in https://github.com/microsoft/tslib/pull/193Full Changelog: microsoft/tslib@2.4.1...2.5.0
v2.4.1: tslib 2.4.1Compare Source
This release contains fixes for early
returns andthrows invoked on generators.v2.4.0: tslib 2.4.0Compare Source
This release includes the
__classPrivateFieldInhelper as well as an update to__createBindingto reduce indirection between multiple re-exports.Microsoft/TypeScript (typescript)
v5.2.2: TypeScript 5.2Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.6: TypeScript 5.1.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on npm
v5.1.5: TypeScript 5.1.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.3: TypeScript 5.1.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.4: TypeScript 5.0.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.3: TypeScript 5.0.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.2: TypeScript 5.0Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v4.9.5: TypeScript 4.9.5Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
69e88efPort ignore deprecations to 4.9 (#52419)daf4e81Port timestamp fix to 4.9 (#52426)v4.9.4: TypeScript 4.9.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
e286821Bump version to 4.9.4 and LKG.eb5419fCherry-pick #51704 to release 4.9 (#51712)b4d382bCherry-pick changes for narrowing to tagged literal types.e7a02f4Port of #51626 and #51689 to release-4.9 (#51627)1727912Cherry-pick fix aroundvisitEachChildto release-4.9. (#51544)This list of changes was auto generated.
v4.9.3: TypeScript 4.9Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
93bd577Bump version to 4.9.3 and LKG.107f832Update LKG.31bee56Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]1e2fa7aUpdate version to 4.9.2-rc and LKG.7ab89e5Merge remote-tracking branch 'origin/main' into release-4.9e5cd686Update package-lock.json8d40dc1Update package-lock.json5cfb3a2Only call return() for an abrupt completion in user code (#51297)a7a9d15Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)7f8426ffix for-in enumeration containing yield in generator (#51295)See More
3d2b401Fix assertion functions accessed via wildcard imports (#51324)64d0d5afix(51301): Fixing an unused import at the end of a line removes the newline (#51320)754eeb2Update CodeQL workflow and configuration, fix found bugs (#51263)d8aad26Update package-lock.jsond4f26c8fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)16faf45Update package-lock.json8b1ecdbfix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)170a17fDom update 2022-10-25 (#51300)9c4e14dRemove "No type information for this code" from baseline (#51311)88d25b4fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#51299)8bee69aUpdate package-lock.json702de1eFix early call to return/throw on generator (#51294)2c12b14Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#51271)6af270dUpdate package-lock.json2cc4c16Update package-lock.json6093491Fix apparent typo in getStringMappingType (#51248)61c2609Update package-lock.jsonef69116Generate shortestrootDirsmodule specifier instead of first possible (#51244)bbb42f4Fix typo in canWatchDirectoryOrFile found by CodeQL (#51262)a56b254Include 'this' type parameter in isRelatedTo fast path (#51230)3abd351Fix super property transform in async arrow in method (#51240)eed0511Update package-lock.json2625c1fMake the init config category order predictable (#51247)1ca99b3fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) (#50560)3f28fa1Update package-lock.json906ebe4Revert structuredTypeRelatedTo change and fix isUnitLikeType (#51076)8ac4652change type (#51231)245a02cfix(51222): Go-to-definition on return statements should jump to the containing function declaration (#51227)2dff34emarkAliasReferenced should include ExportValue as well (#51219)5ef2634Update package-lock.jsond0f0e35Remove old tslint comments (#51220)85d405aFixed a false positive "await has no effect on the type" diagnostic with mixed generic union (#50833)1f8959ffix: avoid downleveled dynamic import closing over specifier expression (#49663)11066b2Rename internal functions tonarrowTypeBySwitchOnTypeOfandnarrowTypeByInKeyword(#51215)4c9afe8Update package-lock.jsonf25bcb7fix(49196): add jsdoc snippet for interface member functions (#51135)7406ee9fix(51170): Completing an unimplemented property overwrites rest of line (#51175)a1d82fcRemove some unnecessary code discovered by rollup (#51204)0481773LEGO: Merge pull request 5120098c19cbLEGO: Merge pull request 5119013c9b05Update package-lock.json673475eUpdate package-lock.jsonf6cf510Add more tracing to node16/nodenext resolution (#51168)83c5581Update package-lock.jsonbe5f0feAdd an extra regression test for awaited unresolvable recursive union (#51167)2cb7e77fix(50416): correctly names disabled export refactors (#50663) [ #50416 ]2bcfed0feat(37440): Provide a quick-fix for non-exported types (#51038)a24201cRemove VSDevMode.ps1 and createPlaygroundBuild (#51166)2da62a7fix(51112): omit parameter names that precede the type (#51142)cf1b6b7feat(51163): show QF to fill in the missing properties for thConfiguration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.