Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-functional to v8
Browse files Browse the repository at this point in the history
##### [v8.0.0](https://github.com/eslint-functional/eslint-plugin-functional/blob/HEAD/CHANGELOG.md#800-2025-01-14)

##### Bug Fixes

-   prefix PrivateIdentifier names with a # ([#921](eslint-functional/eslint-plugin-functional#921)) ([09b6474](eslint-functional/eslint-plugin-functional@09b6474)), closes [#910](eslint-functional/eslint-plugin-functional#910) [#911](eslint-functional/eslint-plugin-functional#911)

##### BREAKING CHANGES

-   when using patterns to match against PrivateIdentifiers, their names are now prefixed with a #.
##### [v7.3.1](eslint-functional/eslint-plugin-functional@v7.3.0...v7.3.1)
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent ee6c5de commit 9f1b317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-config-xo-react": "^0.27.0",
"eslint-config-xo-typescript": "^7.0.0",
"eslint-plugin-codegen": "0.29.0",
"eslint-plugin-functional": "^7.0.0",
"eslint-plugin-functional": "^8.0.0",
"eslint-plugin-import-x": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f1b317

Please sign in to comment.