Releases: callstack/eslint-config-callstack
Releases · callstack/eslint-config-callstack
v15.0.0
What's Changed
- feat: Enable
@react-native/platform-colors
rule by @retyui in #275 - chore: Node.js 16 actions are deprecated by @retyui in #273
- feat: support flat config format default for ESLint 9 by @artus9033 in #277
New Contributors
- @artus9033 made their first contribution in #277
Full Changelog: v14.1.1...v15.0.0
v14.1.0
v14.0.0
What's Changed
- GitHub Actions test workflow by @DimitarNestorov in #257
- chore: add
require-await
rule by @DimitarNestorov in #259 - chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #255
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /test by @dependabot in #256
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #258
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /test by @dependabot in #254
- Add
no-floating-promises
rule by @DimitarNestorov in #261 - fix: update vscode settings config of README.md by @rezkiy37 in #264
- chore: update package description by @mdjastrzebski in #267
- chore(breaking): update all packages; require node >=18 by @jaworek in #268
New Contributors
- @DimitarNestorov made their first contribution in #257
- @rezkiy37 made their first contribution in #264
Full Changelog: v13.0.2...v14.0.0
v13.0.2
What's Changed
- chore: update typescript by @mdjastrzebski in #252
- Disable 'react-native-a11y/has-accessibility-hint' by @jaworek in #253
- chore(deps): bump ajv from 6.10.0 to 6.12.6 by @dependabot in #251
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #243
Full Changelog: v13.0.0...v13.0.2
v13.0.1
v13.0.0
What's Changed
Major bumps:
- eslint-plugin-flowtype (requires eslint@^8.1, hence peer dep bump as well)
- eslint-plugin-promise
- eslint-plugin-react-native
- eslint-plugin-jest
New deps required as peers by eslint-plugin-flowtype:
- @babel/plugin-syntax-flow
- @babel/plugin-transform-react-jsx
Full Changelog: v12.0.2...v13.0.0
v12.0.1
v12.0.0
Due to upgraded Babel ESLint parser, which supports ES Modules, we've updated engines
required to run the package:
"engines": {
"node": "^12.22.0 || ^13.14.0 || ^14.17.0 || ^15.3.0 || >=16.0.0"
}
Please make sure to upgrade your Node accordingly
Chore & Maintenance
- Bundled dependency update by @p-syche in #227
- Bundle dependency updates for /test by @p-syche in #229
- chore(breaking): upgrade eslint-plugin-jest to v25; drop Node 10 by @p-syche in #230
- update eslint-plugin-import by @jaworek in #234
- chore(breaking): update dependencies with new Babel parser by @jaworek in #235
New Contributors
Full Changelog: v11.0.0...v12.0.0
v11.0.0
v10.2.0
Features
- update typescript parser (#174)
Chore & Maintenance
- bump eslint-plugin-react-native-a11y from 2.0.3 to 2.0.4
- bump eslint-plugin-prettier from 3.3.0 to 3.3.1
- bump typescript from 4.1.2 to 4.1.3
- bump eslint-plugin-react from 7.21.5 to 7.22.0
- bump eslint-plugin-prettier from 3.1.4 to 3.3.0
- bump typescript from 4.0.5 to 4.1.2
- bump prettier from 2.1.2 to 2.2.1
- bump eslint-plugin-react from 7.21.2 to 7.21.5
- bump typescript from 4.0.3 to 4.0.5
- bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0
- bump eslint-config-prettier from 6.12.0 to 6.15.0