Skip to content

chore(deps-dev): bump @readme/eslint-config from 3.4.0 to 3.5.0#57

Closed
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/readme/eslint-config-3.5.0
Closed

chore(deps-dev): bump @readme/eslint-config from 3.4.0 to 3.5.0#57
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/readme/eslint-config-3.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2020

Bumps @readme/eslint-config from 3.4.0 to 3.5.0.

Changelog

Sourced from @readme/eslint-config's changelog.

3.5.0 (2020-09-18)

  • feat: upgrading eslint-plugin-unicorn and enabling the import-style rule (9bdbf1a)

3.4.5 (2020-09-14)

  • chore(deps-dev): bump @commitlint/cli from 9.1.2 to 11.0.0 (#132) (550034a), closes #132
  • chore(deps-dev): bump @commitlint/config-conventional (#129) (a1d4e7d), closes #129
  • chore(deps-dev): bump eslint from 7.8.1 to 7.9.0 (#128) (dc612a8), closes #128
  • chore(deps-dev): bump husky from 4.2.5 to 4.3.0 (#131) (cc49206), closes #131
  • chore(deps): bump eslint-plugin-jest from 24.0.0 to 24.0.1 (#130) (3b5a348), closes #130

3.4.3 (2020-09-09)

  • chore(deps-dev): bump eslint from 7.7.0 to 7.8.1 (#127) (8f8d8a1), closes #127
  • chore(deps-dev): bump prettier from 2.0.5 to 2.1.1 (#124) (644dcae), closes #124
  • chore(deps): bump actions/checkout from v2.3.1 to v2.3.2 (#125) (1d7c68e), closes #125
  • chore(deps): bump eslint-plugin-jest from 23.20.0 to 24.0.0 (#126) (f6854df), closes #126

3.4.2 (2020-08-17)

  • chore(deps-dev): bump @commitlint/cli from 9.1.1 to 9.1.2 (#119) (0c7ddf4), closes #119
  • chore(deps-dev): bump @commitlint/config-conventional (#122) (caba536), closes #122
  • chore(deps-dev): bump conventional-changelog-cli from 2.0.34 to 2.1.0 (#121) (78d4889), closes #121
  • chore(deps-dev): bump eslint from 7.6.0 to 7.7.0 (#123) (11686e3), closes #123
  • chore(deps): bump eslint-plugin-react from 7.20.5 to 7.20.6 (#120) (2a9f3f0), closes #120

3.4.1 (2020-08-03)

  • chore(deps-dev): bump eslint from 7.5.0 to 7.6.0 (#116) (f31edf6), closes #116
  • chore(deps): bump actions/setup-node from v2.1.0 to v2.1.1 (#115) (0d64dcc), closes #115
  • chore(deps): bump eslint-plugin-jest from 23.18.2 to 23.20.0 (#118) (8aad428), closes #118
  • chore(deps): bump eslint-plugin-react from 7.20.4 to 7.20.5 (#117) (cb8a95c), closes #117
Commits
  • 48d7162 build: 3.5.0
  • 9bdbf1a feat: upgrading eslint-plugin-unicorn and enabling the import-style rule
  • f9fcafd build: 3.4.5 release
  • 550034a chore(deps-dev): bump @commitlint/cli from 9.1.2 to 11.0.0 (#132)
  • cc49206 chore(deps-dev): bump husky from 4.2.5 to 4.3.0 (#131)
  • 3b5a348 chore(deps): bump eslint-plugin-jest from 24.0.0 to 24.0.1 (#130)
  • a1d4e7d chore(deps-dev): bump @commitlint/config-conventional (#129)
  • dc612a8 chore(deps-dev): bump eslint from 7.8.1 to 7.9.0 (#128)
  • 0dba459 build: 3.4.3 release
  • 8f8d8a1 chore(deps-dev): bump eslint from 7.7.0 to 7.8.1 (#127)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2020
@dependabot dependabot bot requested a review from rafegoldberg October 1, 2020 05:59
@erunion
Copy link
Copy Markdown
Member

erunion commented Oct 5, 2020

@rafegoldberg Seems that ESLint is failing on the ...attr spread in Lightbox.jsx.

There any alternative ways we can write that?

> @readme/markdown@6.20.0 lint /Users/jon/code/readmeio/markdown
> eslint . --ext .jsx --ext .js


Oops! Something went wrong! :(

ESLint: 7.10.0

TypeError: Cannot read property 'type' of undefined
Occurred while linting /Users/jon/code/readmeio/markdown/components/Image/Lightbox.jsx:3
    at param.properties.forEach (/Users/jon/code/readmeio/markdown/node_modules/eslint-plugin-react/lib/rules/prop-types.js:156:39)
    at Array.forEach (<anonymous>)
    at params.forEach (/Users/jon/code/readmeio/markdown/node_modules/eslint-plugin-react/lib/rules/prop-types.js:152:26)
    at Array.forEach (<anonymous>)
    at isDeclaredInDestructuredParam (/Users/jon/code/readmeio/markdown/node_modules/eslint-plugin-react/lib/rules/prop-types.js:147:14)
    at isDeclaredInComponent (/Users/jon/code/readmeio/markdown/node_modules/eslint-plugin-react/lib/rules/prop-types.js:189:18)
    at component.usedPropTypes.filter (/Users/jon/code/readmeio/markdown/node_modules/eslint-plugin-react/lib/rules/prop-types.js:204:13)
    at Array.filter (<anonymous>)
    at reportUndeclaredPropTypes (/Users/jon/code/readmeio/markdown/node_modules/eslint-plugin-react/lib/rules/prop-types.js:201:51)
    at Program:exit.Object.keys.filter.forEach (/Users/jon/code/readmeio/markdown/node_modules/eslint-plugin-react/lib/rules/prop-types.js:226:11)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2020

Superseded by #64.

@dependabot dependabot bot closed this Nov 1, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/readme/eslint-config-3.5.0 branch November 1, 2020 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant