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.3
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.4
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 22, 2021

  1. fix: update dependencies

    aminya committed Oct 22, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0acbce0 View commit details
Showing with 553 additions and 318 deletions.
  1. +30 −29 package.json
  2. +523 −289 pnpm-lock.yaml
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,68 @@
{
"name": "eslint-config-atomic",
"version": "1.15.0",
"description": "Eslint config used in atom-ide-community",
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
"license": "MIT",
"author": "Amin Yahyaabadi",
"main": "index.js",
"react": "react.js",
"strict": "strict.js",
"strict-react": "strict-react.js",
"files": [
"src",
"*.js"
],
"description": "Eslint config used in atom-ide-community",
"keywords": [
"eslint",
"config",
"atomic",
"plugin",
"lint",
"prettier"
],
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
"license": "MIT",
"prettier": "prettier-config-atomic",
"scripts": {
"bump": "ncu -u -x coffeescript",
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
"format": "prettier --write .",
"test.format": "prettier . --check",
"lint": "eslint . --ignore-pattern spec/fixtures/** --fix",
"test.lint": "eslint . --ignore-pattern spec/fixtures/**",
"test": "node ./spec/test.js",
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
"bump": "ncu -u -x coffeescript"
"test.format": "prettier . --check",
"test.lint": "eslint . --ignore-pattern spec/fixtures/**"
},
"prettier": "prettier-config-atomic",
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.15.7",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"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.24.2",
"eslint-plugin-import": "^2.25.2",
"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.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^2",
"read-pkg-up": "^7",
"typescript": "^4"
},
"peerDependencies": {
"eslint": ">=7"
},
"devDependencies": {
"eslint": "^7.22.0",
"execa": "^5.1.1",
"gitly": "^2.1.5",
"npm-check-updates": "11.8.5",
"prettier-config-atomic": "^2.0.5",
"prettier-config-atomic": "^3.0.1",
"shelljs": "^0.8.4"
}
},
"peerDependencies": {
"eslint": "^7"
},
"keywords": [
"eslint",
"config",
"atomic",
"plugin",
"lint",
"prettier"
],
"react": "react.js",
"strict": "strict.js",
"strict-react": "strict-react.js"
}
812 changes: 523 additions & 289 deletions pnpm-lock.yaml

Large diffs are not rendered by default.