chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
rollup/plugins (@rollup/plugin-node-resolve)
v13.3.0
2022-05-02
Features
- feat: support
node:protocol (#1124)
v13.2.2
2022-05-02
Bugfixes
- fix: Respect if other plugins resolve the resolution to a different id (#1181)
- fix: Revert respect if other plugins resolve the resolution to a different id (
ae59ceb) - fix: Respect if other plugins resolve the resolution to a different id (
f8d4c44)
v13.2.1
2022-04-15
Bugfixes
- fix: update side effects logic to be deep when glob doesn’t contain
/(#1148)
v13.2.0
2022-04-11
Features
- feat: Add the ability to pass a function into resolveOnly (#1152)
v13.1.3
2022-01-05
Bugfixes
- fix: use correct version when published (#1063)
v13.1.2
2021-12-31
Bugfixes
- fix: forward meta-information from other plugins (#1062)
v13.1.1
2021-12-13
Updates
- test: add tests for mixing custom
exportConditionswithbrowser: true(#1043)
v13.1.0
2021-12-13
Features
- feat: expose plugin version (#1050)
rollup/plugins (@rollup/plugin-typescript)
v8.5.0
2022-09-06
Features
- feat: support 4.7 nodenext (#1194)
v8.4.0
2022-08-23
Features
- feat: allow override of forced
noEmitandemitDeclarationOnlycompiler options (#1242)
v8.3.4
2022-07-28
Bugfixes
- fix: fix declaration file generation for single file outputs (#1201)
v8.3.3
2022-06-10
Bugfixes
- fix: allow tslib peerDependency to be optional for npm and pnpm (#1191)
v8.3.2
2022-04-13
Bugfixes
v8.3.1
2022-02-23
Bugfixes
- fix: allow explicity compilerOptions (#1045)
Updates
- docs: readme copy/paste mistake (#1086)
v8.3.0
2021-10-15
Features
- feat: add resolve options (#1015)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v4.33.0
Bug Fixes
-
eslint-plugin: [lines-between-class-members] fix
exceptAfterOverloadfor abstract methods (#3943) (240fc65) - eslint-plugin: [no-confusing-void-expression] support optional chaining (#3937) (c40dd13)
- eslint-plugin: [no-restricted-imports] fix crash when no options given (#3947) (edaa3c1)
-
eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish
asassertions and types (#3940) (40760f9) - eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#3944) (f8f534e)
-
eslint-plugin: [prefer-regexp-exec] check
RegExpwithout flags (#3946) (0868725)
v4.32.0
Bug Fixes
-
eslint-plugin: [consistent-type-definitions] correct fix for
export default(#3899) (ebb33ed) -
eslint-plugin: [no-require-imports] report only global
require(#3871) (8aa87a1) - eslint-plugin: [no-shadow] ignore type-only imports properly (#3868) (dda9cee)
-
eslint-plugin: [no-var-requires] report problems within
NewExpression(#3884) (ed5e459) - eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#3869) (1861356)
-
eslint-plugin: [prefer-regexp-exec] respect flags when using
RegExp(#3855) (ffdb5ff) - eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#3852) (9e98b8f)
- eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#3805) (bdb8f0b)
Features
- eslint-plugin: [no-type-alias]: add allowGenerics option (#3865) (4195919)
-
eslint-plugin: add
no-non-null-asserted-nullish-coalescingrule (#3349) (4e99961) -
eslint-plugin: add new extended rule
no-restricted-imports(#3775) (ec5d506) -
eslint-plugin-internal: [prefer-ast-types-enum] add
DefinitionTypeenum (#3916) (13b7de5)
4.31.2 (2021-09-20)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.31.1 (2021-09-13)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.2
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.1
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.0
Bug Fixes
Features
- eslint-plugin: [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (#3733) (a46e318)
- eslint-plugin: [restrict-template-expressions] add option to allow RegExp (#3709) (363b3dc)
-
eslint-plugin: add
no-meaningless-void-operatorrule (#3641) (ea40ab6) -
eslint-plugin: add extension rule
padding-line-between-statements(#3418) (f79ae9b)
v4.30.0
Bug Fixes
- eslint-plugin: [dot-notation] false positive with optional chaining (#3711) (c19fc6e), closes #3510
- eslint-plugin: [prefer-reduce-type-parameter] handle already existing type params (#3706) (71dd273)
- eslint-plugin: isTypeReadonly error with <TS3.7 (#3731) (5696407)
Features
4.29.3 (2021-08-23)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.29.2 (2021-08-16)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.29.1 (2021-08-09)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.3
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.2
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.1
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.0
Bug Fixes
- eslint-plugin: [no-implied-eval] handle bind on nested member expressions (#3598) (f5a6806)
- eslint-plugin: [no-implied-eval] permit more expression types (#3624) (ca7c549)
- eslint-plugin: [no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed (#3581) (b595575)
- eslint-plugin: [return-await] handle nested functions correctly (#3601) (4a196b5)
-
eslint-plugin: [return-await] properly handle fixes for
TSAsExpression(#3631) (00a4369)
Features
- eslint-plugin: [no-redeclare] ignoreDeclarationMerge of enum+namespace (#3572) (18e30cb)
- eslint-plugin: [prefer-return-this-type] add a new rule (#3228) (5e1a615)
- eslint-plugin: Catch unused React import with new JSX transform (#3577) (02998ea)
4.28.5 (2021-07-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.28.4 (2021-07-19)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.28.3 (2021-07-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.28.2 (2021-07-05)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.28.1 (2021-06-28)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.28.5
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.28.4
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.28.3
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.28.2
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.28.1
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.28.0
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v4.33.0
Note: Version bump only for package @typescript-eslint/parser
v4.32.0
Features
4.31.2 (2021-09-20)
Note: Version bump only for package @typescript-eslint/parser
4.31.1 (2021-09-13)
Note: Version bump only for package @typescript-eslint/parser
v4.31.2
Note: Version bump only for package @typescript-eslint/parser
v4.31.1
Note: Version bump only for package @typescript-eslint/parser
v4.31.0
Note: Version bump only for package @typescript-eslint/parser
v4.30.0
Features
4.29.3 (2021-08-23)
Note: Version bump only for package @typescript-eslint/parser
4.29.2 (2021-08-16)
Note: Version bump only for package @typescript-eslint/parser
4.29.1 (2021-08-09)
Note: Version bump only for package @typescript-eslint/parser
v4.29.3
Note: Version bump only for package @typescript-eslint/parser
v4.29.2
Note: Version bump only for package @typescript-eslint/parser
v4.29.1
Note: Version bump only for package @typescript-eslint/parser
v4.29.0
Features
- eslint-plugin: Catch unused React import with new JSX transform (#3577) (02998ea)
- typescript-estree: add support for custom module resolution (#3516) (d48429d)
4.28.5 (2021-07-26)
Note: Version bump only for package @typescript-eslint/parser
4.28.4 (2021-07-19)
Note: Version bump only for package @typescript-eslint/parser
4.28.3 (2021-07-12)
Note: Version bump only for package @typescript-eslint/parser
4.28.2 (2021-07-05)
Note: Version bump only for package @typescript-eslint/parser
4.28.1 (2021-06-28)
Note: Version bump only for package @typescript-eslint/parser
v4.28.5
Note: Version bump only for package @typescript-eslint/parser
v4.28.4
Note: Version bump only for package @typescript-eslint/parser
v4.28.3
Note: Version bump only for package @typescript-eslint/parser
v4.28.2
Note: Version bump only for package @typescript-eslint/parser
v4.28.1
Note: Version bump only for package @typescript-eslint/parser
v4.28.0
Note: Version bump only for package @typescript-eslint/parser
open-cli-tools/concurrently (concurrently)
v6.5.1
v6.5.0
- Add support for configuring via environment variables that start with
CONCURRENTLY_prefix (#289) - Add
--timingsflag to show when each process started and stopped, and how long they ran for (#291, #295)
v6.4.0
v6.3.0
eslint/eslint (eslint)
v7.32.0
-
3c78a7bChore: Adopteslint-plugin/prefer-message-idsrule internally (#14841) (Bryan Mishkin) -
faecf56Update: change reporting location forcurlyrule (refs #12334) (#14766) (Nitin Kumar) -
d7dc07aFix: ignore lines with empty elements (fixes #12756) (#14837) (Soufiane Boutahlil) -
1bfbefdNew: Exit on fatal error (fixes #13711) (#14730) (Antonios Katopodis) -
ed007c8Chore: Simplify internalno-invalid-metarule (#14842) (Bryan Mishkin) -
d53d906Docs: Prepare data for website to indicate rules with suggestions (#14830) (Bryan Mishkin) -
d28f2ffDocs: Reference eslint-config-eslint to avoid potential for staleness (#14805) (Brett Zamir) -
8be8a36Chore: Adopteslint-plugin/require-meta-docs-urlrule internally (#14823) (Bryan Mishkin) -
f9c164fDocs: New syntax issue template (#14826) (Nicholas C. Zakas) -
eba0c45Chore: assertions on reporting loc inunicode-bom(refs #12334) (#14809) (Nitin Kumar) -
ed945bdDocs: fix multiple broken links (#14833) (Sam Chen) -
60df44cChore: useactions/setup-node@v2(#14816) (Nitin Kumar) -
6641d88Docs: Update README team and sponsors (ESLint Jenkins)
v7.31.0
-
efdbb12Upgrade: @eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) -
a96b05fUpdate: add end location to report inconsistent-return(refs #12334) (#14798) (Nitin Kumar) -
e0e8e30Docs: update BUG_REPORT template (#14787) (Nitin Kumar) -
39115c8Docs: provide more context to no-eq-null (#14801) (gfyoung) -
9a3c73cDocs: fix a broken link (#14790) (Sam Chen) -
ddffa8aUpdate: Indicating the operator in question (#14764) (Paul Smith) -
bba714cUpdate: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith) -
b0d22e3Docs: Mention benefit of providingmeta.docs.url(#14774) (Bryan Mishkin) -
000cc79Sponsors: Sync README with website (ESLint Jenkins) -
a6a7438Chore: pin fs-teardown@0.1.1 (#14771) (Milos Djermanovic)
v7.30.0
-
5f74642Chore: don't check Program.start in SourceCode#getComments (refs #14744) (#14748) (Milos Djermanovic) -
19a871aDocs: Suggest linting plugins for ESLint plugin developers (#14754) (Bryan Mishkin) -
aa87329Docs: fix broken links (#14756) (Sam Chen) -
278813aDocs: fix and add more examples for new-cap rule (fixes #12874) (#14725) (Nitin Kumar) -
ed1da5dUpdate: ecmaVersion allows "latest" (#14720) (薛定谔的猫) -
104c0b5Update: improve use-isnan rule to detectNumber.NaN(fixes #14715) (#14718) (Nitin Kumar) -
b08170bUpdate: Implement FlatConfigArray (refs #13481) (#14321) (Nicholas C. Zakas) -
f113cddChore: upgrade eslint-plugin-eslint-plugin (#14738) (薛定谔的猫) -
1b8997aDocs: Fix getRulesMetaForResults link syntax (#14723) (Brandon Mills) -
aada733Docs: fix two broken links (#14726) (Sam Chen) -
8972529Docs: Update README team and sponsors (ESLint Jenkins)
v7.29.0
-
bfbfe5cNew: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) -
c2cd7b4New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas) -
eea7e0dChore: remove duplicate code (#14719) (Nitin Kumar) -
6a1c7a0Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons) -
a47e5e3Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy) -
353ddf9Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫) -
757c495Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫) - [
c93a222](https://redirect.github.com/eslint/eslint/commit/c93a2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.