diff --git a/.changeset/dependencies-GH-4558.md b/.changeset/dependencies-GH-4558.md new file mode 100644 index 00000000000..1461d9a69be --- /dev/null +++ b/.changeset/dependencies-GH-4558.md @@ -0,0 +1,5 @@ +--- +"@sap-ux/eslint-plugin-fiori-tools": patch +--- + +fix(deps): update dependency @eslint/config-helpers to v0.5.5 diff --git a/packages/eslint-plugin-fiori-tools/package.json b/packages/eslint-plugin-fiori-tools/package.json index 01122015d21..0a154e5ffc2 100644 --- a/packages/eslint-plugin-fiori-tools/package.json +++ b/packages/eslint-plugin-fiori-tools/package.json @@ -35,7 +35,7 @@ "@eslint/js": "9.22.0", "@eslint/json": "0.14.0", "@eslint/core": "0.17.0", - "@eslint/config-helpers": "0.5.3", + "@eslint/config-helpers": "0.5.5", "@typescript-eslint/eslint-plugin": ">=8.57.2", "@typescript-eslint/parser": ">=8.57.2", "@sap-ux/fiori-annotation-api": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff968d74fdf..fa16186cec0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1886,8 +1886,8 @@ importers: specifier: ^7.28.5 version: 7.28.6(@babel/core@7.29.0)(eslint@9.39.1) '@eslint/config-helpers': - specifier: 0.5.3 - version: 0.5.3 + specifier: 0.5.5 + version: 0.5.5 '@eslint/core': specifier: 0.17.0 version: 0.17.0 @@ -6945,8 +6945,8 @@ packages: resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/config-helpers@0.5.3': - resolution: {integrity: sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==} + '@eslint/config-helpers@0.5.5': + resolution: {integrity: sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} '@eslint/core@0.17.0': @@ -6957,6 +6957,10 @@ packages: resolution: {integrity: sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@eslint/core@1.2.1': + resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@eslint/eslintrc@3.3.5': resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -21210,9 +21214,9 @@ snapshots: dependencies: '@eslint/core': 0.17.0 - '@eslint/config-helpers@0.5.3': + '@eslint/config-helpers@0.5.5': dependencies: - '@eslint/core': 1.1.1 + '@eslint/core': 1.2.1 '@eslint/core@0.17.0': dependencies: @@ -21222,6 +21226,10 @@ snapshots: dependencies: '@types/json-schema': 7.0.15 + '@eslint/core@1.2.1': + dependencies: + '@types/json-schema': 7.0.15 + '@eslint/eslintrc@3.3.5': dependencies: ajv: 6.14.0