Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update @types/jest, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, jest, prettier, ts-jest, ts-loader, typescript, webpack, webpack-cli to the latest version #6

Closed
wants to merge 1 commit into from

Conversation

redpeacock78
Copy link
Owner

Version 26.0.15 of @types/jest was just published.

The version(26.0.15) is not covered by your current version range(^25.1.1).

Release note is not available


Version 14.14.5 of @types/node was just published.

The version(14.14.5) is not covered by your current version range(^13.13.4).

Release note is not available


Version 4.6.0 of @typescript-eslint/eslint-plugin was just published.

The version(4.6.0) is not covered by your current version range(^2.19.0).

Release Notes

v4.6.0

4.6.0 (2020-10-26)

Bug Fixes

  • eslint-plugin: [method-signature-style] correct fixer for overloads in an object literal type (#2708) (0763913)
  • eslint-plugin: [method-signature-style] don't auto-fix interfaces within namespaces (#2678) (e012049)
  • eslint-plugin: [prefer-string-starts-ends-with] Check negative indices in the second position for slice (#2696) (66e9c6e)

Features

  • eslint-plugin: [ban-types] support banning [] (#2704) (ef8b5a7), closes #2582
  • eslint-plugin: add no-unnecessary-type-constraint rule (#2516) (880ac75)
  • eslint-plugin: add extension rule space-infix-ops (#2593) (343d20d)

Version 4.6.0 of @typescript-eslint/parser was just published.

The version(4.6.0) is not covered by your current version range(^2.19.0).

Release Notes

v4.6.0

4.6.0 (2020-10-26)

Bug Fixes

  • eslint-plugin: [method-signature-style] correct fixer for overloads in an object literal type (#2708) (0763913)
  • eslint-plugin: [method-signature-style] don't auto-fix interfaces within namespaces (#2678) (e012049)
  • eslint-plugin: [prefer-string-starts-ends-with] Check negative indices in the second position for slice (#2696) (66e9c6e)

Features

  • eslint-plugin: [ban-types] support banning [] (#2704) (ef8b5a7), closes #2582
  • eslint-plugin: add no-unnecessary-type-constraint rule (#2516) (880ac75)
  • eslint-plugin: add extension rule space-infix-ops (#2593) (343d20d)

Version 7.12.1 of eslint was just published.

The version(7.12.1) is not covered by your current version range(^6.8.0).

Release Notes

null


Version 26.6.1 of jest was just published.

The version(26.6.1) is not covered by your current version range(^25.1.0).

Release Notes

26.6.1

Features

  • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#10673)
  • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#10236)

Fixes

  • [expect] Fix objectContaining to work recursively into sub-objects (#10508)
  • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#10678)
  • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#10675)
  • [jest-message-util] Update to work properly with Node 15 (#10660)
  • [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#10156)

Version 2.1.2 of prettier was just published.

The version(2.1.2) is not covered by your current version range(^1.19.1).

Release Notes

🔗Changelog


Version 26.4.3 of ts-jest was just published.

The version(26.4.3) is not covered by your current version range(^25.2.0).

Release Notes

v26.4.3


Version 8.0.7 of ts-loader was just published.

The version(8.0.7) is not covered by your current version range(^6.2.1).

Release Notes

v8.0.7


Version 4.0.5 of typescript was just published.

The version(4.0.5) is not covered by your current version range(^3.7.5).

Release Notes

TypeScript 4.0.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Version 5.2.0 of webpack was just published.

The version(5.2.0) is not covered by your current version range(^4.41.5).

Release Notes

Features

  • add sourceFilename and javascriptModule to asset info for plugins

Bugfixes

  • fix variable name collision when using module concatenation
  • fix arrow functions in ie 11
  • fix this externals with module concatenation
  • force update for enhanced-resolve for critical bugfixes (see changelog)

Version 4.1.0 of webpack-cli was just published.

The version(4.1.0) is not covered by your current version range(^3.3.10).

Release note is not available


Powered by hothouse 🐝

kyoto-art_news4discord:
- @types/jest: 25.2.3 -> 26.0.15
- @types/node: 13.13.14 -> 14.14.5
- @typescript-eslint/eslint-plugin: 2.34.0 -> 4.6.0
- @typescript-eslint/parser: 2.34.0 -> 4.6.0
- eslint: 6.8.0 -> 7.12.1
- jest: 25.5.4 -> 26.6.1
- prettier: 1.19.1 -> 2.1.2
- ts-jest: 25.5.1 -> 26.4.3
- ts-loader: 6.2.2 -> 8.0.7
- typescript: 3.9.7 -> 4.0.5
- webpack: 4.43.0 -> 5.2.0
- webpack-cli: 3.3.12 -> 4.1.0
@redpeacock78 redpeacock78 deleted the hothouse-20200927090503-2b72d5429a branch October 27, 2020 09:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ban-types] support banning []
1 participant