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: form8ion/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.8
Choose a base ref
...
head repository: form8ion/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.9
Choose a head ref

Commits on Dec 18, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7560caa View commit details
  2. Copy the full SHA
    84476fd View commit details

Commits on Dec 23, 2023

  1. Copy the full SHA
    78d3c10 View commit details

Commits on Dec 25, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7e7f9be View commit details

Commits on Jan 1, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    13c91a5 View commit details

Commits on Jan 5, 2024

  1. Copy the full SHA
    aa11870 View commit details

Commits on Jan 8, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7f1ee01 View commit details

Commits on Jan 15, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    66fca1d View commit details

Commits on Jan 22, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d3bfe67 View commit details
  2. Copy the full SHA
    d43cac2 View commit details

Commits on Jan 25, 2024

  1. Copy the full SHA
    d1c1b66 View commit details
  2. Copy the full SHA
    d5c85ab View commit details
  3. Copy the full SHA
    c032895 View commit details

Commits on Jan 26, 2024

  1. Copy the full SHA
    445fb56 View commit details

Commits on Jan 29, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b18741a View commit details
  2. Copy the full SHA
    ccbbc6a View commit details

Commits on Feb 2, 2024

  1. Copy the full SHA
    a651a54 View commit details
  2. Copy the full SHA
    9182cb6 View commit details

Commits on Feb 5, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    61fb8d5 View commit details

Commits on Feb 7, 2024

  1. Copy the full SHA
    4bc7d9d View commit details

Commits on Feb 12, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    74e42c8 View commit details

Commits on Feb 13, 2024

  1. Copy the full SHA
    7978576 View commit details

Commits on Feb 14, 2024

  1. Copy the full SHA
    54f9413 View commit details
  2. Copy the full SHA
    da038f5 View commit details

Commits on Feb 19, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ea8986c View commit details

Commits on Feb 24, 2024

  1. fix(deps): update dependency eslint to v8.57.0

    renovate[bot] committed Feb 24, 2024
    Copy the full SHA
    a4c3e48 View commit details
Showing with 497 additions and 668 deletions.
  1. +2 −2 .github/workflows/node-ci.yml
  2. +490 −661 package-lock.json
  3. +5 −5 package.json
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: .nvmrc
cache: npm
@@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
cache: npm
node-version: ${{ matrix.node }}
1,151 changes: 490 additions & 661 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,22 +30,22 @@
"provenance": true
},
"dependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-anti-trojan-source": "1.1.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.29.1"
},
"devDependencies": {
"@form8ion/commitlint-config": "1.0.65",
"@form8ion/commitlint-config": "1.0.70",
"@form8ion/remark-lint-preset": "6.0.2",
"ban-sensitive-files": "1.10.1",
"cz-conventional-changelog": "3.3.0",
"husky": "8.0.3",
"husky": "9.0.11",
"ls-engines": "0.9.1",
"npm-run-all2": "6.1.1",
"publint": "0.2.6",
"npm-run-all2": "6.1.2",
"publint": "0.2.7",
"remark-cli": "12.0.0",
"remark-toc": "9.0.0"
}