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) - autoclosed #55

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@voxpelli/eslint-config ^16.0.4 -> ^19.0.0 age adoption passing confidence
eslint-plugin-jsdoc ^44.1.0 -> ^46.8.2 age adoption passing confidence
eslint-plugin-n ^15.7.0 -> ^16.1.0 age adoption passing confidence
eslint-plugin-unicorn ^47.0.0 -> ^48.0.1 age adoption passing confidence
installed-check ^7.0.0 -> ^8.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
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v46.8.2

Compare Source

Bug Fixes

v46.8.1

Compare Source

Bug Fixes
  • require-description-complete-sentence: allow all inline tags at beginning of sentence; fixes #​1150 (e8b1475)

v46.8.0

Compare Source

Features

v46.7.0

Compare Source

Features
  • require-returns: add optional fixer (dfd2a8a)

v46.6.0

Compare Source

Features

v46.5.1

Compare Source

Bug Fixes

v46.5.0

Compare Source

Features

v46.4.6

Compare Source

Bug Fixes

v46.4.5

Compare Source

Bug Fixes
  • require-jsdoc: accessibility check for latest typescript-eslint/parser (#​1136) (e41df35)

v46.4.4

Compare Source

Bug Fixes

v46.4.3

Compare Source

Bug Fixes
  • match-description: drop throws and yields from being reported for non-empty descriptions by nonemptyTags default; #​1126 (03578ca)

v46.4.2

Compare Source

Bug Fixes
  • require-jsdoc: do not report MethodDefinition with non-public accessibility; fixes #​1124 (00922c3)

v46.4.1

Compare Source

Bug Fixes
  • require-jsdoc: do not report PropertyDefinition's with non-public accessibility; fixes #​1122 (1e45ae4)

v46.4.0

Compare Source

Features

v46.3.0

Compare Source

Bug Fixes
  • make name required on [@template](https://togithub.com/template) for non-JSDoc modes (467441b)
Features
  • match-description: ensure [@desc](https://togithub.com/desc) checked by default; check more desc-like tags by default; check non-empty tags; #​233 (1b9d9e4)

v46.2.6

Compare Source

Bug Fixes
  • imports-as-dependencies: do not log missing package.json when rule is not active; fixes #​1117 (3a5dd7d)

v46.2.5

Compare Source

Bug Fixes

v46.2.4

Compare Source

Bug Fixes
  • imports-as-dependencies: allow relative paths (7469e59)

v46.2.3

Compare Source

Bug Fixes
  • imports-as-dependencies: catch typings as possible publishing source (e3b0d0c)

v46.2.2

Compare Source

Bug Fixes
  • imports-as-dependencies: don't report TypeScript proper (75b6b8c)

v46.2.1

Compare Source

Bug Fixes
  • imports-as-dependencies: check for types in package.json and if not present, check [@types](https://togithub.com/types); fixes #​1107 (785fb26)

v46.2.0

Compare Source

Features
  • imports-as-dependencies: add new rule to detect missing dependencies for import statements; fixes #​896 (d7ec6e0)

v46.1.0

Compare Source

Features
  • require-returns: per-context forceRequireReturn; fixes #​757 (31b3a24)

v46.0.0

Compare Source

Features
  • no-defaults: make no-defaults on by default (034ade1)
BREAKING CHANGES
  • no-defaults: Removes default values. Disable the rule if removal not desired.

Also:

  • docs: adds info on TS recommended rules

v45.0.0

Compare Source

Features
  • add recommended-typescript-flavor configs (6042b77)
  • for typescript configs, disable no-undefined-types; fixes #​888 (ec41b90)
BREAKING CHANGES
  • This should only impact users of typescript configs. TS should itself handle
    checking for undefined types, so the (imperfect) rule has been disabled for
    such users.

v44.2.7

Compare Source

v44.2.6

Compare Source

v44.2.5

Compare Source

v44.2.4

Compare Source

v44.2.3

Compare Source

v44.2.2

Compare Source

v44.2.1

Compare Source

v44.2.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v16.1.0

Compare Source

  • feat: Allow for automatic ts mapping detection (#​114) (2ab30ce)
  • feat: add config flat/recommended and flat/mixed-esm-and-cjs (#​111) (78595c4)
  • feat: export flat/recommended-script and flat/recommended-module (#​113) (1f8fdc8)
  • feat: add the ability to configure typescript to javascript file extension conversion (#​112) (20d2713)

v16.0.2

Compare Source

v16.0.1

Compare Source

  • fix: Update all dependencies. Fix a few tests where eslint now reports nodeType: null. (44cec62)

v16.0.0

Compare Source

breaking changes

features

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v48.0.1

Compare Source

  • no-empty-file: Fix directive check for TypeScript parser (#​2180) 1bb9ce8

v48.0.0

Compare Source

Improvements
  • Deprecate no-unsafe-regex rule (#​2135) 7b473aa
  • prefer-top-level-await: Ignore promises inside Promise.{all,allSettled,any,race}() (#​2139) d3f6b60
  • no-process-exit: Ignore when using node:worker_threads module (#​2136) 2907805
  • prefer-array-some: Ignore filter calls with literal argument (#​2097) 7a32edb
  • prefer-modern-math-api: Check cases that Math.hypot() should be preferred (#​2080) 9bbc948
  • explicit-length-check: Ignore .length || number (#​1977) b9b8794
Fixes
voxpelli/node-installed-check (installed-check)

v8.0.0

Compare Source

v7.1.2

Compare Source

  • Update installed-check-core 52d28d9

v7.1.1

Compare Source

  • Update installed-check-core b4dae70

v7.1.0

Compare Source

  • Feature/fix: Handle aliased packages #​42 b022cb0
  • Internal: Replace dependency-check with knip 5c69958

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 f4a9796 to f3af5a6 Compare October 7, 2022 06:27
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 0683ef6 to e364ef6 Compare November 22, 2022 00:24
@renovate renovate bot changed the title Update dependency eslint-plugin-unicorn to v44 Update dependency eslint-plugin-unicorn to v45 Nov 22, 2022
@renovate renovate bot changed the title Update dependency eslint-plugin-unicorn to v45 Update linting dependencies (major) Mar 3, 2023
@socket-security
Copy link

socket-security bot commented Mar 3, 2023

Socket Security Pull Request Report

Dependency issues detected: If you merge this pull request, you will not be alerted to the instances of these issues again.

⚠️ Unmaintained

Package has not been updated in more than a year and may be unmaintained. Problems with the package may go unaddressed.

Package should publish periodic maintenance releases if they are maintained, or deprecate if they have no intention in further maintenance.

Package Last Publish Date Source
jsesc@0.5.0 (added) 10/28/2020, 1:49:10 PM package.json via eslint-plugin-unicorn@46.0.0
jsesc@3.0.2 (added) 10/28/2020, 1:49:10 PM package.json via eslint-plugin-unicorn@46.0.0
Pull request report summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script confusion ✅ 0 issues
Bin script shell injection ✅ 0 issues
Shell access ✅ 0 issues
Missing dependency ✅ 0 issues
Uncaught optional dependency ✅ 0 issues
Unresolved require ✅ 0 issues
Extraneous dependency ✅ 0 issues
Minified code ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
GitHub dependency ✅ 0 issues
File dependency ✅ 0 issues
No contributors or author data ✅ 0 issues
No README ✅ 0 issues
Deprecated ✅ 0 issues
Unmaintained ⚠️ 2 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues
Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore jsesc@0.5.0
  • @SocketSecurity ignore jsesc@3.0.2

Powered by socket.dev

@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 8dd91ae to 9c7343a Compare March 20, 2023 23:52
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 815759d to 075b3a9 Compare April 10, 2023 23:00
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from dbbd0db to e19b164 Compare April 18, 2023 07:22
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 39f5182 to b11a9c2 Compare April 25, 2023 09:43
@renovate renovate bot force-pushed the renovate/major-linting branch from b11a9c2 to c5c4497 Compare May 9, 2023 01:59
@renovate renovate bot changed the title Update linting dependencies (major) Update linting dependencies (major) - autoclosed May 10, 2023
@renovate renovate bot closed this May 10, 2023
@renovate renovate bot deleted the renovate/major-linting branch May 10, 2023 05:21
@renovate renovate bot changed the title Update linting dependencies (major) - autoclosed Update linting dependencies (major) May 16, 2023
@renovate renovate bot reopened this May 16, 2023
@renovate renovate bot restored the renovate/major-linting branch May 16, 2023 04:03
@renovate renovate bot changed the title Update linting dependencies (major) Update dependency eslint-plugin-n to v16 May 16, 2023
@renovate renovate bot force-pushed the renovate/major-linting branch from c5c4497 to d48aafe Compare May 16, 2023 04:03
@renovate renovate bot force-pushed the renovate/major-linting branch from d48aafe to 6dea849 Compare May 25, 2023 23:55
@renovate renovate bot changed the title Update dependency eslint-plugin-n to v16 Update linting dependencies (major) May 25, 2023
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 8acfe20 to cf7f5f4 Compare June 5, 2023 22:23
@renovate renovate bot force-pushed the renovate/major-linting branch from cf7f5f4 to a186233 Compare June 8, 2023 23:16
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 538d1d2 to f4932e7 Compare June 29, 2023 23:04
@renovate renovate bot force-pushed the renovate/major-linting branch from f4932e7 to cdaaf26 Compare July 4, 2023 01:48
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 54f21de to 8be071f Compare August 8, 2023 00:01
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 245d08a to b801729 Compare August 22, 2023 03:57
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 3cffb83 to 07edd7f Compare September 11, 2023 22:53
@renovate renovate bot changed the title Update linting dependencies (major) Update linting dependencies (major) - autoclosed Oct 5, 2023
@renovate renovate bot closed this Oct 5, 2023
@renovate renovate bot deleted the renovate/major-linting branch October 5, 2023 21:33
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