Commit 2ac01a3
authored
chore(dev-deps): update dependency eslint-plugin-yml to v3 (#623)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [eslint-plugin-yml](https://ota-meshi.github.io/eslint-plugin-yml/)
([source](https://redirect.github.com/ota-meshi/eslint-plugin-yml)) |
[`1.18.0` →
`3.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-yml/1.18.0/3.0.0)
|

|

|

|

|
---
### Release Notes
<details>
<summary>ota-meshi/eslint-plugin-yml (eslint-plugin-yml)</summary>
###
[`v3.0.0`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/blob/HEAD/CHANGELOG.md#300)
[Compare
Source](https://redirect.github.com/ota-meshi/eslint-plugin-yml/compare/v2.0.2...v3.0.0)
##### Major Changes
-
[#​543](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/543)
[`12df7f4`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/12df7f430855645aab9643e4ec1a443839bfa215)
Thanks
[@​copilot-swe-agent](https://redirect.github.com/apps/copilot-swe-agent)!
- Use language config in shareable configs. The shareable configs now
use the new ESLint v9 language config API (`language: "yml/yaml"`)
instead of the legacy parser approach (`languageOptions: { parser }`).
This is a breaking change that aligns with ESLint's language plugin
architecture.
###
[`v2.0.2`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/blob/HEAD/CHANGELOG.md#202)
[Compare
Source](https://redirect.github.com/ota-meshi/eslint-plugin-yml/compare/v2.0.1...v2.0.2)
##### Patch Changes
-
[#​539](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/539)
[`0fc8d41`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/0fc8d41fa3fd17afdc8f399d61977334ba13fcc3)
Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! -
fix: add fake scopeManager for SourceCode API compatibility
###
[`v2.0.1`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/blob/HEAD/CHANGELOG.md#201)
[Compare
Source](https://redirect.github.com/ota-meshi/eslint-plugin-yml/compare/v2.0.0...v2.0.1)
##### Patch Changes
-
[#​536](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/536)
[`c7a45cd`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/c7a45cd09e9f7f4b87ea623913e6467490576710)
Thanks [@​luxass](https://redirect.github.com/luxass)! - fix:
handle diff-sequences import issue
###
[`v2.0.0`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/blob/HEAD/CHANGELOG.md#200)
[Compare
Source](https://redirect.github.com/ota-meshi/eslint-plugin-yml/compare/v1.19.1...v2.0.0)
##### Major Changes
-
[#​532](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/532)
[`40eb4be`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/40eb4bee573a66f13cf12dd0162b78bfc5ab73a1)
Thanks
[@​copilot-swe-agent](https://redirect.github.com/apps/copilot-swe-agent)!
- feat: add ESLint language plugin support
-
[#​528](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/528)
[`c4e74d0`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/c4e74d0f5bb39c85028c90c5d5f8557b1c6c8829)
Thanks
[@​copilot-swe-agent](https://redirect.github.com/apps/copilot-swe-agent)!
- Convert package to ESM-only. The package now uses `"type": "module"`
and only exports ESM modules. CommonJS `require()` is no longer
supported. Users must use ES modules (`import`) to load this plugin.
-
[#​527](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/527)
[`4059169`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/40591697f7bb23cad0076ac53b188ca9de7203b0)
Thanks
[@​copilot-swe-agent](https://redirect.github.com/apps/copilot-swe-agent)!
- Drop support for legacy ESLint config format. The plugin now exports
flat configuration as the main configuration format. The previous
`flat/*` namespace is kept for backward compatibility.
-
[#​524](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/524)
[`2260263`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/2260263247825ddc1e6803fc328a5b5ea53d117c)
Thanks
[@​copilot-swe-agent](https://redirect.github.com/apps/copilot-swe-agent)!
- Drop support for ESLint versions older than 9.38.0. The new supported
version is `>=9.38.0`.
-
[#​522](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/522)
[`dc5028e`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/dc5028eb222a1b247d0c51cbb9afbf479d01bdd8)
Thanks
[@​copilot-swe-agent](https://redirect.github.com/apps/copilot-swe-agent)!
- Drop support for Node.js versions older than 20.19.0. The new
supported version is `^20.19.0 || ^22.13.0 || >=24`.
-
[#​526](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/526)
[`3e7cb79`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/3e7cb79b9873f50acad785d6ed23233084ed428c)
Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! -
feat: update `standard` config
-
[#​523](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/523)
[`50a96f8`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/50a96f81e81c53b5648ffe1aae19575fd0ceccb1)
Thanks [@​renovate](https://redirect.github.com/apps/renovate)! -
Update dependency yaml-eslint-parser to v2
###
[`v1.19.1`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/blob/HEAD/CHANGELOG.md#1191)
[Compare
Source](https://redirect.github.com/ota-meshi/eslint-plugin-yml/compare/v1.19.0...v1.19.1)
##### Patch Changes
-
[#​506](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/506)
[`736f153`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/736f15343788720aa210070f7e78aab3c5ef929d)
Thanks [@​sumimakito](https://redirect.github.com/sumimakito)! -
fix(sort-keys): fix incorrect result when move down the block located at
the file start
###
[`v1.19.0`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/blob/HEAD/CHANGELOG.md#1190)
[Compare
Source](https://redirect.github.com/ota-meshi/eslint-plugin-yml/compare/v1.18.0...v1.19.0)
##### Minor Changes
-
[#​482](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/482)
[`2dd3bca`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/2dd3bcadfc831e651e26750c833abb89193da8ca)
Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! -
feat(sort-keys): improve to calculate the minimum edit distance for
sorting and report the optimal sorting direction
-
[#​482](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/482)
[`2dd3bca`](https://redirect.github.com/ota-meshi/eslint-plugin-yml/commit/2dd3bcadfc831e651e26750c833abb89193da8ca)
Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! -
feat(sort-sequence-values): improve to calculate the minimum edit
distance for sorting and report the optimal sorting direction
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day
1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/RebeccaStevens/deepmerge-ts).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmJsdWVfaGVhcnQ6IiwiVHlwZTogTWFpbnRlbmFuY2UiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 09216f4 commit 2ac01a3
2 files changed
+34
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments