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: upleveled/eslint-config-upleveled
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.0
Choose a base ref
...
head repository: upleveled/eslint-config-upleveled
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 25, 2025

  1. Upgrade tests

    karlhorky committed Feb 25, 2025
    Copy the full SHA
    ff69bed View commit details

Commits on Feb 27, 2025

  1. Update dependency upgrades - non-major (#501)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 27, 2025
    Copy the full SHA
    ebb5c68 View commit details

Commits on Mar 6, 2025

  1. Update dependency upgrades - non-major (#502)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 6, 2025
    Copy the full SHA
    376bb6d View commit details
  2. Remove obsolete types

    karlhorky committed Mar 6, 2025
    Copy the full SHA
    9090a72 View commit details
  3. 9.2.1

    karlhorky committed Mar 6, 2025
    Copy the full SHA
    d47b59b View commit details
Showing with 1,592 additions and 4,138 deletions.
  1. +1 −1 __tests__/package.json
  2. +981 −2,098 __tests__/pnpm-lock.yaml
  3. +18 −18 package.json
  4. +592 −1,997 pnpm-lock.yaml
  5. +0 −6 types/eslint-plugin-jsx-expressions.d.ts
  6. +0 −6 types/eslint-plugin-react-hooks.d.ts
  7. +0 −6 types/eslint-plugin-react.d.ts
  8. +0 −6 types/eslint-plugin-unicorn.d.ts
2 changes: 1 addition & 1 deletion __tests__/package.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.10.0",
"eslint-config-upleveled": "^9.1.2",
"eslint-config-upleveled": "^9.2.0",
"postcss-styled-syntax": "^0.7.0",
"prettier": "^3.2.5",
"stylelint": "^16.0.0",
Loading