Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump @nextcloud/eslint-config from 2.1.0 to 8.0.0 #518

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @nextcloud/eslint-config from 2.1.0 to 8.0.0.

Release notes

Sourced from @​nextcloud/eslint-config's releases.

v8.0.0

v8.0.0 (2022-04-20)

Full Changelog

Breaking:

  • Require file extensions on import #292 (Pytal)

Dependency updates:

v7.0.2

v7.0.2 (2022-01-20)

Full Changelog

Fixed:

  • Fix usual same-line vue attribute behaviour #272 (skjnldsv)

Dependency updates:

v7.0.1

v7.0.1 (2022-01-17)

Full Changelog

Fixed bugs:

Dependency updates:

v7.0.0

v7.0.0 (2022-01-12)

Full Changelog

Merged pull requests:

... (truncated)

Changelog

Sourced from @​nextcloud/eslint-config's changelog.

v8.0.0 (2022-04-20)

Full Changelog

Breaking:

  • Require file extensions on import #292 (Pytal)

Dependency updates:

v7.0.2 (2022-01-20)

Full Changelog

Fixed:

  • Fix usual same-line vue attribute behaviour #272 (skjnldsv)

Dependency updates:

v7.0.1 (2022-01-17)

Full Changelog

Fixed bugs:

Dependency updates:

v7.0.0 (2022-01-12)

Full Changelog

Merged pull requests:

v6.1.2 (2021-12-20)

Full Changelog

... (truncated)

Commits
  • 2a23286 Merge pull request #337 from nextcloud/release/v8.0.0
  • e13ab12 8.0.0
  • 77455a5 Merge pull request #336 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-...
  • 3a24fce Bump eslint-plugin-jsdoc from 39.2.2 to 39.2.3
  • 1bb0362 Merge pull request #335 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-...
  • 839c63a Bump eslint-plugin-jsdoc from 39.2.1 to 39.2.2
  • b5d312f Merge pull request #333 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-...
  • c7af1d8 Bump eslint-plugin-jsdoc from 38.1.6 to 39.2.1
  • 777562d Merge pull request #331 from nextcloud/dependabot/npm_and_yarn/eslint-8.13.0
  • 2539ce6 Bump eslint from 8.12.0 to 8.13.0
  • 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 May 1, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 branch from 0d78f5a to 7aca648 Compare May 1, 2022 01:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 branch from 7aca648 to 18b1c65 Compare August 3, 2022 09:55
@PVince81
Copy link
Member

PVince81 commented Aug 4, 2022

I managed to make the config errors disappear by borrowing the talk app's babel config

now some eslint rules don't seem to be loadable... needs further research, probably some packages to update/add...

@PVince81 PVince81 self-assigned this Aug 4, 2022
@PVince81
Copy link
Member

PVince81 commented Aug 4, 2022

works for me locally... why is CI not properly installing @nextcloud/babel-config ???

@PVince81
Copy link
Member

PVince81 commented Aug 4, 2022

Github did not rerun the worlkflows, it's still the same result... no point in continuing to push

Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 2.1.0 to 8.0.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/eslint-config@v2.1.0...v8.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@PVince81 PVince81 force-pushed the dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 branch from fdf6ddd to 5b599b8 Compare August 4, 2022 21:20
@PVince81
Copy link
Member

PVince81 commented Aug 4, 2022

conflict resolved, now PLEASE RERUN MY WORKFLOWS

@PVince81
Copy link
Member

PVince81 commented Aug 4, 2022

how to solve these mysteries ?

/srv/www/htdocs/server/apps-extra/recommendations/src/components/Dashboard.vue
  1:1  error  Definition for rule 'vue/first-attribute-linebreak' was not found  vue/first-attribute-linebreak
  1:1  error  Definition for rule 'vue/custom-event-name-casing' was not found   vue/custom-event-name-casing

@skjnldsv are more packages required ?

@PVince81 PVince81 force-pushed the dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 branch from 5b599b8 to dc81899 Compare August 4, 2022 21:26
@PVince81
Copy link
Member

PVince81 commented Aug 4, 2022

tried updating also @nextcloud/eslint-plugin but same errors about missing definitions

@PVince81
Copy link
Member

PVince81 commented Aug 5, 2022

obsoleted by #539

thanks a lot @skjnldsv !

@PVince81 PVince81 closed this Aug 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@PVince81 PVince81 deleted the dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 branch August 5, 2022 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant