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

[WIP] [explorer/frontend] fix ci errors #1164

Closed

Commits on Jul 1, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump mocha
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [mocha](https://github.com/mochajs/mocha).
    
    
    Updates `mocha` from 10.4.0 to 10.5.2
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.4.0...v10.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump mocha
    
    Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [mocha](https://github.com/mochajs/mocha).
    
    
    Updates `mocha` from 10.4.0 to 10.5.2
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.4.0...v10.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump @testing-library/dom
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 1 update: [@testing-library/dom](https://github.com/testing-library/dom-testing-library).
    
    
    Updates `@testing-library/dom` from 10.1.0 to 10.2.0
    - [Release notes](https://github.com/testing-library/dom-testing-library/releases)
    - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
    - [Commits](testing-library/dom-testing-library@v10.1.0...v10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@testing-library/dom"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e8710e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump mocha
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [mocha](https://github.com/mochajs/mocha).
    
    
    Updates `mocha` from 10.5.2 to 10.6.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.5.2...v10.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump mocha
    
    Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [mocha](https://github.com/mochajs/mocha).
    
    
    Updates `mocha` from 10.5.2 to 10.6.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.5.2...v10.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 2 updates: [web-vitals](https://github.com/GoogleChrome/web-vitals) and [@testing-library/dom](https://github.com/testing-library/dom-testing-library).
    
    
    Updates `web-vitals` from 4.2.0 to 4.2.1
    - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
    - [Commits](GoogleChrome/web-vitals@v4.2.0...v4.2.1)
    
    Updates `@testing-library/dom` from 10.2.0 to 10.3.1
    - [Release notes](https://github.com/testing-library/dom-testing-library/releases)
    - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
    - [Commits](testing-library/dom-testing-library@v10.2.0...v10.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: web-vitals
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: "@testing-library/dom"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    54aa45f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump winston
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [winston](https://github.com/winstonjs/winston).
    
    
    Updates `winston` from 3.13.0 to 3.13.1
    - [Release notes](https://github.com/winstonjs/winston/releases)
    - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
    - [Commits](winstonjs/winston@v3.13.0...v3.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: winston
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump twitter-api-v2
    
    Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2).
    
    
    Updates `twitter-api-v2` from 1.17.1 to 1.17.2
    - [Release notes](https://github.com/plhery/node-twitter-api-v2/releases)
    - [Changelog](https://github.com/PLhery/node-twitter-api-v2/blob/master/changelog.md)
    - [Commits](PLhery/node-twitter-api-v2@1.17.1...1.17.2)
    
    ---
    updated-dependencies:
    - dependency-name: twitter-api-v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 4 updates: [next](https://github.com/vercel/next.js), [sass](https://github.com/sass/dart-sass), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [webpack](https://github.com/webpack/webpack).
    
    
    Updates `next` from 14.2.4 to 14.2.5
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.4...v14.2.5)
    
    Updates `sass` from 1.77.6 to 1.77.8
    - [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.77.6...1.77.8)
    
    Updates `eslint-config-next` from 14.2.4 to 14.2.5
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v14.2.5/packages/eslint-config-next)
    
    Updates `webpack` from 5.92.1 to 5.93.0
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.92.1...v5.93.0)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6289b64 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump pytest
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.2.2 to 8.3.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 2 updates: [web-vitals](https://github.com/GoogleChrome/web-vitals) and [@testing-library/dom](https://github.com/testing-library/dom-testing-library).
    
    
    Updates `web-vitals` from 4.2.1 to 4.2.2
    - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
    - [Commits](GoogleChrome/web-vitals@v4.2.1...v4.2.2)
    
    Updates `@testing-library/dom` from 10.3.1 to 10.3.2
    - [Release notes](https://github.com/testing-library/dom-testing-library/releases)
    - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
    - [Commits](testing-library/dom-testing-library@v10.3.1...v10.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: web-vitals
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: "@testing-library/dom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump github/combine-prs
    
    Bumps the github-action-dependencies group with 1 update: [github/combine-prs](https://github.com/github/combine-prs).
    
    
    Updates `github/combine-prs` from 5.0.0 to 5.1.0
    - [Release notes](https://github.com/github/combine-prs/releases)
    - [Commits](github/combine-prs@v5.0.0...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: github/combine-prs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the light-python-dependencies group in /lightapi/python with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.2.2 to 8.3.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: light-python-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.2.2 to 8.3.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the tools-shoestring-dependencies group in /tools/shoestring with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.2.2 to 8.3.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: tools-shoestring-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump mocha
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [mocha](https://github.com/mochajs/mocha).
    
    
    Updates `mocha` from 10.6.0 to 10.7.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.6.0...v10.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump mocha
    
    Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [mocha](https://github.com/mochajs/mocha).
    
    
    Updates `mocha` from 10.6.0 to 10.7.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.6.0...v10.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    75d451e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump chai from 4.4.1 to 4.5.0 in /faucet/backend
    
    Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 4.5.0.
    - [Release notes](https://github.com/chaijs/chai/releases)
    - [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
    - [Commits](chaijs/chai@v4.4.1...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: chai
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump chai from 4.4.1 to 4.5.0 in /faucet/authenticator
    
    Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 4.5.0.
    - [Release notes](https://github.com/chaijs/chai/releases)
    - [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
    - [Commits](chaijs/chai@v4.4.1...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: chai
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the light-python-dependencies group in /lightapi/python with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.3.1 to 8.3.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.1...8.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: light-python-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the tools-shoestring-dependencies group in /tools/shoestring with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.3.1 to 8.3.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.1...8.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: tools-shoestring-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.3.1 to 8.3.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.1...8.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump path from 16.14.0 to 17.0.0 in /explorer/rest
    
    Bumps [path](https://github.com/jaraco/path) from 16.14.0 to 17.0.0.
    - [Release notes](https://github.com/jaraco/path/releases)
    - [Changelog](https://github.com/jaraco/path/blob/main/NEWS.rst)
    - [Commits](jaraco/path@v16.14.0...v17.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: path
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 3 updates: [query-string](https://github.com/sindresorhus/query-string), [@testing-library/dom](https://github.com/testing-library/dom-testing-library) and [@testing-library/jest-dom](https://github.com/testing-library/jest-dom).
    
    
    Updates `query-string` from 9.0.0 to 9.1.0
    - [Release notes](https://github.com/sindresorhus/query-string/releases)
    - [Commits](sindresorhus/query-string@v9.0.0...v9.1.0)
    
    Updates `@testing-library/dom` from 10.3.2 to 10.4.0
    - [Release notes](https://github.com/testing-library/dom-testing-library/releases)
    - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
    - [Commits](testing-library/dom-testing-library@v10.3.2...v10.4.0)
    
    Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8
    - [Release notes](https://github.com/testing-library/jest-dom/releases)
    - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
    - [Commits](testing-library/jest-dom@v6.4.6...v6.4.8)
    
    ---
    updated-dependencies:
    - dependency-name: query-string
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    - dependency-name: "@testing-library/dom"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    - dependency-name: "@testing-library/jest-dom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the explorer-nodewatch-dependencies group
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 2 updates: [plotly](https://github.com/plotly/plotly.py) and [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `plotly` from 5.22.0 to 5.23.0
    - [Release notes](https://github.com/plotly/plotly.py/releases)
    - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
    - [Commits](plotly/plotly.py@v5.22.0...v5.23.0)
    
    Updates `pytest` from 8.3.1 to 8.3.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.1...8.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: plotly
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: explorer-nodewatch-dependencies
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    05a05d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: update aiohttp requirement in /lightapi/python
    
    Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.0...v3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump axios
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 1 update: [axios](https://github.com/axios/axios).
    
    
    Updates `axios` from 1.7.2 to 1.7.3
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.2...v1.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: update aiohttp requirement in /tools/shoestring
    
    Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.0...v3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.9.5 to 3.10.0
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump axios
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [axios](https://github.com/axios/axios).
    
    
    Updates `axios` from 1.7.2 to 1.7.3
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.2...v1.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.9.5 to 3.10.0
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    387a5e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    36c80d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    d816b93 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump the explorer-nodewatch-dependencies group
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 2 updates: [cffi](https://github.com/python-cffi/cffi) and [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `cffi` from 1.16.0 to 1.17.0
    - [Release notes](https://github.com/python-cffi/cffi/releases)
    - [Commits](python-cffi/cffi@v1.16.0...v1.17.0)
    
    Updates `aiohttp` from 3.10.0 to 3.10.3
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.0...v3.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: cffi
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: explorer-nodewatch-dependencies
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump web-vitals
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 1 update: [web-vitals](https://github.com/GoogleChrome/web-vitals).
    
    
    Updates `web-vitals` from 4.2.2 to 4.2.3
    - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
    - [Commits](GoogleChrome/web-vitals@v4.2.2...v4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: web-vitals
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.0 to 3.10.3
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.0...v3.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump mocha
    
    Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [mocha](https://github.com/mochajs/mocha).
    
    
    Updates `mocha` from 10.7.0 to 10.7.3
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.7.0...v10.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump cffi
    
    Bumps the light-python-dependencies group in /lightapi/python with 1 update: [cffi](https://github.com/python-cffi/cffi).
    
    
    Updates `cffi` from 1.16.0 to 1.17.0
    - [Release notes](https://github.com/python-cffi/cffi/releases)
    - [Commits](python-cffi/cffi@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: cffi
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: light-python-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump babel
    
    Bumps the tools-shoestring-dependencies group in /tools/shoestring with 1 update: [babel](https://github.com/python-babel/babel).
    
    
    Updates `babel` from 2.15.0 to 2.16.0
    - [Release notes](https://github.com/python-babel/babel/releases)
    - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
    - [Commits](python-babel/babel@v2.15.0...v2.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: babel
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: tools-shoestring-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-backend-dependencies group
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 2 updates: [winston](https://github.com/winstonjs/winston) and [mocha](https://github.com/mochajs/mocha).
    
    
    Updates `winston` from 3.13.1 to 3.14.1
    - [Release notes](https://github.com/winstonjs/winston/releases)
    - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
    - [Commits](winstonjs/winston@v3.13.1...v3.14.1)
    
    Updates `mocha` from 10.7.0 to 10.7.3
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.7.0...v10.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: winston
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: faucet-backend-dependencies
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump axios-mock-adapter in /faucet/backend
    
    Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) from 1.22.0 to 2.0.0.
    - [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases)
    - [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md)
    - [Commits](ctimmerm/axios-mock-adapter@v1.22.0...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios-mock-adapter
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b6488da View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. [dependency]: Combine dependabot PRs

    * build(deps): bump aiohttp from 3.9.4 to 3.10.2 in /explorer/puller
    
    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.4...v3.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump axios
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 1 update: [axios](https://github.com/axios/axios).
    
    
    Updates `axios` from 1.7.3 to 1.7.4
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.3...v1.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-backend-dependencies group
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 2 updates: [axios](https://github.com/axios/axios) and [winston](https://github.com/winstonjs/winston).
    
    
    Updates `axios` from 1.7.3 to 1.7.4
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.3...v1.7.4)
    
    Updates `winston` from 3.14.1 to 3.14.2
    - [Release notes](https://github.com/winstonjs/winston/releases)
    - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
    - [Commits](winstonjs/winston@v3.14.1...v3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-backend-dependencies
    - dependency-name: winston
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.3 to 3.10.4
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.3...v3.10.4)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.3 to 3.10.4
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.3...v3.10.4)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f8fadc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. [dependency]: Combine dependabot PRs

    * build(deps): bump elliptic from 6.5.5 to 6.5.7 in /faucet/frontend
    
    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.5 to 6.5.7.
    - [Commits](indutny/elliptic@v6.5.5...v6.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: elliptic
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.5` |
    | [next](https://github.com/vercel/next.js) | `14.2.5` | `14.2.6` |
    | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.8` | `6.5.0` |
    | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.5` | `14.2.6` |
    | [webpack](https://github.com/webpack/webpack) | `5.93.0` | `5.94.0` |
    
    
    Updates `axios` from 1.7.4 to 1.7.5
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.4...v1.7.5)
    
    Updates `next` from 14.2.5 to 14.2.6
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.5...v14.2.6)
    
    Updates `@testing-library/jest-dom` from 6.4.8 to 6.5.0
    - [Release notes](https://github.com/testing-library/jest-dom/releases)
    - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
    - [Commits](testing-library/jest-dom@v6.4.8...v6.5.0)
    
    Updates `eslint-config-next` from 14.2.5 to 14.2.6
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v14.2.6/packages/eslint-config-next)
    
    Updates `webpack` from 5.93.0 to 5.94.0
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.93.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: "@testing-library/jest-dom"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump axios
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [axios](https://github.com/axios/axios).
    
    
    Updates `axios` from 1.7.4 to 1.7.5
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.4...v1.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: update websockets requirement in /tools/shoestring
    
    Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version.
    - [Release notes](https://github.com/python-websockets/websockets/releases)
    - [Commits](python-websockets/websockets@12.0...13.0)
    
    ---
    updated-dependencies:
    - dependency-name: websockets
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.4 to 3.10.5
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.4...v3.10.5)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.4 to 3.10.5
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.4...v3.10.5)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    954d3a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 4 updates: [axios](https://github.com/axios/axios), [next](https://github.com/vercel/next.js), [@testing-library/react](https://github.com/testing-library/react-testing-library) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).
    
    
    Updates `axios` from 1.7.5 to 1.7.7
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.5...v1.7.7)
    
    Updates `next` from 14.2.6 to 14.2.7
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.6...v14.2.7)
    
    Updates `@testing-library/react` from 16.0.0 to 16.0.1
    - [Release notes](https://github.com/testing-library/react-testing-library/releases)
    - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
    - [Commits](testing-library/react-testing-library@v16.0.0...v16.0.1)
    
    Updates `eslint-config-next` from 14.2.6 to 14.2.7
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v14.2.7/packages/eslint-config-next)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: "@testing-library/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump plotly
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [plotly](https://github.com/plotly/plotly.py).
    
    
    Updates `plotly` from 5.23.0 to 5.24.0
    - [Release notes](https://github.com/plotly/plotly.py/releases)
    - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
    - [Commits](plotly/plotly.py@v5.23.0...v5.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: plotly
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump flask-cors from 4.0.1 to 5.0.0 in /explorer/rest
    
    Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0.
    - [Release notes](https://github.com/corydolphin/flask-cors/releases)
    - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
    - [Commits](corydolphin/flask-cors@4.0.1...5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: flask-cors
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump axios
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [axios](https://github.com/axios/axios).
    
    
    Updates `axios` from 1.7.5 to 1.7.7
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.5...v1.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build(deps): bump flask-cors from 4.0.1 to 5.0.0 in /explorer/rest
    
    Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0.
    - [Release notes](https://github.com/corydolphin/flask-cors/releases)
    - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
    - [Commits](corydolphin/flask-cors@4.0.1...5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: flask-cors
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c8d3ad8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. [monorepo]: add .python-version to .gitignore

     problem: this file is useful locally but should not be committed
    Jaguar0625 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d030e97 View commit details
    Browse the repository at this point in the history
  2. [tools/shoestring]: add support for advanced customization of rest.json

     problem: shoestring only allows user to specify nodeMetadata property of rest.config
    solution: allow user to provide differential config file that overrides defaults (similar to REST native support)
    
       issue: #1090
    Jaguar0625 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    cc6270b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump cffi
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [cffi](https://github.com/python-cffi/cffi).
    
    
    Updates `cffi` from 1.17.0 to 1.17.1
    - [Release notes](https://github.com/python-cffi/cffi/releases)
    - [Commits](python-cffi/cffi@v1.17.0...v1.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: cffi
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the light-python-dependencies group
    
    Bumps the light-python-dependencies group in /lightapi/python with 2 updates: [build](https://github.com/pypa/build) and [cffi](https://github.com/python-cffi/cffi).
    
    
    Updates `build` from 1.2.1 to 1.2.2
    - [Release notes](https://github.com/pypa/build/releases)
    - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
    - [Commits](pypa/build@1.2.1...1.2.2)
    
    Updates `cffi` from 1.17.0 to 1.17.1
    - [Release notes](https://github.com/python-cffi/cffi/releases)
    - [Commits](python-cffi/cffi@v1.17.0...v1.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: build
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: light-python-dependencies
    - dependency-name: cffi
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: light-python-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 4 updates: [next](https://github.com/vercel/next.js), [sass](https://github.com/sass/dart-sass), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import).
    
    
    Updates `next` from 14.2.7 to 14.2.8
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.7...v14.2.8)
    
    Updates `sass` from 1.77.8 to 1.78.0
    - [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.77.8...1.78.0)
    
    Updates `eslint-config-next` from 14.2.7 to 14.2.8
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v14.2.8/packages/eslint-config-next)
    
    Updates `eslint-plugin-import` from 2.29.1 to 2.30.0
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ad1fdfe View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 2 updates: [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).
    
    
    Updates `next` from 14.2.8 to 14.2.11
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.8...v14.2.11)
    
    Updates `eslint-config-next` from 14.2.8 to 14.2.11
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v14.2.11/packages/eslint-config-next)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the light-python-dependencies group in /lightapi/python with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.3.2 to 8.3.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.2...8.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: light-python-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the explorer-nodewatch-dependencies group
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [plotly](https://github.com/plotly/plotly.py).
    
    
    Updates `pytest` from 8.3.2 to 8.3.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.2...8.3.3)
    
    Updates `plotly` from 5.24.0 to 5.24.1
    - [Release notes](https://github.com/plotly/plotly.py/releases)
    - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
    - [Commits](plotly/plotly.py@v5.24.0...v5.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    - dependency-name: plotly
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump sinon from 18.0.0 to 19.0.2 in /faucet/backend
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 19.0.2.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v18.0.0...v19.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.3.2 to 8.3.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.2...8.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump pytest
    
    Bumps the tools-shoestring-dependencies group in /tools/shoestring with 1 update: [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `pytest` from 8.3.2 to 8.3.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.2...8.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: tools-shoestring-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump sinon from 18.0.0 to 19.0.2 in /faucet/authenticator
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 19.0.2.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v18.0.0...v19.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8d8966c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump pandas
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [pandas](https://github.com/pandas-dev/pandas).
    
    
    Updates `pandas` from 2.2.2 to 2.2.3
    - [Release notes](https://github.com/pandas-dev/pandas/releases)
    - [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: pandas
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump nodemon
    
    Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [nodemon](https://github.com/remy/nodemon).
    
    
    Updates `nodemon` from 3.1.4 to 3.1.7
    - [Release notes](https://github.com/remy/nodemon/releases)
    - [Commits](remy/nodemon@v3.1.4...v3.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: nodemon
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump nodemon
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [nodemon](https://github.com/remy/nodemon).
    
    
    Updates `nodemon` from 3.1.4 to 3.1.7
    - [Release notes](https://github.com/remy/nodemon/releases)
    - [Commits](remy/nodemon@v3.1.4...v3.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: nodemon
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 3 updates: [next](https://github.com/vercel/next.js), [sass](https://github.com/sass/dart-sass) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).
    
    
    Updates `next` from 14.2.11 to 14.2.13
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.11...v14.2.13)
    
    Updates `sass` from 1.78.0 to 1.79.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.78.0...1.79.3)
    
    Updates `eslint-config-next` from 14.2.11 to 14.2.13
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v14.2.13/packages/eslint-config-next)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b836daf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump aiohttp
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.5 to 3.10.8
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.5...v3.10.8)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.5 to 3.10.8
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.5...v3.10.8)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 2 updates: [sass](https://github.com/sass/dart-sass) and [webpack](https://github.com/webpack/webpack).
    
    
    Updates `sass` from 1.79.3 to 1.79.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.79.3...1.79.4)
    
    Updates `webpack` from 5.94.0 to 5.95.0
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.94.0...v5.95.0)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6769a38 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: bump twitter-api-v2
    
    Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2).
    
    
    Updates `twitter-api-v2` from 1.17.2 to 1.18.0
    - [Release notes](https://github.com/plhery/node-twitter-api-v2/releases)
    - [Changelog](https://github.com/PLhery/node-twitter-api-v2/blob/master/changelog.md)
    - [Commits](PLhery/node-twitter-api-v2@1.17.2...1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: twitter-api-v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 3 updates: [next](https://github.com/vercel/next.js), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import).
    
    
    Updates `next` from 14.2.13 to 14.2.14
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.13...v14.2.14)
    
    Updates `eslint-config-next` from 14.2.13 to 14.2.14
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v14.2.14/packages/eslint-config-next)
    
    Updates `eslint-plugin-import` from 2.30.0 to 2.31.0
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.30.0...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump winston
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [winston](https://github.com/winstonjs/winston).
    
    
    Updates `winston` from 3.14.2 to 3.15.0
    - [Release notes](https://github.com/winstonjs/winston/releases)
    - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
    - [Commits](winstonjs/winston@v3.14.2...v3.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: winston
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    49be633 View commit details
    Browse the repository at this point in the history
  2. [explorer/nodewatch]: disable too many positional arguments

    problem: latest pylint add too many positional arguments
    solution: disable too many positional arguments
    Wayonb committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fe2ab26 View commit details
    Browse the repository at this point in the history
  3. [tools/shoestring]: disable too many positional arguments

    problem: latest pylint add too many positional arguments
    solution: disable too many positional arguments
    Wayonb committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8eae900 View commit details
    Browse the repository at this point in the history
  4. [lightapi/python]: disable too many positional arguments

    problem: latest pylint add too many positional arguments
    solution: disable too many positional arguments
    Wayonb committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b2ba264 View commit details
    Browse the repository at this point in the history
  5. [explorer/rest]: disable too many positional arguments

    problem: latest pylint add too many positional arguments
    solution: disable too many positional arguments
    Wayonb committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e5426f6 View commit details
    Browse the repository at this point in the history
  6. [dependency]: Combine dependabot PRs

    * [dependency]: bump build from 1.2.2 to 1.2.2.post1 in /lightapi/python
    
    Bumps [build](https://github.com/pypa/build) from 1.2.2 to 1.2.2.post1.
    - [Release notes](https://github.com/pypa/build/releases)
    - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
    - [Commits](pypa/build@1.2.2...1.2.2.post1)
    
    ---
    updated-dependencies:
    - dependency-name: build
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.8 to 3.10.9
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.8...v3.10.9)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: bump aiohttp
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.8 to 3.10.9
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.8...v3.10.9)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    44b5d50 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: Bump aiohttp
    
    Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.9 to 3.10.10
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.9...v3.10.10)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-nodewatch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump aiohttp
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).
    
    
    Updates `aiohttp` from 3.10.9 to 3.10.10
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.9...v3.10.10)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump axios-mock-adapter
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 1 update: [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter).
    
    
    Updates `axios-mock-adapter` from 2.0.0 to 2.1.0
    - [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases)
    - [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md)
    - [Commits](ctimmerm/axios-mock-adapter@v2.0.0...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios-mock-adapter
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump github/combine-prs
    
    Bumps the github-action-dependencies group with 1 update: [github/combine-prs](https://github.com/github/combine-prs).
    
    
    Updates `github/combine-prs` from 5.1.0 to 5.2.0
    - [Release notes](https://github.com/github/combine-prs/releases)
    - [Commits](github/combine-prs@v5.1.0...v5.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github/combine-prs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 4 updates: [next](https://github.com/vercel/next.js), [query-string](https://github.com/sindresorhus/query-string), [sass](https://github.com/sass/dart-sass) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).
    
    
    Updates `next` from 14.2.14 to 14.2.15
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.14...v14.2.15)
    
    Updates `query-string` from 9.1.0 to 9.1.1
    - [Release notes](https://github.com/sindresorhus/query-string/releases)
    - [Commits](sindresorhus/query-string@v9.1.0...v9.1.1)
    
    Updates `sass` from 1.79.4 to 1.79.5
    - [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.79.4...1.79.5)
    
    Updates `eslint-config-next` from 14.2.14 to 14.2.15
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v14.2.15/packages/eslint-config-next)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: query-string
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f291ba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. [dependency]: Combine dependabot PRs

    * Bump micromatch from 4.0.5 to 4.0.8 in /faucet/frontend
    
    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 2 updates: [sass](https://github.com/sass/dart-sass) and [@testing-library/jest-dom](https://github.com/testing-library/jest-dom).
    
    
    Updates `sass` from 1.79.5 to 1.80.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.79.5...1.80.3)
    
    Updates `@testing-library/jest-dom` from 6.5.0 to 6.6.2
    - [Release notes](https://github.com/testing-library/jest-dom/releases)
    - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
    - [Commits](testing-library/jest-dom@v6.5.0...v6.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    - dependency-name: "@testing-library/jest-dom"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump psycopg2-binary
    
    Bumps the explorer-rest-dependencies group in /explorer/rest with 1 update: [psycopg2-binary](https://github.com/psycopg/psycopg2).
    
    
    Updates `psycopg2-binary` from 2.9.9 to 2.9.10
    - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
    - [Commits](https://github.com/psycopg/psycopg2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: psycopg2-binary
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: explorer-rest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a01b480 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. [dependency]: Combine dependabot PRs

    * [dependency]: Bump the faucet-frontend-dependencies group
    
    Bumps the faucet-frontend-dependencies group in /faucet/frontend with 2 updates: [sass](https://github.com/sass/dart-sass) and [web-vitals](https://github.com/GoogleChrome/web-vitals).
    
    Updates `sass` from 1.80.3 to 1.80.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.80.3...1.80.4)
    
    Updates `web-vitals` from 4.2.3 to 4.2.4
    - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
    - [Commits](GoogleChrome/web-vitals@v4.2.3...v4.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: web-vitals
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump eslint-config-next in /faucet/frontend
    
    Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.15 to 15.0.1.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v15.0.1/packages/eslint-config-next)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump twitter-api-v2
    
    Bumps the faucet-authenticator-dependencies group in /faucet/authenticator with 1 update: [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2).
    
    Updates `twitter-api-v2` from 1.18.0 to 1.18.1
    - [Release notes](https://github.com/plhery/node-twitter-api-v2/releases)
    - [Changelog](https://github.com/PLhery/node-twitter-api-v2/blob/master/changelog.md)
    - [Commits](PLhery/node-twitter-api-v2@1.18.0...1.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: twitter-api-v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump elliptic from 6.5.5 to 6.6.0 in /faucet/backend
    
    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.5 to 6.6.0.
    - [Commits](indutny/elliptic@v6.5.5...v6.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: elliptic
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump the faucet-authenticator-dependencies group across 1 directory with 2 updates
    
    Bumps the faucet-authenticator-dependencies group with 2 updates in the /faucet/authenticator directory: [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2) and [mocha](https://github.com/mochajs/mocha).
    
    Updates `twitter-api-v2` from 1.18.0 to 1.18.1
    - [Release notes](https://github.com/plhery/node-twitter-api-v2/releases)
    - [Changelog](https://github.com/PLhery/node-twitter-api-v2/blob/master/changelog.md)
    - [Commits](PLhery/node-twitter-api-v2@1.18.0...1.18.1)
    
    Updates `mocha` from 10.7.3 to 10.8.2
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.7.3...v10.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: twitter-api-v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-authenticator-dependencies
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-authenticator-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump the faucet-backend-dependencies group
    
    Bumps the faucet-backend-dependencies group in /faucet/backend with 2 updates: [winston](https://github.com/winstonjs/winston) and [mocha](https://github.com/mochajs/mocha).
    
    Updates `winston` from 3.15.0 to 3.16.0
    - [Release notes](https://github.com/winstonjs/winston/releases)
    - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
    - [Commits](winstonjs/winston@v3.15.0...v3.16.0)
    
    Updates `mocha` from 10.7.3 to 10.8.2
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.7.3...v10.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: winston
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: faucet-backend-dependencies
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-backend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    2 people authored and Wayonb committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    56ef997 View commit details
    Browse the repository at this point in the history
  2. [dependency]: Combine dependabot PRs

    * [dependency]: Bump next from 14.2.15 to 15.0.2 in /faucet/frontend
    
    Bumps [next](https://github.com/vercel/next.js) from 14.2.15 to 15.0.2.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.15...v15.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * [dependency]: Bump the faucet-frontend-dependencies group across 1 directory with 4 updates
    
    Bumps the faucet-frontend-dependencies group with 4 updates in the /faucet/frontend directory: [sass](https://github.com/sass/dart-sass), [@testing-library/jest-dom](https://github.com/testing-library/jest-dom), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [webpack](https://github.com/webpack/webpack).
    
    
    Updates `sass` from 1.80.4 to 1.80.6
    - [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.80.4...1.80.6)
    
    Updates `@testing-library/jest-dom` from 6.6.2 to 6.6.3
    - [Release notes](https://github.com/testing-library/jest-dom/releases)
    - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
    - [Commits](testing-library/jest-dom@v6.6.2...v6.6.3)
    
    Updates `eslint-config-next` from 15.0.1 to 15.0.2
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v15.0.2/packages/eslint-config-next)
    
    Updates `webpack` from 5.95.0 to 5.96.1
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.95.0...v5.96.1)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: "@testing-library/jest-dom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: faucet-frontend-dependencies
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: faucet-frontend-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e229d4c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. [explorer/frontend] task: initial project (#974)

    Problem:
    There is no frontend project for NEM Explorer.
    
    Solution:
    - Setup Next.js project.
    - Add Jenkinsfile and Dockerfile.
    - Add lint and test configuration.
    - Add styles.
    - Add pages:
    1. Home
    2. Account List.
    3. Account Info.
    4. Block List.
    5. Block Info.
    6. Mosaic List.
    7. Mosaic Info.
    8. Namespace List.
    9. Namespace Info.
    10. Transaction List.
    11. Transaction Info.
    12. Error 404.
    13. Error 500.
    - Add services for API communication.
    - Add utils.
    - Add reusable UI components.
    - Add tests.
    OlegMakarenko committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9f78b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de51d24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0abc17b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5462017 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    441f2c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3044a47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb1f047 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8608090 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    481f1d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60ae27a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b170261 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbb5b01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    56f3bfc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    144d98c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4822f33 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    74e9c13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6af1b0a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2dfbb24 View commit details
    Browse the repository at this point in the history
  19. [explorer/frontend] fix: too long mosaic requests failed with timeout…

    … error, add workaround by moving richlist and distribution calls to client side
    OlegMakarenko committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e69ce1e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cd18973 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    87f2002 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eeaf883 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3d8f265 View commit details
    Browse the repository at this point in the history