Skip to content

Commit 9ba6605

Browse files
Bump eslint-plugin-yml from 1.18.0 to 3.3.1 (#418)
* Bump eslint-plugin-yml from 1.18.0 to 3.3.1 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.18.0 to 3.3.1. - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-yml@v1.18.0...v3.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Help Dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
1 parent 722d91d commit 9ba6605

File tree

3 files changed

+54
-44
lines changed

3 files changed

+54
-44
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import js from '@eslint/js'
22
import globals from 'globals'
33
import yml from 'eslint-plugin-yml'
4-
import yamlParser from 'yaml-eslint-parser'
4+
import * as yamlParser from 'yaml-eslint-parser'
55

66
export default [
77
js.configs.recommended,

package-lock.json

Lines changed: 52 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@eslint/js": "10.0.1",
2929
"@vercel/ncc": "0.38.4",
3030
"eslint": "10.0.3",
31-
"eslint-plugin-yml": "1.18.0",
31+
"eslint-plugin-yml": "3.3.1",
3232
"globals": "17.3.0",
3333
"markdownlint-cli": "0.48.0",
3434
"prettier": "3.8.1",

0 commit comments

Comments
 (0)