chore(deps): update all non-major dependencies (minor)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@rollup/plugin-terser (source) | devDependencies | minor | ^0.3.0 -> ^0.4.0 |
@typescript-eslint/eslint-plugin | devDependencies | minor | 5.48.2 -> 5.51.0 |
@typescript-eslint/parser | devDependencies | minor | 5.48.2 -> 5.51.0 |
eslint (source) | devDependencies | minor | 8.32.0 -> 8.33.0 |
eslint-plugin-jsdoc | devDependencies | minor | 39.7.4 -> 39.8.0 |
i18next-parser | devDependencies | minor | 7.3.0 -> 7.6.0 |
playwright-core (source) | devDependencies | minor | 1.29.2 -> 1.30.0 |
rollup (source) | devDependencies | minor | 3.10.1 -> 3.14.0 |
tslib (source) | devDependencies | minor | 2.4.1 -> 2.5.0 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.51.0
Bug Fixes
- eslint-plugin: [sort-type-constituents] fixed behavior change (#6384) (5bf7f7f), closes #6339
- eslint-plugin: do not use .at(), Node 14 does not support it (#6402) (077ed1b)
Features
- eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#6376) (3647a1c)
- eslint-plugin: [no-floating-promises] error on logical expression (#6356) (f330e06)
-
eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with
verbatimModuleSyntax
(#6394) (b14d3be) - eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#6096) (d4747cd)
v5.50.0
Bug Fixes
-
eslint-plugin: [ban-ts-comment] counts graphemes instead of
String.prototype.length
(#5704) (09d57ce) -
eslint-plugin: [prefer-optional-chain] fix
ThisExpression
andPrivateIdentifier
errors (#6028) (85e783c) - eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#5919) (b0f6c8e), closes #1438
Features
v5.49.0
Features
-
eslint-plugin: [naming-convention] add support for
#private
modifier on class members (#6259) (c8a6d80)
5.48.2 (2023-01-16)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.48.1 (2023-01-09)
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.51.0
Note: Version bump only for package @typescript-eslint/parser
v5.50.0
Note: Version bump only for package @typescript-eslint/parser
v5.49.0
Note: Version bump only for package @typescript-eslint/parser
5.48.2 (2023-01-16)
Note: Version bump only for package @typescript-eslint/parser
5.48.1 (2023-01-09)
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.33.0
Features
-
2cc7954
feat: addrestrictDefaultExports
option to no-restricted-exports rule (#16785) (Nitin Kumar)
Documentation
-
17f4be2
docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94) -
9c7cfe3
docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter) -
ede5c64
docs: Custom processors page (#16802) (Ben Perlmutter) -
2620614
docs: Code of Conduct page (#16781) (Ben Perlmutter) -
50a8efd
docs: report a sec vulnerability page (#16808) (Ben Perlmutter) -
ed60afd
docs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter) -
333c712
docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti) -
f5f7b9b
docs: Update README (GitHub Actions Bot) -
2aa4f5f
docs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon) -
40287db
docs: Remove Google Group icon (#16779) (Nicholas C. Zakas) -
ea10ca5
docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter) -
3be0748
docs: add example for nodejs lintText api (#16789) (Siva K) -
ce4f5ff
docs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)
Microsoft/playwright
v1.30.0
🎉 Happy New Year 🎉
Maintenance release with bugfixes and new browsers only. We are baking some nice features for v1.31.
Browser Versions
- Chromium 110.0.5481.38
- Mozilla Firefox 108.0.2
- WebKit 16.4
This version was also tested against the following stable channels:
- Google Chrome 109
- Microsoft Edge 109
rollup/rollup
v3.14.0
2023-02-05
Features
- Add
experimentalDeepDynamicChunkOptimization
option to produce fewer chunks from dynamic imports (#4837)
Merge Requests
- #4837: Add flag to re-enable deep dynamic chunk optimization (@lukastaegert)
- #4839: fix: correct incorrect assertions (@TrickyPi)
v3.13.0
2023-02-03
Features
- Prevent chunk cycles when using
experimentalMinChunkSize
(#4723)
Merge Requests
- #4723: Improve minChunkSize algorithm (@lukastaegert)
- #4833: docs: Fix typo (@mturoci)
- #4835: Tables in docs (@lukastaegert)
v3.12.1
2023-02-01
Bug Fixes
- Handle self-references in class static blocks and construtors when the class is renamed (#4827)
- Improve warnings when creating circular chunks taht reexport variables (#4829)
Merge Requests
- #4827: fix: use the original class name in the class body (@TrickyPi)
- #4829: Improve and fix cross-chunk-reexport warning (@lukastaegert)
- #4830: Add Algolia doc search (@lukastaegert)
- #4831: Add warning not to add assets directly to the bundle (@lukastaegert)
v3.12.0
2023-01-28
Features
- Change generated external namespace reexport helper code for CommonJS to better work with NodeJS named export detection (#4826)
Merge Requests
- #4825: Add and use anchors for nested options (@lukastaegert)
- #4826: Use old namespace reexport code pattern for better Node support (@lukastaegert)
v3.11.0
2023-01-26
Features
- Support opt-in tree-shaking for emitted assets based on code references (#4805)
Bug Fixes
- Adapt documentation references in Rollup to new website (#4807)
Merge Requests
- #4805: feat: add needsCodeReference field to EmittedAsset (@TrickyPi)
- #4807: Rewrite website in Vitepress and merge it into the main repository (@lukastaegert)
- #4816: web-publisher: Update docs/faqs/index.md (@PuruVJ)
- #4819: Replace fs-extra with built-ins (@dnalborczyk)
- #4820: Introduce timeout-minutes in Github actions ci (@dnalborczyk)
- #4822: Tweak document landing page (@sapphi-red)
- #4823: Minor migration guide improvements (@sapphi-red)
- #4824: Add most options to the REPL (@lukastaegert)
Microsoft/tslib
v2.5.0
: tslib 2.5.0
What's New
- Fix asyncDelegator reporting done too early by @apendua in https://github.com/microsoft/tslib/pull/187
- Add support for TypeScript 5.0's
__esDecorate
and related helpers by @rbuckton in https://github.com/microsoft/tslib/pull/193
Full Changelog: https://github.com/microsoft/tslib/compare/2.4.1...2.5.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.