Skip to content

Bump the sanity group across 1 directory with 5 updates#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sanity-62a3fdae80
Open

Bump the sanity group across 1 directory with 5 updates#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/sanity-62a3fdae80

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the sanity group with 5 updates in the / directory:

Package From To
@sanity/client 6.29.0 7.20.0
@sanity/image-url 1.1.0 2.1.1
@sanity/vision 3.86.0 5.19.0
next-sanity 9.10.2 12.2.1
sanity 3.86.0 5.19.0

Updates @sanity/client from 6.29.0 to 7.20.0

Release notes

Sourced from @​sanity/client's releases.

v7.20.0

7.20.0 (2026-03-20)

Features

  • add more query options to listing projects (#1205) (e193fcb)

v7.19.0

7.19.0 (2026-03-20)

Features

  • types: add VideoSubtitleInfo types to playback info (#1191) (7c55974)

v7.18.0

7.18.0 (2026-03-19)

Features

  • types: add VideoRenditionInfo types with typed resolution (#1186) (6d9e85e)

Bug Fixes

  • stega: allow zero-width space characters in content (#1204) (3dcfca9)

v7.17.0

7.17.0 (2026-03-10)

Features

  • projects: add onlyExplicitMembership option to projects.list() (#1200) (96619c5)

v7.16.0

7.16.0 (2026-02-20)

Features

  • dataset: added embeddings configuration options (d4cca13)

v7.15.0

7.15.0 (2026-02-16)

Features

... (truncated)

Changelog

Sourced from @​sanity/client's changelog.

7.20.0 (2026-03-20)

Features

  • add more query options to listing projects (#1205) (e193fcb)

7.19.0 (2026-03-20)

Features

  • types: add VideoSubtitleInfo types to playback info (#1191) (7c55974)

7.18.0 (2026-03-19)

Features

  • types: add VideoRenditionInfo types with typed resolution (#1186) (6d9e85e)

Bug Fixes

  • stega: allow zero-width space characters in content (#1204) (3dcfca9)

7.17.0 (2026-03-10)

Features

  • projects: add onlyExplicitMembership option to projects.list() (#1200) (96619c5)

7.16.0 (2026-02-20)

Features

  • dataset: added embeddings configuration options (d4cca13)

7.15.0 (2026-02-16)

Features

  • add support for resuming listener events (#1154) (18a5daa)

7.14.1 (2026-01-22)

... (truncated)

Commits
  • ff20c13 chore(main): release 7.20.0 (#1207)
  • e193fcb feat: add more query options to listing projects (#1205)
  • 58f2dd2 chore(main): release 7.19.0 (#1206)
  • 7c55974 feat(types): add VideoSubtitleInfo types to playback info (#1191)
  • 0f2cc61 chore(main): release 7.18.0 (#1203)
  • 3dcfca9 fix(stega): allow zero-width space characters in content (#1204)
  • 6d9e85e feat(types): add VideoRenditionInfo types with typed resolution (#1186)
  • 45422ac chore(main): release 7.17.0 (#1201)
  • 96619c5 feat(projects): add onlyExplicitMembership option to projects.list() (#1200)
  • c6b59e0 chore(deps): update dependency rollup to v4.59.0 [security] (#1192)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sanity-svc.npm, a new releaser for @​sanity/client since your current version.


Updates @sanity/image-url from 1.1.0 to 2.1.1

Release notes

Sourced from @​sanity/image-url's releases.

v2.1.1

Patch Changes

v2.1.0

Minor Changes

  • #97 25eefd4 Thanks @​rdunk! - Add support for clients configured with the resource property, mark ~experimental_resource as deprecated.

v2.0.3

Patch Changes

v2.0.2

Patch Changes

  • #93 f1cd12d Thanks @​rdunk! - Restore the legacy default builder export (marked deprecated) to maintain partial backwards compatibility.

v2.0.1

Patch Changes

  • #90 b1ebf65 Thanks @​rdunk! - Replaced the exported builder class instance types with public interfaces to avoid TS4094 errors and fixed the signed builder type export names

v2.0.0

Major Changes

  • #84 440e082 Thanks @​rdunk! - Export all public types from the main package entry point. Replaces type imports from internal /lib paths.

  • #84 440e082 Thanks @​rdunk! - Dropped CommonJS support. The package is now ESM only; use import syntax instead of require().

  • #84 440e082 Thanks @​rdunk! - Replaced the default export with a named export. Use createImageUrlBuilder instead of the default export.

Minor Changes

v1.2.0

Minor Changes

Patch Changes

All notable changes will be documented in this file.

Changelog

Sourced from @​sanity/image-url's changelog.

2.1.1

Patch Changes

2.1.0

Minor Changes

  • #97 25eefd4 Thanks @​rdunk! - Add support for clients configured with the resource property, mark ~experimental_resource as deprecated.

2.0.3

Patch Changes

2.0.2

Patch Changes

  • #93 f1cd12d Thanks @​rdunk! - Restore the legacy default builder export (marked deprecated) to maintain partial backwards compatibility.

2.0.1

Patch Changes

  • #90 b1ebf65 Thanks @​rdunk! - Replaced the exported builder class instance types with public interfaces to avoid TS4094 errors and fixed the signed builder type export names

2.0.0

Major Changes

  • #84 440e082 Thanks @​rdunk! - Export all public types from the main package entry point. Replaces type imports from internal /lib paths.

  • #84 440e082 Thanks @​rdunk! - Dropped CommonJS support. The package is now ESM only; use import syntax instead of require().

  • #84 440e082 Thanks @​rdunk! - Replaced the default export with a named export. Use createImageUrlBuilder instead of the default export.

Minor Changes

1.2.0

Minor Changes

... (truncated)

Commits
  • 58b230e Version Packages (#104)
  • 135943c fix: read dataset and canvas resources (#103)
  • f346fd2 chore(deps): update actions/setup-node action to v6 (#101)
  • a0935f4 Version Packages (#98)
  • 67569a6 chore(deps): update actions/setup-node action to v5 (#100)
  • 8424247 chore(deps): update actions/checkout action to v6 (#99)
  • 25eefd4 feat: add support for client resource property over deprecated ~experimental_...
  • ac41888 Version Packages (#96)
  • ee18507 fix: enforce expiry parameter when signing (#95)
  • cee1fad Version Packages (#94)
  • 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 @​sanity/image-url since your current version.


Updates @sanity/vision from 3.86.0 to 5.19.0

Release notes

Sourced from @​sanity/vision's releases.

v5.19.0

Sanity Studio v5.19.0

This release includes various improvements and bug fixes.

For the complete changelog with all details, please visit: www.sanity.io/changelog/studio-NS4xOC4w

Install or upgrade Sanity Studio

To upgrade to this version, run:

npm install sanity@latest

To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

📓 Full changelog

Author Message Commit
@​pedrobonamin chore: replace deprecated placement in menuButton for popover.placement (#12421) 867cccb78868375c4e4913d2f442cc8946683deb
@​juice49 feat(sanity): tag version creation request during release duplication (#12554) 5b90d9a72eda977f390002f8e64e65fdb73015fb
@​juice49 refactor(sanity): pass only document id when duplicating release (#12554) 8f01554d4b65a5b4f15595ef6701acad48d26af8
@​bjoerge test(e2e): remove unnecessary Firefox skips from PTE fullscreen tests (#12552) 70eca290f131bd9b2fdaa59f0c313c78ff583c07
@​bjoerge chore(ci): bump renovate nodeMaxMemory to 2.5GB (#12555) 63fb9e3b2ed8c5c2266accac4cd0cbc712d87851
@​bjoerge chore(ci): bump renovate nodeMaxMemory to 2GB (#12553) fa002f6d61d7a63c5eee49842acab52ffdc86aab
@​binoy14 fix(deps): update @​sanity/cli to v6.3.1 (#12546) 27690b458c5dda5589d1b99a4e09e0631315a6e9
@​bjoerge chore(ci): change nodeMaxMemory from string to number (#12550) c06062a5c9a1018e33d29ec207988c93beb2f95f
@​bjoerge chore(ci): set renovate nodeMaxMemory to 1GB (#12548) 0d380fa7461755a5a41faba9d46865b73c3802bb
renovate[bot] chore(deps): update dependency oxfmt to ^0.43.0 (#12450) e374c45088b8b46a040fd173644356cc5b438a1d
@​binoy14 chore(deps): bump GitHub Actions dependencies to latest versions (#12544) 91b49930f4f1ffec106b78b087b2afdfc151c97f
@​binoy14 chore(ci): add renovate concurrency limits (#12545) fd39d6fa0f366d3c0de64862cccecabc61ad7b58
renovate[bot] chore(deps): update davelosert/vitest-coverage-report-action digest to bd52af5 (#12535) 02f819750798d682d52eae3ac6bb0cbeda421b22
@​christianhg fix(deps): update @​portabletext packages to latest versions (#12538) 6095f0d2a05615e986c89914bef071bec1eda77f
@​binoy14 fix(deps): update @​sanity/cli to v6.3.0 (#12537) 19761674059e9d977c8bc80f66aab26381c95fb9
@​RitaDias feat: add feedbackDialog and sendFeedback methods (#12497) 0477e2527979552a7949d441ee95318b8e807e37
@​RitaDias refactor: always send error reporting to sentry, always strip PII (#12534) 4b2dc940b4d6b6c767006eab4f0c29067e7a0300
@​Chrilleweb fix(sanity): log deprecation warning once (#12526) abc296dc90d7ec7d9218248c70850eec0ec0ec4c
@​bjoerge feat(telemetry): track auth store timings (#12529) 468ff0bc547f5eab8e080f903e2f101c02f5ecac
@​bjoerge chore(telemetry): improve debug logging output (#12528) 15943dde514e022f30b7e0cd49436eb2ad8d0361
@​TiwariLokesh fix(core): prevent PointerOverlayDiv from blocking clicks on initial render in CommandList (#12480) 9ca91b5e53c6f6d6716f2076fc18124460ed9faf
@​bjoerge fix(auth): return stats from handleCallbackResult (#12522) 9d4bd08efc477db2b43ae88071ed3d23798574d7
@​pedrobonamin fix(structure): add empty state to incoming refs inspector (#12524) 0add49d8583112ae7b3c4bc28f9bd20fbff01e23
@​pedrobonamin fix(core): prevent task form operations from leaking into the main workspace store (#12523) 54399547923c650ee256a2c93fbaec029f39c25c
@​stipsan fix(deps): bump misc sanity packages (#12470) 5c56d11297184275ebd874a47955c3a506d29602
@​bjoerge ci(e2e): optimize Playwright CI workflows (#12519) e5c05b0a66274d8eb32c3ff068664f00972a4896
renovate[bot] chore(deps): update davelosert/vitest-coverage-report-action digest to 2500daf (#12516) 89b7d7e98920e47622854adeb92df6d2d8dd404f
@​bjoerge test(e2e): replace waitForSelector and waitForTimeout with locator APIs (#12510) fc5c7f392c32d795a632af973d413596a04d2d3b

... (truncated)

Changelog

Sourced from @​sanity/vision's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.18.0 (2026-03-24)

Note: Version bump only for package @​sanity/vision

5.17.1 (2026-03-17)

Note: Version bump only for package @​sanity/vision

5.17.0 (2026-03-17)

Note: Version bump only for package @​sanity/vision

5.16.0 (2026-03-14)

Note: Version bump only for package @​sanity/vision

5.15.0 (2026-03-12)

Features

5.14.1 (2026-03-10)

Note: Version bump only for package @​sanity/vision

5.14.0 (2026-03-10)

Note: Version bump only for package @​sanity/vision

5.13.0 (2026-03-03)

Note: Version bump only for package @​sanity/vision

5.12.0 (2026-02-24)

Note: Version bump only for package @​sanity/vision

5.11.0 (2026-02-19)

Note: Version bump only for package @​sanity/vision

5.10.0 (2026-02-17)

Note: Version bump only for package @​sanity/vision

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by sanity-svc.npm, a new releaser for @​sanity/vision since your current version.


Updates next-sanity from 9.10.2 to 12.2.1

Release notes

Sourced from next-sanity's releases.

next-sanity@12.2.1

Patch Changes

  • #3357 1aa38ca Thanks @​stipsan! - Reduce the risk of hitting API rate limits during next build on large build machines

next-sanity@12.2.0

Minor Changes

[!WARNING] This is a breaking change if you were using this implementation. Upgrade to next-sanity@cache-components if you want to continue testing the cache components implementation or wait for the stable release.

Patch Changes

next-sanity@12.1.6

Patch Changes

next-sanity@12.1.5

Patch Changes

  • #3335 71e609a Thanks @​stipsan! - Stop using ['sanity'] as the default fallback when sanityFetch does not specify custom tags

next-sanity@12.1.4

Patch Changes

next-sanity@12.1.3

Patch Changes

next-sanity@12.1.2

Patch Changes

... (truncated)

Changelog

Sourced from next-sanity's changelog.

12.2.1

Patch Changes

  • #3357 1aa38ca Thanks @​stipsan! - Reduce the risk of hitting API rate limits during next build on large build machines

12.2.0

Minor Changes

[!WARNING] This is a breaking change if you were using this implementation. Upgrade to next-sanity@cache-components if you want to continue testing the cache components implementation or wait for the stable release.

Patch Changes

12.1.6

Patch Changes

12.1.5

Patch Changes

  • #3335 71e609a Thanks @​stipsan! - Stop using ['sanity'] as the default fallback when sanityFetch does not specify custom tags

12.1.4

Patch Changes

12.1.3

Patch Changes

... (truncated)

Commits
Maintainer changes

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


Updates sanity from 3.86.0 to 5.19.0

Release notes

Sourced from sanity's releases.

v5.19.0

Sanity Studio v5.19.0

This release includes various improvements and bug fixes.

For the complete changelog with all details, please visit: www.sanity.io/changelog/studio-NS4xOC4w

Install or upgrade Sanity Studio

To upgrade to this version, run:

npm install sanity@latest

To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

📓 Full changelog

Author Message Commit
@​pedrobonamin chore: replace deprecated placement in menuButton for popover.placement (#12421) 867cccb78868375c4e4913d2f442cc8946683deb
@​juice49 feat(sanity): tag version creation request during release duplication (#12554) 5b90d9a72eda977f390002f8e64e65fdb73015fb
@​juice49 refactor(sanity): pass only document id when duplicating release (#12554) 8f01554d4b65a5b4f15595ef6701acad48d26af8
@​bjoerge test(e2e): remove unnecessary Firefox skips from PTE fullscreen tests (#12552) 70eca290f131bd9b2fdaa59f0c313c78ff583c07
@​bjoerge chore(ci): bump renovate nodeMaxMemory to 2.5GB (#12555) 63fb9e3b2ed8c5c2266accac4cd0cbc712d87851
@​bjoerge chore(ci): bump renovate nodeMaxMemory to 2GB (#12553) fa002f6d61d7a63c5eee49842acab52ffdc86aab
@​binoy14 fix(deps): update @​sanity/cli to v6.3.1 (#12546) 27690b458c5dda5589d1b99a4e09e0631315a6e9
@​bjoerge chore(ci): change nodeMaxMemory from string to number (#12550) c06062a5c9a1018e33d29ec207988c93beb2f95f
@​bjoerge chore(ci): set renovate nodeMaxMemory to 1GB (#12548) 0d380fa7461755a5a41faba9d46865b73c3802bb
renovate[bot] chore(deps): update dependency oxfmt to ^0.43.0 (#12450) e374c45088b8b46a040fd173644356cc5b438a1d
@​binoy14 chore(deps): bump GitHub Actions dependencies to latest versions (#12544) 91b49930f4f1ffec106b78b087b2afdfc151c97f
@​binoy14 chore(ci): add renovate concurrency limits (#12545) fd39d6fa0f366d3c0de64862cccecabc61ad7b58
renovate[bot] chore(deps): update davelosert/vitest-coverage-report-action digest to bd52af5 (#12535) 02f819750798d682d52eae3ac6bb0cbeda421b22
@​christianhg fix(deps): update @​portabletext packages to latest versions (#12538) 6095f0d2a05615e986c89914bef071bec1eda77f
@​binoy14 fix(deps): update @​sanity/cli to v6.3.0 (#12537) 19761674059e9d977c8bc80f66aab26381c95fb9
@​RitaDias feat: add feedbackDialog and sendFeedback methods (#12497) 0477e2527979552a7949d441ee95318b8e807e37
@​RitaDias refactor: always send error reporting to sentry, always strip PII (#12534) 4b2dc940b4d6b6c767006eab4f0c29067e7a0300
@​Chrilleweb fix(sanity): log deprecation warning once (#12526) abc296dc90d7ec7d9218248c70850eec0ec0ec4c
@​bjoerge feat(telemetry): track auth store timings (#12529) 468ff0bc547f5eab8e080f903e2f101c02f5ecac
@​bjoerge chore(telemetry): improve debug logging output (#12528) 15943dde514e022f30b7e0cd49436eb2ad8d0361
@​TiwariLokesh fix(core): prevent PointerOverlayDiv from blocking clicks on initial render in CommandList (#12480) 9ca91b5e53c6f6d6716f2076fc18124460ed9faf
@​bjoerge fix(auth): return stats from handleCallbackResult (#12522) 9d4bd08efc477db2b43ae88071ed3d23798574d7
@​pedrobonamin fix(structure): add empty state to incoming refs inspector (#12524) 0add49d8583112ae7b3c4bc28f9bd20fbff01e23
@​pedrobonamin fix(core): prevent task form operations from leaking into the main workspace store (#12523) 54399547923c650ee256a2c93fbaec029f39c25c
@​stipsan fix(deps): bump misc sanity packages (#12470) 5c56d11297184275ebd874a47955c3a506d29602
@​bjoerge ci(e2e): optimize Playwright CI workflows (#12519) e5c05b0a66274d8eb32c3ff068664f00972a4896
renovate[bot] chore(deps): update davelosert/vitest-coverage-report-action digest to 2500daf (#12516) 89b7d7e98920e47622854adeb92df6d2d8dd404f
@​bjoerge test(e2e): replace waitForSelector and waitForTimeout with locator APIs (#12510) fc5c7f392c32d795a632af973d413596a04d2d3b

... (truncated)

Changelog

Sourced from sanity's changelog.

5.19.0 (2026-04-01)

Features

  • add feedbackDialog and sendFeedback methods (#12497) (0477e25)
  • sanity: tag version creation request during release duplication (5b90d9a)
  • telemetry: track auth store timings (#12529) (468ff0b)

Bug Fixes

  • auth: return stats from handleCallbackResult (#12522) (9d4bd08)
  • core: prevent PointerOverlayDiv from blocking clicks on initial render in CommandList (#12480) (9ca91b5)
  • core: prevent task form operations from leaking into the main workspace store (#12523) (5439954)
  • core: publishing anonymous versions (#12514) (a1c9e4b)
  • deps: bump misc sanity packages (#12470) (5c56d11)
  • deps: update @​portabletext packages to latest versions (#12538) (6095f0d)
  • deps: update @​sanity/cli to v6.3.0 (#12537) (1976167)
  • deps: update @​sanity/cli to v6.3.1 (#12546) (27690b4)
  • pasting a document into a schema with read-only fields will exclude those fields from paste (#12488) (500e413)
  • sanity: log deprecation warning once (#12526) (abc296d)
  • show initial value template icons in new document pickers (#12508) (990a3c4)
  • structure: add empty state to incoming refs inspector (#12524) (0add49d)
  • validation: allow relative URLs when scheme excludes http (#12486) (d5c2b1c)

5.18.0 (2026-03-24)

Features

Bug Fixes

  • auth: workaround Next.js replaceState bug (#12498) (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 3, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sharesphere Error Error Apr 3, 2026 4:01am

@dependabot dependabot bot changed the title Bump the sanity group with 5 updates Bump the sanity group across 1 directory with 5 updates Apr 3, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanity-62a3fdae80 branch from 9417a42 to 219ed1e Compare April 3, 2026 03:07
Bumps the sanity group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@sanity/client](https://github.com/sanity-io/client) | `6.29.0` | `7.20.0` |
| [@sanity/image-url](https://github.com/sanity-io/image-url) | `1.1.0` | `2.1.1` |
| [@sanity/vision](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/vision) | `3.86.0` | `5.19.0` |
| [next-sanity](https://github.com/sanity-io/next-sanity/tree/HEAD/packages/next-sanity) | `9.10.2` | `12.2.1` |
| [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) | `3.86.0` | `5.19.0` |


Updates `@sanity/client` from 6.29.0 to 7.20.0
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.29.0...v7.20.0)

Updates `@sanity/image-url` from 1.1.0 to 2.1.1
- [Release notes](https://github.com/sanity-io/image-url/releases)
- [Changelog](https://github.com/sanity-io/image-url/blob/main/CHANGELOG.md)
- [Commits](sanity-io/image-url@v1.1.0...v2.1.1)

Updates `@sanity/vision` from 3.86.0 to 5.19.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Changelog](https://github.com/sanity-io/sanity/blob/main/packages/@sanity/vision/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/sanity/commits/v5.19.0/packages/@sanity/vision)

Updates `next-sanity` from 9.10.2 to 12.2.1
- [Release notes](https://github.com/sanity-io/next-sanity/releases)
- [Changelog](https://github.com/sanity-io/next-sanity/blob/main/packages/next-sanity/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/next-sanity/commits/next-sanity@12.2.1/packages/next-sanity)

Updates `sanity` from 3.86.0 to 5.19.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Changelog](https://github.com/sanity-io/sanity/blob/main/packages/sanity/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/sanity/commits/v5.19.0/packages/sanity)

---
updated-dependencies:
- dependency-name: "@sanity/client"
  dependency-version: 7.20.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sanity
- dependency-name: "@sanity/image-url"
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sanity
- dependency-name: "@sanity/vision"
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sanity
- dependency-name: next-sanity
  dependency-version: 12.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sanity
- dependency-name: sanity
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sanity
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanity-62a3fdae80 branch from 219ed1e to 1972574 Compare April 3, 2026 03:58
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