17.1.0
·
74 commits
to refs/heads/main
since this release
What’s Changed
Added
- [ARGG-857] Add rule forbidding the use of axios library (#656) @soulcheck
Axios errors, when logged, can lead to sensitive data leaks as they include headers and other pieces of sensitive data.
This change adds a rule that will throw an error if axios is imported or required. We encourage users to find safer alternatives to axios.
The rule can be configured to be a warning or switched off completely on a per-repository basis.
Dependency updates
- Bump @babel/core from 7.23.2 to 7.23.5 (#658) @dependabot
- Bump @babel/eslint-parser from 7.22.15 to 7.23.3 (#645) @dependabot
- Bump @babel/preset-react from 7.22.15 to 7.23.3 (#648) @dependabot
- Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.12.0 (#655) @dependabot
- Bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.10.0 (#643) @dependabot
- Bump @typescript-eslint/parser from 6.7.5 to 6.9.1 (#639) @dependabot
- Bump @typescript-eslint/parser from 6.9.1 to 6.13.1 (#657) @dependabot
- Bump eslint from 8.52.0 to 8.53.0 (#642) @dependabot
- Bump eslint from 8.53.0 to 8.54.0 (#653) @dependabot
- Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0 (#641) @dependabot
- Bump lint-staged from 15.0.2 to 15.1.0 (#647) @dependabot
- Bump prettier from 3.0.3 to 3.1.0 (#649) @dependabot