Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wallaby from 0.29.1 to 0.30.1 #5895

Merged
merged 5 commits into from
Aug 12, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2022

Bumps wallaby from 0.29.1 to 0.30.1.

Release notes

Sourced from wallaby's releases.

v0.30.1

What's Changed

Fixed

Full Changelog: elixir-wallaby/wallaby@v0.30.0...v0.30.1

v0.30.0

Changelog

Breaking

  • Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor PartitionSupervisor, which uses functions that were introduced in v1.12, so vendoring only gets us that far.

Fixes

  • Handle errors related to Wallaby.Element more consistently #632
  • Fix refute_has when passed a query with an invalid selector #639
  • Fix ambiguity between imported Browser.tap/2 and Kernel.tap/2 #686
  • Fix remote_url config option for selenium driver #582
  • Specifying at now removes the default count of 1 #641
  • Various documentation fixes/improvements
  • Start a ChromeDriver for every scheduler #692
    • This may fix a long standing issue #365

What's Changed

PRs merged since last released. Auto-generated by GitHub.

... (truncated)

Changelog

Sourced from wallaby's changelog.

v0.30.1 (2022-07-16)

Fixes

  • fix(chromedriver): Account for Chromium when doing the version matching (#698)

v0.30.0 (2022-07-14)

Breaking

  • Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor PartitionSupervisor, which uses functions that were introduced in v1.12, so vendoring only gets us that far.

Fixes

  • Handle errors related to Wallaby.Element more consistently #632
  • Fix refute_has when passed a query with an invalid selector #639
  • Fix ambiguity between imported Browser.tap/2 and Kernel.tap/2 #686
  • Fix remote_url config option for selenium driver #582
  • Specifying at now removes the default count of 1 #641
  • Various documentation fixes/improvements
  • Start a ChromeDriver for every scheduler #692
    • This may fix a long standing issue #365
Commits
  • 3a38b02 Bump v0.30.1
  • 3e5c148 fix(chromedriver): Account for Chromium when doing the version matching (#698)
  • b036334 Bump v0.30.0
  • 7119602 Start chromedriver with PartitionSupervisor (#692)
  • 196d0d6 add check for chromedriver chrome version match (#688)
  • c34481b Add driver install notes to README (#678)
  • cc0277a Adds a note about the on_mount hook for async LiveView testing (#677)
  • e8a7b81 Adds user_agent to endpoint.ex in the README (#676)
  • 7fb9a9c Adds esbuild config info to the README (#675)
  • 330025c Fix failures related to at queries. (#647)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Aug 10, 2022
@vbaranov vbaranov merged commit edc76f6 into master Aug 12, 2022
@vbaranov vbaranov deleted the dependabot/hex/wallaby-0.30.1 branch August 12, 2022 20:40
sidhujag pushed a commit to syscoin/blockscout that referenced this pull request Aug 13, 2022
* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>
fx0x55 pushed a commit to FunctionX/blockscout that referenced this pull request Sep 9, 2022
* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>
(cherry picked from commit edc76f6)
InoMurko pushed a commit to bobanetwork/blockscout that referenced this pull request Dec 22, 2022
Update Postgres version in Docker: 13 -> 14

Update migrate command

Update Changelog

Update dependabot.yml

Bump chartjs-adapter-luxon in /apps/block_scout_web/assets

Bumps [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-luxon/releases)
- [Commits](chartjs/chartjs-adapter-luxon@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: chartjs-adapter-luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack from 5.69.1 to 5.74.0 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.69.1...v5.74.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mini-css-extract-plugin in /apps/block_scout_web/assets

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.5.3...v2.6.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xss from 1.0.10 to 1.0.13 in /apps/block_scout_web/assets

Bumps [xss](https://github.com/leizongmin/js-xss) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/leizongmin/js-xss/releases)
- [Changelog](https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md)
- [Commits](leizongmin/js-xss@v1.0.10...v1.0.13)

---
updated-dependencies:
- dependency-name: xss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @fortawesome/fontawesome-free in /apps/block_scout_web/assets

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.0.0-beta3 to 6.1.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/6.1.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex from 3.0.3 to 3.1.0

Bumps [spandex](https://github.com/spandex-project/spandex) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/spandex-project/spandex/releases)
- [Changelog](https://github.com/spandex-project/spandex/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: spandex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_phoenix from 1.0.5 to 1.0.6

Bumps [spandex_phoenix](https://github.com/spandex-project/spandex_phoenix) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spandex-project/spandex_phoenix/releases)
- [Changelog](https://github.com/spandex-project/spandex_phoenix/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_phoenix@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: spandex_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss from 8.4.6 to 8.4.16 in /apps/block_scout_web/assets

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.6...8.4.16)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack-cli from 4.9.2 to 4.10.0 in /apps/block_scout_web/assets

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump chart.js from 3.7.0 to 3.9.1 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.7.0 to 3.9.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v3.7.0...v3.9.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mox from 0.5.2 to 1.0.2

Bumps [mox](https://github.com/dashbitco/mox) from 0.5.2 to 1.0.2.
- [Release notes](https://github.com/dashbitco/mox/releases)
- [Changelog](https://github.com/dashbitco/mox/blob/master/CHANGELOG.md)
- [Commits](dashbitco/mox@v0.5.2...v1.0.2)

---
updated-dependencies:
- dependency-name: mox
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump luxon from 2.4.0 to 3.0.1 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.4.0...3.0.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump cors_plug from 2.0.3 to 3.0.3

Bumps [cors_plug](https://github.com/mschae/cors_plug) from 2.0.3 to 3.0.3.
- [Release notes](https://github.com/mschae/cors_plug/releases)
- [Changelog](https://github.com/mschae/cors_plug/blob/main/CHANGELOG.md)
- [Commits](mschae/cors_plug@v2.0.3...v3.0.3)

---
updated-dependencies:
- dependency-name: cors_plug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump web3modal from 1.9.5 to 1.9.8 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.5 to 1.9.8.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](WalletConnect/web3modal@1.9.5...1.9.8)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @walletconnect/web3-provider in /apps/block_scout_web/assets

Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo) from 1.7.8 to 1.8.0.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases)
- [Commits](WalletConnect/walletconnect-monorepo@1.7.8...1.8.0)

---
updated-dependencies:
- dependency-name: "@walletconnect/web3-provider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump copy-webpack-plugin in /apps/block_scout_web/assets

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 11.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v10.2.1...v11.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump tesla from 1.3.3 to 1.4.4

Bumps [tesla](https://github.com/teamon/tesla) from 1.3.3 to 1.4.4.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.3.3...v1.4.4)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass-loader from 12.6.0 to 13.0.2 in /apps/block_scout_web/assets

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v13.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss-loader from 6.2.1 to 7.0.1 in /apps/block_scout_web/assets

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v6.2.1...v7.0.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump path-parser from 4.2.0 to 6.1.0 in /apps/block_scout_web/assets

Bumps [path-parser](https://github.com/troch/path-parser) from 4.2.0 to 6.1.0.
- [Release notes](https://github.com/troch/path-parser/releases)
- [Changelog](https://github.com/troch/path-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/troch/path-parser/commits)

---
updated-dependencies:
- dependency-name: path-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump phoenix_html from 3.0.4 to 3.2.0

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.0.4 to 3.2.0.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v3.0.4...v3.2.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Revert "Bump phoenix_html from 3.0.4 to 3.2.0"

Bump @tarekraafat/autocomplete.js in /apps/block_scout_web/assets

Bumps [@tarekraafat/autocomplete.js](https://github.com/TarekRaafat/autoComplete.js) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/TarekRaafat/autoComplete.js/releases)
- [Changelog](https://github.com/TarekRaafat/autoComplete.js/blob/master/docs/release-notes.md)
- [Commits](TarekRaafat/autoComplete.js@v10.2.6...v10.2.7)

---
updated-dependencies:
- dependency-name: "@tarekraafat/autocomplete.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump clipboard from 2.0.9 to 2.0.11 in /apps/block_scout_web/assets

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.9...v2.0.11)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump gettext 0.18.2 -> 0.20.0

Bump css-loader from 5.2.7 to 6.7.1 in /apps/block_scout_web/assets

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v6.7.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/core from 7.16.12 to 7.18.10 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump exvcr from 0.13.2 to 0.13.3

Bumps [exvcr](https://github.com/parroty/exvcr) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/parroty/exvcr/releases)
- [Changelog](https://github.com/parroty/exvcr/blob/master/CHANGELOG.md)
- [Commits](parroty/exvcr@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: exvcr
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_json_schema from 0.6.2 to 0.9.1

Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.6.2 to 0.9.1.
- [Release notes](https://github.com/jonasschmidt/ex_json_schema/releases)
- [Commits](https://github.com/jonasschmidt/ex_json_schema/commits)

---
updated-dependencies:
- dependency-name: ex_json_schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG; revert update of css-loader; rename fontawesome icons selectors

Update ex_cldr hex packages

Bump autoprefixer from 10.4.2 to 10.4.8 in /apps/block_scout_web/assets

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.2...10.4.8)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump solc from 0.8.0 to 0.8.16 in /apps/explorer

Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.0 to 0.8.16.
- [Release notes](https://github.com/ethereum/solc-js/releases)
- [Commits](ethereum/solc-js@v0.8.0...v0.8.16)

---
updated-dependencies:
- dependency-name: solc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Decrease time of docker build (blockscout#5861)

* decrease docker build time

* decrease docker build time

* decrease docker build time

* decrease docker build time

* updare CHANGELOG

* decrease docker build time

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Add check for nil metadata to avoid empty tab

Bump eslint from 8.17.0 to 8.21.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.17.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.49.8 to 1.54.3 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.8 to 1.54.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.49.8...1.54.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump highlight.js from 11.4.0 to 11.6.0 in /apps/block_scout_web/assets

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.4.0...11.6.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_ecto from 0.6.2 to 0.7.0

Bumps [spandex_ecto](https://github.com/spandex-project/spandex_ecto) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/spandex-project/spandex_ecto/releases)
- [Changelog](https://github.com/spandex-project/spandex_ecto/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_ecto@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: spandex_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/preset-env in /apps/block_scout_web/assets

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bignumber.js from 9.0.2 to 9.1.0 in /apps/block_scout_web/assets

Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.2...v9.1.0)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump redux from 4.1.2 to 4.2.0 in /apps/block_scout_web/assets

Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_rlp from 0.5.3 to 0.5.4

Bumps [ex_rlp](https://github.com/mana-ethereum/ex_rlp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/mana-ethereum/ex_rlp/releases)
- [Changelog](https://github.com/mana-ethereum/ex_rlp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mana-ethereum/ex_rlp/commits)

---
updated-dependencies:
- dependency-name: ex_rlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump core-js from 3.20.3 to 3.24.1 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.3 to 3.24.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.20.3...v3.24.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump math from 0.3.1 to 0.7.0

Bumps [math](https://github.com/folz/math) from 0.3.1 to 0.7.0.
- [Release notes](https://github.com/folz/math/releases)
- [Commits](https://github.com/folz/math/commits)

---
updated-dependencies:
- dependency-name: math
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump css-minimizer-webpack-plugin in /apps/block_scout_web/assets

Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postgrex from 0.15.10 to 0.15.13

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.10 to 0.15.13.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/v0.15.13/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.15.10...v0.15.13)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update poison package

Bump hammer from 6.0.0 to 6.1.0

Bumps [hammer](https://github.com/ExHammer/hammer) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/ExHammer/hammer/releases)
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: hammer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.54.3 to 1.54.4 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.3 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.54.3...1.54.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sweetalert2 from 11.3.10 to 11.4.26 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.3.10 to 11.4.26.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.3.10...v11.4.26)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump babel-loader from 8.2.3 to 8.2.5 in /apps/block_scout_web/assets

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.3...v8.2.5)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump prometheus from 4.8.1 to 4.9.0

Bumps [prometheus](https://github.com/deadtrickster/prometheus.erl) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/deadtrickster/prometheus.erl/releases)
- [Commits](deadtrickster/prometheus.erl@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Add missing environment variables to container params

Update Changelog

Enhance health API endpoint: better parsing HEALTHY_BLOCKS_PERIOD and use it in the response

Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets (blockscout#5894)

* Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.4.7 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add jest-environment-jsdom

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump timex from 3.7.1 to 3.7.9 (blockscout#5865)

* Bump timex from 3.7.1 to 3.7.9

Bumps [timex](https://github.com/bitwalker/timex) from 3.7.1 to 3.7.9.
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](bitwalker/timex@3.7.1...3.7.9)

---
updated-dependencies:
- dependency-name: timex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace Translator.default_locale() -> Translator.current_locale()

* Fix format_unit/4 function in order to match Timex.Translator.translate_plural\'s n is integer

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump benchee from 0.13.2 to 0.99.0 (blockscout#5872)

* Bump benchee from 0.13.2 to 0.99.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.13.2 to 0.99.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.13.2...0.99.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update benchee_csv

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump wallaby from 0.29.1 to 0.30.1 (blockscout#5895)

* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Bump absinthe from 1.6.5 to 1.6.8 (blockscout#5905)

* Bump absinthe from 1.6.5 to 1.6.8

Bumps [absinthe](https://github.com/absinthe-graphql/absinthe) from 1.6.5 to 1.6.8.
- [Release notes](https://github.com/absinthe-graphql/absinthe/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe@v1.6.5...v1.6.8)

---
updated-dependencies:
- dependency-name: absinthe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, dataloader

* Revert update ecto, dataloader

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump dataloader from 1.0.9 to 1.0.10 (blockscout#5881)

* Bump dataloader from 1.0.9 to 1.0.10

Bumps [dataloader](https://github.com/absinthe-graphql/dataloader) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/absinthe-graphql/dataloader/releases)
- [Changelog](https://github.com/absinthe-graphql/dataloader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/absinthe-graphql/dataloader/commits)

---
updated-dependencies:
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump junit_formatter from 3.3.0 to 3.3.1

Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/victorolinasc/junit-formatter/releases)
- [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/victorolinasc/junit-formatter/commits/v3.3.1)

---
updated-dependencies:
- dependency-name: junit_formatter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump credo from 1.6.4 to 1.6.6

Bumps [credo](https://github.com/rrrene/credo) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.6.4...v1.6.6)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump absinthe_relay from 1.5.1 to 1.5.2 (blockscout#5911)

* Bump absinthe_relay from 1.5.1 to 1.5.2

Bumps [absinthe_relay](https://github.com/absinthe-graphql/absinthe_relay) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/absinthe-graphql/absinthe_relay/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe_relay/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe_relay@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: absinthe_relay
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert ecto update

* Revert ecto update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Update dependabot.yml

Create codeql-analysis.yml

Bump flow from 0.15.0 to 1.2.0

Bumps [flow](https://github.com/dashbitco/flow) from 0.15.0 to 1.2.0.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v0.15.0...v1.2.0)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump dialyxir from 1.1.0 to 1.2.0

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump benchee from 0.99.0 to 1.1.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.99.0 to 1.1.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.99.0...1.1.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bypass from 1.0.0 to 2.1.0

Bumps [bypass](https://github.com/PSPDFKit-labs/bypass) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/PSPDFKit-labs/bypass/releases)
- [Changelog](https://github.com/PSPDFKit-labs/bypass/blob/master/CHANGELOG.md)
- [Commits](PSPDFKit-labs/bypass@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: bypass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_datadog from 1.1.0 to 1.2.0

Bumps [spandex_datadog](https://github.com/spandex-project/spandex_datadog) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/spandex-project/spandex_datadog/releases)
- [Changelog](https://github.com/spandex-project/spandex_datadog/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_datadog@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: spandex_datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump logger_file_backend from 0.0.12 to 0.0.13

Bumps [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/onkel-dirtus/logger_file_backend/releases)
- [Changelog](https://github.com/onkel-dirtus/logger_file_backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onkel-dirtus/logger_file_backend/commits)

---
updated-dependencies:
- dependency-name: logger_file_backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG.md

Bump reduce-reducers from 0.4.3 to 1.0.4 in /apps/block_scout_web/assets

Bumps [reduce-reducers](https://github.com/redux-utilities/reduce-reducers) from 0.4.3 to 1.0.4.
- [Release notes](https://github.com/redux-utilities/reduce-reducers/releases)
- [Commits](redux-utilities/reduce-reducers@v0.4.3...v1.0.4)

---
updated-dependencies:
- dependency-name: reduce-reducers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Update reduce-reducers init function

Update reduce-reducers init function

Disable compile env validation

Update Changelog

Bump floki from 0.32.1 to 0.33.1

Bumps [floki](https://github.com/philss/floki) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/master/CHANGELOG.md)
- [Commits](philss/floki@v0.32.1...v0.33.1)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix large postgres notifications (blockscout#5850)

* Fix large postgres notifications

* Update Changelog

Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Flattened source code integration with rust micro-service

Add standard json verification integration

Support Sourcify verification through Rust microservice

Add Multi-Part file verification

Finalize rust verifier micro-service integration

Handle trailing / in RUST_VERIFICATION_SERVICE_URL for Sourcify verification through Rust microservice

Move fix for / to RustVerifierInterface

Add missing gettext; Move envs to runtime config; Add envs to makefile

Fix focus on Next button in 1st verification form (chose verification)

Avoid page updating for vyper verification

Fix vyper verification with twin contract data

Move import of verification_form.js and dropzone.js to general place

Bump eslint from 8.21.0 to 8.22.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Remove aox branch from publishing image on release

Update CHANGELOG.md

Update mix.lock

Update Makefile

Remove BOBA as the default option

Update config.exs

Add L1_TOKEN_SYMBOL in Dockerfile

Fix config

Update config.exs

Update Dockerfile

Update runtime.exs

Update runtime.exs

Add logos

Fix logo size
InoMurko pushed a commit to bobanetwork/blockscout that referenced this pull request Dec 22, 2022
* Add e2e reusable workflow

* fix e2e tests job

* debug e2e tests

* add verification_image

* use master branch of e2e

* fix job "merge master after release"

* uncomment workflow rules

* fix CHANGELOG.md

* output renaming

* use kebab-case

* fix CHANGELOG.md

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>

Allow to setup multiple ranges of blocks to index (blockscout#5783)

* Add BLOCK_RANGES env var

* Allow to setup multiple ranges of blocks to index

* Add tests for BLOCK_RANGES

* Add CHANGELOG entry

Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Fix flickering token tooltip

Fix Cannot find module solc

Update Changelog

Fix address_tokens_usd_sum function

v4.1.7

Fix subpath not added to transaction_controller and holder_controller

- Update current_path to equal Controller.current_full_path(conn)

Small fix in "Publish Docker image on every push to master branch" CI workflow

Moved indexer ReplacedTransaction.Supervisor configuration to static config

Create dependabot.yml

Update Postgres version in Docker: 13 -> 14

Update migrate command

Update Changelog

Update dependabot.yml

Bump chartjs-adapter-luxon in /apps/block_scout_web/assets

Bumps [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-luxon/releases)
- [Commits](chartjs/chartjs-adapter-luxon@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: chartjs-adapter-luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack from 5.69.1 to 5.74.0 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.69.1...v5.74.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mini-css-extract-plugin in /apps/block_scout_web/assets

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.5.3...v2.6.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xss from 1.0.10 to 1.0.13 in /apps/block_scout_web/assets

Bumps [xss](https://github.com/leizongmin/js-xss) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/leizongmin/js-xss/releases)
- [Changelog](https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md)
- [Commits](leizongmin/js-xss@v1.0.10...v1.0.13)

---
updated-dependencies:
- dependency-name: xss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @fortawesome/fontawesome-free in /apps/block_scout_web/assets

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.0.0-beta3 to 6.1.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/6.1.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex from 3.0.3 to 3.1.0

Bumps [spandex](https://github.com/spandex-project/spandex) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/spandex-project/spandex/releases)
- [Changelog](https://github.com/spandex-project/spandex/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: spandex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_phoenix from 1.0.5 to 1.0.6

Bumps [spandex_phoenix](https://github.com/spandex-project/spandex_phoenix) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spandex-project/spandex_phoenix/releases)
- [Changelog](https://github.com/spandex-project/spandex_phoenix/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_phoenix@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: spandex_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss from 8.4.6 to 8.4.16 in /apps/block_scout_web/assets

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.6...8.4.16)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack-cli from 4.9.2 to 4.10.0 in /apps/block_scout_web/assets

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump chart.js from 3.7.0 to 3.9.1 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.7.0 to 3.9.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v3.7.0...v3.9.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mox from 0.5.2 to 1.0.2

Bumps [mox](https://github.com/dashbitco/mox) from 0.5.2 to 1.0.2.
- [Release notes](https://github.com/dashbitco/mox/releases)
- [Changelog](https://github.com/dashbitco/mox/blob/master/CHANGELOG.md)
- [Commits](dashbitco/mox@v0.5.2...v1.0.2)

---
updated-dependencies:
- dependency-name: mox
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump luxon from 2.4.0 to 3.0.1 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.4.0...3.0.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump cors_plug from 2.0.3 to 3.0.3

Bumps [cors_plug](https://github.com/mschae/cors_plug) from 2.0.3 to 3.0.3.
- [Release notes](https://github.com/mschae/cors_plug/releases)
- [Changelog](https://github.com/mschae/cors_plug/blob/main/CHANGELOG.md)
- [Commits](mschae/cors_plug@v2.0.3...v3.0.3)

---
updated-dependencies:
- dependency-name: cors_plug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump web3modal from 1.9.5 to 1.9.8 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.5 to 1.9.8.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](WalletConnect/web3modal@1.9.5...1.9.8)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @walletconnect/web3-provider in /apps/block_scout_web/assets

Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo) from 1.7.8 to 1.8.0.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases)
- [Commits](WalletConnect/walletconnect-monorepo@1.7.8...1.8.0)

---
updated-dependencies:
- dependency-name: "@walletconnect/web3-provider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump copy-webpack-plugin in /apps/block_scout_web/assets

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 11.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v10.2.1...v11.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump tesla from 1.3.3 to 1.4.4

Bumps [tesla](https://github.com/teamon/tesla) from 1.3.3 to 1.4.4.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.3.3...v1.4.4)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass-loader from 12.6.0 to 13.0.2 in /apps/block_scout_web/assets

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v13.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss-loader from 6.2.1 to 7.0.1 in /apps/block_scout_web/assets

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v6.2.1...v7.0.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump path-parser from 4.2.0 to 6.1.0 in /apps/block_scout_web/assets

Bumps [path-parser](https://github.com/troch/path-parser) from 4.2.0 to 6.1.0.
- [Release notes](https://github.com/troch/path-parser/releases)
- [Changelog](https://github.com/troch/path-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/troch/path-parser/commits)

---
updated-dependencies:
- dependency-name: path-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump phoenix_html from 3.0.4 to 3.2.0

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.0.4 to 3.2.0.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v3.0.4...v3.2.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Revert "Bump phoenix_html from 3.0.4 to 3.2.0"

Bump @tarekraafat/autocomplete.js in /apps/block_scout_web/assets

Bumps [@tarekraafat/autocomplete.js](https://github.com/TarekRaafat/autoComplete.js) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/TarekRaafat/autoComplete.js/releases)
- [Changelog](https://github.com/TarekRaafat/autoComplete.js/blob/master/docs/release-notes.md)
- [Commits](TarekRaafat/autoComplete.js@v10.2.6...v10.2.7)

---
updated-dependencies:
- dependency-name: "@tarekraafat/autocomplete.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump clipboard from 2.0.9 to 2.0.11 in /apps/block_scout_web/assets

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.9...v2.0.11)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump gettext 0.18.2 -> 0.20.0

Bump css-loader from 5.2.7 to 6.7.1 in /apps/block_scout_web/assets

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v6.7.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/core from 7.16.12 to 7.18.10 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump exvcr from 0.13.2 to 0.13.3

Bumps [exvcr](https://github.com/parroty/exvcr) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/parroty/exvcr/releases)
- [Changelog](https://github.com/parroty/exvcr/blob/master/CHANGELOG.md)
- [Commits](parroty/exvcr@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: exvcr
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_json_schema from 0.6.2 to 0.9.1

Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.6.2 to 0.9.1.
- [Release notes](https://github.com/jonasschmidt/ex_json_schema/releases)
- [Commits](https://github.com/jonasschmidt/ex_json_schema/commits)

---
updated-dependencies:
- dependency-name: ex_json_schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG; revert update of css-loader; rename fontawesome icons selectors

Update ex_cldr hex packages

Bump autoprefixer from 10.4.2 to 10.4.8 in /apps/block_scout_web/assets

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.2...10.4.8)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump solc from 0.8.0 to 0.8.16 in /apps/explorer

Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.0 to 0.8.16.
- [Release notes](https://github.com/ethereum/solc-js/releases)
- [Commits](ethereum/solc-js@v0.8.0...v0.8.16)

---
updated-dependencies:
- dependency-name: solc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Decrease time of docker build (blockscout#5861)

* decrease docker build time

* decrease docker build time

* decrease docker build time

* decrease docker build time

* updare CHANGELOG

* decrease docker build time

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Add check for nil metadata to avoid empty tab

Bump eslint from 8.17.0 to 8.21.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.17.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.49.8 to 1.54.3 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.8 to 1.54.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.49.8...1.54.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump highlight.js from 11.4.0 to 11.6.0 in /apps/block_scout_web/assets

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.4.0...11.6.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_ecto from 0.6.2 to 0.7.0

Bumps [spandex_ecto](https://github.com/spandex-project/spandex_ecto) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/spandex-project/spandex_ecto/releases)
- [Changelog](https://github.com/spandex-project/spandex_ecto/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_ecto@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: spandex_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/preset-env in /apps/block_scout_web/assets

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bignumber.js from 9.0.2 to 9.1.0 in /apps/block_scout_web/assets

Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.2...v9.1.0)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump redux from 4.1.2 to 4.2.0 in /apps/block_scout_web/assets

Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_rlp from 0.5.3 to 0.5.4

Bumps [ex_rlp](https://github.com/mana-ethereum/ex_rlp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/mana-ethereum/ex_rlp/releases)
- [Changelog](https://github.com/mana-ethereum/ex_rlp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mana-ethereum/ex_rlp/commits)

---
updated-dependencies:
- dependency-name: ex_rlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump core-js from 3.20.3 to 3.24.1 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.3 to 3.24.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.20.3...v3.24.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump math from 0.3.1 to 0.7.0

Bumps [math](https://github.com/folz/math) from 0.3.1 to 0.7.0.
- [Release notes](https://github.com/folz/math/releases)
- [Commits](https://github.com/folz/math/commits)

---
updated-dependencies:
- dependency-name: math
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump css-minimizer-webpack-plugin in /apps/block_scout_web/assets

Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postgrex from 0.15.10 to 0.15.13

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.10 to 0.15.13.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/v0.15.13/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.15.10...v0.15.13)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update poison package

Bump hammer from 6.0.0 to 6.1.0

Bumps [hammer](https://github.com/ExHammer/hammer) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/ExHammer/hammer/releases)
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: hammer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.54.3 to 1.54.4 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.3 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.54.3...1.54.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sweetalert2 from 11.3.10 to 11.4.26 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.3.10 to 11.4.26.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.3.10...v11.4.26)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump babel-loader from 8.2.3 to 8.2.5 in /apps/block_scout_web/assets

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.3...v8.2.5)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump prometheus from 4.8.1 to 4.9.0

Bumps [prometheus](https://github.com/deadtrickster/prometheus.erl) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/deadtrickster/prometheus.erl/releases)
- [Commits](deadtrickster/prometheus.erl@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Add missing environment variables to container params

Update Changelog

Enhance health API endpoint: better parsing HEALTHY_BLOCKS_PERIOD and use it in the response

Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets (blockscout#5894)

* Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.4.7 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add jest-environment-jsdom

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump timex from 3.7.1 to 3.7.9 (blockscout#5865)

* Bump timex from 3.7.1 to 3.7.9

Bumps [timex](https://github.com/bitwalker/timex) from 3.7.1 to 3.7.9.
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](bitwalker/timex@3.7.1...3.7.9)

---
updated-dependencies:
- dependency-name: timex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace Translator.default_locale() -> Translator.current_locale()

* Fix format_unit/4 function in order to match Timex.Translator.translate_plural\'s n is integer

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump benchee from 0.13.2 to 0.99.0 (blockscout#5872)

* Bump benchee from 0.13.2 to 0.99.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.13.2 to 0.99.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.13.2...0.99.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update benchee_csv

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump wallaby from 0.29.1 to 0.30.1 (blockscout#5895)

* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Bump absinthe from 1.6.5 to 1.6.8 (blockscout#5905)

* Bump absinthe from 1.6.5 to 1.6.8

Bumps [absinthe](https://github.com/absinthe-graphql/absinthe) from 1.6.5 to 1.6.8.
- [Release notes](https://github.com/absinthe-graphql/absinthe/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe@v1.6.5...v1.6.8)

---
updated-dependencies:
- dependency-name: absinthe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, dataloader

* Revert update ecto, dataloader

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump dataloader from 1.0.9 to 1.0.10 (blockscout#5881)

* Bump dataloader from 1.0.9 to 1.0.10

Bumps [dataloader](https://github.com/absinthe-graphql/dataloader) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/absinthe-graphql/dataloader/releases)
- [Changelog](https://github.com/absinthe-graphql/dataloader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/absinthe-graphql/dataloader/commits)

---
updated-dependencies:
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump junit_formatter from 3.3.0 to 3.3.1

Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/victorolinasc/junit-formatter/releases)
- [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/victorolinasc/junit-formatter/commits/v3.3.1)

---
updated-dependencies:
- dependency-name: junit_formatter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump credo from 1.6.4 to 1.6.6

Bumps [credo](https://github.com/rrrene/credo) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.6.4...v1.6.6)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump absinthe_relay from 1.5.1 to 1.5.2 (blockscout#5911)

* Bump absinthe_relay from 1.5.1 to 1.5.2

Bumps [absinthe_relay](https://github.com/absinthe-graphql/absinthe_relay) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/absinthe-graphql/absinthe_relay/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe_relay/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe_relay@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: absinthe_relay
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert ecto update

* Revert ecto update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Update dependabot.yml

Create codeql-analysis.yml

Bump flow from 0.15.0 to 1.2.0

Bumps [flow](https://github.com/dashbitco/flow) from 0.15.0 to 1.2.0.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v0.15.0...v1.2.0)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump dialyxir from 1.1.0 to 1.2.0

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump benchee from 0.99.0 to 1.1.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.99.0 to 1.1.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.99.0...1.1.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bypass from 1.0.0 to 2.1.0

Bumps [bypass](https://github.com/PSPDFKit-labs/bypass) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/PSPDFKit-labs/bypass/releases)
- [Changelog](https://github.com/PSPDFKit-labs/bypass/blob/master/CHANGELOG.md)
- [Commits](PSPDFKit-labs/bypass@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: bypass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_datadog from 1.1.0 to 1.2.0

Bumps [spandex_datadog](https://github.com/spandex-project/spandex_datadog) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/spandex-project/spandex_datadog/releases)
- [Changelog](https://github.com/spandex-project/spandex_datadog/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_datadog@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: spandex_datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump logger_file_backend from 0.0.12 to 0.0.13

Bumps [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/onkel-dirtus/logger_file_backend/releases)
- [Changelog](https://github.com/onkel-dirtus/logger_file_backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onkel-dirtus/logger_file_backend/commits)

---
updated-dependencies:
- dependency-name: logger_file_backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG.md

Bump reduce-reducers from 0.4.3 to 1.0.4 in /apps/block_scout_web/assets

Bumps [reduce-reducers](https://github.com/redux-utilities/reduce-reducers) from 0.4.3 to 1.0.4.
- [Release notes](https://github.com/redux-utilities/reduce-reducers/releases)
- [Commits](redux-utilities/reduce-reducers@v0.4.3...v1.0.4)

---
updated-dependencies:
- dependency-name: reduce-reducers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Update reduce-reducers init function

Update reduce-reducers init function

Disable compile env validation

Update Changelog

Bump floki from 0.32.1 to 0.33.1

Bumps [floki](https://github.com/philss/floki) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/master/CHANGELOG.md)
- [Commits](philss/floki@v0.32.1...v0.33.1)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix large postgres notifications (blockscout#5850)

* Fix large postgres notifications

* Update Changelog

Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Flattened source code integration with rust micro-service

Add standard json verification integration

Support Sourcify verification through Rust microservice

Add Multi-Part file verification

Finalize rust verifier micro-service integration

Handle trailing / in RUST_VERIFICATION_SERVICE_URL for Sourcify verification through Rust microservice

Move fix for / to RustVerifierInterface

Add missing gettext; Move envs to runtime config; Add envs to makefile

Fix focus on Next button in 1st verification form (chose verification)

Avoid page updating for vyper verification

Fix vyper verification with twin contract data

Move import of verification_form.js and dropzone.js to general place

Bump eslint from 8.21.0 to 8.22.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Remove aox branch from publishing image on release

Update CHANGELOG.md

Update mix.lock

Update Makefile

Remove BOBA as the default option

Update config.exs

Add L1_TOKEN_SYMBOL in Dockerfile

Fix config

Update config.exs

Update Dockerfile

Update runtime.exs

Update runtime.exs

Add logos

Fix logo size
InoMurko pushed a commit to bobanetwork/blockscout that referenced this pull request Dec 22, 2022
Remove keys

Fix log

Update memory limit

Update geth.ex

Disable retry

Update ETH text to Boba

Add e2e tests (blockscout#5796)

* Add e2e reusable workflow

* fix e2e tests job

* debug e2e tests

* add verification_image

* use master branch of e2e

* fix job "merge master after release"

* uncomment workflow rules

* fix CHANGELOG.md

* output renaming

* use kebab-case

* fix CHANGELOG.md

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>

Allow to setup multiple ranges of blocks to index (blockscout#5783)

* Add BLOCK_RANGES env var

* Allow to setup multiple ranges of blocks to index

* Add tests for BLOCK_RANGES

* Add CHANGELOG entry

Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Fix flickering token tooltip

Fix Cannot find module solc

Update Changelog

Fix address_tokens_usd_sum function

v4.1.7

Fix subpath not added to transaction_controller and holder_controller

- Update current_path to equal Controller.current_full_path(conn)

Small fix in "Publish Docker image on every push to master branch" CI workflow

Moved indexer ReplacedTransaction.Supervisor configuration to static config

Create dependabot.yml

Update Postgres version in Docker: 13 -> 14

Update migrate command

Update Changelog

Update dependabot.yml

Bump chartjs-adapter-luxon in /apps/block_scout_web/assets

Bumps [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-luxon/releases)
- [Commits](chartjs/chartjs-adapter-luxon@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: chartjs-adapter-luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack from 5.69.1 to 5.74.0 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.69.1...v5.74.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mini-css-extract-plugin in /apps/block_scout_web/assets

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.5.3...v2.6.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xss from 1.0.10 to 1.0.13 in /apps/block_scout_web/assets

Bumps [xss](https://github.com/leizongmin/js-xss) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/leizongmin/js-xss/releases)
- [Changelog](https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md)
- [Commits](leizongmin/js-xss@v1.0.10...v1.0.13)

---
updated-dependencies:
- dependency-name: xss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @fortawesome/fontawesome-free in /apps/block_scout_web/assets

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.0.0-beta3 to 6.1.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/6.1.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex from 3.0.3 to 3.1.0

Bumps [spandex](https://github.com/spandex-project/spandex) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/spandex-project/spandex/releases)
- [Changelog](https://github.com/spandex-project/spandex/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: spandex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_phoenix from 1.0.5 to 1.0.6

Bumps [spandex_phoenix](https://github.com/spandex-project/spandex_phoenix) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spandex-project/spandex_phoenix/releases)
- [Changelog](https://github.com/spandex-project/spandex_phoenix/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_phoenix@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: spandex_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss from 8.4.6 to 8.4.16 in /apps/block_scout_web/assets

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.6...8.4.16)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack-cli from 4.9.2 to 4.10.0 in /apps/block_scout_web/assets

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump chart.js from 3.7.0 to 3.9.1 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.7.0 to 3.9.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v3.7.0...v3.9.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mox from 0.5.2 to 1.0.2

Bumps [mox](https://github.com/dashbitco/mox) from 0.5.2 to 1.0.2.
- [Release notes](https://github.com/dashbitco/mox/releases)
- [Changelog](https://github.com/dashbitco/mox/blob/master/CHANGELOG.md)
- [Commits](dashbitco/mox@v0.5.2...v1.0.2)

---
updated-dependencies:
- dependency-name: mox
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump luxon from 2.4.0 to 3.0.1 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.4.0...3.0.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump cors_plug from 2.0.3 to 3.0.3

Bumps [cors_plug](https://github.com/mschae/cors_plug) from 2.0.3 to 3.0.3.
- [Release notes](https://github.com/mschae/cors_plug/releases)
- [Changelog](https://github.com/mschae/cors_plug/blob/main/CHANGELOG.md)
- [Commits](mschae/cors_plug@v2.0.3...v3.0.3)

---
updated-dependencies:
- dependency-name: cors_plug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump web3modal from 1.9.5 to 1.9.8 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.5 to 1.9.8.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](WalletConnect/web3modal@1.9.5...1.9.8)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @walletconnect/web3-provider in /apps/block_scout_web/assets

Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo) from 1.7.8 to 1.8.0.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases)
- [Commits](WalletConnect/walletconnect-monorepo@1.7.8...1.8.0)

---
updated-dependencies:
- dependency-name: "@walletconnect/web3-provider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump copy-webpack-plugin in /apps/block_scout_web/assets

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 11.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v10.2.1...v11.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump tesla from 1.3.3 to 1.4.4

Bumps [tesla](https://github.com/teamon/tesla) from 1.3.3 to 1.4.4.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.3.3...v1.4.4)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass-loader from 12.6.0 to 13.0.2 in /apps/block_scout_web/assets

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v13.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss-loader from 6.2.1 to 7.0.1 in /apps/block_scout_web/assets

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v6.2.1...v7.0.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump path-parser from 4.2.0 to 6.1.0 in /apps/block_scout_web/assets

Bumps [path-parser](https://github.com/troch/path-parser) from 4.2.0 to 6.1.0.
- [Release notes](https://github.com/troch/path-parser/releases)
- [Changelog](https://github.com/troch/path-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/troch/path-parser/commits)

---
updated-dependencies:
- dependency-name: path-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump phoenix_html from 3.0.4 to 3.2.0

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.0.4 to 3.2.0.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v3.0.4...v3.2.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Revert "Bump phoenix_html from 3.0.4 to 3.2.0"

Bump @tarekraafat/autocomplete.js in /apps/block_scout_web/assets

Bumps [@tarekraafat/autocomplete.js](https://github.com/TarekRaafat/autoComplete.js) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/TarekRaafat/autoComplete.js/releases)
- [Changelog](https://github.com/TarekRaafat/autoComplete.js/blob/master/docs/release-notes.md)
- [Commits](TarekRaafat/autoComplete.js@v10.2.6...v10.2.7)

---
updated-dependencies:
- dependency-name: "@tarekraafat/autocomplete.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump clipboard from 2.0.9 to 2.0.11 in /apps/block_scout_web/assets

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.9...v2.0.11)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump gettext 0.18.2 -> 0.20.0

Bump css-loader from 5.2.7 to 6.7.1 in /apps/block_scout_web/assets

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v6.7.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/core from 7.16.12 to 7.18.10 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump exvcr from 0.13.2 to 0.13.3

Bumps [exvcr](https://github.com/parroty/exvcr) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/parroty/exvcr/releases)
- [Changelog](https://github.com/parroty/exvcr/blob/master/CHANGELOG.md)
- [Commits](parroty/exvcr@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: exvcr
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_json_schema from 0.6.2 to 0.9.1

Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.6.2 to 0.9.1.
- [Release notes](https://github.com/jonasschmidt/ex_json_schema/releases)
- [Commits](https://github.com/jonasschmidt/ex_json_schema/commits)

---
updated-dependencies:
- dependency-name: ex_json_schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG; revert update of css-loader; rename fontawesome icons selectors

Update ex_cldr hex packages

Bump autoprefixer from 10.4.2 to 10.4.8 in /apps/block_scout_web/assets

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.2...10.4.8)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump solc from 0.8.0 to 0.8.16 in /apps/explorer

Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.0 to 0.8.16.
- [Release notes](https://github.com/ethereum/solc-js/releases)
- [Commits](ethereum/solc-js@v0.8.0...v0.8.16)

---
updated-dependencies:
- dependency-name: solc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Decrease time of docker build (blockscout#5861)

* decrease docker build time

* decrease docker build time

* decrease docker build time

* decrease docker build time

* updare CHANGELOG

* decrease docker build time

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Add check for nil metadata to avoid empty tab

Bump eslint from 8.17.0 to 8.21.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.17.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.49.8 to 1.54.3 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.8 to 1.54.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.49.8...1.54.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump highlight.js from 11.4.0 to 11.6.0 in /apps/block_scout_web/assets

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.4.0...11.6.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_ecto from 0.6.2 to 0.7.0

Bumps [spandex_ecto](https://github.com/spandex-project/spandex_ecto) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/spandex-project/spandex_ecto/releases)
- [Changelog](https://github.com/spandex-project/spandex_ecto/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_ecto@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: spandex_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/preset-env in /apps/block_scout_web/assets

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bignumber.js from 9.0.2 to 9.1.0 in /apps/block_scout_web/assets

Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.2...v9.1.0)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump redux from 4.1.2 to 4.2.0 in /apps/block_scout_web/assets

Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_rlp from 0.5.3 to 0.5.4

Bumps [ex_rlp](https://github.com/mana-ethereum/ex_rlp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/mana-ethereum/ex_rlp/releases)
- [Changelog](https://github.com/mana-ethereum/ex_rlp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mana-ethereum/ex_rlp/commits)

---
updated-dependencies:
- dependency-name: ex_rlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump core-js from 3.20.3 to 3.24.1 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.3 to 3.24.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.20.3...v3.24.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump math from 0.3.1 to 0.7.0

Bumps [math](https://github.com/folz/math) from 0.3.1 to 0.7.0.
- [Release notes](https://github.com/folz/math/releases)
- [Commits](https://github.com/folz/math/commits)

---
updated-dependencies:
- dependency-name: math
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump css-minimizer-webpack-plugin in /apps/block_scout_web/assets

Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postgrex from 0.15.10 to 0.15.13

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.10 to 0.15.13.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/v0.15.13/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.15.10...v0.15.13)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update poison package

Bump hammer from 6.0.0 to 6.1.0

Bumps [hammer](https://github.com/ExHammer/hammer) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/ExHammer/hammer/releases)
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: hammer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.54.3 to 1.54.4 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.3 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.54.3...1.54.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sweetalert2 from 11.3.10 to 11.4.26 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.3.10 to 11.4.26.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.3.10...v11.4.26)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump babel-loader from 8.2.3 to 8.2.5 in /apps/block_scout_web/assets

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.3...v8.2.5)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump prometheus from 4.8.1 to 4.9.0

Bumps [prometheus](https://github.com/deadtrickster/prometheus.erl) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/deadtrickster/prometheus.erl/releases)
- [Commits](deadtrickster/prometheus.erl@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Add missing environment variables to container params

Update Changelog

Enhance health API endpoint: better parsing HEALTHY_BLOCKS_PERIOD and use it in the response

Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets (blockscout#5894)

* Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.4.7 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add jest-environment-jsdom

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump timex from 3.7.1 to 3.7.9 (blockscout#5865)

* Bump timex from 3.7.1 to 3.7.9

Bumps [timex](https://github.com/bitwalker/timex) from 3.7.1 to 3.7.9.
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](bitwalker/timex@3.7.1...3.7.9)

---
updated-dependencies:
- dependency-name: timex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace Translator.default_locale() -> Translator.current_locale()

* Fix format_unit/4 function in order to match Timex.Translator.translate_plural\'s n is integer

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump benchee from 0.13.2 to 0.99.0 (blockscout#5872)

* Bump benchee from 0.13.2 to 0.99.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.13.2 to 0.99.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.13.2...0.99.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update benchee_csv

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump wallaby from 0.29.1 to 0.30.1 (blockscout#5895)

* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Bump absinthe from 1.6.5 to 1.6.8 (blockscout#5905)

* Bump absinthe from 1.6.5 to 1.6.8

Bumps [absinthe](https://github.com/absinthe-graphql/absinthe) from 1.6.5 to 1.6.8.
- [Release notes](https://github.com/absinthe-graphql/absinthe/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe@v1.6.5...v1.6.8)

---
updated-dependencies:
- dependency-name: absinthe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, dataloader

* Revert update ecto, dataloader

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump dataloader from 1.0.9 to 1.0.10 (blockscout#5881)

* Bump dataloader from 1.0.9 to 1.0.10

Bumps [dataloader](https://github.com/absinthe-graphql/dataloader) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/absinthe-graphql/dataloader/releases)
- [Changelog](https://github.com/absinthe-graphql/dataloader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/absinthe-graphql/dataloader/commits)

---
updated-dependencies:
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump junit_formatter from 3.3.0 to 3.3.1

Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/victorolinasc/junit-formatter/releases)
- [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/victorolinasc/junit-formatter/commits/v3.3.1)

---
updated-dependencies:
- dependency-name: junit_formatter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump credo from 1.6.4 to 1.6.6

Bumps [credo](https://github.com/rrrene/credo) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.6.4...v1.6.6)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump absinthe_relay from 1.5.1 to 1.5.2 (blockscout#5911)

* Bump absinthe_relay from 1.5.1 to 1.5.2

Bumps [absinthe_relay](https://github.com/absinthe-graphql/absinthe_relay) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/absinthe-graphql/absinthe_relay/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe_relay/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe_relay@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: absinthe_relay
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert ecto update

* Revert ecto update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Update dependabot.yml

Create codeql-analysis.yml

Bump flow from 0.15.0 to 1.2.0

Bumps [flow](https://github.com/dashbitco/flow) from 0.15.0 to 1.2.0.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v0.15.0...v1.2.0)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump dialyxir from 1.1.0 to 1.2.0

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump benchee from 0.99.0 to 1.1.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.99.0 to 1.1.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.99.0...1.1.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bypass from 1.0.0 to 2.1.0

Bumps [bypass](https://github.com/PSPDFKit-labs/bypass) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/PSPDFKit-labs/bypass/releases)
- [Changelog](https://github.com/PSPDFKit-labs/bypass/blob/master/CHANGELOG.md)
- [Commits](PSPDFKit-labs/bypass@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: bypass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_datadog from 1.1.0 to 1.2.0

Bumps [spandex_datadog](https://github.com/spandex-project/spandex_datadog) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/spandex-project/spandex_datadog/releases)
- [Changelog](https://github.com/spandex-project/spandex_datadog/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_datadog@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: spandex_datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump logger_file_backend from 0.0.12 to 0.0.13

Bumps [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/onkel-dirtus/logger_file_backend/releases)
- [Changelog](https://github.com/onkel-dirtus/logger_file_backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onkel-dirtus/logger_file_backend/commits)

---
updated-dependencies:
- dependency-name: logger_file_backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG.md

Bump reduce-reducers from 0.4.3 to 1.0.4 in /apps/block_scout_web/assets

Bumps [reduce-reducers](https://github.com/redux-utilities/reduce-reducers) from 0.4.3 to 1.0.4.
- [Release notes](https://github.com/redux-utilities/reduce-reducers/releases)
- [Commits](redux-utilities/reduce-reducers@v0.4.3...v1.0.4)

---
updated-dependencies:
- dependency-name: reduce-reducers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Update reduce-reducers init function

Update reduce-reducers init function

Disable compile env validation

Update Changelog

Bump floki from 0.32.1 to 0.33.1

Bumps [floki](https://github.com/philss/floki) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/master/CHANGELOG.md)
- [Commits](philss/floki@v0.32.1...v0.33.1)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix large postgres notifications (blockscout#5850)

* Fix large postgres notifications

* Update Changelog

Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Flattened source code integration with rust micro-service

Add standard json verification integration

Support Sourcify verification through Rust microservice

Add Multi-Part file verification

Finalize rust verifier micro-service integration

Handle trailing / in RUST_VERIFICATION_SERVICE_URL for Sourcify verification through Rust microservice

Move fix for / to RustVerifierInterface

Add missing gettext; Move envs to runtime config; Add envs to makefile

Fix focus on Next button in 1st verification form (chose verification)

Avoid page updating for vyper verification

Fix vyper verification with twin contract data

Move import of verification_form.js and dropzone.js to general place

Bump eslint from 8.21.0 to 8.22.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Remove aox branch from publishing image on release

Update CHANGELOG.md

Update mix.lock

Update Makefile

Remove BOBA as the default option

Update config.exs

Add L1_TOKEN_SYMBOL in Dockerfile

Fix config

Update config.exs

Update Dockerfile

Update runtime.exs

Update runtime.exs

Add logos

Fix logo size
InoMurko pushed a commit to bobanetwork/blockscout that referenced this pull request Dec 22, 2022
Fix db

Fix type field

Remove keys

Fix log

Update memory limit

Update geth.ex

Disable retry

Update ETH text to Boba

Add e2e tests (blockscout#5796)

* Add e2e reusable workflow

* fix e2e tests job

* debug e2e tests

* add verification_image

* use master branch of e2e

* fix job "merge master after release"

* uncomment workflow rules

* fix CHANGELOG.md

* output renaming

* use kebab-case

* fix CHANGELOG.md

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>

Allow to setup multiple ranges of blocks to index (blockscout#5783)

* Add BLOCK_RANGES env var

* Allow to setup multiple ranges of blocks to index

* Add tests for BLOCK_RANGES

* Add CHANGELOG entry

Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Fix flickering token tooltip

Fix Cannot find module solc

Update Changelog

Fix address_tokens_usd_sum function

v4.1.7

Fix subpath not added to transaction_controller and holder_controller

- Update current_path to equal Controller.current_full_path(conn)

Small fix in "Publish Docker image on every push to master branch" CI workflow

Moved indexer ReplacedTransaction.Supervisor configuration to static config

Create dependabot.yml

Update Postgres version in Docker: 13 -> 14

Update migrate command

Update Changelog

Update dependabot.yml

Bump chartjs-adapter-luxon in /apps/block_scout_web/assets

Bumps [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-luxon/releases)
- [Commits](chartjs/chartjs-adapter-luxon@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: chartjs-adapter-luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack from 5.69.1 to 5.74.0 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.69.1...v5.74.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mini-css-extract-plugin in /apps/block_scout_web/assets

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.5.3...v2.6.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xss from 1.0.10 to 1.0.13 in /apps/block_scout_web/assets

Bumps [xss](https://github.com/leizongmin/js-xss) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/leizongmin/js-xss/releases)
- [Changelog](https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md)
- [Commits](leizongmin/js-xss@v1.0.10...v1.0.13)

---
updated-dependencies:
- dependency-name: xss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @fortawesome/fontawesome-free in /apps/block_scout_web/assets

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.0.0-beta3 to 6.1.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/6.1.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex from 3.0.3 to 3.1.0

Bumps [spandex](https://github.com/spandex-project/spandex) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/spandex-project/spandex/releases)
- [Changelog](https://github.com/spandex-project/spandex/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: spandex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_phoenix from 1.0.5 to 1.0.6

Bumps [spandex_phoenix](https://github.com/spandex-project/spandex_phoenix) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spandex-project/spandex_phoenix/releases)
- [Changelog](https://github.com/spandex-project/spandex_phoenix/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_phoenix@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: spandex_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss from 8.4.6 to 8.4.16 in /apps/block_scout_web/assets

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.6...8.4.16)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack-cli from 4.9.2 to 4.10.0 in /apps/block_scout_web/assets

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump chart.js from 3.7.0 to 3.9.1 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.7.0 to 3.9.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v3.7.0...v3.9.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mox from 0.5.2 to 1.0.2

Bumps [mox](https://github.com/dashbitco/mox) from 0.5.2 to 1.0.2.
- [Release notes](https://github.com/dashbitco/mox/releases)
- [Changelog](https://github.com/dashbitco/mox/blob/master/CHANGELOG.md)
- [Commits](dashbitco/mox@v0.5.2...v1.0.2)

---
updated-dependencies:
- dependency-name: mox
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump luxon from 2.4.0 to 3.0.1 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.4.0...3.0.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump cors_plug from 2.0.3 to 3.0.3

Bumps [cors_plug](https://github.com/mschae/cors_plug) from 2.0.3 to 3.0.3.
- [Release notes](https://github.com/mschae/cors_plug/releases)
- [Changelog](https://github.com/mschae/cors_plug/blob/main/CHANGELOG.md)
- [Commits](mschae/cors_plug@v2.0.3...v3.0.3)

---
updated-dependencies:
- dependency-name: cors_plug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump web3modal from 1.9.5 to 1.9.8 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.5 to 1.9.8.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](WalletConnect/web3modal@1.9.5...1.9.8)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @walletconnect/web3-provider in /apps/block_scout_web/assets

Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo) from 1.7.8 to 1.8.0.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases)
- [Commits](WalletConnect/walletconnect-monorepo@1.7.8...1.8.0)

---
updated-dependencies:
- dependency-name: "@walletconnect/web3-provider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump copy-webpack-plugin in /apps/block_scout_web/assets

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 11.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v10.2.1...v11.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump tesla from 1.3.3 to 1.4.4

Bumps [tesla](https://github.com/teamon/tesla) from 1.3.3 to 1.4.4.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.3.3...v1.4.4)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass-loader from 12.6.0 to 13.0.2 in /apps/block_scout_web/assets

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v13.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss-loader from 6.2.1 to 7.0.1 in /apps/block_scout_web/assets

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v6.2.1...v7.0.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump path-parser from 4.2.0 to 6.1.0 in /apps/block_scout_web/assets

Bumps [path-parser](https://github.com/troch/path-parser) from 4.2.0 to 6.1.0.
- [Release notes](https://github.com/troch/path-parser/releases)
- [Changelog](https://github.com/troch/path-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/troch/path-parser/commits)

---
updated-dependencies:
- dependency-name: path-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump phoenix_html from 3.0.4 to 3.2.0

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.0.4 to 3.2.0.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v3.0.4...v3.2.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Revert "Bump phoenix_html from 3.0.4 to 3.2.0"

Bump @tarekraafat/autocomplete.js in /apps/block_scout_web/assets

Bumps [@tarekraafat/autocomplete.js](https://github.com/TarekRaafat/autoComplete.js) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/TarekRaafat/autoComplete.js/releases)
- [Changelog](https://github.com/TarekRaafat/autoComplete.js/blob/master/docs/release-notes.md)
- [Commits](TarekRaafat/autoComplete.js@v10.2.6...v10.2.7)

---
updated-dependencies:
- dependency-name: "@tarekraafat/autocomplete.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump clipboard from 2.0.9 to 2.0.11 in /apps/block_scout_web/assets

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.9...v2.0.11)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump gettext 0.18.2 -> 0.20.0

Bump css-loader from 5.2.7 to 6.7.1 in /apps/block_scout_web/assets

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v6.7.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/core from 7.16.12 to 7.18.10 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump exvcr from 0.13.2 to 0.13.3

Bumps [exvcr](https://github.com/parroty/exvcr) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/parroty/exvcr/releases)
- [Changelog](https://github.com/parroty/exvcr/blob/master/CHANGELOG.md)
- [Commits](parroty/exvcr@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: exvcr
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_json_schema from 0.6.2 to 0.9.1

Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.6.2 to 0.9.1.
- [Release notes](https://github.com/jonasschmidt/ex_json_schema/releases)
- [Commits](https://github.com/jonasschmidt/ex_json_schema/commits)

---
updated-dependencies:
- dependency-name: ex_json_schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG; revert update of css-loader; rename fontawesome icons selectors

Update ex_cldr hex packages

Bump autoprefixer from 10.4.2 to 10.4.8 in /apps/block_scout_web/assets

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.2...10.4.8)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump solc from 0.8.0 to 0.8.16 in /apps/explorer

Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.0 to 0.8.16.
- [Release notes](https://github.com/ethereum/solc-js/releases)
- [Commits](ethereum/solc-js@v0.8.0...v0.8.16)

---
updated-dependencies:
- dependency-name: solc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Decrease time of docker build (blockscout#5861)

* decrease docker build time

* decrease docker build time

* decrease docker build time

* decrease docker build time

* updare CHANGELOG

* decrease docker build time

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Add check for nil metadata to avoid empty tab

Bump eslint from 8.17.0 to 8.21.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.17.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.49.8 to 1.54.3 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.8 to 1.54.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.49.8...1.54.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump highlight.js from 11.4.0 to 11.6.0 in /apps/block_scout_web/assets

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.4.0...11.6.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_ecto from 0.6.2 to 0.7.0

Bumps [spandex_ecto](https://github.com/spandex-project/spandex_ecto) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/spandex-project/spandex_ecto/releases)
- [Changelog](https://github.com/spandex-project/spandex_ecto/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_ecto@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: spandex_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/preset-env in /apps/block_scout_web/assets

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bignumber.js from 9.0.2 to 9.1.0 in /apps/block_scout_web/assets

Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.2...v9.1.0)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump redux from 4.1.2 to 4.2.0 in /apps/block_scout_web/assets

Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_rlp from 0.5.3 to 0.5.4

Bumps [ex_rlp](https://github.com/mana-ethereum/ex_rlp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/mana-ethereum/ex_rlp/releases)
- [Changelog](https://github.com/mana-ethereum/ex_rlp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mana-ethereum/ex_rlp/commits)

---
updated-dependencies:
- dependency-name: ex_rlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump core-js from 3.20.3 to 3.24.1 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.3 to 3.24.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.20.3...v3.24.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump math from 0.3.1 to 0.7.0

Bumps [math](https://github.com/folz/math) from 0.3.1 to 0.7.0.
- [Release notes](https://github.com/folz/math/releases)
- [Commits](https://github.com/folz/math/commits)

---
updated-dependencies:
- dependency-name: math
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump css-minimizer-webpack-plugin in /apps/block_scout_web/assets

Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postgrex from 0.15.10 to 0.15.13

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.10 to 0.15.13.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/v0.15.13/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.15.10...v0.15.13)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update poison package

Bump hammer from 6.0.0 to 6.1.0

Bumps [hammer](https://github.com/ExHammer/hammer) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/ExHammer/hammer/releases)
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: hammer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.54.3 to 1.54.4 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.3 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.54.3...1.54.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sweetalert2 from 11.3.10 to 11.4.26 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.3.10 to 11.4.26.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.3.10...v11.4.26)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump babel-loader from 8.2.3 to 8.2.5 in /apps/block_scout_web/assets

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.3...v8.2.5)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump prometheus from 4.8.1 to 4.9.0

Bumps [prometheus](https://github.com/deadtrickster/prometheus.erl) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/deadtrickster/prometheus.erl/releases)
- [Commits](deadtrickster/prometheus.erl@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Add missing environment variables to container params

Update Changelog

Enhance health API endpoint: better parsing HEALTHY_BLOCKS_PERIOD and use it in the response

Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets (blockscout#5894)

* Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.4.7 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add jest-environment-jsdom

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump timex from 3.7.1 to 3.7.9 (blockscout#5865)

* Bump timex from 3.7.1 to 3.7.9

Bumps [timex](https://github.com/bitwalker/timex) from 3.7.1 to 3.7.9.
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](bitwalker/timex@3.7.1...3.7.9)

---
updated-dependencies:
- dependency-name: timex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace Translator.default_locale() -> Translator.current_locale()

* Fix format_unit/4 function in order to match Timex.Translator.translate_plural\'s n is integer

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump benchee from 0.13.2 to 0.99.0 (blockscout#5872)

* Bump benchee from 0.13.2 to 0.99.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.13.2 to 0.99.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.13.2...0.99.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update benchee_csv

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump wallaby from 0.29.1 to 0.30.1 (blockscout#5895)

* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Bump absinthe from 1.6.5 to 1.6.8 (blockscout#5905)

* Bump absinthe from 1.6.5 to 1.6.8

Bumps [absinthe](https://github.com/absinthe-graphql/absinthe) from 1.6.5 to 1.6.8.
- [Release notes](https://github.com/absinthe-graphql/absinthe/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe@v1.6.5...v1.6.8)

---
updated-dependencies:
- dependency-name: absinthe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, dataloader

* Revert update ecto, dataloader

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump dataloader from 1.0.9 to 1.0.10 (blockscout#5881)

* Bump dataloader from 1.0.9 to 1.0.10

Bumps [dataloader](https://github.com/absinthe-graphql/dataloader) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/absinthe-graphql/dataloader/releases)
- [Changelog](https://github.com/absinthe-graphql/dataloader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/absinthe-graphql/dataloader/commits)

---
updated-dependencies:
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump junit_formatter from 3.3.0 to 3.3.1

Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/victorolinasc/junit-formatter/releases)
- [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/victorolinasc/junit-formatter/commits/v3.3.1)

---
updated-dependencies:
- dependency-name: junit_formatter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump credo from 1.6.4 to 1.6.6

Bumps [credo](https://github.com/rrrene/credo) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.6.4...v1.6.6)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump absinthe_relay from 1.5.1 to 1.5.2 (blockscout#5911)

* Bump absinthe_relay from 1.5.1 to 1.5.2

Bumps [absinthe_relay](https://github.com/absinthe-graphql/absinthe_relay) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/absinthe-graphql/absinthe_relay/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe_relay/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe_relay@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: absinthe_relay
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert ecto update

* Revert ecto update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Update dependabot.yml

Create codeql-analysis.yml

Bump flow from 0.15.0 to 1.2.0

Bumps [flow](https://github.com/dashbitco/flow) from 0.15.0 to 1.2.0.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v0.15.0...v1.2.0)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump dialyxir from 1.1.0 to 1.2.0

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump benchee from 0.99.0 to 1.1.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.99.0 to 1.1.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.99.0...1.1.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bypass from 1.0.0 to 2.1.0

Bumps [bypass](https://github.com/PSPDFKit-labs/bypass) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/PSPDFKit-labs/bypass/releases)
- [Changelog](https://github.com/PSPDFKit-labs/bypass/blob/master/CHANGELOG.md)
- [Commits](PSPDFKit-labs/bypass@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: bypass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_datadog from 1.1.0 to 1.2.0

Bumps [spandex_datadog](https://github.com/spandex-project/spandex_datadog) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/spandex-project/spandex_datadog/releases)
- [Changelog](https://github.com/spandex-project/spandex_datadog/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_datadog@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: spandex_datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump logger_file_backend from 0.0.12 to 0.0.13

Bumps [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/onkel-dirtus/logger_file_backend/releases)
- [Changelog](https://github.com/onkel-dirtus/logger_file_backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onkel-dirtus/logger_file_backend/commits)

---
updated-dependencies:
- dependency-name: logger_file_backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG.md

Bump reduce-reducers from 0.4.3 to 1.0.4 in /apps/block_scout_web/assets

Bumps [reduce-reducers](https://github.com/redux-utilities/reduce-reducers) from 0.4.3 to 1.0.4.
- [Release notes](https://github.com/redux-utilities/reduce-reducers/releases)
- [Commits](redux-utilities/reduce-reducers@v0.4.3...v1.0.4)

---
updated-dependencies:
- dependency-name: reduce-reducers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Update reduce-reducers init function

Update reduce-reducers init function

Disable compile env validation

Update Changelog

Bump floki from 0.32.1 to 0.33.1

Bumps [floki](https://github.com/philss/floki) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/master/CHANGELOG.md)
- [Commits](philss/floki@v0.32.1...v0.33.1)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix large postgres notifications (blockscout#5850)

* Fix large postgres notifications

* Update Changelog

Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Flattened source code integration with rust micro-service

Add standard json verification integration

Support Sourcify verification through Rust microservice

Add Multi-Part file verification

Finalize rust verifier micro-service integration

Handle trailing / in RUST_VERIFICATION_SERVICE_URL for Sourcify verification through Rust microservice

Move fix for / to RustVerifierInterface

Add missing gettext; Move envs to runtime config; Add envs to makefile

Fix focus on Next button in 1st verification form (chose verification)

Avoid page updating for vyper verification

Fix vyper verification with twin contract data

Move import of verification_form.js and dropzone.js to general place

Bump eslint from 8.21.0 to 8.22.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Remove aox branch from publishing image on release

Update CHANGELOG.md

Update mix.lock

Update Makefile

Remove BOBA as the default option

Update config.exs

Add L1_TOKEN_SYMBOL in Dockerfile

Fix config

Update config.exs

Update Dockerfile

Update runtime.exs

Update runtime.exs

Add logos

Fix logo size
InoMurko pushed a commit to bobanetwork/blockscout that referenced this pull request Dec 22, 2022
Fix db

Fix type field

Remove keys

Fix log

Update memory limit

Update geth.ex

Disable retry

Update ETH text to Boba

Add e2e tests (blockscout#5796)

* Add e2e reusable workflow

* fix e2e tests job

* debug e2e tests

* add verification_image

* use master branch of e2e

* fix job "merge master after release"

* uncomment workflow rules

* fix CHANGELOG.md

* output renaming

* use kebab-case

* fix CHANGELOG.md

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>

Allow to setup multiple ranges of blocks to index (blockscout#5783)

* Add BLOCK_RANGES env var

* Allow to setup multiple ranges of blocks to index

* Add tests for BLOCK_RANGES

* Add CHANGELOG entry

Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Fix flickering token tooltip

Fix Cannot find module solc

Update Changelog

Fix address_tokens_usd_sum function

v4.1.7

Fix subpath not added to transaction_controller and holder_controller

- Update current_path to equal Controller.current_full_path(conn)

Small fix in "Publish Docker image on every push to master branch" CI workflow

Moved indexer ReplacedTransaction.Supervisor configuration to static config

Create dependabot.yml

Update Postgres version in Docker: 13 -> 14

Update migrate command

Update Changelog

Update dependabot.yml

Bump chartjs-adapter-luxon in /apps/block_scout_web/assets

Bumps [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-luxon/releases)
- [Commits](chartjs/chartjs-adapter-luxon@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: chartjs-adapter-luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack from 5.69.1 to 5.74.0 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.69.1...v5.74.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mini-css-extract-plugin in /apps/block_scout_web/assets

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.5.3...v2.6.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xss from 1.0.10 to 1.0.13 in /apps/block_scout_web/assets

Bumps [xss](https://github.com/leizongmin/js-xss) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/leizongmin/js-xss/releases)
- [Changelog](https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md)
- [Commits](leizongmin/js-xss@v1.0.10...v1.0.13)

---
updated-dependencies:
- dependency-name: xss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @fortawesome/fontawesome-free in /apps/block_scout_web/assets

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.0.0-beta3 to 6.1.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/6.1.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex from 3.0.3 to 3.1.0

Bumps [spandex](https://github.com/spandex-project/spandex) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/spandex-project/spandex/releases)
- [Changelog](https://github.com/spandex-project/spandex/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: spandex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_phoenix from 1.0.5 to 1.0.6

Bumps [spandex_phoenix](https://github.com/spandex-project/spandex_phoenix) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spandex-project/spandex_phoenix/releases)
- [Changelog](https://github.com/spandex-project/spandex_phoenix/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_phoenix@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: spandex_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss from 8.4.6 to 8.4.16 in /apps/block_scout_web/assets

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.6...8.4.16)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack-cli from 4.9.2 to 4.10.0 in /apps/block_scout_web/assets

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump chart.js from 3.7.0 to 3.9.1 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.7.0 to 3.9.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v3.7.0...v3.9.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mox from 0.5.2 to 1.0.2

Bumps [mox](https://github.com/dashbitco/mox) from 0.5.2 to 1.0.2.
- [Release notes](https://github.com/dashbitco/mox/releases)
- [Changelog](https://github.com/dashbitco/mox/blob/master/CHANGELOG.md)
- [Commits](dashbitco/mox@v0.5.2...v1.0.2)

---
updated-dependencies:
- dependency-name: mox
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump luxon from 2.4.0 to 3.0.1 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.4.0...3.0.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump cors_plug from 2.0.3 to 3.0.3

Bumps [cors_plug](https://github.com/mschae/cors_plug) from 2.0.3 to 3.0.3.
- [Release notes](https://github.com/mschae/cors_plug/releases)
- [Changelog](https://github.com/mschae/cors_plug/blob/main/CHANGELOG.md)
- [Commits](mschae/cors_plug@v2.0.3...v3.0.3)

---
updated-dependencies:
- dependency-name: cors_plug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump web3modal from 1.9.5 to 1.9.8 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.5 to 1.9.8.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](WalletConnect/web3modal@1.9.5...1.9.8)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @walletconnect/web3-provider in /apps/block_scout_web/assets

Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo) from 1.7.8 to 1.8.0.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases)
- [Commits](WalletConnect/walletconnect-monorepo@1.7.8...1.8.0)

---
updated-dependencies:
- dependency-name: "@walletconnect/web3-provider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump copy-webpack-plugin in /apps/block_scout_web/assets

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 11.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v10.2.1...v11.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump tesla from 1.3.3 to 1.4.4

Bumps [tesla](https://github.com/teamon/tesla) from 1.3.3 to 1.4.4.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.3.3...v1.4.4)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass-loader from 12.6.0 to 13.0.2 in /apps/block_scout_web/assets

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v13.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss-loader from 6.2.1 to 7.0.1 in /apps/block_scout_web/assets

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v6.2.1...v7.0.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump path-parser from 4.2.0 to 6.1.0 in /apps/block_scout_web/assets

Bumps [path-parser](https://github.com/troch/path-parser) from 4.2.0 to 6.1.0.
- [Release notes](https://github.com/troch/path-parser/releases)
- [Changelog](https://github.com/troch/path-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/troch/path-parser/commits)

---
updated-dependencies:
- dependency-name: path-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump phoenix_html from 3.0.4 to 3.2.0

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.0.4 to 3.2.0.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v3.0.4...v3.2.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Revert "Bump phoenix_html from 3.0.4 to 3.2.0"

Bump @tarekraafat/autocomplete.js in /apps/block_scout_web/assets

Bumps [@tarekraafat/autocomplete.js](https://github.com/TarekRaafat/autoComplete.js) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/TarekRaafat/autoComplete.js/releases)
- [Changelog](https://github.com/TarekRaafat/autoComplete.js/blob/master/docs/release-notes.md)
- [Commits](TarekRaafat/autoComplete.js@v10.2.6...v10.2.7)

---
updated-dependencies:
- dependency-name: "@tarekraafat/autocomplete.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump clipboard from 2.0.9 to 2.0.11 in /apps/block_scout_web/assets

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.9...v2.0.11)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump gettext 0.18.2 -> 0.20.0

Bump css-loader from 5.2.7 to 6.7.1 in /apps/block_scout_web/assets

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v6.7.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/core from 7.16.12 to 7.18.10 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump exvcr from 0.13.2 to 0.13.3

Bumps [exvcr](https://github.com/parroty/exvcr) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/parroty/exvcr/releases)
- [Changelog](https://github.com/parroty/exvcr/blob/master/CHANGELOG.md)
- [Commits](parroty/exvcr@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: exvcr
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_json_schema from 0.6.2 to 0.9.1

Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.6.2 to 0.9.1.
- [Release notes](https://github.com/jonasschmidt/ex_json_schema/releases)
- [Commits](https://github.com/jonasschmidt/ex_json_schema/commits)

---
updated-dependencies:
- dependency-name: ex_json_schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG; revert update of css-loader; rename fontawesome icons selectors

Update ex_cldr hex packages

Bump autoprefixer from 10.4.2 to 10.4.8 in /apps/block_scout_web/assets

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.2...10.4.8)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump solc from 0.8.0 to 0.8.16 in /apps/explorer

Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.0 to 0.8.16.
- [Release notes](https://github.com/ethereum/solc-js/releases)
- [Commits](ethereum/solc-js@v0.8.0...v0.8.16)

---
updated-dependencies:
- dependency-name: solc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Decrease time of docker build (blockscout#5861)

* decrease docker build time

* decrease docker build time

* decrease docker build time

* decrease docker build time

* updare CHANGELOG

* decrease docker build time

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Add check for nil metadata to avoid empty tab

Bump eslint from 8.17.0 to 8.21.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.17.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.49.8 to 1.54.3 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.8 to 1.54.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.49.8...1.54.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump highlight.js from 11.4.0 to 11.6.0 in /apps/block_scout_web/assets

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.4.0...11.6.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_ecto from 0.6.2 to 0.7.0

Bumps [spandex_ecto](https://github.com/spandex-project/spandex_ecto) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/spandex-project/spandex_ecto/releases)
- [Changelog](https://github.com/spandex-project/spandex_ecto/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_ecto@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: spandex_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/preset-env in /apps/block_scout_web/assets

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bignumber.js from 9.0.2 to 9.1.0 in /apps/block_scout_web/assets

Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.2...v9.1.0)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump redux from 4.1.2 to 4.2.0 in /apps/block_scout_web/assets

Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_rlp from 0.5.3 to 0.5.4

Bumps [ex_rlp](https://github.com/mana-ethereum/ex_rlp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/mana-ethereum/ex_rlp/releases)
- [Changelog](https://github.com/mana-ethereum/ex_rlp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mana-ethereum/ex_rlp/commits)

---
updated-dependencies:
- dependency-name: ex_rlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump core-js from 3.20.3 to 3.24.1 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.3 to 3.24.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.20.3...v3.24.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump math from 0.3.1 to 0.7.0

Bumps [math](https://github.com/folz/math) from 0.3.1 to 0.7.0.
- [Release notes](https://github.com/folz/math/releases)
- [Commits](https://github.com/folz/math/commits)

---
updated-dependencies:
- dependency-name: math
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump css-minimizer-webpack-plugin in /apps/block_scout_web/assets

Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postgrex from 0.15.10 to 0.15.13

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.10 to 0.15.13.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/v0.15.13/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.15.10...v0.15.13)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update poison package

Bump hammer from 6.0.0 to 6.1.0

Bumps [hammer](https://github.com/ExHammer/hammer) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/ExHammer/hammer/releases)
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: hammer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.54.3 to 1.54.4 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.3 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.54.3...1.54.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sweetalert2 from 11.3.10 to 11.4.26 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.3.10 to 11.4.26.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.3.10...v11.4.26)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump babel-loader from 8.2.3 to 8.2.5 in /apps/block_scout_web/assets

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.3...v8.2.5)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump prometheus from 4.8.1 to 4.9.0

Bumps [prometheus](https://github.com/deadtrickster/prometheus.erl) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/deadtrickster/prometheus.erl/releases)
- [Commits](deadtrickster/prometheus.erl@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Add missing environment variables to container params

Update Changelog

Enhance health API endpoint: better parsing HEALTHY_BLOCKS_PERIOD and use it in the response

Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets (blockscout#5894)

* Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.4.7 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add jest-environment-jsdom

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump timex from 3.7.1 to 3.7.9 (blockscout#5865)

* Bump timex from 3.7.1 to 3.7.9

Bumps [timex](https://github.com/bitwalker/timex) from 3.7.1 to 3.7.9.
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](bitwalker/timex@3.7.1...3.7.9)

---
updated-dependencies:
- dependency-name: timex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace Translator.default_locale() -> Translator.current_locale()

* Fix format_unit/4 function in order to match Timex.Translator.translate_plural\'s n is integer

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump benchee from 0.13.2 to 0.99.0 (blockscout#5872)

* Bump benchee from 0.13.2 to 0.99.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.13.2 to 0.99.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.13.2...0.99.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update benchee_csv

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump wallaby from 0.29.1 to 0.30.1 (blockscout#5895)

* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Bump absinthe from 1.6.5 to 1.6.8 (blockscout#5905)

* Bump absinthe from 1.6.5 to 1.6.8

Bumps [absinthe](https://github.com/absinthe-graphql/absinthe) from 1.6.5 to 1.6.8.
- [Release notes](https://github.com/absinthe-graphql/absinthe/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe@v1.6.5...v1.6.8)

---
updated-dependencies:
- dependency-name: absinthe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, dataloader

* Revert update ecto, dataloader

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump dataloader from 1.0.9 to 1.0.10 (blockscout#5881)

* Bump dataloader from 1.0.9 to 1.0.10

Bumps [dataloader](https://github.com/absinthe-graphql/dataloader) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/absinthe-graphql/dataloader/releases)
- [Changelog](https://github.com/absinthe-graphql/dataloader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/absinthe-graphql/dataloader/commits)

---
updated-dependencies:
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump junit_formatter from 3.3.0 to 3.3.1

Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/victorolinasc/junit-formatter/releases)
- [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/victorolinasc/junit-formatter/commits/v3.3.1)

---
updated-dependencies:
- dependency-name: junit_formatter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump credo from 1.6.4 to 1.6.6

Bumps [credo](https://github.com/rrrene/credo) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.6.4...v1.6.6)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump absinthe_relay from 1.5.1 to 1.5.2 (blockscout#5911)

* Bump absinthe_relay from 1.5.1 to 1.5.2

Bumps [absinthe_relay](https://github.com/absinthe-graphql/absinthe_relay) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/absinthe-graphql/absinthe_relay/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe_relay/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe_relay@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: absinthe_relay
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert ecto update

* Revert ecto update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Update dependabot.yml

Create codeql-analysis.yml

Bump flow from 0.15.0 to 1.2.0

Bumps [flow](https://github.com/dashbitco/flow) from 0.15.0 to 1.2.0.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v0.15.0...v1.2.0)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump dialyxir from 1.1.0 to 1.2.0

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump benchee from 0.99.0 to 1.1.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.99.0 to 1.1.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.99.0...1.1.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bypass from 1.0.0 to 2.1.0

Bumps [bypass](https://github.com/PSPDFKit-labs/bypass) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/PSPDFKit-labs/bypass/releases)
- [Changelog](https://github.com/PSPDFKit-labs/bypass/blob/master/CHANGELOG.md)
- [Commits](PSPDFKit-labs/bypass@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: bypass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_datadog from 1.1.0 to 1.2.0

Bumps [spandex_datadog](https://github.com/spandex-project/spandex_datadog) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/spandex-project/spandex_datadog/releases)
- [Changelog](https://github.com/spandex-project/spandex_datadog/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_datadog@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: spandex_datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump logger_file_backend from 0.0.12 to 0.0.13

Bumps [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/onkel-dirtus/logger_file_backend/releases)
- [Changelog](https://github.com/onkel-dirtus/logger_file_backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onkel-dirtus/logger_file_backend/commits)

---
updated-dependencies:
- dependency-name: logger_file_backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG.md

Bump reduce-reducers from 0.4.3 to 1.0.4 in /apps/block_scout_web/assets

Bumps [reduce-reducers](https://github.com/redux-utilities/reduce-reducers) from 0.4.3 to 1.0.4.
- [Release notes](https://github.com/redux-utilities/reduce-reducers/releases)
- [Commits](redux-utilities/reduce-reducers@v0.4.3...v1.0.4)

---
updated-dependencies:
- dependency-name: reduce-reducers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Update reduce-reducers init function

Update reduce-reducers init function

Disable compile env validation

Update Changelog

Bump floki from 0.32.1 to 0.33.1

Bumps [floki](https://github.com/philss/floki) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/master/CHANGELOG.md)
- [Commits](philss/floki@v0.32.1...v0.33.1)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix large postgres notifications (blockscout#5850)

* Fix large postgres notifications

* Update Changelog

Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Flattened source code integration with rust micro-service

Add standard json verification integration

Support Sourcify verification through Rust microservice

Add Multi-Part file verification

Finalize rust verifier micro-service integration

Handle trailing / in RUST_VERIFICATION_SERVICE_URL for Sourcify verification through Rust microservice

Move fix for / to RustVerifierInterface

Add missing gettext; Move envs to runtime config; Add envs to makefile

Fix focus on Next button in 1st verification form (chose verification)

Avoid page updating for vyper verification

Fix vyper verification with twin contract data

Move import of verification_form.js and dropzone.js to general place

Bump eslint from 8.21.0 to 8.22.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Remove aox branch from publishing image on release

Update CHANGELOG.md

Update mix.lock

Update Makefile

Remove BOBA as the default option

Update config.exs

Add L1_TOKEN_SYMBOL in Dockerfile

Fix config

Update config.exs

Update Dockerfile

Update runtime.exs

Update runtime.exs

Add logos

Fix logo size
InoMurko pushed a commit to bobanetwork/blockscout that referenced this pull request Dec 22, 2022
Fix db

Fix type field

Remove keys

Fix log

Update memory limit

Update geth.ex

Disable retry

Update ETH text to Boba

Add e2e tests (blockscout#5796)

* Add e2e reusable workflow

* fix e2e tests job

* debug e2e tests

* add verification_image

* use master branch of e2e

* fix job "merge master after release"

* uncomment workflow rules

* fix CHANGELOG.md

* output renaming

* use kebab-case

* fix CHANGELOG.md

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>

Allow to setup multiple ranges of blocks to index (blockscout#5783)

* Add BLOCK_RANGES env var

* Allow to setup multiple ranges of blocks to index

* Add tests for BLOCK_RANGES

* Add CHANGELOG entry

Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Fix flickering token tooltip

Fix Cannot find module solc

Update Changelog

Fix address_tokens_usd_sum function

v4.1.7

Fix subpath not added to transaction_controller and holder_controller

- Update current_path to equal Controller.current_full_path(conn)

Small fix in "Publish Docker image on every push to master branch" CI workflow

Moved indexer ReplacedTransaction.Supervisor configuration to static config

Create dependabot.yml

Update Postgres version in Docker: 13 -> 14

Update migrate command

Update Changelog

Update dependabot.yml

Bump chartjs-adapter-luxon in /apps/block_scout_web/assets

Bumps [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-luxon/releases)
- [Commits](chartjs/chartjs-adapter-luxon@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: chartjs-adapter-luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack from 5.69.1 to 5.74.0 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.69.1...v5.74.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mini-css-extract-plugin in /apps/block_scout_web/assets

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.5.3...v2.6.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xss from 1.0.10 to 1.0.13 in /apps/block_scout_web/assets

Bumps [xss](https://github.com/leizongmin/js-xss) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/leizongmin/js-xss/releases)
- [Changelog](https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md)
- [Commits](leizongmin/js-xss@v1.0.10...v1.0.13)

---
updated-dependencies:
- dependency-name: xss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @fortawesome/fontawesome-free in /apps/block_scout_web/assets

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.0.0-beta3 to 6.1.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/6.1.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex from 3.0.3 to 3.1.0

Bumps [spandex](https://github.com/spandex-project/spandex) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/spandex-project/spandex/releases)
- [Changelog](https://github.com/spandex-project/spandex/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: spandex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_phoenix from 1.0.5 to 1.0.6

Bumps [spandex_phoenix](https://github.com/spandex-project/spandex_phoenix) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spandex-project/spandex_phoenix/releases)
- [Changelog](https://github.com/spandex-project/spandex_phoenix/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_phoenix@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: spandex_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss from 8.4.6 to 8.4.16 in /apps/block_scout_web/assets

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.6...8.4.16)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack-cli from 4.9.2 to 4.10.0 in /apps/block_scout_web/assets

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump chart.js from 3.7.0 to 3.9.1 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.7.0 to 3.9.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v3.7.0...v3.9.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mox from 0.5.2 to 1.0.2

Bumps [mox](https://github.com/dashbitco/mox) from 0.5.2 to 1.0.2.
- [Release notes](https://github.com/dashbitco/mox/releases)
- [Changelog](https://github.com/dashbitco/mox/blob/master/CHANGELOG.md)
- [Commits](dashbitco/mox@v0.5.2...v1.0.2)

---
updated-dependencies:
- dependency-name: mox
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump luxon from 2.4.0 to 3.0.1 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.4.0...3.0.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump cors_plug from 2.0.3 to 3.0.3

Bumps [cors_plug](https://github.com/mschae/cors_plug) from 2.0.3 to 3.0.3.
- [Release notes](https://github.com/mschae/cors_plug/releases)
- [Changelog](https://github.com/mschae/cors_plug/blob/main/CHANGELOG.md)
- [Commits](mschae/cors_plug@v2.0.3...v3.0.3)

---
updated-dependencies:
- dependency-name: cors_plug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump web3modal from 1.9.5 to 1.9.8 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.5 to 1.9.8.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](WalletConnect/web3modal@1.9.5...1.9.8)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @walletconnect/web3-provider in /apps/block_scout_web/assets

Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo) from 1.7.8 to 1.8.0.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases)
- [Commits](WalletConnect/walletconnect-monorepo@1.7.8...1.8.0)

---
updated-dependencies:
- dependency-name: "@walletconnect/web3-provider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump copy-webpack-plugin in /apps/block_scout_web/assets

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 11.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v10.2.1...v11.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump tesla from 1.3.3 to 1.4.4

Bumps [tesla](https://github.com/teamon/tesla) from 1.3.3 to 1.4.4.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.3.3...v1.4.4)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass-loader from 12.6.0 to 13.0.2 in /apps/block_scout_web/assets

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v13.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss-loader from 6.2.1 to 7.0.1 in /apps/block_scout_web/assets

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v6.2.1...v7.0.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump path-parser from 4.2.0 to 6.1.0 in /apps/block_scout_web/assets

Bumps [path-parser](https://github.com/troch/path-parser) from 4.2.0 to 6.1.0.
- [Release notes](https://github.com/troch/path-parser/releases)
- [Changelog](https://github.com/troch/path-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/troch/path-parser/commits)

---
updated-dependencies:
- dependency-name: path-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump phoenix_html from 3.0.4 to 3.2.0

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.0.4 to 3.2.0.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v3.0.4...v3.2.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Revert "Bump phoenix_html from 3.0.4 to 3.2.0"

Bump @tarekraafat/autocomplete.js in /apps/block_scout_web/assets

Bumps [@tarekraafat/autocomplete.js](https://github.com/TarekRaafat/autoComplete.js) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/TarekRaafat/autoComplete.js/releases)
- [Changelog](https://github.com/TarekRaafat/autoComplete.js/blob/master/docs/release-notes.md)
- [Commits](TarekRaafat/autoComplete.js@v10.2.6...v10.2.7)

---
updated-dependencies:
- dependency-name: "@tarekraafat/autocomplete.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump clipboard from 2.0.9 to 2.0.11 in /apps/block_scout_web/assets

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.9...v2.0.11)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump gettext 0.18.2 -> 0.20.0

Bump css-loader from 5.2.7 to 6.7.1 in /apps/block_scout_web/assets

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v6.7.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/core from 7.16.12 to 7.18.10 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump exvcr from 0.13.2 to 0.13.3

Bumps [exvcr](https://github.com/parroty/exvcr) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/parroty/exvcr/releases)
- [Changelog](https://github.com/parroty/exvcr/blob/master/CHANGELOG.md)
- [Commits](parroty/exvcr@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: exvcr
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_json_schema from 0.6.2 to 0.9.1

Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.6.2 to 0.9.1.
- [Release notes](https://github.com/jonasschmidt/ex_json_schema/releases)
- [Commits](https://github.com/jonasschmidt/ex_json_schema/commits)

---
updated-dependencies:
- dependency-name: ex_json_schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG; revert update of css-loader; rename fontawesome icons selectors

Update ex_cldr hex packages

Bump autoprefixer from 10.4.2 to 10.4.8 in /apps/block_scout_web/assets

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.2...10.4.8)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump solc from 0.8.0 to 0.8.16 in /apps/explorer

Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.0 to 0.8.16.
- [Release notes](https://github.com/ethereum/solc-js/releases)
- [Commits](ethereum/solc-js@v0.8.0...v0.8.16)

---
updated-dependencies:
- dependency-name: solc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Decrease time of docker build (blockscout#5861)

* decrease docker build time

* decrease docker build time

* decrease docker build time

* decrease docker build time

* updare CHANGELOG

* decrease docker build time

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Add check for nil metadata to avoid empty tab

Bump eslint from 8.17.0 to 8.21.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.17.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.49.8 to 1.54.3 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.8 to 1.54.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.49.8...1.54.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump highlight.js from 11.4.0 to 11.6.0 in /apps/block_scout_web/assets

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.4.0...11.6.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_ecto from 0.6.2 to 0.7.0

Bumps [spandex_ecto](https://github.com/spandex-project/spandex_ecto) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/spandex-project/spandex_ecto/releases)
- [Changelog](https://github.com/spandex-project/spandex_ecto/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_ecto@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: spandex_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/preset-env in /apps/block_scout_web/assets

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bignumber.js from 9.0.2 to 9.1.0 in /apps/block_scout_web/assets

Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.2...v9.1.0)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump redux from 4.1.2 to 4.2.0 in /apps/block_scout_web/assets

Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_rlp from 0.5.3 to 0.5.4

Bumps [ex_rlp](https://github.com/mana-ethereum/ex_rlp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/mana-ethereum/ex_rlp/releases)
- [Changelog](https://github.com/mana-ethereum/ex_rlp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mana-ethereum/ex_rlp/commits)

---
updated-dependencies:
- dependency-name: ex_rlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump core-js from 3.20.3 to 3.24.1 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.3 to 3.24.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.20.3...v3.24.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump math from 0.3.1 to 0.7.0

Bumps [math](https://github.com/folz/math) from 0.3.1 to 0.7.0.
- [Release notes](https://github.com/folz/math/releases)
- [Commits](https://github.com/folz/math/commits)

---
updated-dependencies:
- dependency-name: math
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump css-minimizer-webpack-plugin in /apps/block_scout_web/assets

Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postgrex from 0.15.10 to 0.15.13

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.10 to 0.15.13.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/v0.15.13/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.15.10...v0.15.13)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update poison package

Bump hammer from 6.0.0 to 6.1.0

Bumps [hammer](https://github.com/ExHammer/hammer) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/ExHammer/hammer/releases)
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: hammer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.54.3 to 1.54.4 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.3 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.54.3...1.54.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sweetalert2 from 11.3.10 to 11.4.26 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.3.10 to 11.4.26.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.3.10...v11.4.26)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump babel-loader from 8.2.3 to 8.2.5 in /apps/block_scout_web/assets

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.3...v8.2.5)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump prometheus from 4.8.1 to 4.9.0

Bumps [prometheus](https://github.com/deadtrickster/prometheus.erl) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/deadtrickster/prometheus.erl/releases)
- [Commits](deadtrickster/prometheus.erl@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Add missing environment variables to container params

Update Changelog

Enhance health API endpoint: better parsing HEALTHY_BLOCKS_PERIOD and use it in the response

Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets (blockscout#5894)

* Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.4.7 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add jest-environment-jsdom

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump timex from 3.7.1 to 3.7.9 (blockscout#5865)

* Bump timex from 3.7.1 to 3.7.9

Bumps [timex](https://github.com/bitwalker/timex) from 3.7.1 to 3.7.9.
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](bitwalker/timex@3.7.1...3.7.9)

---
updated-dependencies:
- dependency-name: timex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace Translator.default_locale() -> Translator.current_locale()

* Fix format_unit/4 function in order to match Timex.Translator.translate_plural\'s n is integer

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump benchee from 0.13.2 to 0.99.0 (blockscout#5872)

* Bump benchee from 0.13.2 to 0.99.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.13.2 to 0.99.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.13.2...0.99.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update benchee_csv

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump wallaby from 0.29.1 to 0.30.1 (blockscout#5895)

* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Bump absinthe from 1.6.5 to 1.6.8 (blockscout#5905)

* Bump absinthe from 1.6.5 to 1.6.8

Bumps [absinthe](https://github.com/absinthe-graphql/absinthe) from 1.6.5 to 1.6.8.
- [Release notes](https://github.com/absinthe-graphql/absinthe/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe@v1.6.5...v1.6.8)

---
updated-dependencies:
- dependency-name: absinthe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, dataloader

* Revert update ecto, dataloader

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump dataloader from 1.0.9 to 1.0.10 (blockscout#5881)

* Bump dataloader from 1.0.9 to 1.0.10

Bumps [dataloader](https://github.com/absinthe-graphql/dataloader) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/absinthe-graphql/dataloader/releases)
- [Changelog](https://github.com/absinthe-graphql/dataloader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/absinthe-graphql/dataloader/commits)

---
updated-dependencies:
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump junit_formatter from 3.3.0 to 3.3.1

Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/victorolinasc/junit-formatter/releases)
- [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/victorolinasc/junit-formatter/commits/v3.3.1)

---
updated-dependencies:
- dependency-name: junit_formatter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump credo from 1.6.4 to 1.6.6

Bumps [credo](https://github.com/rrrene/credo) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.6.4...v1.6.6)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump absinthe_relay from 1.5.1 to 1.5.2 (blockscout#5911)

* Bump absinthe_relay from 1.5.1 to 1.5.2

Bumps [absinthe_relay](https://github.com/absinthe-graphql/absinthe_relay) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/absinthe-graphql/absinthe_relay/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe_relay/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe_relay@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: absinthe_relay
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert ecto update

* Revert ecto update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Update dependabot.yml

Create codeql-analysis.yml

Bump flow from 0.15.0 to 1.2.0

Bumps [flow](https://github.com/dashbitco/flow) from 0.15.0 to 1.2.0.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v0.15.0...v1.2.0)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump dialyxir from 1.1.0 to 1.2.0

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump benchee from 0.99.0 to 1.1.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.99.0 to 1.1.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.99.0...1.1.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bypass from 1.0.0 to 2.1.0

Bumps [bypass](https://github.com/PSPDFKit-labs/bypass) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/PSPDFKit-labs/bypass/releases)
- [Changelog](https://github.com/PSPDFKit-labs/bypass/blob/master/CHANGELOG.md)
- [Commits](PSPDFKit-labs/bypass@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: bypass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_datadog from 1.1.0 to 1.2.0

Bumps [spandex_datadog](https://github.com/spandex-project/spandex_datadog) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/spandex-project/spandex_datadog/releases)
- [Changelog](https://github.com/spandex-project/spandex_datadog/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_datadog@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: spandex_datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump logger_file_backend from 0.0.12 to 0.0.13

Bumps [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/onkel-dirtus/logger_file_backend/releases)
- [Changelog](https://github.com/onkel-dirtus/logger_file_backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onkel-dirtus/logger_file_backend/commits)

---
updated-dependencies:
- dependency-name: logger_file_backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG.md

Bump reduce-reducers from 0.4.3 to 1.0.4 in /apps/block_scout_web/assets

Bumps [reduce-reducers](https://github.com/redux-utilities/reduce-reducers) from 0.4.3 to 1.0.4.
- [Release notes](https://github.com/redux-utilities/reduce-reducers/releases)
- [Commits](redux-utilities/reduce-reducers@v0.4.3...v1.0.4)

---
updated-dependencies:
- dependency-name: reduce-reducers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Update reduce-reducers init function

Update reduce-reducers init function

Disable compile env validation

Update Changelog

Bump floki from 0.32.1 to 0.33.1

Bumps [floki](https://github.com/philss/floki) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/master/CHANGELOG.md)
- [Commits](philss/floki@v0.32.1...v0.33.1)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix large postgres notifications (blockscout#5850)

* Fix large postgres notifications

* Update Changelog

Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Flattened source code integration with rust micro-service

Add standard json verification integration

Support Sourcify verification through Rust microservice

Add Multi-Part file verification

Finalize rust verifier micro-service integration

Handle trailing / in RUST_VERIFICATION_SERVICE_URL for Sourcify verification through Rust microservice

Move fix for / to RustVerifierInterface

Add missing gettext; Move envs to runtime config; Add envs to makefile

Fix focus on Next button in 1st verification form (chose verification)

Avoid page updating for vyper verification

Fix vyper verification with twin contract data

Move import of verification_form.js and dropzone.js to general place

Bump eslint from 8.21.0 to 8.22.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Remove aox branch from publishing image on release

Update CHANGELOG.md

Update mix.lock

Update Makefile

Remove BOBA as the default option

Update config.exs

Add L1_TOKEN_SYMBOL in Dockerfile

Fix config

Update config.exs

Update Dockerfile

Update runtime.exs

Update runtime.exs

Add logos

Fix logo size

fixing conflicts and old geth issues
InoMurko pushed a commit to bobanetwork/blockscout that referenced this pull request Dec 22, 2022
Fix db

Fix type field

Remove keys

Fix log

Update memory limit

Update geth.ex

Disable retry

Update ETH text to Boba

Add e2e tests (blockscout#5796)

* Add e2e reusable workflow

* fix e2e tests job

* debug e2e tests

* add verification_image

* use master branch of e2e

* fix job "merge master after release"

* uncomment workflow rules

* fix CHANGELOG.md

* output renaming

* use kebab-case

* fix CHANGELOG.md

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>

Allow to setup multiple ranges of blocks to index (blockscout#5783)

* Add BLOCK_RANGES env var

* Allow to setup multiple ranges of blocks to index

* Add tests for BLOCK_RANGES

* Add CHANGELOG entry

Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Fix flickering token tooltip

Fix Cannot find module solc

Update Changelog

Fix address_tokens_usd_sum function

v4.1.7

Fix subpath not added to transaction_controller and holder_controller

- Update current_path to equal Controller.current_full_path(conn)

Small fix in "Publish Docker image on every push to master branch" CI workflow

Moved indexer ReplacedTransaction.Supervisor configuration to static config

Create dependabot.yml

Update Postgres version in Docker: 13 -> 14

Update migrate command

Update Changelog

Update dependabot.yml

Bump chartjs-adapter-luxon in /apps/block_scout_web/assets

Bumps [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-luxon/releases)
- [Commits](chartjs/chartjs-adapter-luxon@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: chartjs-adapter-luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack from 5.69.1 to 5.74.0 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.69.1...v5.74.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mini-css-extract-plugin in /apps/block_scout_web/assets

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.5.3...v2.6.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xss from 1.0.10 to 1.0.13 in /apps/block_scout_web/assets

Bumps [xss](https://github.com/leizongmin/js-xss) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/leizongmin/js-xss/releases)
- [Changelog](https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md)
- [Commits](leizongmin/js-xss@v1.0.10...v1.0.13)

---
updated-dependencies:
- dependency-name: xss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @fortawesome/fontawesome-free in /apps/block_scout_web/assets

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.0.0-beta3 to 6.1.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/6.1.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex from 3.0.3 to 3.1.0

Bumps [spandex](https://github.com/spandex-project/spandex) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/spandex-project/spandex/releases)
- [Changelog](https://github.com/spandex-project/spandex/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: spandex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_phoenix from 1.0.5 to 1.0.6

Bumps [spandex_phoenix](https://github.com/spandex-project/spandex_phoenix) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spandex-project/spandex_phoenix/releases)
- [Changelog](https://github.com/spandex-project/spandex_phoenix/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_phoenix@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: spandex_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss from 8.4.6 to 8.4.16 in /apps/block_scout_web/assets

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.6...8.4.16)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump webpack-cli from 4.9.2 to 4.10.0 in /apps/block_scout_web/assets

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump chart.js from 3.7.0 to 3.9.1 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.7.0 to 3.9.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v3.7.0...v3.9.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump mox from 0.5.2 to 1.0.2

Bumps [mox](https://github.com/dashbitco/mox) from 0.5.2 to 1.0.2.
- [Release notes](https://github.com/dashbitco/mox/releases)
- [Changelog](https://github.com/dashbitco/mox/blob/master/CHANGELOG.md)
- [Commits](dashbitco/mox@v0.5.2...v1.0.2)

---
updated-dependencies:
- dependency-name: mox
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump luxon from 2.4.0 to 3.0.1 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@2.4.0...3.0.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump cors_plug from 2.0.3 to 3.0.3

Bumps [cors_plug](https://github.com/mschae/cors_plug) from 2.0.3 to 3.0.3.
- [Release notes](https://github.com/mschae/cors_plug/releases)
- [Changelog](https://github.com/mschae/cors_plug/blob/main/CHANGELOG.md)
- [Commits](mschae/cors_plug@v2.0.3...v3.0.3)

---
updated-dependencies:
- dependency-name: cors_plug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump web3modal from 1.9.5 to 1.9.8 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.5 to 1.9.8.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](WalletConnect/web3modal@1.9.5...1.9.8)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @walletconnect/web3-provider in /apps/block_scout_web/assets

Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo) from 1.7.8 to 1.8.0.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases)
- [Commits](WalletConnect/walletconnect-monorepo@1.7.8...1.8.0)

---
updated-dependencies:
- dependency-name: "@walletconnect/web3-provider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump copy-webpack-plugin in /apps/block_scout_web/assets

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 11.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v10.2.1...v11.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump tesla from 1.3.3 to 1.4.4

Bumps [tesla](https://github.com/teamon/tesla) from 1.3.3 to 1.4.4.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.3.3...v1.4.4)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass-loader from 12.6.0 to 13.0.2 in /apps/block_scout_web/assets

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v13.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postcss-loader from 6.2.1 to 7.0.1 in /apps/block_scout_web/assets

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v6.2.1...v7.0.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump path-parser from 4.2.0 to 6.1.0 in /apps/block_scout_web/assets

Bumps [path-parser](https://github.com/troch/path-parser) from 4.2.0 to 6.1.0.
- [Release notes](https://github.com/troch/path-parser/releases)
- [Changelog](https://github.com/troch/path-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/troch/path-parser/commits)

---
updated-dependencies:
- dependency-name: path-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump phoenix_html from 3.0.4 to 3.2.0

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.0.4 to 3.2.0.
- [Release notes](https://github.com/phoenixframework/phoenix_html/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_html@v3.0.4...v3.2.0)

---
updated-dependencies:
- dependency-name: phoenix_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Revert "Bump phoenix_html from 3.0.4 to 3.2.0"

Bump @tarekraafat/autocomplete.js in /apps/block_scout_web/assets

Bumps [@tarekraafat/autocomplete.js](https://github.com/TarekRaafat/autoComplete.js) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/TarekRaafat/autoComplete.js/releases)
- [Changelog](https://github.com/TarekRaafat/autoComplete.js/blob/master/docs/release-notes.md)
- [Commits](TarekRaafat/autoComplete.js@v10.2.6...v10.2.7)

---
updated-dependencies:
- dependency-name: "@tarekraafat/autocomplete.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump clipboard from 2.0.9 to 2.0.11 in /apps/block_scout_web/assets

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.9...v2.0.11)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump gettext 0.18.2 -> 0.20.0

Bump css-loader from 5.2.7 to 6.7.1 in /apps/block_scout_web/assets

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v6.7.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/core from 7.16.12 to 7.18.10 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump exvcr from 0.13.2 to 0.13.3

Bumps [exvcr](https://github.com/parroty/exvcr) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/parroty/exvcr/releases)
- [Changelog](https://github.com/parroty/exvcr/blob/master/CHANGELOG.md)
- [Commits](parroty/exvcr@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: exvcr
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_json_schema from 0.6.2 to 0.9.1

Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.6.2 to 0.9.1.
- [Release notes](https://github.com/jonasschmidt/ex_json_schema/releases)
- [Commits](https://github.com/jonasschmidt/ex_json_schema/commits)

---
updated-dependencies:
- dependency-name: ex_json_schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG; revert update of css-loader; rename fontawesome icons selectors

Update ex_cldr hex packages

Bump autoprefixer from 10.4.2 to 10.4.8 in /apps/block_scout_web/assets

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.2...10.4.8)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump solc from 0.8.0 to 0.8.16 in /apps/explorer

Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.0 to 0.8.16.
- [Release notes](https://github.com/ethereum/solc-js/releases)
- [Commits](ethereum/solc-js@v0.8.0...v0.8.16)

---
updated-dependencies:
- dependency-name: solc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Decrease time of docker build (blockscout#5861)

* decrease docker build time

* decrease docker build time

* decrease docker build time

* decrease docker build time

* updare CHANGELOG

* decrease docker build time

Co-authored-by: Yuliya Sharafitdinova <yuliy.sharafitdinova@x5.ru>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Add check for nil metadata to avoid empty tab

Bump eslint from 8.17.0 to 8.21.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.17.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.49.8 to 1.54.3 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.8 to 1.54.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.49.8...1.54.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump highlight.js from 11.4.0 to 11.6.0 in /apps/block_scout_web/assets

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.4.0...11.6.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_ecto from 0.6.2 to 0.7.0

Bumps [spandex_ecto](https://github.com/spandex-project/spandex_ecto) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/spandex-project/spandex_ecto/releases)
- [Changelog](https://github.com/spandex-project/spandex_ecto/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_ecto@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: spandex_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump @babel/preset-env in /apps/block_scout_web/assets

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bignumber.js from 9.0.2 to 9.1.0 in /apps/block_scout_web/assets

Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.2...v9.1.0)

---
updated-dependencies:
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump redux from 4.1.2 to 4.2.0 in /apps/block_scout_web/assets

Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump ex_rlp from 0.5.3 to 0.5.4

Bumps [ex_rlp](https://github.com/mana-ethereum/ex_rlp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/mana-ethereum/ex_rlp/releases)
- [Changelog](https://github.com/mana-ethereum/ex_rlp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mana-ethereum/ex_rlp/commits)

---
updated-dependencies:
- dependency-name: ex_rlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump core-js from 3.20.3 to 3.24.1 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.3 to 3.24.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.20.3...v3.24.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump math from 0.3.1 to 0.7.0

Bumps [math](https://github.com/folz/math) from 0.3.1 to 0.7.0.
- [Release notes](https://github.com/folz/math/releases)
- [Commits](https://github.com/folz/math/commits)

---
updated-dependencies:
- dependency-name: math
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump css-minimizer-webpack-plugin in /apps/block_scout_web/assets

Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump postgrex from 0.15.10 to 0.15.13

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.10 to 0.15.13.
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/v0.15.13/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.15.10...v0.15.13)

---
updated-dependencies:
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update poison package

Bump hammer from 6.0.0 to 6.1.0

Bumps [hammer](https://github.com/ExHammer/hammer) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/ExHammer/hammer/releases)
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: hammer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sass from 1.54.3 to 1.54.4 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.3 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.54.3...1.54.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump sweetalert2 from 11.3.10 to 11.4.26 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.3.10 to 11.4.26.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.3.10...v11.4.26)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump babel-loader from 8.2.3 to 8.2.5 in /apps/block_scout_web/assets

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.3...v8.2.5)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump prometheus from 4.8.1 to 4.9.0

Bumps [prometheus](https://github.com/deadtrickster/prometheus.erl) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/deadtrickster/prometheus.erl/releases)
- [Commits](deadtrickster/prometheus.erl@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Add missing environment variables to container params

Update Changelog

Enhance health API endpoint: better parsing HEALTHY_BLOCKS_PERIOD and use it in the response

Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets (blockscout#5894)

* Bump jest from 27.4.7 to 28.1.3 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.4.7 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add jest-environment-jsdom

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump timex from 3.7.1 to 3.7.9 (blockscout#5865)

* Bump timex from 3.7.1 to 3.7.9

Bumps [timex](https://github.com/bitwalker/timex) from 3.7.1 to 3.7.9.
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](bitwalker/timex@3.7.1...3.7.9)

---
updated-dependencies:
- dependency-name: timex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace Translator.default_locale() -> Translator.current_locale()

* Fix format_unit/4 function in order to match Timex.Translator.translate_plural\'s n is integer

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump benchee from 0.13.2 to 0.99.0 (blockscout#5872)

* Bump benchee from 0.13.2 to 0.99.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.13.2 to 0.99.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.13.2...0.99.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update benchee_csv

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump wallaby from 0.29.1 to 0.30.1 (blockscout#5895)

* Bump wallaby from 0.29.1 to 0.30.1

Bumps [wallaby](https://github.com/elixir-wallaby/wallaby) from 0.29.1 to 0.30.1.
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.29.1...v0.30.1)

---
updated-dependencies:
- dependency-name: wallaby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

* Revert update ecto, ecto_sql, postgrex

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Bump absinthe from 1.6.5 to 1.6.8 (blockscout#5905)

* Bump absinthe from 1.6.5 to 1.6.8

Bumps [absinthe](https://github.com/absinthe-graphql/absinthe) from 1.6.5 to 1.6.8.
- [Release notes](https://github.com/absinthe-graphql/absinthe/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe@v1.6.5...v1.6.8)

---
updated-dependencies:
- dependency-name: absinthe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto, dataloader

* Revert update ecto, dataloader

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump dataloader from 1.0.9 to 1.0.10 (blockscout#5881)

* Bump dataloader from 1.0.9 to 1.0.10

Bumps [dataloader](https://github.com/absinthe-graphql/dataloader) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/absinthe-graphql/dataloader/releases)
- [Changelog](https://github.com/absinthe-graphql/dataloader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/absinthe-graphql/dataloader/commits)

---
updated-dependencies:
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert update ecto

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Bump junit_formatter from 3.3.0 to 3.3.1

Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/victorolinasc/junit-formatter/releases)
- [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/victorolinasc/junit-formatter/commits/v3.3.1)

---
updated-dependencies:
- dependency-name: junit_formatter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump credo from 1.6.4 to 1.6.6

Bumps [credo](https://github.com/rrrene/credo) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.6.4...v1.6.6)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump absinthe_relay from 1.5.1 to 1.5.2 (blockscout#5911)

* Bump absinthe_relay from 1.5.1 to 1.5.2

Bumps [absinthe_relay](https://github.com/absinthe-graphql/absinthe_relay) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/absinthe-graphql/absinthe_relay/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe_relay/blob/master/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe_relay@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: absinthe_relay
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert ecto update

* Revert ecto update

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

Update dependabot.yml

Create codeql-analysis.yml

Bump flow from 0.15.0 to 1.2.0

Bumps [flow](https://github.com/dashbitco/flow) from 0.15.0 to 1.2.0.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v0.15.0...v1.2.0)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump dialyxir from 1.1.0 to 1.2.0

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump benchee from 0.99.0 to 1.1.0

Bumps [benchee](https://github.com/bencheeorg/benchee) from 0.99.0 to 1.1.0.
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@0.99.0...1.1.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump bypass from 1.0.0 to 2.1.0

Bumps [bypass](https://github.com/PSPDFKit-labs/bypass) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/PSPDFKit-labs/bypass/releases)
- [Changelog](https://github.com/PSPDFKit-labs/bypass/blob/master/CHANGELOG.md)
- [Commits](PSPDFKit-labs/bypass@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: bypass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump spandex_datadog from 1.1.0 to 1.2.0

Bumps [spandex_datadog](https://github.com/spandex-project/spandex_datadog) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/spandex-project/spandex_datadog/releases)
- [Changelog](https://github.com/spandex-project/spandex_datadog/blob/master/CHANGELOG.md)
- [Commits](spandex-project/spandex_datadog@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: spandex_datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump logger_file_backend from 0.0.12 to 0.0.13

Bumps [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/onkel-dirtus/logger_file_backend/releases)
- [Changelog](https://github.com/onkel-dirtus/logger_file_backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onkel-dirtus/logger_file_backend/commits)

---
updated-dependencies:
- dependency-name: logger_file_backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Update CHANGELOG.md

Bump reduce-reducers from 0.4.3 to 1.0.4 in /apps/block_scout_web/assets

Bumps [reduce-reducers](https://github.com/redux-utilities/reduce-reducers) from 0.4.3 to 1.0.4.
- [Release notes](https://github.com/redux-utilities/reduce-reducers/releases)
- [Commits](redux-utilities/reduce-reducers@v0.4.3...v1.0.4)

---
updated-dependencies:
- dependency-name: reduce-reducers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Update reduce-reducers init function

Update reduce-reducers init function

Disable compile env validation

Update Changelog

Bump floki from 0.32.1 to 0.33.1

Bumps [floki](https://github.com/philss/floki) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/master/CHANGELOG.md)
- [Commits](philss/floki@v0.32.1...v0.33.1)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix large postgres notifications (blockscout#5850)

* Fix large postgres notifications

* Update Changelog

Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

Flattened source code integration with rust micro-service

Add standard json verification integration

Support Sourcify verification through Rust microservice

Add Multi-Part file verification

Finalize rust verifier micro-service integration

Handle trailing / in RUST_VERIFICATION_SERVICE_URL for Sourcify verification through Rust microservice

Move fix for / to RustVerifierInterface

Add missing gettext; Move envs to runtime config; Add envs to makefile

Fix focus on Next button in 1st verification form (chose verification)

Avoid page updating for vyper verification

Fix vyper verification with twin contract data

Move import of verification_form.js and dropzone.js to general place

Bump eslint from 8.21.0 to 8.22.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Remove aox branch from publishing image on release

Update CHANGELOG.md

Update mix.lock

Update Makefile

Remove BOBA as the default option

Update config.exs

Add L1_TOKEN_SYMBOL in Dockerfile

Fix config

Update config.exs

Update Dockerfile

Update runtime.exs

Update runtime.exs

Add logos

Fix logo size

fixing conflicts and old geth issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant