* chore: update axios and axios-mock-adapter versions in package.json
* tests: fix tests
* Add TextEncoder, TextDecoder, ReadableStream as globals
due to https://github.com/jsdom/jsdom/issues/2524
* Pin `cheerio` due to https://github.com/enzymejs/enzyme/issues/2558
* Add option `--transformIgnorePatterns /\"node_modules/(?!axios)/\"`
to instruct jest to transform "node_modules/axios"
* chore: bump version to 2.3.1 in package.json
* ci: include maint branche & upgrade Ubuntu version
* chore: update CI to use Ubuntu 24.04 for testing
* dependencies: update axios
* closes https://github.com/inveniosoftware/react-searchkit/issues/278
* chore: fix lint
* chore: update ESLint configuration to use eslint-config-invenio
* chore: update @babel/runtime peer dependency to version 7.26.10
* chore: update branch pattern and node versions
* remove end of life node versions from the matrix
* update branch pattern
* Add ESLint and React app configuration to package.json
* fix the issue when running npm run lint:
Oops! Something went wrong! :(
ESLint: 6.8.0.
ESLint couldn't find the config "react-app" to extend from. Please check that the name of the config is correct.
---------
Co-authored-by: Sam Arbid <sam.al-arbid@capgemini.com>
Co-authored-by: Anika Churilova <nyuta.churilova@gmail.com>