Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eslint/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.20.1
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.21.0
Choose a head ref
  • 19 commits
  • 237 files changed
  • 8 contributors

Commits on Feb 12, 2025

  1. docs: Update README

    GitHub Actions Bot committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    dd7d930 View commit details
    Browse the repository at this point in the history
  2. feat: Add --ext CLI option (#19405)

    * feat: Add `--ext` CLI option
    
    Fixes #19361
    
    * fix typos in test descriptions
    
    * check for empty input
    mdjermanovic authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    5c5b802 View commit details
    Browse the repository at this point in the history
  3. docs: Update Eleventy from v2 to v3 (#19415)

    Update package.json
    amareshsm authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    0636cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fd211d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. docs: Update README

    GitHub Actions Bot committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    75afc61 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. docs: Update README

    GitHub Actions Bot committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    f67d5e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    ebfe2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80b0485 View commit details
    Browse the repository at this point in the history
  3. chore: better error message for missing plugin in config (#19402)

    * chore: better error message for missing plugin
    
    * update error message in test
    
    * refactor code for error message
    
    * update error message variable name
    Tanujkanti4441 authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    dab5478 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. fix: do not exit process on rule crash (#19436)

    * test: rule crash should not exit process
    
    * update `@humanwhocodes/retry`
    fasttime authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    d8ffdd4 View commit details
    Browse the repository at this point in the history
  2. fix: update missing plugin message template (#19445)

    fix: update missing plugin message template
    mdjermanovic authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    db5340d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. docs: Update README

    GitHub Actions Bot committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    c5561ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e497aa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3401b85 View commit details
    Browse the repository at this point in the history
  4. feat: introduce new deprecated types for rules (#19238)

    * feat: introduce new deprecated types
    
    * feat: rules use new deprecated format
    
    * feat: support new deprecated format in usedDeprecatedRules
    
    * docs: document new deprecated format
    
    * fix: Use formatting rules instead of stylistic rules are being removed
    
    * fix: Clarify the replacement is from ESLint Stylistic
    
    * docs: automatically add deprecated rules notice
    
    * docs: handle missing replacement rule for rule deprecations
    
    * docs: stop checking for manually added rule deprecation notices
    
    * docs: apply suggestions
    
    * docs: fix lint errors
    
    * docs: Clarify null for availableUntil is not the same as frozen
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: rule deprecation messages for node and various suggestions
    
    * fix: internal links
    
    * fix: sync deprecated node rules messages and descriptions
    
    * fix: add rule deprecation type tests
    
    * fix: re-add .md file extension for rules from eslint-plugin-n
    
    * fix: add periods to sentence ends
    
    * fix: showing rule replacements for deprecated and removed rules in rule overview
    
    * fix: add urls for replacement of deprecated rules in favor of padding-line-between-statements
    
    * fix: always provide a rule meta.deprecated.url
    
    * fix: alias func-call-spacing as the replacement rule is renamed to keep internal link
    
    * fix: convert callback-return and indent-legacy to new deprecated format
    
    * fix: normalize deprecated rule messages
    
    * chore: fix single quotes in eslint tests
    
    * fix: use external links to rule replacements in the rule reference
    
    * fix: remove shadowing of rule in makefile
    
    * fix: add external plugin reference for deprecated rules in the rule reference
    
    * fix: remove manual deprecation notice of no-new-object
    
    * fix: cleanup rule-list macro
    
    * fix: update rule-list documentation
    
    * fix: use DeprecatedInfo type from @eslint/core
    
    * fix: use shorthand plugin names for usedDeprecatedRules
    
    * fix: restore check for deprecated JSDoc tags for rule files
    
    * fix: adjust JSDoc description and error message as README no longer checked
    
    * fix: use correct name in deprecation info for arrow-spacing
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: use correct name in deprecation info for multiline-comment-style
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: correct package source of eslint-plugin-n in replacement infos
    
    * fix: rule docs site uses relative pages for internal rule replacements
    
    * fix: deprecation rule for no-buffer-constructor
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: deprecation rule for no-restricted-modules
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * docs: Add dot at the end of a core rule replacement.
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: use relative links for replacement rules in the rule reference
    
    * fix: rule-type-list data for removed rules use new replacement format
    
    * fix: no rendering of replacement rule lists if there are no replacements
    
    * fix: run pretteir on rule-type-list.json
    
    * docs: change description of `url` for deprecation meta
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: deprecation version of no-spaced-fnc
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: replacement rule of no-new-symbol
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    DMartens and mdjermanovic authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    418717f View commit details
    Browse the repository at this point in the history
  5. chore: package.json update for @eslint/js release

    Jenkins committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    265e0cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8c9a9f View commit details
    Browse the repository at this point in the history
  7. Build: changelog update for 9.21.0

    Jenkins committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    a7ef4c7 View commit details
    Browse the repository at this point in the history
  8. 9.21.0

    Jenkins committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    ecd0ede View commit details
    Browse the repository at this point in the history
Loading