Closed renovate[bot] closed 5 months ago
This PR contains the following updates:
^15.2.2
^15.2.5
^4.17.2
^4.18.0
^1.2.3
^1.3.0
^29.1.2
^29.1.4
📅 Schedule: Branch creation - "on the 1st day of the month" in timezone Asia/Shanghai, 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.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^15.2.2
->^15.2.5
^4.17.2
->^4.18.0
^1.2.3
->^1.3.0
^29.1.2
->^29.1.4
Release Notes
okonet/lint-staged (lint-staged)
### [`v15.2.5`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1525) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.4...v15.2.5) ##### Patch Changes - [#1424](https://togithub.com/lint-staged/lint-staged/pull/1424) [`31a1f95`](https://togithub.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca) Thanks [@iiroj](https://togithub.com/iiroj)! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available. - [#1423](https://togithub.com/lint-staged/lint-staged/pull/1423) [`91abea0`](https://togithub.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918) Thanks [@iiroj](https://togithub.com/iiroj)! - Improve error logging when failing to read or parse a configuration file - [#1424](https://togithub.com/lint-staged/lint-staged/pull/1424) [`ee43f15`](https://togithub.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453) Thanks [@iiroj](https://togithub.com/iiroj)! - Upgrade micromatch@4.0.7 ### [`v15.2.4`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1524) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.2...v15.2.4) ##### Patch Changes - [`4f4537a`](https://togithub.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a) Thanks [@iiroj](https://togithub.com/iiroj)! - Fix release issue with previous version; update dependenciesrollup/rollup (rollup)
### [`v4.18.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4180) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.17.2...v4.18.0) *2024-05-22* ##### Features - Resolve import.meta.filename and .dirname in transpiled plugins ([#5520](https://togithub.com/rollup/rollup/issues/5520)) ##### Pull Requests - [#5504](https://togithub.com/rollup/rollup/pull/5504): Auto generate node index ([@lukastaegert](https://togithub.com/lukastaegert)) - [#5507](https://togithub.com/rollup/rollup/pull/5507): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot]) - [#5508](https://togithub.com/rollup/rollup/pull/5508): chore(deps): lock file maintenance ([@renovate](https://togithub.com/renovate)\[bot]) - [#5510](https://togithub.com/rollup/rollup/pull/5510): Split up converter.rs into AST nodes ([@lukastaegert](https://togithub.com/lukastaegert)) - [#5512](https://togithub.com/rollup/rollup/pull/5512): chore(deps): update dependency builtin-modules to v4 ([@renovate](https://togithub.com/renovate)\[bot], [@lukastaegert](https://togithub.com/lukastaegert)) - [#5514](https://togithub.com/rollup/rollup/pull/5514): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot]) - [#5518](https://togithub.com/rollup/rollup/pull/5518): chore(deps): update dependency eslint-plugin-unicorn to v53 ([@renovate](https://togithub.com/renovate)\[bot], [@lukastaegert](https://togithub.com/lukastaegert)) - [#5519](https://togithub.com/rollup/rollup/pull/5519): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot], [@lukastaegert](https://togithub.com/lukastaegert)) - [#5520](https://togithub.com/rollup/rollup/pull/5520): Resolve import.meta.{filename,dirname} in files imported from config ([@BPScott](https://togithub.com/BPScott)) - [#5521](https://togithub.com/rollup/rollup/pull/5521): docs: correct base32 to base36 in documentation ([@highcastlee](https://togithub.com/highcastlee))stropho/rollup-plugin-banner2 (rollup-plugin-banner2)
### [`v1.3.0`](https://togithub.com/stropho/rollup-plugin-banner2/blob/HEAD/CHANGELOG.md#130---2024-05-11) [Compare Source](https://togithub.com/stropho/rollup-plugin-banner2/compare/v1.2.3...v1.3.0) ##### Added - `formatter` option with value `docBlock` and `docBlockAndGap` to automatically wrap banner string in `/** */` along with prepending every line with `*`kulshekhar/ts-jest (ts-jest)
### [`v29.1.4`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2914-2024-05-28) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.3...v29.1.4) ##### Bug Fixes - fix(transformer): allow transforming of .cts/.mts extensions. ([#3996](https://togithub.com/kulshekhar/ts-jest/issues/3996)) ([b8f6eaa](https://togithub.com/kulshekhar/ts-jest/commit/b8f6eaa)), closes [#3996](https://togithub.com/kulshekhar/ts-jest/issues/3996) ##### Features - feat: make cli generate esm config based on `type: "module"` ([#4210](https://togithub.com/kulshekhar/ts-jest/issues/4210)) ([81a5f64](https://togithub.com/kulshekhar/ts-jest/commit/81a5f64)), closes [#4210](https://togithub.com/kulshekhar/ts-jest/issues/4210) [#4012](https://togithub.com/kulshekhar/ts-jest/issues/4012) ### [`v29.1.3`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2913-2024-05-21) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.3) ##### Bug Fixes - add `@jest/transform` as an optional peer dependency ([0ba7f86](https://togithub.com/kulshekhar/ts-jest/commit/0ba7f861c3e1905de5627b4e5d2a2cadad011b67)) - bring back Node 14 support ([eda56a7](https://togithub.com/kulshekhar/ts-jest/commit/eda56a779789d70963b7572e2914b2a3a25ac43a)) ##### Performance Improvements - remove ts resolved module cache file ([4c88da5](https://togithub.com/kulshekhar/ts-jest/commit/4c88da58991b000aa90ea489acfa6aed39b36120))Configuration
📅 Schedule: Branch creation - "on the 1st day of the month" in timezone Asia/Shanghai, 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.
This PR has been generated by Mend Renovate. View repository job log here.