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

chore(deps): update all non-major dependencies #377

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@4c/jest-preset (source) ^1.7.0 -> ^1.8.1 age adoption passing confidence
eslint-config-4catalyzer (source) ^1.4.1 -> ^1.5.0 age adoption passing confidence
eslint-config-prettier ^8.5.0 -> ^8.10.0 age adoption passing confidence
eslint-plugin-import ^2.26.0 -> ^2.31.0 age adoption passing confidence
eslint-plugin-prettier ^4.0.0 -> ^4.2.1 age adoption passing confidence
lint-staged ^12.3.7 -> ^12.5.0 age adoption passing confidence
tmp ^0.2.1 -> ^0.2.3 age adoption passing 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.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.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 ([#​1820], 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.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)
raszi/node-tmp (tmp)

v0.2.3

Compare Source

v0.2.2

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 5

Configuration

📅 Schedule: Branch creation - "* 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.

Sorry, something went wrong.

@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 b0bee6b to 29c7bb9 Compare October 6, 2022 02:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29c7bb9 to 1430f9b Compare November 20, 2022 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1430f9b to c0b0020 Compare March 16, 2023 10:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c0b0020 to 399fc9c Compare March 24, 2023 19:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3fc1b1d to 015c4a2 Compare August 3, 2023 07:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 015c4a2 to 09e32c7 Compare August 18, 2023 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09e32c7 to 05d4687 Compare October 23, 2023 07:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 92e7aa5 to 41bd424 Compare November 17, 2023 20:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41bd424 to a384505 Compare December 14, 2023 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a384505 to 3e8c3d1 Compare January 24, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e8c3d1 to 6c48082 Compare February 1, 2024 20:31
@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
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.

None yet

0 participants