faas-js-runtime
faas-js-runtime copied to clipboard
[Snyk] Upgrade @typescript-eslint/parser from 6.4.1 to 6.20.0
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @typescript-eslint/parser from 6.4.1 to 6.20.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is 246 versions ahead of your current version.
- The recommended version was released 22 days ago, on 2024-01-29.
Release notes
Package name: @typescript-eslint/parser
-
6.20.0 - 2024-01-29
6.20.0 (2024-01-29)
🚀 Features
- eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)
🩹 Fixes
- eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
- eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
- eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
- eslint-plugin: [prefer-readonly] disable checking accessors (#8300)
❤️ Thank You
- Alex Parloti @ parloti
- auvred @ auvred
- James Browning
- StyleShit @ StyleShit
- YeonJuan @ yeonjuan
You can read about our versioning strategy and releases on our website.
- 6.19.2-alpha.8 - 2024-01-29
- 6.19.2-alpha.7 - 2024-01-28
- 6.19.2-alpha.6 - 2024-01-28
- 6.19.2-alpha.5 - 2024-01-28
- 6.19.2-alpha.4 - 2024-01-28
- 6.19.2-alpha.3 - 2024-01-26
- 6.19.2-alpha.2 - 2024-01-25
- 6.19.2-alpha.1 - 2024-01-22
- 6.19.2-alpha.0 - 2024-01-22
-
6.19.1 - 2024-01-22
6.19.1 (2024-01-22)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
- type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)
❤️ Thank You
- YeonJuan @ yeonjuan
You can read about our versioning strategy and releases on our website.
- 6.19.1-alpha.2 - 2024-01-19
- 6.19.1-alpha.1 - 2024-01-16
- 6.19.1-alpha.0 - 2024-01-15
-
6.19.0 - 2024-01-15
6.19.0 (2024-01-15)
🚀 Features
- eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
- eslint-plugin: [no-array-delete] add new rule (#8067)
- eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
- eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
- typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
- typescript-estree: disallow
usingas the variable keyword forfor..inloops (#7649) - typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)
❤️ Thank You
- auvred @ auvred
- Brad Zacher @ bradzacher
- Josh Goldberg ✨
- Joshua Chen
- LJX @ lvjiaxuan
- Steven @ Solo-steven
- StyleShit @ StyleShit
You can read about our versioning strategy and releases on our website.
- 6.18.2-alpha.7 - 2024-01-13
- 6.18.2-alpha.6 - 2024-01-13
- 6.18.2-alpha.5 - 2024-01-12
- 6.18.2-alpha.4 - 2024-01-12
- 6.18.2-alpha.3 - 2024-01-11
- 6.18.2-alpha.2 - 2024-01-09
- 6.18.2-alpha.1 - 2024-01-09
- 6.18.2-alpha.0 - 2024-01-08
-
6.18.1 - 2024-01-08
6.18.1 (2024-01-08)
🩹 Fixes
- eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
- eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
- eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
- eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
- typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
- typescript-estree: only create project service from env setting if project is enabled (#8136)
- utils: improve error message on typed rule with invalid parser (#8146)
❤️ Thank You
- auvred @ auvred
- James @ Zamiell
- Josh Goldberg ✨
- YeonJuan @ yeonjuan
You can read about our versioning strategy and releases on our website.
- 6.18.1-alpha.6 - 2024-01-08
- 6.18.1-alpha.5 - 2024-01-07
- 6.18.1-alpha.4 - 2024-01-07
- 6.18.1-alpha.3 - 2024-01-07
- 6.18.1-alpha.2 - 2024-01-06
- 6.18.1-alpha.1 - 2024-01-06
- 6.18.1-alpha.0 - 2024-01-06
-
6.18.0 - 2024-01-06
6.18.0 (2024-01-06)
🚀 Features
- eslint-plugin: [no-var-requires, no-require-imports] allow option (#7710)
- typescript-estree: throw on invalid update expressions (#7202)
- typescript-estree: throw error when CatchClause param contains initializer (#8183)
❤️ Thank You
- auvred @ auvred
- Joshua Chen
You can read about our versioning strategy and releases on our website.
- 6.17.1-alpha.1 - 2024-01-06
- 6.17.1-alpha.0 - 2024-01-06
-
6.17.0 - 2024-01-01
6.17.0 (2024-01-01)
Bug Fixes
- eslint-plugin: [no-restricted-imports] prevent crash when
patternsorpathsin options are empty (#8108) (675e987)
Features
- eslint-plugin: [no-floating-promises] flag result of .map(async) (#7897) (5857356)
- eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a
defaultcase on an already exhaustiveswitch(#7539) (6a219bd)
You can read about our versioning strategy and releases on our website.
- eslint-plugin: [no-restricted-imports] prevent crash when
- 6.16.0 - 2023-12-25
- 6.15.0 - 2023-12-18
- 6.14.0 - 2023-12-11
- 6.13.2 - 2023-12-04
- 6.13.2-alpha.7 - 2023-11-29
- 6.13.2-alpha.5 - 2023-11-29
- 6.13.2-alpha.4 - 2023-11-29
- 6.13.2-alpha.3 - 2023-11-28
- 6.13.2-alpha.2 - 2023-11-28
- 6.13.2-alpha.1 - 2023-11-28
- 6.13.2-alpha.0 - 2023-11-28
- 6.13.1 - 2023-11-28
- 6.13.1-alpha.0 - 2023-11-27
- 6.13.0 - 2023-11-27
- 6.12.1-alpha.7 - 2023-11-27
- 6.12.1-alpha.6 - 2023-11-27
- 6.12.1-alpha.5 - 2023-11-24
- 6.12.1-alpha.4 - 2023-11-24
- 6.12.1-alpha.3 - 2023-11-24
- 6.12.1-alpha.2 - 2023-11-23
- 6.12.1-alpha.1 - 2023-11-21
- 6.12.1-alpha.0 - 2023-11-20
- 6.12.0 - 2023-11-20
- 6.11.1-alpha.38 - 2023-11-20
- 6.11.1-alpha.36 - 2023-11-19
- 6.11.1-alpha.28 - 2023-11-17
- 6.11.1-alpha.27 - 2023-11-17
- 6.11.1-alpha.24 - 2023-11-17
- 6.11.1-alpha.23 - 2023-11-17
- 6.11.1-alpha.22 - 2023-11-17
- 6.11.1-alpha.21 - 2023-11-16
- 6.11.1-alpha.20 - 2023-11-16
- 6.11.1-alpha.19 - 2023-11-16
- 6.11.1-alpha.18 - 2023-11-15
- 6.11.1-alpha.17 - 2023-11-15
- 6.11.1-alpha.16 - 2023-11-15
- 6.11.1-alpha.15 - 2023-11-14
- 6.11.1-alpha.14 - 2023-11-14
- 6.11.1-alpha.12 - 2023-11-13
- 6.11.1-alpha.10 - 2023-11-13
- 6.11.1-alpha.9 - 2023-11-13
- 6.11.1-alpha.3 - 2023-11-13
- 6.11.1-alpha.0 - 2023-11-13
- 6.11.0 - 2023-11-13
- 6.10.1-alpha.11 - 2023-11-13
- 6.10.1-alpha.10 - 2023-11-12
- 6.10.1-alpha.9 - 2023-11-12
- 6.10.1-alpha.8 - 2023-11-12
- 6.10.1-alpha.7 - 2023-11-12
- 6.10.1-alpha.1 - 2023-11-08
- 6.10.0 - 2023-11-06
- 6.9.2-alpha.7 - 2023-11-02
- 6.9.2-alpha.6 - 2023-11-01
- 6.9.2-alpha.5 - 2023-11-01
- 6.9.2-alpha.4 - 2023-11-01
- 6.9.2-alpha.3 - 2023-11-01
- 6.9.2-alpha.2 - 2023-10-31
- 6.9.2-alpha.1 - 2023-10-30
- 6.9.2-alpha.0 - 2023-10-30
- 6.9.1 - 2023-10-30
- 6.9.1-alpha.9 - 2023-10-29
- 6.9.1-alpha.8 - 2023-10-29
- 6.9.1-alpha.7 - 2023-10-29
- 6.9.1-alpha.6 - 2023-10-26
- 6.9.1-alpha.5 - 2023-10-26
- 6.9.1-alpha.4 - 2023-10-26
- 6.9.1-alpha.3 - 2023-10-25
- 6.9.1-alpha.0 - 2023-10-23
- 6.9.0 - 2023-10-23
- 6.8.1-alpha.62 - 2023-10-22
- 6.8.1-alpha.61 - 2023-10-22
- 6.8.1-alpha.60 - 2023-10-21
- 6.8.1-alpha.59 - 2023-10-21
- 6.8.1-alpha.58 - 2023-10-21
- 6.8.1-alpha.57 - 2023-10-21
- 6.8.1-alpha.56 - 2023-10-21
- 6.8.1-alpha.55 - 2023-10-20
- 6.8.1-alpha.54 - 2023-10-20
- 6.8.1-alpha.53 - 2023-10-20
- 6.8.1-alpha.52 - 2023-10-20
- 6.8.1-alpha.50 - 2023-10-20
- 6.8.1-alpha.49 - 2023-10-20
- 6.8.1-alpha.48 - 2023-10-20
- 6.8.1-alpha.46 - 2023-10-20
- 6.8.1-alpha.45 - 2023-10-20
- 6.8.1-alpha.43 - 2023-10-20
- 6.8.1-alpha.41 - 2023-10-20
- 6.8.1-alpha.39 - 2023-10-20
- 6.8.1-alpha.36 - 2023-10-20
- 6.8.1-alpha.34 - 2023-10-20
- 6.8.1-alpha.33 - 2023-10-20
- 6.8.1-alpha.31 - 2023-10-20
- 6.8.1-alpha.30 - 2023-10-20
- 6.8.1-alpha.29 - 2023-10-20
- 6.8.1-alpha.28 - 2023-10-19
- 6.8.1-alpha.27 - 2023-10-19
- 6.8.1-alpha.26 - 2023-10-19
- 6.8.1-alpha.25 - 2023-10-19
- 6.8.1-alpha.23 - 2023-10-19
- 6.8.1-alpha.22 - 2023-10-19
- 6.8.1-alpha.21 - 2023-10-19
- 6.8.1-alpha.19 - 2023-10-19
- 6.8.1-alpha.18 - 2023-10-19
- 6.8.1-alpha.17 - 2023-10-19
- 6.8.1-alpha.16 - 2023-10-19
- 6.8.1-alpha.15 - 2023-10-19
- 6.8.1-alpha.14 - 2023-10-19
- 6.8.1-alpha.13 - 2023-10-19
- 6.8.1-alpha.12 - 2023-10-19
- 6.8.1-alpha.7 - 2023-10-18
- 6.8.1-alpha.6 - 2023-10-18
- 6.8.1-alpha.5 - 2023-10-18
- 6.8.1-alpha.4 - 2023-10-17
- 6.8.1-alpha.3 - 2023-10-17
- 6.8.1-alpha.2 - 2023-10-17
- 6.8.1-alpha.1 - 2023-10-17
- 6.8.1-alpha.0 - 2023-10-16
- 6.8.0 - 2023-10-16
- 6.7.6-alpha.11 - 2023-10-15
- 6.7.6-alpha.6 - 2023-10-11
- 6.7.6-alpha.5 - 2023-10-11
- 6.7.6-alpha.4 - 2023-10-11
- 6.7.6-alpha.3 - 2023-10-11
- 6.7.6-alpha.2 - 2023-10-11
- 6.7.6-alpha.1 - 2023-10-10
- 6.7.6-alpha.0 - 2023-10-09
- 6.7.5 - 2023-10-09
- 6.7.5-alpha.2 - 2023-10-08
- 6.7.5-alpha.1 - 2023-10-08
- 6.7.5-alpha.0 - 2023-10-02
- 6.7.4 - 2023-10-02
- 6.7.4-alpha.0 - 2023-09-25
- 6.7.3 - 2023-09-25
- 6.7.3-alpha.9 - 2023-09-23
- 6.7.3-alpha.8 - 2023-09-21
- 6.7.3-alpha.7 - 2023-09-20
- 6.7.3-alpha.6 - 2023-09-20
- 6.7.3-alpha.5 - 2023-09-20
- 6.7.3-alpha.4 - 2023-09-20
- 6.7.3-alpha.3 - 2023-09-20
- 6.7.3-alpha.2 - 2023-09-20
- 6.7.3-alpha.1 - 2023-09-20
- 6.7.3-alpha.0 - 2023-09-18
- 6.7.2 - 2023-09-18
- 6.7.2-alpha.0 - 2023-09-18
- 6.7.1-alpha.19 - 2023-09-17
- 6.7.1-alpha.18 - 2023-09-16
- 6.7.1-alpha.17 - 2023-09-16
- 6.7.1-alpha.16 - 2023-09-16
- 6.7.1-alpha.15 - 2023-09-16
- 6.7.1-alpha.13 - 2023-09-16
- 6.7.1-alpha.12 - 2023-09-16
- 6.7.1-alpha.11 - 2023-09-16
- 6.7.1-alpha.10 - 2023-09-16
- 6.7.1-alpha.5 - 2023-09-15
- 6.7.1-alpha.3 - 2023-09-11
- 6.7.1-alpha.2 - 2023-09-11
- 6.7.1-alpha.1 - 2023-09-11
- 6.7.1-alpha.0 - 2023-09-11
- 6.7.0 - 2023-09-11
- 6.6.1-alpha.16 - 2023-09-11
- 6.6.1-alpha.15 - 2023-09-10
- 6.6.1-alpha.14 - 2023-09-10
- 6.6.1-alpha.13 - 2023-09-09
- 6.6.1-alpha.12 - 2023-09-08
- 6.6.1-alpha.11 - 2023-09-08
- 6.6.1-alpha.10 - 2023-09-08
- 6.6.1-alpha.8 - 2023-09-08
- 6.6.1-alpha.7 - 2023-09-08
- 6.6.1-alpha.6 - 2023-09-08
- 6.6.1-alpha.5 - 2023-09-07
- 6.6.1-alpha.4 - 2023-09-07
- 6.6.1-alpha.3 - 2023-09-07
- 6.6.1-alpha.2 - 2023-09-05
- 6.6.1-alpha.1 - 2023-09-05
- 6.6.1-alpha.0 - 2023-09-04
- 6.6.0 - 2023-09-04
- 6.5.1-alpha.22 - 2023-09-04
- 6.5.1-alpha.21 - 2023-09-03
- 6.5.1-alpha.20 - 2023-09-03
- 6.5.1-alpha.19 - 2023-09-03
- 6.5.1-alpha.18 - 2023-09-03
- 6.5.1-alpha.17 - 2023-09-02
- 6.5.1-alpha.16 - 2023-09-01
- 6.5.1-alpha.15 - 2023-08-31
- 6.5.1-alpha.14 - 2023-08-31
- 6.5.1-alpha.13 - 2023-08-31
- 6.5.1-alpha.11 - 2023-08-30
- 6.5.1-alpha.10 - 2023-08-30
- 6.5.1-alpha.9 - 2023-08-30
- 6.5.1-alpha.8 - 2023-08-30
- 6.5.1-alpha.7 - 2023-08-30
- 6.5.1-alpha.6 - 2023-08-30
- 6.5.1-alpha.5 - 2023-08-30
- 6.5.1-alpha.4 - 2023-08-30
- 6.5.1-alpha.2 - 2023-08-30
- 6.5.1-alpha.0 - 2023-08-28
- 6.5.0 - 2023-08-28
- 6.4.2-alpha.12 - 2023-08-27
- 6.4.2-alpha.11 - 2023-08-26
- 6.4.2-alpha.10 - 2023-08-25
- 6.4.2-alpha.9 - 2023-08-25
- 6.4.2-alpha.8 - 2023-08-24
- 6.4.2-alpha.7 - 2023-08-24
- 6.4.2-alpha.6 - 2023-08-24
- 6.4.2-alpha.5 - 2023-08-24
- 6.4.2-alpha.4 - 2023-08-24
- 6.4.2-alpha.3 - 2023-08-24
- 6.4.2-alpha.2 - 2023-08-22
- 6.4.2-alpha.1 - 2023-08-22
- 6.4.2-alpha.0 - 2023-08-21
- 6.4.1 - 2023-08-21
Commit messages
Package name: @typescript-eslint/parser
- a01a6e6 chore(release): publish 6.20.0
- 4d2ce3b fix(eslint-plugin): [prefer-readonly] disable checking accessors (#8300)
- e95d719 chore: fix broken and outdated links (#8264)
- 9dca40e chore(eslint-plugin): fix typos in schema definitions (#8311)
- 73cbe9e chore(deps): update react (#8042)
- d02d086 fix(eslint-plugin): [no-useless-template-literals] report Infinity & NaN (#8295)
- 70505e4 fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
- d0137c8 chore: enable prefer-nullish-coalescing internally (#7955)
- c232319 docs: show all articles in sidebar, and a missing truncate (#8306)
- bbc6770 feat(eslint-plugin): [member-ordering] allow easy reuse of the default ordering (#8248)
- a9f995a docs: add `import/no-unresolved` to perf troubleshooting docs (#8190)
- bc4b99a chore: update sponsors (#8303)
- 24f9d4c docs: underline URLs, change contrast in syntax highlighting (#8225)
- 8622286 fix(eslint-plugin): [no-useless-template-literals] incorrect bigint autofix result (#8283)
- a911214 chore(release): publish 6.19.1
- 920f909 fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type variable (#8235)
- 01556f5 fix(type-utils): preventing isUnsafeAssignment infinite recursive calls (#8237)
- 7c673a1 chore(release): publish 6.19.0
- b795153 chore: make lint job use eslint-plugin outputs as inputs (#8245)
- c7b0b6c fix(typescript-estree): fix incorrect backwards-compat augmentation in TS 5.3 (#8181)
- 85ae4a8 fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
- 7e75e84 fix(typescript-estree): disallow `using` as the variable keyword for `for..in` loops (#7649)
- 5a56708 fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
- e80d54e fix(typescript-estree): add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🔕 Ignore this dependency or unsubscribe from future upgrade PRs
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
ed9e7df) 89.54% compared to head (8b96d83) 89.54%.
Additional details and impacted files
@@ Coverage Diff @@
## main #332 +/- ##
=======================================
Coverage 89.54% 89.54%
=======================================
Files 10 10
Lines 306 306
=======================================
Hits 274 274
Misses 32 32
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.