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.1.2
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.0
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 11, 2025

  1. Upgrade tests

    karlhorky committed Feb 11, 2025
    Copy the full SHA
    e0aae9f View commit details

Commits on Feb 13, 2025

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 13, 2025
    Copy the full SHA
    f56e7e8 View commit details
  2. Update dependency @types/node to v22.13.4 (#494)

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

Commits on Feb 14, 2025

  1. Set strict-dep-builds to fail on pnpm v10 ignored build scripts

    karlhorky committed Feb 14, 2025
    Copy the full SHA
    1677a5a View commit details

Commits on Feb 20, 2025

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 20, 2025
    Copy the full SHA
    c68e6a2 View commit details
  2. Update dependency eslint-plugin-react-x to v1.27.0 (#498)

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

Commits on Feb 21, 2025

  1. Update dependency eslint-plugin-unicorn to v57 (#497)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 21, 2025
    Copy the full SHA
    172a34e View commit details
  2. Update dependency globals to v16 (#499)

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

Commits on Feb 25, 2025

  1. Update lib entry from ES2022 to ES2024 (#500)

    karlhorky authored Feb 25, 2025
    Copy the full SHA
    f8888a6 View commit details
  2. 9.2.0

    karlhorky committed Feb 25, 2025
    Copy the full SHA
    83e25d2 View commit details
Showing with 712 additions and 637 deletions.
  1. +3 −0 .npmrc
  2. +6 −1 __tests__/package.json
  3. +151 −212 __tests__/pnpm-lock.yaml
  4. +17 −17 package.json
  5. +534 −406 pnpm-lock.yaml
  6. +1 −1 tsconfig.base.json
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Fail on pnpm ignored build scripts
# - https://github.com/pnpm/pnpm/pull/9071
strict-dep-builds=true
7 changes: 6 additions & 1 deletion __tests__/package.json
Original file line number Diff line number Diff line change
@@ -21,11 +21,16 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.10.0",
"eslint-config-upleveled": "^9.1.1",
"eslint-config-upleveled": "^9.1.2",
"postcss-styled-syntax": "^0.7.0",
"prettier": "^3.2.5",
"stylelint": "^16.0.0",
"stylelint-config-upleveled": "^1.0.2",
"typescript": "^5.1.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}
Loading