Skip to content

build(deps): bump the weekly-updates group across 1 directory with 14 updates#104

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/weekly-updates-e1ec4e03fe
Open

build(deps): bump the weekly-updates group across 1 directory with 14 updates#104
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/weekly-updates-e1ec4e03fe

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the weekly-updates group with 14 updates in the / directory:

Package From To
@scalar/fastify-api-reference 1.44.24 1.49.8
fastify-cli 7.4.1 8.0.0
fastify-metrics 12.1.0 13.1.0
jwks-rsa 3.2.2 4.0.1
typebox 1.1.5 1.1.13
@commitlint/cli 20.4.2 20.5.0
@commitlint/config-conventional 20.4.2 20.5.0
@eslint/js 9.39.3 10.0.1
@types/node 25.3.0 25.5.0
@typescript/native-preview 7.0.0-dev.20260219.1 7.0.0-dev.20260401.1
eslint 9.39.2 9.39.4
lint-staged 16.2.7 16.4.0
typescript 5.9.3 6.0.2
typescript-eslint 8.56.0 8.58.0

Updates @scalar/fastify-api-reference from 1.44.24 to 1.49.8

Changelog

Sourced from @​scalar/fastify-api-reference's changelog.

1.49.8

1.49.7

1.49.6

1.49.5

1.49.4

1.49.3

1.49.2

1.49.1

Patch Changes

  • #8466: chore: new build pipeline

1.49.0

Patch Changes

Updated Dependencies

  • @​scalar/openapi-parser@​0.25.4
    • #8448: fix parser validation for unused path parameters

1.48.8

1.48.7

1.48.6

Patch Changes

Updated Dependencies

  • @​scalar/openapi-parser@​0.25.3

  • @​scalar/core@​0.4.3

1.48.5

1.48.4

1.48.3

Patch Changes

... (truncated)

Commits

Updates fastify-cli from 7.4.1 to 8.0.0

Release notes

Sourced from fastify-cli's releases.

v8.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-cli@v7.4.1...v8.0.0

Commits

Updates fastify-metrics from 12.1.0 to 13.1.0

Release notes

Sourced from fastify-metrics's releases.

v13.1.0

13.1.0 (2026-04-01)

🚀 Features

  • routeBlacklist when registeredRoutesOnly: false (5220d16)

🧾 Other

  • ci: dependabot groups (9f4a80d)
  • ci: update actions versions (5480cd4)
  • deps: bump fastify & npm audit fixes (6ccb006)

v13.0.0

13.0.0 (2026-03-31)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is now 20.

🛠 Fixes

  • more typos (1a62f2c)
  • resolve lint errors from stricter lint-config rules (cfa0471)
  • review dog-friendly package manager (9bd91ec)
  • ci: codecov and provenance (c48e4d8)
  • ci: update codeql-action to v3 (8060375)

📔 Docs

🚀 Features

  • add pnpm workspace trust policy (36ce59c)
  • enable npm trusted publishing with provenance (aabc5bd)
  • migrate all tests from jest to node:test (1a935e2)
  • minor perf improvements and tests (cfc9f21)
  • replace jest with node native test runner (1d1518f)
  • replace volta with mise for version management (7161f80)
  • switch to @​skellla/lint-config for eslint and prettier (ef5a2ce)
  • drop node 18 support (c47b037)
  • ci: add dependabot for weekly dependency updates (f71be14)
  • ci: add OSV vulnerability scanner workflows (08ae3ce)
  • ci: modernize release workflow - trusted publishing, osv gate (e3c61e7)
  • ci: modernize verify workflow - node 24, pnpm 10, codecov oidc (a11862a)
  • deps: overhaul dependencies - add lint-config, update all packages (0645c30)
Changelog

Sourced from fastify-metrics's changelog.

13.1.0 (2026-04-01)

🚀 Features

  • routeBlacklist when registeredRoutesOnly: false (5220d16)

🧾 Other

  • ci: dependabot groups (9f4a80d)
  • ci: update actions versions (5480cd4)
  • deps: bump fastify & npm audit fixes (6ccb006)

13.0.0 (2026-03-31)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is now 20.

🛠 Fixes

  • more typos (1a62f2c)
  • resolve lint errors from stricter lint-config rules (cfa0471)
  • review dog-friendly package manager (9bd91ec)
  • ci: codecov and provenance (c48e4d8)
  • ci: update codeql-action to v3 (8060375)

📔 Docs

🚀 Features

  • add pnpm workspace trust policy (36ce59c)
  • enable npm trusted publishing with provenance (aabc5bd)
  • migrate all tests from jest to node:test (1a935e2)
  • minor perf improvements and tests (cfc9f21)
  • replace jest with node native test runner (1d1518f)
  • replace volta with mise for version management (7161f80)
  • switch to @​skellla/lint-config for eslint and prettier (ef5a2ce)
  • drop node 18 support (c47b037)
  • ci: add dependabot for weekly dependency updates (f71be14)
  • ci: add OSV vulnerability scanner workflows (08ae3ce)
  • ci: modernize release workflow - trusted publishing, osv gate (e3c61e7)
  • ci: modernize verify workflow - node 24, pnpm 10, codecov oidc (a11862a)
  • deps: overhaul dependencies - add lint-config, update all packages (0645c30)
Commits
  • 0a6e90e chore(release): 13.1.0 [skip ci]
  • 5220d16 feat: routeBlacklist when registeredRoutesOnly: false
  • 6ccb006 chore(deps): bump fastify & npm audit fixes
  • 5480cd4 chore(ci): update actions versions
  • 9f4a80d chore(ci): dependabot groups
  • 252a012 chore(release): 13.0.0 [skip ci]
  • c5b14dc test: more robust check
  • 1a62f2c fix: more typos
  • c48e4d8 fix(ci): codecov and provenance
  • 9bd91ec fix: review dog-friendly package manager
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for fastify-metrics since your current version.


Updates jwks-rsa from 3.2.2 to 4.0.1

Release notes

Sourced from jwks-rsa's releases.

v4.0.1

Changed

v4.0.0

⚠️ BREAKING CHANGES

Changelog

Sourced from jwks-rsa's changelog.

v4.0.1 (2026-03-02)

Full Changelog

Changed

v4.0.0 (2026-02-27)

Full Changelog

⚠️ BREAKING CHANGES

  • Drops support for Node 14, 16, and 18. The minimum supported Node versions are now 20.19.0, 22.12.0, and 23.0.0.
  • Drops support for the ES256K algorithm (secp256k1 curve). Keys using ES256K will be ignored. Users must transition to a supported curve (e.g., ES256/P-256) or handle legacy keys externally.
  • Relies on Node's native require(esm) support - Loading ECMAScript modules using require(). Non-standard module runtimes such as Jest (uses vm.Script) that do not support this feature may fail while loading ESM. See #493 for details.
  • feat: upgrade jose dependency to v6 #486 (cschetan77)
  • chore: upgrade minimum Node.js runtime to 20.19.0 #485 (cschetan77)
Commits

Updates typebox from 1.1.5 to 1.1.13

Commits

Updates @commitlint/cli from 20.4.2 to 20.5.0

Release notes

Sourced from @​commitlint/cli's releases.

v20.5.0

20.5.0 (2026-03-15)

Bug Fixes

Features

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.4...v20.5.0

v20.4.4

20.4.4 (2026-03-12)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.3...v20.4.4

v20.4.3

20.4.3 (2026-03-03)

Bug Fixes

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

20.5.0 (2026-03-15)

Bug Fixes

  • cli: validate that --cwd directory exists before execution (#4658) (cf80f75), closes #4595

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/cli

20.4.3 (2026-03-03)

Bug Fixes

Commits

Updates @commitlint/config-conventional from 20.4.2 to 20.5.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v20.5.0

20.5.0 (2026-03-15)

Bug Fixes

Features

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.4...v20.5.0

v20.4.4

20.4.4 (2026-03-12)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.3...v20.4.4

v20.4.3

20.4.3 (2026-03-03)

Bug Fixes

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

20.5.0 (2026-03-15)

Note: Version bump only for package @​commitlint/config-conventional

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/config-conventional

20.4.3 (2026-03-03)

Bug Fixes

Commits

Updates @eslint/js from 9.39.3 to 10.0.1

Release notes

Sourced from @​eslint/js's releases.

v10.0.1

Bug Fixes

  • c87d5bd fix: update eslint (#20531) (renovate[bot])
  • d841001 fix: update minimatch to 10.2.1 to address security vulnerabilities (#20519) (루밀LuMir)
  • 04c2147 fix: update error message for unused suppressions (#20496) (fnx)
  • 38b089c fix: update dependency @​eslint/config-array to ^0.23.1 (#20484) (renovate[bot])

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

  • e5c281f chore: updates for v9.39.3 release (Jenkins)
  • 8c3832a chore: update @​typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)
  • 8330d23 test: add tests for config-api (#20493) (Milos Djermanovic)
  • 37d6e91 chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)
  • da7cd0e refactor: cleanup error message templates (#20479) (Francesco Trotta)
  • 84fb885 chore: package.json update for @​eslint/js release (Jenkins)
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467) (Milos Djermanovic)

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#20432) (Milos Djermanovic)

... (truncated)

Commits
  • 84fb885 chore: package.json update for @​eslint/js release
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467)
  • f3fbc2f chore: set @eslint/js version to 10.0.0 to skip releasing it (#20466)
  • b4b3127 chore: package.json update for @​eslint/js release
  • 0b14059 chore: package.json update for @​eslint/js release
  • fa31a60 feat!: add name to configs (#20015)
  • 1e2cad5 chore: package.json update for @​eslint/js release
  • 454a292 feat!: update eslint:recommended configuration (#20210)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160)
  • See full diff in compare view

Updates @types/node from 25.3.0 to 25.5.0

Commits

Updates @typescript/native-preview from 7.0.0-dev.20260219.1 to 7.0.0-dev.20260401.1

Commits

Updates eslint from 9.39.2 to 9.39.4

Release notes

Sourced from eslint's releases.

v9.39.4

Bug Fixes

  • f18f6c8 fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)
  • a3c868f fix: update dependency @​eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)
  • 234d005 fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)
  • b1b37ee fix: update ajv to 6.14.0 to address security vulnerabilities (#20538) (루밀LuMir)

Documentation

  • 4675152 docs: add deprecation notice partial (#20520) (Milos Djermanovic)

Chores

  • b8b4eb1 chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)
  • 71b2f6b chore: package.json update for @​eslint/js release (Jenkins)
  • 1d16c2f ci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)

v9.39.3

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)

Chores

  • 8594a43 chore: upgrade @​eslint/js@​9.39.3 (#20529) (Milos Djermanovic)
  • 9ceef92 chore: package.json update for @​eslint/js release (Jenkins)
  • af498c6 chore: ignore /docs/v9.x in link checker (#20453) (Milos Djermanovic)
Commits

Updates lint-staged from 16.2.7 to 16.4.0

Release notes

Sourced from lint-staged's releases.

v16.4.0

Minor Changes

v16.3.4

Patch Changes

  • #1742 9d6e827 Thanks @​iiroj! - Update dependencies, including tinyexec@1.0.4 to make sure local node_modules/.bin are preferred to global locations (released in <...

    Description has been truncated

… updates

Bumps the weekly-updates group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@scalar/fastify-api-reference](https://github.com/scalar/scalar/tree/HEAD/integrations/fastify) | `1.44.24` | `1.49.8` |
| [fastify-cli](https://github.com/fastify/fastify-cli) | `7.4.1` | `8.0.0` |
| [fastify-metrics](https://github.com/SkeLLLa/fastify-metrics) | `12.1.0` | `13.1.0` |
| [jwks-rsa](https://github.com/auth0/node-jwks-rsa) | `3.2.2` | `4.0.1` |
| [typebox](https://github.com/sinclairzx81/typebox) | `1.1.5` | `1.1.13` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.4.2` | `20.5.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.4.2` | `20.5.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.3` | `10.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.5.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260219.1` | `7.0.0-dev.20260401.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `9.39.4` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.4.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.0` | `8.58.0` |



Updates `@scalar/fastify-api-reference` from 1.44.24 to 1.49.8
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/integrations/fastify/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/integrations/fastify)

Updates `fastify-cli` from 7.4.1 to 8.0.0
- [Release notes](https://github.com/fastify/fastify-cli/releases)
- [Commits](fastify/fastify-cli@v7.4.1...v8.0.0)

Updates `fastify-metrics` from 12.1.0 to 13.1.0
- [Release notes](https://github.com/SkeLLLa/fastify-metrics/releases)
- [Changelog](https://github.com/SkeLLLa/fastify-metrics/blob/master/docs/CHANGELOG.md)
- [Commits](SkeLLLa/fastify-metrics@v12.1.0...v13.1.0)

Updates `jwks-rsa` from 3.2.2 to 4.0.1
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases)
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jwks-rsa@v3.2.2...v4.0.1)

Updates `typebox` from 1.1.5 to 1.1.13
- [Commits](sinclairzx81/typebox@1.1.5...1.1.13)

Updates `@commitlint/cli` from 20.4.2 to 20.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 20.4.2 to 20.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/config-conventional)

Updates `@eslint/js` from 9.39.3 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js)

Updates `@types/node` from 25.3.0 to 25.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript/native-preview` from 7.0.0-dev.20260219.1 to 7.0.0-dev.20260401.1
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `eslint` from 9.39.2 to 9.39.4
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v9.39.4)

Updates `lint-staged` from 16.2.7 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.7...v16.4.0)

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

Updates `typescript-eslint` from 8.56.0 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@scalar/fastify-api-reference"
  dependency-version: 1.49.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: fastify-cli
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: weekly-updates
- dependency-name: fastify-metrics
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: weekly-updates
- dependency-name: jwks-rsa
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: weekly-updates
- dependency-name: typebox
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: "@commitlint/cli"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: weekly-updates
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260401.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: eslint
  dependency-version: 9.39.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: weekly-updates
- dependency-name: typescript-eslint
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants