Skip to content

Commit 2f7e655

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent d72ab12 commit 2f7e655

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/eslint-plugin-fiori-tools-eslint-10-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin-fiori-tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/eslint-plugin-fiori-tools
22

3+
## 10.5.0
4+
5+
### Minor Changes
6+
7+
- ca7d40f: fix: support ESLint 10 by upgrading `@babel/eslint-parser` and `@babel/core` to `8.0.0-rc.6` and adding `@babel/parser@8.0.0-rc.6` as a runtime dependency. This avoids `@babel/eslint-parser`'s `createRequire` failing to load `@babel/parser@8` (pure ESM) under pnpm's strict `node_modules` isolation, where `@babel/parser` is otherwise not visible from the consumer's resolution paths.
8+
39
## 10.4.1
410

511
### Patch Changes

packages/eslint-plugin-fiori-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux/eslint-plugin-fiori-tools",
3-
"version": "10.4.1",
3+
"version": "10.5.0",
44
"description": "Custom linting plugin for Fiori tools apps",
55
"type": "module",
66
"repository": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)