Skip to content

chore(deps): update linting dependencies #108

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
eslint-plugin-es-x ^7.6.0 -> ^7.8.0 age adoption passing confidence
eslint-plugin-import ^2.29.1 -> ^2.31.0 age adoption passing confidence
eslint-plugin-mocha ^10.4.3 -> ^10.5.0 age adoption passing confidence
eslint-plugin-promise ^6.1.1 -> ^6.6.0 age adoption passing confidence
knip (source) ^5.13.0 -> ^5.59.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores
eslint-community/eslint-plugin-es-x (eslint-plugin-es-x)

v7.8.0

Compare Source

New Rules

Full Changelog: eslint-community/eslint-plugin-es-x@v7.7.0...v7.8.0

v7.7.0

Compare Source

New Rules

Full Changelog: eslint-community/eslint-plugin-es-x@v7.6.0...v7.7.0

import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])
lo1tuma/eslint-plugin-mocha (eslint-plugin-mocha)

v10.5.0

Compare Source

Enhancements
  • Add name to flat configs (#​356)
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.6.0

Compare Source

Bug Fixes
  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#​493) (f368c5a)
Features
  • add strict option to disallow then or catch following await or yield (#​494) (fa482cc)

v6.5.1

Compare Source

Bug Fixes

v6.5.0

Compare Source

Features
  • add name property to configs (for use with tooling) (#​486) (ca9e9b4)

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.0

Compare Source

Bug Fixes
  • no-callback-in-promise: false positives when the exception is an argument (#​446) (5e4546d)
Features
  • Resolve getAncestors and getScope calls in eslint v9 (#​466) (c0c716b)
webpro-nl/knip (knip)

v5.59.0

Compare Source

v5.58.1

Compare Source

v5.58.0

Compare Source

v5.57.2

Compare Source

v5.57.1

Compare Source

  • Add example known issue when loading config files (cc36b08)
  • Remove empty import (689993b)
  • Add x to --trace legend (dd91f3a)
  • Improve sponsors script and add venz url (ecefd9e)
  • resolve issue with plugin overlap on config files (#​1096) (c54603e) - thanks @​apeloquin-agilysys!
  • Add fixture to cover prevention of circular dependencies in config files (0b63a01)
  • Update docs dependencies (54f96af)
  • A bit of tests/fixtures housekeeping (866793c)

v5.57.0

Compare Source

v5.56.0

Compare Source

v5.55.1

Compare Source

  • Update Node.js versions in CI (09a158b)
  • Update plugin authoring guide (b9bf354)
  • Update sponsors info (2014ac0)
  • Leverage isProduction better in webpack config (779948d)
  • Add smoke test command to dev guide (59b23cf)
  • Consistent messages in streamer.cast (1b2866b)
  • Add exports to ignored binaries list (7073b68)
  • Edit docs (ffc3cac)
  • Remove obsolete installed-check flag (61b65eb)
  • Use minimum supported node version in CI (almost!) (7787123)

v5.55.0

Compare Source

v5.54.1

Compare Source

v5.54.0

Compare Source

v5.53.0

Compare Source

  • Remove unused script (d6484de)
  • Add --force and --graceful options to create-plugin script (063db24)
  • Add SVGO plugin (#​1065) (5d68767) - thanks @​azat-io!
  • Replace pretty-ms with prettyMilliseconds fn (d383899)
  • Add mem flags, observer & table to Performance (dabb874)
  • Fix --isolate-workspaces flag to gc principals (b75c872)
  • Fix and optimize git-ignore cache (c1c8e8c)

v5.52.0

Compare Source

  • Use default entries w/o config file (fixes #​1063) (01a8e65)
  • Fix negated glob pattern for ignored workspacea (28d9b4c)
  • Don't bail out early for --filter if also -r in pnpm resolver (48e49a7)
  • Replace easy-table with new Table (cd70e95)

v5.51.1

Compare Source

v5.51.0

Compare Source

v5.50.5

Compare Source

  • Add jiti to "positionals" (resolves #​1033) (08a4688)
  • Group some scripts tests (edf56e0)
  • Fix starlight social config (cc51eaa)
  • Support ignoreUnresolved from top-level and root ws config (resolves #​1032) (852298b)
  • Update docs re. production mode (3b142b1)

v5.50.4

Compare Source

  • Don't exclude (dist) files with js ext from being source mapped (b39ac44)
  • Mark simple-git-hooks as used dependency when config exists (#​1027) (78f8cf4) - thanks @​azat-io!
  • Update docs dependencies (a8b44f6)

v5.50.3

Compare Source

  • Include empty named import declaration (d958e90)
  • Use pnpm workspaces over package.json workspaces (330e918)
  • Update comment (e8fcd87)
  • Revert and improve fix for #​1024 (3db59f7)

v5.50.2

Compare Source

v5.50.1

Compare Source

  • Revert "Remove unused TS config options"

This reverts commit d1686e2. (731fe7e)

v5.50.0

Compare Source

v5.49.0

Compare Source

v5.48.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 05:59 AM, every 14 days ( * 5 */14 * * ) 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/linting branch from 1c23c73 to 6be3427 Compare March 15, 2025 04:43
@renovate renovate bot force-pushed the renovate/linting branch from 6be3427 to 14465b2 Compare March 29, 2025 04:26
@renovate renovate bot force-pushed the renovate/linting branch from 14465b2 to 235bfa2 Compare May 29, 2025 03:37
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.

0 participants