Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

build(deps): bump eslint-config-peopledoc from 2.0.2 to 4.0.0 #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2022

Bumps eslint-config-peopledoc from 2.0.2 to 4.0.0.

Release notes

Sourced from eslint-config-peopledoc's releases.

v4.0.0

Breaking

Add compatibility with ESLint 8 (#118)

Use @babel/eslint-parser instead of archived babel-eslint repo for Ember projects

⚠️ If your project use Ember, you need to

  • remove babel-eslint from your dependencies
  • run yarn add eslint @babel/core @babel/eslint-parser @babel/plugin-proposal-decorators -D

Please check your .eslintrc.js file, it should start like this

module.exports = {
  root: true,

plugins: ['ember'], extends: ['peopledoc/ember' /*, ... */], // or peopledoc/ember-addon in case you are in an addon

...

Replace eslint-plugin-node by eslint-plugin-n

  • eslint-plugin-node was not maintained
  • ⚠️ if you use plugins: ["node"], plugin in your ESLint config (like .eslintrc.js) you have to replace it by plugins: ["n"],
    • same if you had some rules like node/some-rule, they become n/some-rule

Remove eslint-plugin-ember-suave rules (#118)

It was added some years ago but it is not relevant anymore, repo is not really maintained and we can stick with ember/recommended rules for Ember projects

⚠️ if you have some eslint-disable ember-suave/ in your project you will have to remove them

CI

New workflow to auto-update list of contributors (#94)

Reuse organisation's workflow to run tag & publish (#92)

Chore

Refine information in package.json (#93)

Relax prefer-destructuring rule (#89)

Build

Update eslint-plugin-ember to 10.5.7 (#118)

... (truncated)

Commits
  • 59dfd53 Release v4.0.0
  • 741ecd8 Release v4.0.0
  • 819f29c Merge pull request #118 from peopledoc/build/upgrade_dependencies_for_eslint-8
  • 40beb9a chore: remove ember-suave
  • 0c64199 docs: update readme for ember projects
  • bca3703 chore: add decorators-legacy plugin
  • 57b839a chore: add requireConfigFile false to eslint config
  • 75ff09f build: add eslint-plugin-import to dependencies
  • 16393dc chore: replace deprecated babel-eslint by @​babel/eslint-parser
  • f348074 chore: replace eslint-plugin-node by eslint-plugin-n
  • 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)

Bumps [eslint-config-peopledoc](https://github.com/peopledoc/eslint-config-peopledoc) from 2.0.2 to 4.0.0.
- [Release notes](https://github.com/peopledoc/eslint-config-peopledoc/releases)
- [Commits](peopledoc/eslint-config-peopledoc@v2.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-peopledoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 20, 2022 22:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants