Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 2, 2022

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@4c/jest-preset (source) ^1.7.0^1.8.1 age confidence
eslint-config-4catalyzer (source) ^1.4.1^1.5.0 age confidence
eslint-config-prettier ^8.5.0^8.10.2 age confidence
eslint-plugin-import ^2.26.0^2.32.0 age confidence
eslint-plugin-prettier ^4.0.0^4.2.5 age confidence
lint-staged ^12.3.7^12.5.0 age confidence
shelljs ^0.8.5^0.10.0 age confidence

Release Notes

4Catalyzer/javascript (@​4c/jest-preset)

v1.8.1

Compare Source

v1.8.0

Compare Source

Features

v1.7.1

Compare Source

Bug Fixes
4Catalyzer/javascript (eslint-config-4catalyzer)

v1.5.0

Compare Source

Features

1.4.1 (2021-12-12)

Bug Fixes
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.2

Compare Source

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!
import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

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])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​2735], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v4.2.5

Compare Source

republish the v4 version

Full Changelog: prettier/eslint-plugin-prettier@v4.2.4...v4.2.5

v4.2.4

Compare Source

republish the v4 version

Full Changelog: prettier/eslint-plugin-prettier@v4.2.1...v4.2.4

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes

v4.1.0

Compare Source

lint-staged/lint-staged (lint-staged)

v12.5.0

Compare Source

Bug Fixes
  • include all files when using --config <path> (641d1c2)
  • skip backup stash when using the --diff option (d4da24d)
Features
  • add --diff-filter option for overriding list of (staged) files (753ef72)
  • add --diff option for overriding list of (staged) files (35fcce9)

v12.4.3

Compare Source

Bug Fixes
  • deps: downgrade yaml@​1.10.2 to support Node.js 12 (383a96e)
  • deps: update commander@^9.2.0 (22ebf52)
  • deps: update yaml@^2.0.1 (ec73af0)

v12.4.2

Compare Source

Bug Fixes
  • correctly handle --max-arg-length cli option (1db5f26)

v12.4.1

Compare Source

Bug Fixes
  • correctly handle symlinked config files (b3f63ec)

v12.4.0

Compare Source

Bug Fixes
  • handle empty input by returning empty array from parseGitZOutput (a118817)
  • limit configuration discovery to cwd (d8fdf1d)
  • restore functionality of parent globs for a single configuration file (877ab4c)
Features
  • expose --max-arg-length cli option (e8291b0)

v12.3.8

Compare Source

Bug Fixes
  • avoid passing unexpected arguments from forEach to process.kill() (1b1f0e4)
  • clear execution interruption interval on first catch (46952cb)
shelljs/shelljs (shelljs)

v0.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: shelljs/shelljs@v0.9.2...v0.10.0

v0.9.2

Compare Source

What's Changed

Full Changelog: shelljs/shelljs@v0.9.1...v0.9.2

v0.9.1

Compare Source

What's Changed

Full Changelog: shelljs/shelljs@v0.9.0...v0.9.1

v0.9.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 the renovatebot label May 2, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f46fce to fd3c373 Compare May 2, 2022 14:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd3c373 to 091c438 Compare May 10, 2022 11:44
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to ^12.4.1 chore(deps): update all non-major dependencies May 10, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9489eec to 53bb557 Compare May 30, 2022 09:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c141d35 to c3bda0b Compare June 2, 2022 14:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d45f5f7 to e4fc8fb Compare June 30, 2022 05:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from b9e87c3 to 19e7e9d Compare August 26, 2022 14:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from db9dc4b to f6e03ad Compare August 30, 2022 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8d45ca6 to c015e00 Compare February 19, 2024 16:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c037cba to e265327 Compare February 29, 2024 04:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e265327 to 1bc3e72 Compare March 20, 2024 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1bc3e72 to 213086f Compare June 11, 2024 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 213086f to d322d7b Compare June 19, 2024 20:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d322d7b to ce0d6f4 Compare July 11, 2024 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce0d6f4 to 2598d82 Compare August 22, 2024 14:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 67bdfe5 to 3d20849 Compare September 3, 2024 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d20849 to 6b9978e Compare October 3, 2024 12:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b9978e to 11e1e20 Compare March 9, 2025 01:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 11e1e20 to d6be793 Compare March 17, 2025 03:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6be793 to 0e6d115 Compare May 9, 2025 23:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e6d115 to bd78de3 Compare June 20, 2025 23:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd78de3 to df75e54 Compare July 18, 2025 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b0e8faf to 4924d5d Compare August 10, 2025 13:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f092db0 to 61bc123 Compare August 19, 2025 16:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 61bc123 to c7a43a4 Compare August 31, 2025 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c7a43a4 to 7efd844 Compare September 25, 2025 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7efd844 to 7262d31 Compare October 21, 2025 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7262d31 to 0d587fe Compare November 10, 2025 13:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d587fe to 1376c73 Compare November 18, 2025 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1376c73 to 708239d Compare December 3, 2025 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 708239d to 85ed824 Compare December 31, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant