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.16.5
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.16.6
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 6, 2021

  1. Verified

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

Commits on Nov 13, 2021

  1. Copy the full SHA
    7bcd012 View commit details

Commits on Jan 27, 2022

  1. fix: update dependencies

    aminya committed Jan 27, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e019f0b View commit details
Showing with 252 additions and 537 deletions.
  1. +1 −1 .github/renovate.json
  2. +12 −11 package.json
  3. +239 −525 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "devDependencies",
"semanticCommitType": "chore",
"automerge": true
"automerge": false
},
{
"matchDepTypes": ["dependencies"],
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"*.js"
],
"scripts": {
"bump": "ncu -u -x coffeescript",
"bump": "ncu -u -x eslint,coffeescript,execa,read-pkg-up",
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
"format": "prettier --write .",
"lint": "eslint . --ignore-pattern spec/fixtures/** --fix",
@@ -22,34 +22,35 @@
"prettier": "prettier-config-atomic",
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-syntax-flow": "^7.16.0",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"coffeescript": "^1",
"eslint": "^7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-coffee": "^0.1.15",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.2",
"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.26.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^2",
"read-pkg-up": "^7",
"typescript": "^4"
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint": "^7",
"execa": "^5.1.1",
"gitly": "^2.1.5",
"npm-check-updates": "11.8.5",
"npm-check-updates": "12.2.1",
"prettier-config-atomic": "^3.0.1",
"shelljs": "^0.8.4"
"shelljs": "^0.8.5"
},
"peerDependencies": {
"eslint": "^7"
764 changes: 239 additions & 525 deletions pnpm-lock.yaml

Large diffs are not rendered by default.