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.2.0
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.1
Choose a head ref
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 25, 2024

  1. Add renovate.json

    renovate[bot] 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
    e54ccc2 View commit details
  2. Merge pull request #12 from hckrnews/renovate/configure

    Configure Renovate
    w3nl authored Jul 25, 2024
    Copy the full SHA
    54e83a8 View commit details
  3. Update dependency eslint-plugin-sonarjs to ^0.25.0

    renovate[bot] authored Jul 25, 2024
    Copy the full SHA
    594d444 View commit details
  4. Update dependency node to v20.16.0

    renovate[bot] authored Jul 25, 2024
    Copy the full SHA
    7596fe1 View commit details
  5. Merge pull request #14 from hckrnews/renovate/node-20.x

    Update dependency node to v20.16.0
    w3nl authored Jul 25, 2024
    Copy the full SHA
    6e20ad2 View commit details
  6. Merge pull request #13 from hckrnews/renovate/eslint-plugin-sonarjs-0.x

    Update dependency eslint-plugin-sonarjs to ^0.25.0
    w3nl authored Jul 25, 2024
    Copy the full SHA
    9651ab1 View commit details
  7. Update dependency eslint-plugin-sonarjs to ^0.24.0 || ^0.25.1

    renovate[bot] authored Jul 25, 2024
    Copy the full SHA
    11a92c3 View commit details
  8. Update actions/setup-node action to v4

    renovate[bot] authored Jul 25, 2024
    Copy the full SHA
    3db38bb View commit details
  9. Merge pull request #16 from hckrnews/renovate/actions-setup-node-4.x

    Update actions/setup-node action to v4
    w3nl authored Jul 25, 2024
    Copy the full SHA
    ea7e010 View commit details
  10. Merge pull request #17 from hckrnews/renovate/eslint-plugin-sonarjs-0.x

    Update dependency eslint-plugin-sonarjs to ^0.24.0 || ^0.25.1
    w3nl authored Jul 25, 2024
    Copy the full SHA
    e1acc64 View commit details
  11. Update the version of the package

    w3nl committed Jul 25, 2024
    Copy the full SHA
    3a700ad View commit details
  12. Merge pull request #20 from hckrnews/feature/update-2024-0725

    Update the version of the package
    w3nl authored Jul 25, 2024
    Copy the full SHA
    95c5a58 View commit details
Showing with 20 additions and 14 deletions.
  1. +1 −1 .github/workflows/node.js.yml
  2. +2 −2 .github/workflows/npm-publish.yml
  3. +1 −1 .nvmrc
  4. +7 −7 package-lock.json
  5. +3 −3 package.json
  6. +6 −0 renovate.json
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
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
- run: npm ci
@@ -23,7 +23,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/
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.3.1
20.16.0
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hckrnews/eslint-code-quality",
"version": "0.2.0",
"version": "0.2.1",
"description": "Eslint config with code quality checks from hckr.news",
"keywords": [
"eslint",
@@ -23,15 +23,15 @@
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-sonarjs": "^0.24.0"
"eslint-plugin-sonarjs": "^0.24.0 || ^0.25.1"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-sonarjs": "^0.24.0"
"eslint-plugin-sonarjs": "^0.25.0"
},
"scripts": {
"lint": "eslint .",
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"
]
}