Bump @nextcloud/eslint-config from 8.0.0 to 8.1.2
Bumps @nextcloud/eslint-config from 8.0.0 to 8.1.2.
Release notes
Sourced from @nextcloud/eslint-config's releases.
v8.1.2
Fixed
- Also update eslint-config-n custom rules #381
v8.1.1
Fixed
- Fix node plugin usage #379
v8.1.0
Changed
- Dependencies updates
- Use eslint-plugin-n instead of eslint-plugin-node
- Update npm and node engines versions We now supports node
^16.0.0and npm^7.0.0 || ^8.0.0
Changelog
Sourced from @nextcloud/eslint-config's changelog.
v8.1.2 (2022-08-09)
Dependency updates:
- Use
eslint-plugin-ninstead ofeslint-plugin-node
Commits
56b5b8a8.1.280f238aMerge pull request #381 from nextcloud/fix/n-rules1a5a313Also updateeslint-config-ncustom rules66b1d6b8.1.14605723Merge pull request #379 from nextcloud/fix/eslint-plugin-n06da4e9Fix node plugin usage21497a9Merge pull request #378 from nextcloud/feat/package-node-npm-engines-update2d1cb92Update npm and node engines versions4a076e6Merge pull request #377 from nextcloud/feat/workflow-auto-update-dependabot-a...8bf7739Updating dependabot-approve-merge.yml workflow from template- Additional commits viewable in compare view
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 will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
First handling https://github.com/nextcloud/activity/pull/864
@dependabot recreate
- [x] Rebase after #920
- [x] Recompile
https://github.com/dependabot recreate
Pushed my commits to https://github.com/nextcloud/activity/compare/temp?expand=1
But I'm unable and unsure how to resolve this:
$ npm ci
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint-plugin-n
npm ERR! peer eslint-plugin-n@"^15.2.3" from @nextcloud/[email protected]
npm ERR! node_modules/@nextcloud/eslint-config
npm ERR! dev @nextcloud/eslint-config@"^8.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-n@"^14.0.0" from [email protected]
npm ERR! node_modules/eslint-config-standard
npm ERR! peer eslint-config-standard@"^17.0.0-0" from @nextcloud/[email protected]
npm ERR! node_modules/@nextcloud/eslint-config
npm ERR! dev @nextcloud/eslint-config@"^8.1.2" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint-plugin-n
npm ERR! peer eslint-plugin-n@"^14.0.0" from [email protected]
npm ERR! node_modules/eslint-config-standard
npm ERR! peer eslint-config-standard@"^17.0.0-0" from @nextcloud/[email protected]
npm ERR! node_modules/@nextcloud/eslint-config
npm ERR! dev @nextcloud/eslint-config@"^8.1.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/nickv/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/nickv/.npm/_logs/2022-09-13T07_33_26_612Z-debug-0.log