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: atom-community/eslint-config-atomic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: atom-community/eslint-config-atomic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.1
Choose a head ref
  • 11 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 26, 2022

  1. Verified

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

Commits on Mar 5, 2022

  1. Copy the full SHA
    2ac8e95 View commit details

Commits on Mar 13, 2022

  1. fix: update dependencies

    aminya committed Mar 13, 2022

    Verified

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

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

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

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

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8098d8e View commit details
  6. ci: update node versions

    aminya committed Mar 13, 2022

    Verified

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

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

Commits on Mar 14, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    64869e7 View commit details
  2. Revert "ci: update node versions"

    This reverts commit 16dba70.
    aminya committed Mar 14, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9e658f7 View commit details
Showing with 292 additions and 246 deletions.
  1. +5 −5 .github/workflows/CI.yml
  2. +8 −8 package.json
  3. +271 −227 pnpm-lock.yaml
  4. +8 −6 spec/test.js
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -16,9 +16,9 @@ jobs:
# - windows-latest
atom_channel: [stable, beta]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "14"
- name: Setup PNPM
@@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Commit lint ✨
@@ -60,9 +60,9 @@ jobs:
github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "12.x"
- name: NPM install
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -25,28 +25,28 @@
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^7",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^2",
"prettier": "2.4.1",
"read-pkg-up": "^7",
"typescript": "^4"
},
"devDependencies": {
"eslint": "^7",
"execa": "^5.1.1",
"gitly": "^2.1.5",
"npm-check-updates": "12.3.0",
"prettier-config-atomic": "^3.0.3",
"gitly": "^2.1.6",
"npm-check-updates": "12.5.3",
"prettier-config-atomic": "^3.0.6",
"shelljs": "^0.8.5"
},
"peerDependencies": {
498 changes: 271 additions & 227 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions spec/test.js
Original file line number Diff line number Diff line change
@@ -7,19 +7,21 @@ const { existsSync } = require("fs")

const testRepos = [
"atom-community/atom-ide-hyperclick",
"atom-community/atom-languageclient",
"atom-community/terminal",
"atom-community/atom-ide-outline",
"atom-community/atom-ide-datatip",
// "atom-community/atom-ide-console",
// "atom-community/atom-ide-debugger",
"atom-minimap/minimap",
"aminya/solid-simple-table",
"steelbrain/linter",
"steelbrain/linter-ui-default",
]

const testWorkspaces = ["atom-community/atom-ide-base"]
const testWorkspaces = [
"atom-community/atom-ide-base",
"atom-community/atom-languageclient",
"atom-community/atom-ide-outline",
"atom-community/atom-ide-datatip",
// "atom-community/atom-ide-console",
// "atom-community/atom-ide-debugger",
]

/** A function that tests linting of a package */
async function testLint(packedPkg, testRepo, isWorkspace = false, isSilent = false) {