chore(deps): update minor and patch version dependencies (master) #25

Open
renovate wants to merge 1 commits from renovate/master-minor-and-patch-version-dependencies into master
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint (source) dependencies patch ^8.57.0 -> ^8.57.1
eslint-plugin-import dependencies minor ^2.29.1 -> ^2.31.0
eslint-plugin-prettier dependencies minor ^5.1.3 -> ^5.2.1
eslint-plugin-vue (source) dependencies minor ^9.26.0 -> ^9.31.0
prettier (source) dependencies patch ^3.3.1 -> ^3.3.3

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

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

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

v2.31.0

Compare Source

Added
  • support eslint v9 ([#​2996], thanks [@​G-Rath] [@​michaelfaith])
  • `order`]: allow validating named imports (\[[#​3043](https://github.com/import-js/eslint-plugin-import/issues/3043)], thanks \[[@​manuth](https://github.com/manuth)])
    
  • `extensions`]: add the `checkTypeImports` option (\[[#​2817](https://github.com/import-js/eslint-plugin-import/issues/2817)], thanks \[[@​phryneas](https://github.com/phryneas)])
    
    
Fixed
  • ExportMap / flat config: include languageOptions in context ([#​3052], thanks [@​michaelfaith])
  • `no-named-as-default`]: Allow using an identifier if the export is both a named and a default export (\[[#​3032](https://github.com/import-js/eslint-plugin-import/issues/3032)], thanks \[[@​akwodkiewicz](https://github.com/akwodkiewicz)])
    
  • `export`]: False positive for exported overloaded functions in TS (\[[#​3065](https://github.com/import-js/eslint-plugin-import/issues/3065)], thanks \[[@​liuxingbaoyu](https://github.com/liuxingbaoyu)])
    
  • exportMap: export map cache is tainted by unreliable parse results ([#​3062], thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config ([#​3072], thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config ([#​2996], thanks [@​G-Rath])
Changed
  • Docs] \[`no-relative-packages`]: fix typo (\[[#​3066](https://github.com/import-js/eslint-plugin-import/issues/3066)], thanks \[[@​joshuaobrien](https://github.com/joshuaobrien)])
    
  • Performance] \[`no-cycle`]: dont scc for each linted file (\[[#​3068](https://github.com/import-js/eslint-plugin-import/issues/3068)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • Docs] \[`no-cycle`]: add `disableScc` to docs (\[[#​3070](https://github.com/import-js/eslint-plugin-import/issues/3070)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • Tests] use re-exported `RuleTester` (\[[#​3071](https://github.com/import-js/eslint-plugin-import/issues/3071)], thanks \[[@​G-Rath](https://github.com/G-Rath)])
    
  • Docs] \[`no-restricted-paths`]: fix grammar (\[[#​3073](https://github.com/import-js/eslint-plugin-import/issues/3073)], thanks \[[@​unbeauvoyage](https://github.com/unbeauvoyage)])
    
  • Tests] \[`no-default-export`], \[`no-named-export`]:  add test case (thanks \[[@​G-Rath](https://github.com/G-Rath)])
    
    

v2.30.0

Compare Source

Added
  • `dynamic-import-chunkname`]: add `allowEmpty` option to allow empty leading comments (\[[#​2942](https://github.com/import-js/eslint-plugin-import/issues/2942)], thanks \[[@​JiangWeixian](https://github.com/JiangWeixian)])
    
  • `dynamic-import-chunkname`]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (\[[#​3004](https://github.com/import-js/eslint-plugin-import/issues/3004)], thanks \[[@​amsardesai](https://github.com/amsardesai)])
    
  • `no-unused-modules`]: Add `ignoreUnusedTypeExports` option (\[[#​3011](https://github.com/import-js/eslint-plugin-import/issues/3011)], thanks \[[@​silverwind](https://github.com/silverwind)])
    
  • add support for Flat Config ([#​3018], thanks [@​michaelfaith])
Fixed
  • `no-extraneous-dependencies`]: allow wrong path (\[[#​3012](https://github.com/import-js/eslint-plugin-import/issues/3012)], thanks \[[@​chabb](https://github.com/chabb)])
    
  • `no-cycle`]: use scc algorithm to optimize (\[[#​2998](https://github.com/import-js/eslint-plugin-import/issues/2998)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • `no-duplicates`]: Removing duplicates breaks in TypeScript (\[[#​3033](https://github.com/import-js/eslint-plugin-import/issues/3033)], thanks \[[@​yesl-kim](https://github.com/yesl-kim)])
    
  • `newline-after-import`]: fix considerComments option when require (\[[#​2952](https://github.com/import-js/eslint-plugin-import/issues/2952)], thanks \[[@​developer-bandi](https://github.com/developer-bandi)])
    
  • `order`]: do not compare first path segment for relative paths (\[[#​2682](https://github.com/import-js/eslint-plugin-import/issues/2682)]) (\[[#​2885](https://github.com/import-js/eslint-plugin-import/issues/2885)], thanks \[[@​mihkeleidast](https://github.com/mihkeleidast)])
    
    
Changed
  • Docs] \[`no-extraneous-dependencies`]: Make glob pattern description more explicit (\[[#​2944](https://github.com/import-js/eslint-plugin-import/issues/2944)], thanks \[[@​mulztob](https://github.com/mulztob)])
    
  • `no-unused-modules`]: add console message to help debug \[[#​2866](https://github.com/import-js/eslint-plugin-import/issues/2866)]
    
  • Refactor] `ExportMap`: make procedures static instead of monkeypatching exportmap (\[[#​2982](https://github.com/import-js/eslint-plugin-import/issues/2982)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • Refactor] `ExportMap`: separate ExportMap instance from its builder logic (\[[#​2985](https://github.com/import-js/eslint-plugin-import/issues/2985)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • Docs] \[`order`]: Add a quick note on how unbound imports and --fix (\[[#​2640](https://github.com/import-js/eslint-plugin-import/issues/2640)], thanks \[[@​minervabot](https://github.com/minervabot)])
    
  • Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (\[[#​2987](https://github.com/import-js/eslint-plugin-import/issues/2987)], thanks \[[@​joeyguerra](https://github.com/joeyguerra)])
    
  • actions] migrate OSX tests to GHA (\[[ljharb#37](https://github.com/ljharb/eslint-plugin-import/issues/37)], thanks \[[@​aks-](https://github.com/aks-)])
    
  • Refactor] `exportMapBuilder`: avoid hoisting (\[[#​2989](https://github.com/import-js/eslint-plugin-import/issues/2989)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • Refactor] `ExportMap`: extract "builder" logic to separate files (\[[#​2991](https://github.com/import-js/eslint-plugin-import/issues/2991)], thanks \[[@​soryy708](https://github.com/soryy708)])
    
  • Docs] \[`order`]: update the description of the `pathGroupsExcludedImportTypes` option (\[[#​3036](https://github.com/import-js/eslint-plugin-import/issues/3036)], thanks \[[@​liby](https://github.com/liby)])
    
  • readme] Clarify how to install the plugin (\[[#​2993](https://github.com/import-js/eslint-plugin-import/issues/2993)], thanks \[[@​jwbth](https://github.com/jwbth)])
    
    
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.1

Compare Source

Patch Changes
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.31.0

Compare Source

Enhancements

? Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0

v9.30.0

Compare Source

? Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0

v9.29.1

Compare Source

? Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1

v9.29.0

Compare Source

Enhancements

New Rules
Others

⚙️ Updates

  • #​2528, #​2566 Added TypeScript declarations for configs.
  • #​2565 Added support for recognizing Vue components in .tsx files.

v9.28.0

Compare Source

Enhancements

New Rules
New Features

? Bug Fixes

⚙️ Updates

  • #​2498 Renamed flat config names for inspector.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0

v9.27.0

Compare Source

Enhancements

? Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

Configuration

? Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | dependencies | patch | [`^8.57.0` -> `^8.57.1`](https://renovatebot.com/diffs/npm/eslint/8.57.0/8.57.1) | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | dependencies | minor | [`^2.29.1` -> `^2.31.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.29.1/2.31.0) | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | dependencies | minor | [`^5.1.3` -> `^5.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.1.3/5.2.1) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | dependencies | minor | [`^9.26.0` -> `^9.31.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.26.0/9.31.0) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | dependencies | patch | [`^3.3.1` -> `^3.3.3`](https://renovatebot.com/diffs/npm/prettier/3.3.1/3.3.3) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v8.57.1`](https://github.com/eslint/eslint/releases/tag/v8.57.1) [Compare Source](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1) #### Bug Fixes - [`a19072f`](https://github.com/eslint/eslint/commit/a19072f9f17ea8266bc66193e5f8a4bf1368835d) fix: add logic to handle fixTypes in the lintText() method ([#&#8203;18900](https://github.com/eslint/eslint/issues/18900)) (Francesco Trotta) - [`04c7188`](https://github.com/eslint/eslint/commit/04c718865b75a95ebfc4d429b8c9fad773228624) fix: Don't lint same file multiple times ([#&#8203;18899](https://github.com/eslint/eslint/issues/18899)) (Francesco Trotta) - [`87ec3c4`](https://github.com/eslint/eslint/commit/87ec3c49dd23ab8892bc19aae711292d03a73483) fix: do not throw when defining a global named `__defineSetter__` ([#&#8203;18898](https://github.com/eslint/eslint/issues/18898)) (Francesco Trotta) - [`60a1267`](https://github.com/eslint/eslint/commit/60a12676878c3fe0623c3b93e7565f003daac5f0) fix: Provide helpful error message for nullish configs ([#&#8203;18889](https://github.com/eslint/eslint/issues/18889)) (Milos Djermanovic) - [`a0dea8e`](https://github.com/eslint/eslint/commit/a0dea8ee01cc4c1b65927562afd3a46418573a02) fix: allow `name` in global ignores, fix `--no-ignore` for non-global ([#&#8203;18875](https://github.com/eslint/eslint/issues/18875)) (Milos Djermanovic) - [`3836bb4`](https://github.com/eslint/eslint/commit/3836bb48d3f12058ec36c2edf2ca1b50eb1c923b) fix: do not crash on error in `fs.walk` filter ([#&#8203;18886](https://github.com/eslint/eslint/issues/18886)) (Milos Djermanovic) - [`2dec349`](https://github.com/eslint/eslint/commit/2dec349199df4cba1554172ad38163cc09ad0a52) fix: skip processor code blocks that match only universal patterns ([#&#8203;18880](https://github.com/eslint/eslint/issues/18880)) (Milos Djermanovic) #### Documentation - [`6a5add4`](https://github.com/eslint/eslint/commit/6a5add41e80941c7253b56b02815ac316e583006) docs: v8.x Add EOL banner ([#&#8203;18744](https://github.com/eslint/eslint/issues/18744)) (Amaresh S M) - [`b034575`](https://github.com/eslint/eslint/commit/b034575978e3bb57e2edca0d2dc547c7a3abc928) docs: v8.x add version support page to the dropdown ([#&#8203;18731](https://github.com/eslint/eslint/issues/18731)) (Amaresh S M) - [`760ef7d`](https://github.com/eslint/eslint/commit/760ef7d9dbd7b615ccbdc20f02cbc05dbabbada8) docs: v8.x add version support page in the side navbar ([#&#8203;18740](https://github.com/eslint/eslint/issues/18740)) (Amaresh S M) - [`428b7ea`](https://github.com/eslint/eslint/commit/428b7ea0a9c086b7d8afa0adb629b09d7347d41d) docs: Add Powered by Algolia label to the search ([#&#8203;18658](https://github.com/eslint/eslint/issues/18658)) (Amaresh S M) - [`c68c07f`](https://github.com/eslint/eslint/commit/c68c07ff44c180952e93c6f2c860079db6291b29) docs: version selectors synchronization ([#&#8203;18265](https://github.com/eslint/eslint/issues/18265)) (Milos Djermanovic) #### Build Related - [`35d366a`](https://github.com/eslint/eslint/commit/35d366aed6e8ab0cfa8f9c9bac4656e3784c11f6) build: Support updates to previous major versions ([#&#8203;18870](https://github.com/eslint/eslint/issues/18870)) (Milos Djermanovic) #### Chores - [`140ec45`](https://github.com/eslint/eslint/commit/140ec4569fda5a974b6964242b0b2991828a5567) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).57.1 ([#&#8203;18913](https://github.com/eslint/eslint/issues/18913)) (Milos Djermanovic) - [`bcdfc04`](https://github.com/eslint/eslint/commit/bcdfc04a69c53dbf1fc3d38603fe0a796bf2274d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`3f6ce8d`](https://github.com/eslint/eslint/commit/3f6ce8d6b74aba0d645448e898f271825eeb9630) chore: pin vite-plugin-commonjs@0.10.1 ([#&#8203;18910](https://github.com/eslint/eslint/issues/18910)) (Milos Djermanovic) - [`9f07549`](https://github.com/eslint/eslint/commit/9f0754979527d05cd0abb2ea7ab1c3563fb4a361) chore: ignore `/docs/v8.x` in link checker ([#&#8203;18660](https://github.com/eslint/eslint/issues/18660)) (Milos Djermanovic) </details> <details> <summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary> ### [`v2.31.0`](https://github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2310---2024-10-03) [Compare Source](https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0) ##### Added - support eslint v9 (\[[#&#8203;2996](https://github.com/import-js/eslint-plugin-import/issues/2996)], thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)] \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - \[`order`]: allow validating named imports (\[[#&#8203;3043](https://github.com/import-js/eslint-plugin-import/issues/3043)], thanks \[[@&#8203;manuth](https://github.com/manuth)]) - \[`extensions`]: add the `checkTypeImports` option (\[[#&#8203;2817](https://github.com/import-js/eslint-plugin-import/issues/2817)], thanks \[[@&#8203;phryneas](https://github.com/phryneas)]) ##### Fixed - `ExportMap` / flat config: include `languageOptions` in context (\[[#&#8203;3052](https://github.com/import-js/eslint-plugin-import/issues/3052)], thanks \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - \[`no-named-as-default`]: Allow using an identifier if the export is both a named and a default export (\[[#&#8203;3032](https://github.com/import-js/eslint-plugin-import/issues/3032)], thanks \[[@&#8203;akwodkiewicz](https://github.com/akwodkiewicz)]) - \[`export`]: False positive for exported overloaded functions in TS (\[[#&#8203;3065](https://github.com/import-js/eslint-plugin-import/issues/3065)], thanks \[[@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)]) - `exportMap`: export map cache is tainted by unreliable parse results (\[[#&#8203;3062](https://github.com/import-js/eslint-plugin-import/issues/3062)], thanks \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - `exportMap`: improve cacheKey when using flat config (\[[#&#8203;3072](https://github.com/import-js/eslint-plugin-import/issues/3072)], thanks \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - adjust "is source type module" checks for flat config (\[[#&#8203;2996](https://github.com/import-js/eslint-plugin-import/issues/2996)], thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)]) ##### Changed - \[Docs] \[`no-relative-packages`]: fix typo (\[[#&#8203;3066](https://github.com/import-js/eslint-plugin-import/issues/3066)], thanks \[[@&#8203;joshuaobrien](https://github.com/joshuaobrien)]) - \[Performance] \[`no-cycle`]: dont scc for each linted file (\[[#&#8203;3068](https://github.com/import-js/eslint-plugin-import/issues/3068)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[Docs] \[`no-cycle`]: add `disableScc` to docs (\[[#&#8203;3070](https://github.com/import-js/eslint-plugin-import/issues/3070)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[Tests] use re-exported `RuleTester` (\[[#&#8203;3071](https://github.com/import-js/eslint-plugin-import/issues/3071)], thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)]) - \[Docs] \[`no-restricted-paths`]: fix grammar (\[[#&#8203;3073](https://github.com/import-js/eslint-plugin-import/issues/3073)], thanks \[[@&#8203;unbeauvoyage](https://github.com/unbeauvoyage)]) - \[Tests] \[`no-default-export`], \[`no-named-export`]: add test case (thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)]) ### [`v2.30.0`](https://github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2300---2024-09-02) [Compare Source](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0) ##### Added - \[`dynamic-import-chunkname`]: add `allowEmpty` option to allow empty leading comments (\[[#&#8203;2942](https://github.com/import-js/eslint-plugin-import/issues/2942)], thanks \[[@&#8203;JiangWeixian](https://github.com/JiangWeixian)]) - \[`dynamic-import-chunkname`]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (\[[#&#8203;3004](https://github.com/import-js/eslint-plugin-import/issues/3004)], thanks \[[@&#8203;amsardesai](https://github.com/amsardesai)]) - \[`no-unused-modules`]: Add `ignoreUnusedTypeExports` option (\[[#&#8203;3011](https://github.com/import-js/eslint-plugin-import/issues/3011)], thanks \[[@&#8203;silverwind](https://github.com/silverwind)]) - add support for Flat Config (\[[#&#8203;3018](https://github.com/import-js/eslint-plugin-import/issues/3018)], thanks \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) ##### Fixed - \[`no-extraneous-dependencies`]: allow wrong path (\[[#&#8203;3012](https://github.com/import-js/eslint-plugin-import/issues/3012)], thanks \[[@&#8203;chabb](https://github.com/chabb)]) - \[`no-cycle`]: use scc algorithm to optimize (\[[#&#8203;2998](https://github.com/import-js/eslint-plugin-import/issues/2998)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[`no-duplicates`]: Removing duplicates breaks in TypeScript (\[[#&#8203;3033](https://github.com/import-js/eslint-plugin-import/issues/3033)], thanks \[[@&#8203;yesl-kim](https://github.com/yesl-kim)]) - \[`newline-after-import`]: fix considerComments option when require (\[[#&#8203;2952](https://github.com/import-js/eslint-plugin-import/issues/2952)], thanks \[[@&#8203;developer-bandi](https://github.com/developer-bandi)]) - \[`order`]: do not compare first path segment for relative paths (\[[#&#8203;2682](https://github.com/import-js/eslint-plugin-import/issues/2682)]) (\[[#&#8203;2885](https://github.com/import-js/eslint-plugin-import/issues/2885)], thanks \[[@&#8203;mihkeleidast](https://github.com/mihkeleidast)]) ##### Changed - \[Docs] \[`no-extraneous-dependencies`]: Make glob pattern description more explicit (\[[#&#8203;2944](https://github.com/import-js/eslint-plugin-import/issues/2944)], thanks \[[@&#8203;mulztob](https://github.com/mulztob)]) - \[`no-unused-modules`]: add console message to help debug \[[#&#8203;2866](https://github.com/import-js/eslint-plugin-import/issues/2866)] - \[Refactor] `ExportMap`: make procedures static instead of monkeypatching exportmap (\[[#&#8203;2982](https://github.com/import-js/eslint-plugin-import/issues/2982)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[Refactor] `ExportMap`: separate ExportMap instance from its builder logic (\[[#&#8203;2985](https://github.com/import-js/eslint-plugin-import/issues/2985)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[Docs] \[`order`]: Add a quick note on how unbound imports and --fix (\[[#&#8203;2640](https://github.com/import-js/eslint-plugin-import/issues/2640)], thanks \[[@&#8203;minervabot](https://github.com/minervabot)]) - \[Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (\[[#&#8203;2987](https://github.com/import-js/eslint-plugin-import/issues/2987)], thanks \[[@&#8203;joeyguerra](https://github.com/joeyguerra)]) - \[actions] migrate OSX tests to GHA (\[[ljharb#37](https://github.com/ljharb/eslint-plugin-import/issues/37)], thanks \[[@&#8203;aks-](https://github.com/aks-)]) - \[Refactor] `exportMapBuilder`: avoid hoisting (\[[#&#8203;2989](https://github.com/import-js/eslint-plugin-import/issues/2989)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[Refactor] `ExportMap`: extract "builder" logic to separate files (\[[#&#8203;2991](https://github.com/import-js/eslint-plugin-import/issues/2991)], thanks \[[@&#8203;soryy708](https://github.com/soryy708)]) - \[Docs] \[`order`]: update the description of the `pathGroupsExcludedImportTypes` option (\[[#&#8203;3036](https://github.com/import-js/eslint-plugin-import/issues/3036)], thanks \[[@&#8203;liby](https://github.com/liby)]) - \[readme] Clarify how to install the plugin (\[[#&#8203;2993](https://github.com/import-js/eslint-plugin-import/issues/2993)], thanks \[[@&#8203;jwbth](https://github.com/jwbth)]) </details> <details> <summary>prettier/eslint-plugin-prettier (eslint-plugin-prettier)</summary> ### [`v5.2.1`](https://github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#521) [Compare Source](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1) ##### Patch Changes - [#&#8203;668](https://github.com/prettier/eslint-plugin-prettier/pull/668) [`ac036cc`](https://github.com/prettier/eslint-plugin-prettier/commit/ac036cca2bed4ceb6ee5b63c945426308e36c586) Thanks [@&#8203;OrlovAlexei](https://github.com/OrlovAlexei)! - build(deps): Bump synckit from 0.8.6 to 0.9.1 </details> <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v9.31.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.31.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0) #### ✨ Enhancements - [#&#8203;2594](https://github.com/vuejs/eslint-plugin-vue/issues/2594) Added `caseSensitive` option to [`vue/no-reserved-component-names`](https://eslint.vuejs.org/rules/no-reserved-component-names.html) rule. - [#&#8203;2554](https://github.com/vuejs/eslint-plugin-vue/issues/2554) Added [`vue/prefer-use-template-ref`](https://eslint.vuejs.org/rules/prefer-use-template-ref.html) rule that requires using [`useTemplateRef()`](https://vuejs.org/api/composition-api-helpers.html#usetemplateref) instead of `ref()` for template refs. - [#&#8203;2595](https://github.com/vuejs/eslint-plugin-vue/issues/2595) Made [`vue/no-empty-component-block`](https://eslint.vuejs.org/rules/no-empty-component-block.html) rule auto-fixable. #### ? Bug Fixes - [#&#8203;2591](https://github.com/vuejs/eslint-plugin-vue/issues/2591) Fixed false positives for `v-bind:name` in [`vue/require-explicit-slots`](https://eslint.vuejs.org/rules/require-explicit-slots.html) rule. #### ⚙️ Updates - [#&#8203;2593](https://github.com/vuejs/eslint-plugin-vue/issues/2593) Updated [`vue/define-macros-order`](https://eslint.vuejs.org/rules/define-macros-order.html) rule to skip TypeScript `declare` statements. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0 ### [`v9.30.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.30.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0) #### ? Bug Fixes - [#&#8203;2585](https://github.com/vuejs/eslint-plugin-vue/issues/2585) Fixed [`vue/custom-event-name-casing`](https://eslint.vuejs.org/rules/custom-event-name-casing.html) rule to check `defineEmits()` variable and `$emit()` in `<template>`. - [#&#8203;2586](https://github.com/vuejs/eslint-plugin-vue/issues/2586) Fixed false negatives and false positives in [`vue/require-valid-default-prop`](https://eslint.vuejs.org/rules/require-valid-default-prop.html) rule. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0 ### [`v9.29.1`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.29.1) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1) #### ? Bug Fixes - [#&#8203;2572](https://github.com/vuejs/eslint-plugin-vue/issues/2572) Fixed index.d.ts **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1 ### [`v9.29.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.29.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.28.0...v9.29.0) #### ✨ Enhancements ##### New Rules - [#&#8203;2540](https://github.com/vuejs/eslint-plugin-vue/issues/2540) Added [`vue/no-deprecated-delete-set`](https://eslint.vuejs.org/rules/no-deprecated-delete-set.html) rule that disallows using deprecated `$delete` and `$set`. ##### Others - [#&#8203;2513](https://github.com/vuejs/eslint-plugin-vue/issues/2513) Added support for Vuex and Pinia to [`vue/no-undef-properties`](https://eslint.vuejs.org/rules/no-undef-properties.html) rule. - [#&#8203;2541](https://github.com/vuejs/eslint-plugin-vue/issues/2541) Added support for Vue 3.5's [`useTemplateRef()`](https://blog.vuejs.org/posts/vue-3-5#usetemplateref) to [`vue/no-unused-refs`](https://eslint.vuejs.org/rules/no-unused-refs.html) rule. - Added support for Vue 3.5's [props destructure](https://blog.vuejs.org/posts/vue-3-5#reactive-props-destructure) to various rules: - [#&#8203;2551](https://github.com/vuejs/eslint-plugin-vue/issues/2551) to [`vue/require-valid-default-prop`](https://eslint.vuejs.org/rules/require-valid-default-prop.html) rule. - [#&#8203;2552](https://github.com/vuejs/eslint-plugin-vue/issues/2552) to [`vue/require-default-prop`](https://eslint.vuejs.org/rules/require-default-prop.html) rule. - [#&#8203;2553](https://github.com/vuejs/eslint-plugin-vue/issues/2553) to [`vue/no-boolean-default`](https://eslint.vuejs.org/rules/no-boolean-default.html) rule. - [#&#8203;2560](https://github.com/vuejs/eslint-plugin-vue/issues/2560) to [`vue/no-required-prop-with-default`](https://eslint.vuejs.org/rules/no-required-prop-with-default.html) rule. - [#&#8203;2562](https://github.com/vuejs/eslint-plugin-vue/issues/2562) to [`vue/no-restricted-props`](https://eslint.vuejs.org/rules/no-restricted-props.html) rule. - [#&#8203;2550](https://github.com/vuejs/eslint-plugin-vue/issues/2550) to [`vue/no-setup-props-reactivity-loss`](https://eslint.vuejs.org/rules/no-setup-props-reactivity-loss.html) rule. #### ⚙️ Updates - [#&#8203;2528](https://github.com/vuejs/eslint-plugin-vue/issues/2528), [#&#8203;2566](https://github.com/vuejs/eslint-plugin-vue/issues/2566) Added TypeScript declarations for configs. - [#&#8203;2565](https://github.com/vuejs/eslint-plugin-vue/issues/2565) Added support for recognizing Vue components in `.tsx` files. ### [`v9.28.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.28.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0) #### ✨ Enhancements ##### New Rules - [#&#8203;2430](https://github.com/vuejs/eslint-plugin-vue/issues/2430) Added [`vue/max-props`](https://eslint.vuejs.org/rules/max-props.html) rule that enforces the maximum number of props in Vue components. - [#&#8203;2494](https://github.com/vuejs/eslint-plugin-vue/issues/2494) Added [`vue/require-default-export`](https://eslint.vuejs.org/rules/require-default-export.html) rule that requires components to be the `default` export. - [#&#8203;2525](https://github.com/vuejs/eslint-plugin-vue/issues/2525) Added [`vue/max-template-depth`](https://eslint.vuejs.org/rules/max-template-depth.html) rule that enforces the maximum depth of `<template>`. ##### New Features - [#&#8203;2501](https://github.com/vuejs/eslint-plugin-vue/issues/2501) Allow specifying custom macros in [`vue/define-macros-order`](https://eslint.vuejs.org/rules/define-macros-order.html) rule. - [#&#8203;2537](https://github.com/vuejs/eslint-plugin-vue/issues/2537) Added `additionalDirectives` option to [`vue/require-toggle-inside-transition`](https://eslint.vuejs.org/rules/require-toggle-inside-transition.html) rule. #### ? Bug Fixes - [#&#8203;2348](https://github.com/vuejs/eslint-plugin-vue/issues/2348) Fixed false positives/negatives for siblings in [`vue/v-if-else-key`](https://eslint.vuejs.org/rules/v-if-else-key.html) rule. - [#&#8203;2505](https://github.com/vuejs/eslint-plugin-vue/issues/2505) Fixed false positives for JavaScript components in [`vue/require-typed-object-prop`](https://eslint.vuejs.org/rules/require-typed-object-prop.html) rule. - [#&#8203;2511](https://github.com/vuejs/eslint-plugin-vue/issues/2511) Fixed false negatives for `v-model` directive in [`vue/attribute-hyphenation`](https://eslint.vuejs.org/rules/attribute-hyphenation.html) rule. - [#&#8203;2533](https://github.com/vuejs/eslint-plugin-vue/issues/2533) Fixed auto-fix for [`vue/attribute-hyphenation`](https://eslint.vuejs.org/rules/attribute-hyphenation.html) rule to skip `v-bind.sync`. - [#&#8203;2529](https://github.com/vuejs/eslint-plugin-vue/issues/2529) Fixed auto-fix for [`vue/no-deprecated-slot-attribute`](https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html) rule to handle `v-for` with dynamic `slot`. - [#&#8203;2530](https://github.com/vuejs/eslint-plugin-vue/issues/2530) Fixed auto-fix for [`vue/no-deprecated-slot-attribute`](https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html) rule to skip dynamic components. #### ⚙️ Updates - [#&#8203;2498](https://github.com/vuejs/eslint-plugin-vue/issues/2498) Renamed flat config names for inspector. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0 ### [`v9.27.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.27.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0) #### ✨ Enhancements - [#&#8203;2487](https://github.com/vuejs/eslint-plugin-vue/issues/2487) Improved [`vue/require-toggle-inside-transition`](https://eslint.vuejs.org/rules/require-toggle-inside-transition.html) rule to understand `v-bind:appear`. #### ? Bug Fixes - [#&#8203;2489](https://github.com/vuejs/eslint-plugin-vue/issues/2489) Fixed false negatives for elements inside template literals in [`vue/no-setup-props-reactivity-loss`](https://eslint.vuejs.org/rules/no-setup-props-reactivity-loss.html) rule. #### ⚙️ Updates - [#&#8203;2476](https://github.com/vuejs/eslint-plugin-vue/issues/2476) Added name property to flat configs. - [#&#8203;2488](https://github.com/vuejs/eslint-plugin-vue/issues/2488) Upgraded [vue-eslint-parser](https://github.com/vuejs/vue-eslint-parser) to [v9.4.3](https://github.com/vuejs/vue-eslint-parser/releases/tag/v9.4.3). **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0 </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.3.3`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#333) [Compare Source](https://github.com/prettier/prettier/compare/3.3.2...3.3.3) [diff](https://github.com/prettier/prettier/compare/3.3.2...3.3.3) ##### Add parentheses for nullish coalescing in ternary ([#&#8203;16391](https://github.com/prettier/prettier/pull/16391) by [@&#8203;cdignam-segment](https://github.com/cdignam-segment)) This change adds clarity to operator precedence. <!-- prettier-ignore --> ```js // Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar); ``` ##### Add parentheses for decorator expressions ([#&#8203;16458](https://github.com/prettier/prettier/pull/16458) by [@&#8203;y-schneider](https://github.com/y-schneider)) Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5. <!-- prettier-ignore --> ```ts // Input @&#8203;(foo`tagged template`) class X {} // Prettier 3.3.2 @&#8203;foo`tagged template` class X {} // Prettier 3.3.3 @&#8203;(foo`tagged template`) class X {} ``` ##### Support `@let` declaration syntax ([#&#8203;16474](https://github.com/prettier/prettier/pull/16474) by [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)) Adds support for Angular v18 `@let` declaration syntax. Please see the following code example. The `@let` declaration allows you to define local variables within the template: <!-- prettier-ignore --> ```html @&#8203;let name = 'Frodo'; <h1>Dashboard for {{name}}</h1> Hello, {{name}} ``` For more details, please refer to the excellent blog post by the Angular Team: [Introducing @&#8203;let in Angular](https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f). We also appreciate the Angular Team for kindly answering our questions to implement this feature. ### [`v3.3.2`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#&#8203;16358](https://github.com/prettier/prettier/pull/16358) by [@&#8203;Princeyadav05](https://github.com/Princeyadav05)) <!-- prettier-ignore --> ```hbs {{! Input }} <div>{{@&#8203;x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@&#8203;x}}</div> {{! Prettier 3.3.2 }} <div>{{@&#8203;x.y.z}}</div> ``` </details> --- ### Configuration ? **Schedule**: Branch creation - At any time (no schedule defined), 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI5Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
renovate added 1 commit 2024-06-16 02:13:30 +02:00
chore(deps): update dependency prettier to ^3.3.2
All checks were successful
continuous-integration/drone/push Build is passing
7c24829571
renovate changed title from chore(deps): update dependency prettier to ^3.3.2 (master) to chore(deps): update minor and patch version dependencies (master) 2024-07-07 02:17:13 +02:00
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from 7c24829571 to 1c6825cde7 2024-07-07 02:17:14 +02:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from 1c6825cde7 to 2a4ef381f3 2024-07-14 02:17:36 +02:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from 2a4ef381f3 to 919af1148b 2024-07-21 02:27:21 +02:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from 919af1148b to 97b9bfdc08 2024-09-08 02:31:20 +02:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from 97b9bfdc08 to 1d5868aba2 2024-09-22 02:11:19 +02:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from 1d5868aba2 to e81abb8b89 2024-10-06 02:12:38 +02:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from e81abb8b89 to a7ddaa06d5 2024-10-13 02:17:23 +02:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from a7ddaa06d5 to 47f4277d24 2024-10-27 02:14:17 +02:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from 47f4277d24 to 883cd62f55 2024-11-03 01:14:46 +01:00 Compare
renovate force-pushed renovate/master-minor-and-patch-version-dependencies from 883cd62f55 to 652d495176 2024-11-17 01:12:52 +01:00 Compare
All checks were successful
continuous-integration/drone/push Build is passing
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/master-minor-and-patch-version-dependencies:renovate/master-minor-and-patch-version-dependencies
git checkout renovate/master-minor-and-patch-version-dependencies
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IO-ProjectsOfficial/eslint-config#25
No description provided.