这是indexloc提供的服务,不要输入任何密码
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: v8.52.0
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.53.0
Choose a head ref
  • 17 commits
  • 165 files changed
  • 9 contributors

Commits on Oct 22, 2023

  1. ci: run tests in Node.js 21 (#17673)

    Run CI tests in Node 21
    fasttime authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    994596b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. fix: add ; after JSX nodes in no-object-constructor autofix (#17672)

    Fix `no-object-constructor` autofix after JSX nodes
    fasttime authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b329ea7 View commit details
    Browse the repository at this point in the history
  2. ci: bump actions/setup-node from 3 to 4 (#17676)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    db06a7f View commit details
    Browse the repository at this point in the history
  3. docs: explained rule fixers and suggestions (#17657)

    * docs: explained report fixers and suggestions
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * Post-suggestion fix: rule-categories.macro.html link
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    JoshuaKGoldberg and nzakas authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3aec1c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. docs: Fix tabs in rule examples (#17653)

    * Different ways to handle tabs
    
    * Option to remove Playground links
    
    * use tabs with `markdownlint-disable` comments
    
    * add missing `eslint` comments
    
    * Apply review suggestions
    
    * Remove comments from `no-mixed-spaces-and-tabs`
    fasttime authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8651895 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. docs: Update README

    GitHub Actions Bot committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4164b2c View commit details
    Browse the repository at this point in the history
  2. fix: ensure that exit code for fatal errors is not overwritten (#17683)

    * fix: ensure that exit code for fatal errors is not overwritten
    
    * Add comments
    
    * update test
    mdjermanovic authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1ad6257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fc44c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. feat: Add suggestions for no-prototype-builtins (#17677)

    * feat: Add suggestion for no-prototype-builtins
    
    Suggest a fix e.g. a.hasOwnProperty(b) -> Object.prototype.hasOwnProperty.call(a, b). However, if the method call follows an optional chain, then make no suggestions.
    
    * Don't provide suggestion if Object is shadowed or not in globals
    
    * Add parentheses back for SequenceExpression
    
    * Give no suggestion if no-unsafe-optional-chaining
    yonran authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c0b11dd View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    485ec7d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. feat: Deprecate formatting rules (#17696)

    * feat: Deprecate formatting rules
    
    Fixes #17522
    
    * Add deprecation notice to rule files
    
    * Fix tests
    
    * Update eslint:all test
    
    * Add deprecation notice to docs
    
    * Clarify error message for rule check
    
    * Update eslint:all test
    nzakas authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    528e1c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab8c60d View commit details
    Browse the repository at this point in the history
  3. chore: package.json update for @eslint/js release

    ESLint Jenkins committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    93256a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d07338 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba4d4d5 View commit details
    Browse the repository at this point in the history
  6. Build: changelog update for 8.53.0

    ESLint Jenkins committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ec361d1 View commit details
    Browse the repository at this point in the history
  7. 8.53.0

    ESLint Jenkins committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    cb9393d View commit details
    Browse the repository at this point in the history
Loading