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

Update linting dependencies (major) #139

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@voxpelli/eslint-config ^4.0.0 -> ^19.0.0 age adoption passing confidence
eslint (source) ^6.8.0 -> ^9.0.0 age adoption passing confidence
eslint-config-standard ^14.1.0 -> ^17.0.0 age adoption passing confidence
eslint-plugin-jsdoc ^21.0.0 -> ^48.0.0 age adoption passing confidence
eslint-plugin-promise ^4.2.1 -> ^6.0.0 age adoption passing confidence
eslint-plugin-standard ^4.0.0 -> ^5.0.0 age adoption passing confidence
installed-check ^7.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

voxpelli/eslint-config (@​voxpelli/eslint-config)

v19.0.0

Compare Source

⚠ BREAKING CHANGES
  • update dependency eslint-plugin-es-x to ^7.2.0 (#​234)
  • update dependency eslint-plugin-n to ^16.0.1 (#​224)
  • update dependency eslint to ^8.45.0 (#​220)
  • update dependency eslint-plugin-jsdoc to ^46.4.4 (#​219)
  • update dependency eslint-plugin-unicorn to v48 (#​231)
Features
Miscellaneous Chores

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • fix update minor peer dependency versions
  • update minor dependencies
  • update eslint-plugin-es-x
  • update dependency eslint-plugin-jsdoc to v46 (#​217)
  • fully separate mocha config + add types
Features
  • fully separate mocha config + add types (bfc1b87)
  • update dependency eslint-plugin-jsdoc to v46 (#​217) (afafbc8)
Miscellaneous Chores
  • fix update minor peer dependency versions (a15dde7)
  • update eslint-plugin-es-x (2da23c7)
  • update minor dependencies (b9502db)

v17.0.3

Compare Source

Bug Fixes
  • extend supported eslint-plugin-es-x version (9e096b7)

v17.0.2

Compare Source

Bug Fixes
  • export selfhosted standard (6770537)

v17.0.1

Compare Source

Bug Fixes
  • selfhost eslint-config-standard (ba10275)

v17.0.0

Compare Source

⚠ BREAKING CHANGES
  • add import/no-deprecated (#​197)
  • move to eslint-plugin-es-x (#​195)
  • update dependency eslint-plugin-jsdoc to ^44.2.4 (#​189)
  • update dependency eslint-plugin-n to v16 (#​193)
Features
Miscellaneous Chores
  • update dependency eslint-plugin-jsdoc to ^44.2.4 (#​189) (f0ac16c)

v16.0.7

Compare Source

Bug Fixes
  • give release-please access to secrets (429a559)

v16.0.5

Compare Source

Bug Fixes

v16.0.4

Compare Source

⚠ BREAKING CHANGES
  • update dependency eslint-plugin-sort-destructure-keys to ^1.5.0 (#​169)
  • update dependency eslint-plugin-security to ^1.7.1 (#​164)
  • update dependency eslint-plugin-jsdoc to ^44.0.2 (#​185)
  • update dependency eslint-plugin-import to ^2.27.5 (#​163)
  • update dependency eslint-plugin-n to ^15.7.0 (#​150)
Bug Fixes
  • tweak jsdoc/tag-lines to enforce my style (00767e9)
Miscellaneous Chores
  • update dependency eslint-plugin-import to ^2.27.5 (#​163) (28177f0)
  • update dependency eslint-plugin-jsdoc to ^44.0.2 (#​185) (d21f187)
  • update dependency eslint-plugin-n to ^15.7.0 (#​150) (398b38f)
  • update dependency eslint-plugin-security to ^1.7.1 (#​164) (a2ebb87)
  • update dependency eslint-plugin-sort-destructure-keys to ^1.5.0 (#​169) (036b41c)

v16.0.3

Compare Source

Bug Fixes
  • redo release one more time, previous 16.x were failing (b5951bf)

v15.2.0

Compare Source

v15.1.0

Compare Source

v15.0.0

Compare Source

  • BREAKING: Require at least Node.js 14.18.0 87139c7
  • BREAKING: Bumped the minimum version of all dependencies
  • BREAKING: Update dependency eslint-plugin-unicorn to v43 e37127c + adapt the rules to our ecosystem 6d1aacc
  • BREAKING: Add no-constant-binary-expression 9111731
  • Add version-guard to compliant modules 6b27916

v14.1.0

Compare Source

  • Disabled jsdoc/require-yields, since Typescript doesn't support it, hence its not something this config should push for

v14.0.4

Compare Source

  • Revert "For now, accept eslint-plugin-n v14.x as well" – caused by eslint-config-standard, not this 9f7147e

v14.0.3

Compare Source

  • For now, accept eslint-plugin-n v14.x as well. Restores compatibility with pre-releases 26b14f3

v14.0.2

Compare Source

  • Remove non-needed rule modification 0f54b26

v14.0.1

Compare Source

  • Also update peer dependency eslint-config-standard to ^17.0.0 e71e926

v14.0.0

Compare Source

  • No longer uses @voxpelli/eslint-config-jsdoc-ts
  • Added sort-destructure-keys/sort-destructure-keys
  • Uses stable 17 version of eslint-config-standard
  • Uses new 15 version of eslint-plugin-n
  • Requires up to date versions of other peer dependencies as well

v13.0.3

Compare Source

  • Correct level unicorn/no-await-expression-member 934371c

v13.0.2

Compare Source

  • reduce unicorn/no-await-expression-member to warn 87de6ec

v13.0.1

Compare Source

  • Fix ignore of no-process-exit, now properly ignoring new n/no-process-exit 0d9ca02
  • Fix README references to point to eslint-plugin-n bccc579

v13.0.0

Compare Source

ESLint 8 upgrade, including prerelease of 17.x of eslint-config-standard

Breaking changes:

  • Requires at least Node.js 14.17.0
  • Requires at least ESLint 8.9.0
  • Requires up to date peer dependencies
  • The eslint-plugin-node has been replaced by the fork eslint-plugin-n, since the former has yet to receive an ESLint 8 upgrade while the latter has.

Update by running:

npm install @​voxpelli/eslint-config@13.0.0 @​voxpelli/eslint-config-jsdoc-ts@^1.0.0 eslint@^8.9.0 eslint-config-standard@^17.0.0-1 eslint-plugin-es@^4.1.0 eslint-plugin-import@^2.25.4 eslint-plugin-jsdoc@^37.9.4 eslint-plugin-mocha@^10.0.3 eslint-plugin-n@^14.0.0 eslint-plugin-promise@^6.0.0 eslint-plugin-security@^1.4.0 eslint-plugin-unicorn@^41.0.0 --save-dev --force && npm uninstall eslint-plugin-node

v12.0.2

Compare Source

v12.0.1

Compare Source

  • Deactivate unicorn/numeric-separators-style 2b9dcee

v12.0.0

Compare Source

v11.0.1

Compare Source

  • Revert narrower engines requirement, keep it at >=12.0.0 as in version 10.0.0 94b25a0

v11.0.0

Compare Source

Major
Minor
  • Minor: Requires eslint-plugin-promise of ^4.3.1 9739fed
  • Minor: Requires eslint of ^7.20.0 3b4f838 e586c45
Internal

v10.0.0

Compare Source

Usage related

Dev related

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • update dependency eslint-plugin-es-x to ^7.2.0 (#​234)
  • update dependency eslint-plugin-n to ^16.0.1 (#​224)
  • update dependency eslint to ^8.45.0 (#​220)
  • update dependency eslint-plugin-jsdoc to ^46.4.4 (#​219)
  • update dependency eslint-plugin-unicorn to v48 (#​231)
Features
Miscellaneous Chores

v8.0.1

Compare Source

  • Fix failing link in README e18fd89
  • Reflect requirement of ESLint 3d0da85

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • fix update minor peer dependency versions
  • update minor dependencies
  • update eslint-plugin-es-x
  • update dependency eslint-plugin-jsdoc to v46 (#​217)
  • fully separate mocha config + add types
Features
  • fully separate mocha config + add types (bfc1b87)
  • update dependency eslint-plugin-jsdoc to v46 (#​217) (afafbc8)
Miscellaneous Chores
  • fix update minor peer dependency versions (a15dde7)
  • update eslint-plugin-es-x (2da23c7)
  • update minor dependencies (b9502db)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • add import/no-deprecated (#​197)
  • move to eslint-plugin-es-x (#​195)
  • update dependency eslint-plugin-jsdoc to ^44.2.4 (#​189)
  • update dependency eslint-plugin-n to v16 (#​193)
Features
Miscellaneous Chores
  • update dependency eslint-plugin-jsdoc to ^44.2.4 (#​189) (f0ac16c)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • update dependency eslint to ^8.40.0 (#​124)
  • update dependency eslint-plugin-jsdoc to v44 (#​174)
  • update eslint-plugin-unicorn to v47
  • drop support for node 14 as its EOL
  • update dependency eslint-plugin-jsdoc to ^39.6.4 (#​157)
  • update dependency eslint-plugin-promise to ^6.1.1
  • update dependency eslint-plugin-jsdoc to ^39.6.2
  • update dependency eslint-plugin-promise to ^6.1.0
  • rule: enforce having a comma dangle
Features
  • deps: update dependency eslint-plugin-jsdoc to ^39.3.13 (7b2cb64)
  • deps: update dependency eslint-plugin-mocha to ^10.1.0 (14723f2)
  • rule: enforce having a comma dangle (cc83a48)
  • update dependency eslint-plugin-jsdoc to v44 (#​174) (0a0a6bc)
  • update eslint-plugin-unicorn to v47 (19ceeef)
Bug Fixes
  • added trailing commas requested by linting (952c2fa)
  • lower unicorn/prefer-string-replace-all to warn (#​177) (07c8ab0)
  • turn off unicorn/no-negated-condition (#​178) (ffb2ad4)
  • update dependency eslint-plugin-jsdoc to ^39.6.2 (bae5310)
  • update dependency eslint-plugin-promise to ^6.1.0 (f1eca82)
  • update dependency eslint-plugin-promise to ^6.1.1 (3f80408)
Miscellaneous Chores

v5.0.0

Compare Source

Same as 5.0.0-0

  • Add lots of more auxiliary rules 328d0e0
eslint/eslint (eslint)

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation


Configuration

📅 Schedule: Branch creation - "before 2pm on Tuesday" in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 430219b to 62e463b Compare April 18, 2023 06:39
@renovate renovate bot force-pushed the renovate/major-linting branch from 62e463b to 5f1f211 Compare May 12, 2023 01:34
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 5196001 to c9e7ff2 Compare May 29, 2023 22:45
@renovate renovate bot force-pushed the renovate/major-linting branch from c9e7ff2 to e8a40d6 Compare June 5, 2023 22:01
Copy link
Contributor Author

renovate bot commented Jan 2, 2024

⚠ 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
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: micropub-to-github@0.6.1
npm ERR! Found: eslint@9.0.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.45.0" from @voxpelli/eslint-config@19.0.0
npm ERR! node_modules/@voxpelli/eslint-config
npm ERR!   dev @voxpelli/eslint-config@"^19.0.0" 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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-09T01_15_25_604Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-09T01_15_25_604Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants