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

chore(deps): update dependency eslint-plugin-array-func to v3.1.8 #326

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-array-func 3.1.6 -> 3.1.8 age adoption passing confidence

Release Notes

freaktechnik/eslint-plugin-array-func (eslint-plugin-array-func)

v3.1.8

Compare Source

  • Fix crash when passing callbacks as variables in from-map. Fixes #​344
  • Fixed some false positives with from-map potentially leading to map callbacks missing the third parameter
  • Improved error message formatting
  • Fix .flatmap() description for 'prefer-flat-map' #​221

v3.1.7

Compare Source

  • docs: plugins not plugin 4f261c1
  • docs: add config examples for all rules aef1987
  • docs: make it clearer how the reverse rules works from the doc examples (fixes #​68) 74cea8f
  • docs: don't claim that Array.from is faster (fixes #​69) 2957434
  • fix: update ranging for fixes to be eslint 7 compatible 0565317

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Mar 24, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/es6/validate-engines.js:31
    throw err
    ^

Error: Cannot find module 'timers/promises'
Require stack:
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/util.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/index.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/index.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/replace-info.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/error-message.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/exit-handler.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli-entry.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/bin/npm-cli.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:101:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/util.js:3:16)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Module.require (internal/modules/cjs/loader.js:974:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/util.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/index.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/index.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/replace-info.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/error-message.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/exit-handler.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli-entry.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/bin/npm-cli.js'
  ]
}
/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/es6/validate-engines.js:31
    throw err
    ^

Error: Cannot find module 'timers/promises'
Require stack:
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/util.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/index.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/index.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/replace-info.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/error-message.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/exit-handler.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli-entry.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli.js
- /opt/containerbase/tools/npm/10.1.0/node_modules/npm/bin/npm-cli.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:101:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/util.js:3:16)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Module.require (internal/modules/cjs/loader.js:974:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/util.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/@npmcli/agent/lib/index.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/make-fetch-happen/lib/index.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/replace-info.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/error-message.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/utils/exit-handler.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli-entry.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/lib/cli.js',
    '/opt/containerbase/tools/npm/10.1.0/node_modules/npm/bin/npm-cli.js'
  ]
}

@commit-lint
Copy link

commit-lint bot commented Mar 24, 2023

Chore

  • deps: update dependency eslint-plugin-array-func to v3.1.8 (c059174)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@renovate renovate bot force-pushed the renovate/eslint-plugin-array-func-3.x branch from fc464eb to 3e52840 Compare September 26, 2023 21:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-array-func-3.x branch from 3e52840 to c059174 Compare September 26, 2023 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants