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 all non-major dependencies #1958

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence
eslint-plugin-matrix-org 2.0.1 -> 2.0.2 age adoption passing confidence
knip (source) 5.29.2 -> 5.34.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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])
matrix-org/eslint-config-matrix-org (eslint-plugin-matrix-org)

v2.0.2: Release 2.0.2

Compare Source

2.0.2 Release

webpro-nl/knip (knip)

v5.34.0

Compare Source

  • Don't use path if step also has repository in github-action plugin (c6e4d31)
  • Give plugins a chance to prep config args (a2217a2)
  • Let's start out conservatively (a2e83f8)
  • More consistent naming (bae87d9)
  • Optimize a bit after the dust has settled (31f1e7e)
  • Cherry on the pie (617e067)
  • Handle config files only once across workspaces (939f511)
  • Improve naming and simplify a few things (f4db204)
  • Add coverage for unused files with compiler extension (c2e2712)
  • Ignore virtual: imports, don't report as unlisted dependencies (2ef75cc)
  • Remove module resolving from plugins (53839e0)
  • Temp use Bun for in this integration test for green lights (98c1ff7)
  • Add ability to add unresolved imports to ignoreDependencies (b8875be)
  • Let's start out a tad more conservative (58ba79f)
  • Update dependencies (f4dc1e1)
  • Optimize referenced dependency handling (a413ad8)
  • Resolve config file paths and parse recursively (c03f963)
  • Exclude empty config file path arrays from debug output (d288779)
  • Extend typedoc plugin (f2732fa)
  • Presets are extended by local config in jest plugin (4973a9d)
  • Add test case to get refs from scripts (6115107)
  • Refactor binary resolver & referenced dependency handling (f1349c2)

v5.33.3

Compare Source

v5.33.2

Compare Source

  • Revert "Add/fix getPluginEntryFilePatterns helper" (resolves #​804) (3ee0476)
  • Add French article + order by date (recent first) (617a06a)
  • Skip windows-latest (error: "The syntax of the command is incorrect") (aebbfb6)

v5.33.1

Compare Source

v5.33.0

Compare Source

  • Remove more whitespace including newlines with enum members (29b35ea)
  • Upgrade jiti to v2.3.2 (c5b94c9)
  • Add module and browser fields to getEntryPathsFromManifest (e63ebec)

v5.32.0

Compare Source

  • Add pos to reference pragma import node (f704a2b)
  • Rename propertyAccessCall → resolveCall (72b4827)
  • Update dev doc (36b85ba)
  • Minor refactor, add comments to get-imports-and-exports (e9416ec)
  • Add ts.isPropertyAssignment to isConsiderReferencedNS (e4bada4)
  • Use {default: true} in jiti.import call (700a091)
  • Update a few dependencies (d2a7b59)
  • Consider enum members used if used in object enumeration method (resolves #​699) (feab792)
  • Refactor behavior with/out ignoreExportsUsedInFile (14d2cfc)
  • Always check types/classes for referenced in exported type (50bc125)
  • Don't try to find refs to empty string in findInternalReferences (42d626f)
  • Don't ignore (global) dependency if relative path (86ec088)
  • Move hard-coded deno out of bash parser (fb0da5b)
  • Add travis CI plugin (4821b52)
  • Improve nyc plugin (e6fa86a)
  • Stylelint plugin - fix issue where "customSyntax" property is not recognised as a resolved dependency (#​802) (fdb0246)
  • Don't try to find refs to empty string in findInternalReferences (fixes #​800) (d9ae5dc)
  • Update docs (0749921)
  • Post "two years" (69c021b)

v5.31.0

Compare Source

  • Do not treat trailing # in gitignore as comment (#​797) (7fc6355)
  • Fix extension for file fixture containing TS (847649d)
  • Update some devDependencies (d304d8d)
  • Update docs for auto-fix (close #​788) (48fbddf)
  • Consistent reporter output (94da7f7)
  • Add support for enum and class members (1109cbf)
  • Refactor for reuse/readabilty, more tests (20c2390)
  • Fix issue type in export declarations (0f786f4)
  • Support exported types (2a251fa)
  • Improve unused export fixer, add tests (b0bb643)
  • Update docs (b384403)
  • Improve var naming in tests (2ed9e51)
  • Upgrade to jiti v2.1.0 (dea12f8)
  • Update docs re. known issues w/ jiti (6819eb9)
  • Remove obsolete jiti options (6d47630)
  • Use jiti.import + add tests (resolves #​565) (3dd8ea6)
  • Migrate to jiti v2 (de7fa2d)

v5.30.6

Compare Source

  • Ignore TS issue with Bun for now (2a36139)
  • Add --trace arguments to help text (4b314e2)
  • accept _ and . in package names (#​790) (84db245)
  • Remove duplicate job (it's in integration.yml as well) (2b550b0)
  • continue-on-error: true → fail-fast: false (8ed9314)
  • Update argos ci commands (ed4bad2)
  • Add freeCodeCamp to integration suite (0784ca5)
  • Update FUNDING.yml (cf6c5fe)

v5.30.5

Compare Source

  • Use root testDir fallback in projects in playwright plugin (d4c5af9)
  • Try harder to resolve package name (1e64b6c)
  • Consider module.exports = require() to be re-exports (e2bdb95)
  • Auto-format docs (e40f618)

v5.30.4

Compare Source

  • Bun is catching up (1002b67)
  • Deal with packages that confusingly include package.json#types but also recommend to install DT pkg (dd10163)

v5.30.3

Compare Source

v5.30.2

Compare Source

v5.30.1

Compare Source

  • Support snapshotSerializers in jest config resolver (b69c6a3)
  • Treat --package arg the same as positional arg in npx resolver w/ --yes arg (b41594d)
  • Update configuration.md (#​774) (39d473a)

v5.30.0

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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 added Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning labels Oct 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4d7f7f3 to 23bfe92 Compare October 29, 2024 15:16
@t3chguy t3chguy marked this pull request as ready for review October 29, 2024 16:22
@t3chguy t3chguy requested a review from a team as a code owner October 29, 2024 16:22
@t3chguy t3chguy requested a review from dbkr October 29, 2024 16:22
@t3chguy t3chguy merged commit e2949d0 into develop Oct 29, 2024
37 checks passed
@t3chguy t3chguy deleted the renovate/all-minor-patch branch October 29, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant