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: hckrnews/eslint-code-quality
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.7
Choose a base ref
...
head repository: hckrnews/eslint-code-quality
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 25, 2024

  1. Update dependencies

    w3nl committed Jul 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    814732f View commit details
  2. Merge pull request #11 from hckrnews/feature/update-2024-0725

    Update dependencies
    w3nl authored Jul 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    122319f View commit details
Showing with 249 additions and 190 deletions.
  1. +1 −1 .github/workflows/node.js.yml
  2. +243 −184 package-lock.json
  3. +5 −5 package.json
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 21.x, 22.x]

steps:
- uses: actions/checkout@v4
Loading