Update all non-major dependencies (minor) - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@typescript-eslint/eslint-plugin | devDependencies | minor | 5.12.1 -> 5.13.0 |
@typescript-eslint/parser | devDependencies | minor | 5.12.1 -> 5.13.0 |
jose | dependencies | minor | 4.5.1 -> 4.6.0 |
rollup (source) | devDependencies | minor | 2.68.0 -> 2.69.2 |
typescript (source) | devDependencies | minor | 4.5.5 -> 4.6.2 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.13.0
Bug Fixes
- eslint-plugin: [sort-type-union-intersection-members] Wrap the constructorType in parentheses (#4590) (851bb90)
Features
- eslint-plugin: [no-misused-promises] check more places for checksVoidReturn (#4541) (052cf51)
-
eslint-plugin: add
no-redundant-type-constituents
rule (#4378) (63d051e) -
eslint-plugin: add
no-useless-empty-export
rule (#4380) (823b945) -
eslint-plugin: add extension rule
space-before-blocks
(#1606) (#4184) (208b6d0) - eslint-plugin: added member group support to member-ordering rule (#4538) (6afcaea)
5.12.1 (2022-02-21)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.13.0
Note: Version bump only for package @typescript-eslint/parser
5.12.1 (2022-02-21)
Note: Version bump only for package @typescript-eslint/parser
panva/jose
v4.6.0
Features
- mark APIs and parameters that can lead to footguns as deprecated (0ddbcc6)
- types: include JSDoc in the types (74187a9)
v4.5.3
Fixes
- web api runtime: rely on default fetch init values (df6d966)
v4.5.2
Fixes
rollup/rollup
v2.69.2
2022-03-06
Bug Fixes
- Mark
Object.entries
andObject.fromEntries
as pure (#4429) - Make sure new properties on Array.prototype and Object.prototype are not evaluated as "undefined" (#4428)
Merge Requests
- #4428: Treat unknown prototype props as unknown (@lukastaegert)
- #4429: Treat unknown prototype props as unknown (@869288142)
v2.69.1
2022-03-04
Bug Fixes
- Approximate source position instead of ignoring it when using a low-resolution source map in a transform hook (#4334)
Merge Requests
- #4334: fix(sourcemap): fall back to low-resolution line mapping (@aleclarson and @lukastaegert)
v2.69.0
2022-03-02
Features
- Introduce new
output.generatedCode.symbols
to control the usage of Symbols in Rollup-generated code (#4378) - soft-deprecate
output.namespaceToStringTag
in favor ofoutput.generatedCode.symbols
(#4378)
Bug Fixes
- Properly handle
./
and../
as external dependencies (#4419) - Make generated "Module" namespace toStringTag non-enumerable for correct Object.assign/spread behaviour (#4378)
- Add file name to error when top-level-await is used in disallowed formats (#4421)
Merge Requests
- #4378: Make namespace @@toStringTag "Module" non-enumerable (@dnalborczyk and @lukastaegert)
- #4413: refactor: some code and type fixes (@dnalborczyk)
- #4418: chore: bump deps (@dnalborczyk)
- #4419: Properly handle upper directories as external dependencies (@lukastaegert)
- #4421: Improve the error prompt and output the error file name (@caoxiemeihao)
- #4423: Update 999-big-list-of-options.md (@leoj3n)
Microsoft/TypeScript
v4.6.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.6.0 (Beta).
- fixed issues query for Typescript 4.6.1 (RC).
- fixed issues query for Typescript 4.6.2 (Stable).
Downloads are available on:
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph