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-config-hckrnews
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.5
Choose a base ref
...
head repository: hckrnews/eslint-config-hckrnews
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.0
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 25, 2024

  1. Add renovate.json

    renovate[bot] authored Jul 25, 2024
    Copy the full SHA
    cd11ee8 View commit details
  2. Merge pull request #103 from hckrnews/renovate/configure

    Configure Renovate
    w3nl authored Jul 25, 2024
    Copy the full SHA
    71346a7 View commit details
  3. Update dependency eslint-plugin-html to v8.1.1

    renovate[bot] authored Jul 25, 2024
    Copy the full SHA
    ebb9e89 View commit details
  4. Update dependency eslint-plugin-jsx-a11y to v6.9.0

    renovate[bot] authored Jul 25, 2024
    Copy the full SHA
    fe81b12 View commit details
  5. Merge pull request #105 from hckrnews/renovate/eslint-plugin-jsx-a11y…

    …-6.x-lockfile
    
    Update dependency eslint-plugin-jsx-a11y to v6.9.0
    w3nl authored Jul 25, 2024
    Copy the full SHA
    16ddf17 View commit details
  6. Merge pull request #104 from hckrnews/renovate/eslint-plugin-html-8.x…

    …-lockfile
    
    Update dependency eslint-plugin-html to v8.1.1
    w3nl authored Jul 25, 2024
    Copy the full SHA
    f6aae88 View commit details
  7. Update dependencies

    w3nl committed Jul 25, 2024
    Copy the full SHA
    c44cd68 View commit details
  8. Merge pull request #107 from hckrnews/feature/update-20240725

    Update dependencies
    w3nl authored Jul 25, 2024
    Copy the full SHA
    9d0368a View commit details
  9. Update actions/setup-node action to v4

    renovate[bot] authored Jul 25, 2024
    Copy the full SHA
    6a854fd View commit details
  10. Merge pull request #108 from hckrnews/renovate/actions-setup-node-4.x

    Update actions/setup-node action to v4
    w3nl authored Jul 25, 2024
    Copy the full SHA
    5792c0e View commit details
Showing with 387 additions and 234 deletions.
  1. +2 −2 .github/workflows/node.js.yml
  2. +2 −2 .github/workflows/npm-publish.yml
  3. +1 −1 .nvmrc
  4. +375 −228 package-lock.json
  5. +1 −1 package.json
  6. +6 −0 renovate.json
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -16,12 +16,12 @@ 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
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
20.16.0
603 changes: 375 additions & 228 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hckrnews/eslint-config",
"version": "3.0.5",
"version": "3.1.0",
"description": "ESLint and Prettier Config from hckr.news",
"keywords": [
"javascript",
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}