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

chore(deps): bump the patch group across 1 directory with 15 updates #2868

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the patch group with 15 updates in the /website directory:

Package From To
@astrojs/mdx 3.1.5 3.1.7
@astrojs/node 8.3.3 8.3.4
@headlessui/react 2.1.7 2.1.8
astro 4.15.4 4.15.9
rsuite 5.70.1 5.70.3
@astrojs/tailwind 5.1.0 5.1.1
@iconify/json 2.2.246 2.2.252
@playwright/test 1.47.0 1.47.2
@types/jsonwebtoken 9.0.6 9.0.7
@types/lodash 4.17.7 4.17.9
@types/react 18.3.5 18.3.8
eslint-plugin-astro 1.2.3 1.2.4
jsdom 25.0.0 25.0.1
msw 2.4.5 2.4.9
tailwindcss 3.4.10 3.4.13

Updates @astrojs/mdx from 3.1.5 to 3.1.7

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​3.1.7

Patch Changes

@​astrojs/mdx@​3.1.6

Patch Changes

Changelog

Sourced from @​astrojs/mdx's changelog.

3.1.7

Patch Changes

3.1.6

Patch Changes

Commits

Updates @astrojs/node from 8.3.3 to 8.3.4

Release notes

Sourced from @​astrojs/node's releases.

@​astrojs/node@​8.3.4

Patch Changes

Changelog

Sourced from @​astrojs/node's changelog.

8.3.4

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by matthewp, a new releaser for @​astrojs/node since your current version.


Updates @headlessui/react from 2.1.7 to 2.1.8

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.8

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)
Changelog

Sourced from @​headlessui/react's changelog.

[2.1.8] - 2024-09-12

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)
Commits
  • 994303f 2.1.8 - @​headlessui/react
  • b670896 Fix crash when using as={Fragment} on MenuButton, ListboxButton, `Discl...
  • See full diff in compare view

Updates astro from 4.15.4 to 4.15.9

Release notes

Sourced from astro's releases.

astro@4.15.9

Patch Changes

  • #12034 5b3ddfa Thanks @​ematipico! - Fixes an issue where the middleware wasn't called when a project uses 404.astro.

  • #12042 243ecb6 Thanks @​ematipico! - Fixes a problem in the Container API, where a polyfill wasn't correctly applied. This caused an issue in some environments where crypto isn't supported.

  • #12038 26ea5e8 Thanks @​ascorbic! - Resolves image paths in content layer with initial slash as project-relative

    When using the image() schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.

astro@4.15.8

Patch Changes

astro@4.15.7

Patch Changes

astro@4.15.6

Patch Changes

  • #11993 ffba5d7 Thanks @​matthewp! - Fix getStaticPaths regression

    This reverts a previous change meant to remove a dependency, to fix a regression with multiple nested spread routes.

  • #11964 06eff60 Thanks @​TheOtterlord! - Add wayland (wl-copy) support to astro info

astro@4.15.5

Patch Changes

  • #11939 7b09c62 Thanks @​bholmesdev! - Adds support for Zod discriminated unions on Action form inputs. This allows forms with different inputs to be submitted to the same action, using a given input to decide which object should be used for validation.

    This example accepts either a create or update form submission, and uses the type field to determine which object to validate against.

... (truncated)

Changelog

Sourced from astro's changelog.

4.15.9

Patch Changes

  • #12034 5b3ddfa Thanks @​ematipico! - Fixes an issue where the middleware wasn't called when a project uses 404.astro.

  • #12042 243ecb6 Thanks @​ematipico! - Fixes a problem in the Container API, where a polyfill wasn't correctly applied. This caused an issue in some environments where crypto isn't supported.

  • #12038 26ea5e8 Thanks @​ascorbic! - Resolves image paths in content layer with initial slash as project-relative

    When using the image() schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.

4.15.8

Patch Changes

4.15.7

Patch Changes

4.15.6

Patch Changes

  • #11993 ffba5d7 Thanks @​matthewp! - Fix getStaticPaths regression

    This reverts a previous change meant to remove a dependency, to fix a regression with multiple nested spread routes.

  • #11964 06eff60 Thanks @​TheOtterlord! - Add wayland (wl-copy) support to astro info

4.15.5

Patch Changes

... (truncated)

Commits

Updates rsuite from 5.70.1 to 5.70.3

Release notes

Sourced from rsuite's releases.

v5.70.3

Bug Fixes

Other Changes

Full Changelog: rsuite/rsuite@v5.70.2...v5.70.3

v5.70.2

What's Changed

Full Changelog: rsuite/rsuite@v5.70.1...v5.70.2

Changelog

Sourced from rsuite's changelog.

5.70.3 (2024-09-20)

Bug Fixes

  • CheckTree: fix the incorrect check state after loading child nodes through getChildren (#3974) (afaaf2d)
  • docs/package.json & docs/package-lock.json to reduce vulnerabilities (#3972) (41d5334)
  • Form: clear error caused by uncontrolled form state (#3971) (dbc75fd)

5.70.2 (2024-09-13)

Bug Fixes

  • Form: fix the error message of the nested field not displayed when the form is submitted (#3960) (384dd70)
Commits
  • 9321f98 build: bump 5.70.3
  • b8a83ae test(RadioGroup, RangeSlider, SelectPicker): refactor using render instead ...
  • b8470f0 docs(CheckTreePicker): fix the example of check all not working properly (#3975)
  • afaaf2d fix(CheckTree): fix the incorrect check state after loading child nodes throu...
  • 41d5334 fix: docs/package.json & docs/package-lock.json to reduce vulnerabilities (#3...
  • dbc75fd fix(Form): clear error caused by uncontrolled form state (#3971)
  • d3a8bc9 build(docs): bump rsuite 5.70.2
  • d9ffb65 build: bump 5.70.2
  • 60f8972 docs: removed deprecated icons from examples (#3964)
  • 384dd70 fix(Form): fix the error message of the nested field not displayed when the f...
  • Additional commits viewable in compare view

Updates @astrojs/tailwind from 5.1.0 to 5.1.1

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​5.1.1

Patch Changes

Changelog

Sourced from @​astrojs/tailwind's changelog.

5.1.1

Patch Changes

Commits

Updates @iconify/json from 2.2.246 to 2.2.252

Commits
  • 416e8fc Update 2 icon sets: Lucide, Simple Icons
  • c67b092 Update 4 icon sets: Devicon Plain, Devicon, Myna UI Icons, OOUI
  • d011f70 Update Arcticons
  • e572a75 Update 5 icon sets
  • faa21e0 Update 5 icon sets
  • ba57179 Update 3 icon sets: Catppuccin Icons, Gitlab SVGs, Tabler Icons
  • See full diff in compare view

Updates @playwright/test from 1.47.0 to 1.47.2

Release notes

Sourced from @​playwright/test's releases.

v1.47.2

Highlights

microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Highlights

microsoft/playwright#32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47 microsoft/playwright#32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128
Commits
  • d93029f chore: mark v1.47.2 (#32729)
  • 0c6217a cherry-pick(#32699): fix(codegen): use content_frame property in python
  • f96b487 cherry-pick(#32714): fix(test runner): page.pause() should enable debug mode ...
  • 937424f cherry-pick(#32661): fix(trace-viewer): time delta between local and … (#32663)
  • 3d2ffd0 chore: mark v1.47.1 (#32617)
  • dba1319 cherry-pick(#32589): docs: release note fixes for 1.47
  • 90f959a cherry-pick(#32553): fix(trace-viewer): fix ui issue on network request details
  • 13e6e48 cherry-pick(#32491): fix(test runner): allow directory imports with path mapp...
  • 8762407 cherry-pick(#32492): Revert "fix(test runner): align with typescript … (#32560)
  • f9145b1 cherry-pick(#32516): chore: allow query as string in Python/.NET
  • Additional commits viewable in compare view

Updates @types/jsonwebtoken from 9.0.6 to 9.0.7

Commits

Updates @types/lodash from 4.17.7 to 4.17.9

Commits

Updates @types/react from 18.3.5 to 18.3.8

Commits

Updates eslint-plugin-astro from 1.2.3 to 1.2.4

Release notes

Sourced from eslint-plugin-astro's releases.

v1.2.4

Patch Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

1.2.4

Patch Changes

Commits
  • dc107d3 chore: release eslint-plugin-astro (#419)
  • fdb9b05 chore(deps): update dependency @​types/eslint to v9 (#409)
  • b03d0d5 feat: support typescript-eslint@8 (#418)
  • 4d771f7 chore(deps): update dependency monaco-editor to ^0.51.0 (#416)
  • a8a5782 chore(deps): update dependency expect-type to ^0.20.0 (#415)
  • 26ac1d8 chore(deps): update dependency eslint-plugin-jsdoc to v50 (#413)
  • 8b0fcc3 chore(deps): update dependency eslint-plugin-jsdoc to v49 (#412)
  • See full diff in compare view

Updates jsdom from 25.0.0 to 25.0.1

Release notes

Sourced from jsdom's releases.

Version 25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
Changelog

Sourced from jsdom's changelog.

25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
Commits

Updates msw from 2.4.5 to 2.4.9

Release notes

Sourced from msw's releases.

v2.4.9 (2024-09-20)

Bug Fixes

  • ClientRequest: support Request as init when recording raw headers (#2293) (bf982eaa70ddd5d08706b8877ceb6c6c2517f660) @​kettanaito

v2.4.8 (2024-09-17)

Bug Fixes

  • address express and path-to-regexp vulnerabilities (#2285) (e3487bc4259368adc33739eb9490bde8421a215c) @​markmssd

v2.4.7 (2024-09-15)

Bug Fixes

  • ClientRequest: prevent duplicates when recording set headers (#2284) (e04eb8f44ffcf5ce755aa224d31a8576f4719a9f) @​kettanaito
  • use Object.defineProperty for Headers proxy (#2283) (94e17beea475a494c1de8b58ea399e518f55ddda) @​kettanaito

v2.4.6 (2024-09-13)

Bug Fixes

  • xhr: clone request body before calculating its size (#2282) (397444bcc386bbe560aa649460cb92cdb31d28a9) @​kettanaito
Commits
  • 452686d chore(release): v2.4.9
  • bf982ea fix(ClientRequest): support Request as init when recording raw headers (#2293)
  • 5342c19 chore(release): v2.4.8
  • e3487bc fix: address express and path-to-regexp vulnerabilities (#2285)
  • 668d31e chore(release): v2.4.7
  • e04eb8f fix(ClientRequest): prevent duplicates when recording set headers (#2284)
  • 94e17be fix: use Object.defineProperty for Headers proxy (#2283)
  • 1f81e98 chore(release): v2.4.6
  • 397444b fix(xhr): clone request body before calculating its size (#2282)
  • See full diff in compare view

Updates tailwindcss from 3.4.10 to 3.4.13

Release notes

Sourced from tailwindcss's releases.

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

v3.4.11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)
Changelog

Sourced from tailwindcss's changelog.

[3.4.13] - 2024-09-23

Fixed

  • Improve source glob verification performance (#14481)

[3.4.12] - 2024-09-17

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

[3.4.11] - 2024-09-11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@headlessui/react [>= 2.1.6.a, < 2.1.7]
msw [>= 2.4.4.a, < 2.4.5]
msw [>= 2.4.3.a, < 2.4.4]
@headlessui/react [>= 2.1.5.a, < 2.1.6]
msw [>= 2.4.2.a, < 2.4.3]

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps the patch group with 15 updates in the /website directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `3.1.5` | `3.1.7` |
| [@astrojs/node](https://github.com/withastro/adapters/tree/HEAD/packages/node) | `8.3.3` | `8.3.4` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.7` | `2.1.8` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.4` | `4.15.9` |
| [rsuite](https://github.com/rsuite/rsuite) | `5.70.1` | `5.70.3` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.0` | `5.1.1` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.246` | `2.2.252` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.47.0` | `1.47.2` |
| [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.6` | `9.0.7` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.9` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.5` | `18.3.8` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.2.3` | `1.2.4` |
| [jsdom](https://github.com/jsdom/jsdom) | `25.0.0` | `25.0.1` |
| [msw](https://github.com/mswjs/msw) | `2.4.5` | `2.4.9` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10` | `3.4.13` |



Updates `@astrojs/mdx` from 3.1.5 to 3.1.7
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@3.1.7/packages/integrations/mdx)

Updates `@astrojs/node` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/node@8.3.4/packages/node)

Updates `@headlessui/react` from 2.1.7 to 2.1.8
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.8/packages/@headlessui-react)

Updates `astro` from 4.15.4 to 4.15.9
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.15.9/packages/astro)

Updates `rsuite` from 5.70.1 to 5.70.3
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.70.1...v5.70.3)

Updates `@astrojs/tailwind` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@5.1.1/packages/integrations/tailwind)

Updates `@iconify/json` from 2.2.246 to 2.2.252
- [Commits](iconify/icon-sets@2.2.246...2.2.252)

Updates `@playwright/test` from 1.47.0 to 1.47.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.47.0...v1.47.2)

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

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

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

Updates `eslint-plugin-astro` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v1.2.3...v1.2.4)

Updates `jsdom` from 25.0.0 to 25.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@25.0.0...25.0.1)

Updates `msw` from 2.4.5 to 2.4.9
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.5...v2.4.9)

Updates `tailwindcss` from 3.4.10 to 3.4.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.10...v3.4.13)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@astrojs/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rsuite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/jsonwebtoken"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

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 Sep 23, 2024
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