Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
020191002~8108f49.patch | enable additional eslint-plugin-jsdoc rules * Chore: enable jsdoc/newline-after-description * Chore: enable jsdoc/require-hyphen-before-param-description |
Kai Cataldo <7041728+kaicataldo@users.noreply.github.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/8108f49 | 2022-01-30 |
020191020~2d6e345.patch | Update: make isSpaceBetweenTokens() ignore newline in comments | YeonJuan <yeonjuan93@naver.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/2d6e345 | 2022-02-26 |
020191107~9e29e18.patch | Fix: sourceCode#isSpaceBetweenTokens() checks non-adjacent tokens * Fix: sourceCode#isSpaceBetweenTokens() checks non-adjacent tokens * Incorporate feedback :) * Handle args in reverse order and when args overlap * Extract helper function |
Kai Cataldo <7041728+kaicataldo@users.noreply.github.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/9e29e18 | 2022-02-26 |
020191109~90305e0.patch | Update: Depcrecate isSpaceBetweenTokens() | Kai Cataldo <7041728+kaicataldo@users.noreply.github.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/90305e0 | 2022-02-26 |
020191201~bc435a9.patch | Fix: isSpaceBetweenTokens() recognizes spaces in JSXText * Fix: isSpaceBetween() recognizes spaces in JSXText * apply this fix only for isSpaceBetweenTokens() * move tests to the section for nodes * add tests for isSpaceBetween() * add tests for reversed order |
Toru Nagashima <public@mysticatea.dev> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/bc435a9 | 2022-02-27 |
020191220~a258039.patch | Fix: no-restricted-imports schema allows multiple paths/patterns objects | Milos Djermanovic <milos.djermanovic@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/a258039 | 2022-01-30 |
020200107~2c28fbb.patch | Breaking: drop Node.js 8 support Needed to use NodeJS module memfs instead of metro-memory-fs not packaged in Debian. . Adapted (compared to upstream) to simplify jsdoc comments for function readdirSafeSync() in file lib/cli-engine/file-enumerator.js (seemingly needed until eslint-plugin-jsdoc is used). |
Jonas Smedegaard <dr@jones.dk> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/2c28fbb | 2022-01-30 |
020200115~68becbd.patch | fix no-restricted-imports importNames reporting * Process importNames * Update test cases * Fix rebase issue * Update importNames logic * Remove useless funcs, update tests * Fix naming, fix everything imported w/o importNames * Fix typo, fix specifier clause, fix rebase issue * Process importNames with the same name * Clean code in receiving specifier data, remove debug * Fix type def, add empty name check, replace concat with push |
Andrey Alexandrov <icima.fan@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/68becbd | 2022-01-30 |
020200117~9a93d9e.patch | fix no-restricted-imports export * false negative | Milos Djermanovic <milos.djermanovic@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/9a93d9e | 2022-01-30 |
020200130~691d19a.patch | Chore: add missing `ecmaVersion` 2020/11 type value This is a minor fix for shared type definition. | Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/691d19a | 2022-02-26 |
020200317~7598cf8.patch | Fix: Newline before eof when creating config via --init * Fix: Newline before eof when creating config via --init * Add test * Make a dedicated test (with a bit of duplication) |
Andreas Lind <andreaslindpetersen@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/7598cf8 | 2022-02-26 |
020200422~e13256e.patch | Chore: use espree.latestEcmaVersion in config-initializer | Kai Cataldo <7041728+kaicataldo@users.noreply.github.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/e13256e | 2022-02-26 |
020200519~72a4e10.patch | Chore: Mark SourceCode getComments() method as deprecated | SuperOleg39 <surf4sites@yandex.ru> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/72a4e10 | 2022-02-27 |
020200802~9124a15.patch | Chore: remove leche * remove leche * fix cli engine tests * remove fs from config file tests, use simple mock with write file sync for tests * fix stubs for fs write file in eslint spec * remove leche from package |
Mark de Dios <markdedios@azlo.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/9124a15 | 2022-02-26 |
020200824~091e52a.patch | Upgrade: espree@7.3.0 * Upgrade: espree@7.3.0 * update docs * Update types.js |
Kai Cataldo <7041728+kaicataldo@users.noreply.github.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/091e52a | 2022-02-26 |
020210508~6a86e50.patch | Chore: remove loose-parser tests | Milos Djermanovic <milos.djermanovic@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/6a86e50 | 2022-02-26 |
020210521~52655dd.patch | no-restricted-imports custom message for patterns * Update: no-restricted-imports rule with custom messages * Update docs/rules/no-restricted-imports.md * Update docs/rules/no-restricted-imports.md * Code review feedback - better test cases and schema change * Doc updates * Added correct/incorrect examples to docs |
Alex Holden <a@lexholden.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/52655dd | 2022-01-30 |
020210702~5f74642.patch | Chore: don't check Program.start in SourceCode#getComments | Milos Djermanovic <milos.djermanovic@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/5f74642 | 2022-02-27 |
020210805~86d31a4.patch | Breaking: disallow SourceCode#getComments() in RuleTester * Breaking: disallow SourceCode#getComments() in RuleTester (refs #14744) * Update lib/rule-tester/rule-tester.js |
Nicholas C. Zakas <nicholas@nczconsulting.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/86d31a4 | 2022-02-27 |
020210806~86bb63b.patch | Drop codeframe and table formatters * Drop `codeframe` formatter * Drop `table` formatter * Inform user of removal . Easy upgrades FTW * Fix suggestion * Fix test name |
Federico Brigante <me@fregante.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/86bb63b | 2022-01-30 |
020210809~88db3f5.patch | Upgrade: js-yaml to v4 * Upgrade: js-yaml to v4 * allow Python licenses . Patch extended (compared to upstream) to also cover lib/cli-engine/config-array-factory.js |
Jonas Smedegaard <dr@jones.dk> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/88db3f5 | 2022-01-30 |
020210820~8344675.patch | fix small typo | Sosuke Suzuki <aosukeke@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/8344675 | 2022-01-30 |
020210821~f3cb320.patch | Breaking: drop node v10/v13/v15 * Update relative-module-resolver.js * Update package.json * Update README.md * Update getting-started.md |
薛定谔的猫 <weiran.zsd@outlook.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/f3cb320 | 2022-01-30 |
020211105~cf5b6be.patch | avoid different versions of js-yaml | Milos Djermanovic <milos.djermanovic@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/cf5b6be | 2022-01-30 |
020220115~19ad061.patch | fix no-restricted-imports support casing Path matching in `.gitignore` can be case-sensitive, and ignore@5.2.0 supports this as well as maintains support for relative paths, whose support was dropped after 4.0.6 but restored in 5.2.0 (this was a blocker for past upgrades). . By default, this rule remains case-insensitive to maintain backwards compatibility with earlier versions. Only by explicitly specifying it in a custom pattern object can it be triggered. . * Set allowRelativePaths directly in files . Per member feedback, the allowing of relative paths was not entirely intentional for rules using the ignore library. This commit also reverts the utility for creating ignore instances. . * Update word in docs for allowRelativePaths . Per member feedback. |
gfyoung <gfyoung17@gmail.com> | yes | upstream | upstream, https://github.com/eslint/eslint/commit/19ad061 | 2022-01-30 |
1001_use_regenerate-unicode-properties.patch | Use node module regenerate-unicode-properties | Jonas Smedegaard <dr@jones.dk> | no | 2019-10-14 | ||
1002_use_newer_cheerio.patch | use newer release of node module cheerio | Jonas Smedegaard <dr@jones.dk> | no | 2021-02-06 | ||
2005_avoid_cross-spawn.patch | Avoid use of node module cross-spawn Use core nodejs function child_process.spawnSync() instead. | Jonas Smedegaard <dr@jones.dk> | no | 2020-04-21 | ||
2006_avoid_natural-compare.patch | Avoid use of node module natural-compare Instead embed the module inline. . Origin: <https://github.com/litejs/natural-compare-lite/blob/v1.4.0/index.js> |
Jonas Smedegaard <dr@jones.dk> | no | 2019-10-19 | ||
2008_avoid_json-stable-stringify-without-jsonify.patch | Avoid use of node module json-stable-stringify-without-jsonify | Jonas Smedegaard <dr@jones.dk> | no | 2019-10-24 | ||
2010_privacy.patch | Avoid privacy breach in documentation | Jonas Smedegaard <dr@jones.dk> | no | 2019-10-12 | ||
2011_use_newer_eslint-scope.patch | Use newer Node.js module eslint-scope | Jonas Smedegaard <dr@jones.dk> | no | 2022-03-27 | ||
2012_fix-for-ajv-8.patch | fix for node-ajv >= 8 | Evgeny Poberezkin <https://github.com/epoberezkin> | not-needed | debian upstream | upstream, https://github.com/eslint/eslint/pull/13911/files | 2023-12-14 |
2013_fix-test-for-nodejs-20.patch | error strings changed | Yadd <yadd@debian.org> | not-needed | debian | 2024-06-09 |