Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the npm-dependencies group across 1 directory with 14 updates #56

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 Jun 1, 2024

Bumps the npm-dependencies group with 13 updates in the / directory:

Package From To
@carbonplan/components 11.1.4 12.6.1
@carbonplan/icons 1.1.0 2.0.0
@carbonplan/prism 1.0.4 2.0.0
@carbonplan/theme 7.0.0 8.1.0
@emotion/styled 11.8.1 11.11.5
@mdx-js/loader 1.6.22 3.0.1
@next/mdx 12.0.9 14.2.3
@theme-ui/color 0.13.1 0.16.2
next 12.1.0 14.2.3
react 17.0.2 18.3.1
react-dom 17.0.2 18.3.1
theme-ui 0.13.1 0.16.2
prettier 2.4.1 3.3.0

Updates @carbonplan/components from 11.1.4 to 12.6.1

Commits
Maintainer changes

This version was pushed to npm by shane98c, a new releaser for @​carbonplan/components since your current version.


Updates @carbonplan/icons from 1.1.0 to 2.0.0

Commits

Updates @carbonplan/prism from 1.0.4 to 2.0.0

Commits
Maintainer changes

This version was pushed to npm by katamartin, a new releaser for @​carbonplan/prism since your current version.


Updates @carbonplan/theme from 7.0.0 to 8.1.0

Commits
Maintainer changes

This version was pushed to npm by katamartin, a new releaser for @​carbonplan/theme since your current version.


Updates @emotion/react from 11.9.0 to 11.11.4

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.11.4

Patch Changes

  • #3159 5b82631d Thanks @​iegik! - Renamed an internal hasOwnProperty to hasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with Object.freeze(Object.prototype).

@​emotion/react@​11.11.3

Patch Changes

@​emotion/react@​11.11.1

Patch Changes

  • #3048 9357f337 Thanks @​naari3! - Added ElementType to the Emotion's JSX namespace. It's defined in the same way as the one in @types/react and should make it possible to use components that return strings, Promises and other types that are valid in React.

@​emotion/react@​11.11.0

Minor Changes

Patch Changes

@​emotion/react@​11.10.8

Patch Changes

@​emotion/react@​11.10.6

Patch Changes

... (truncated)

Commits

Updates @emotion/styled from 11.8.1 to 11.11.5

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.11.5

Patch Changes

@​emotion/styled@​11.11.0

Minor Changes

Patch Changes

@​emotion/styled@​11.10.8

Patch Changes

  • #3025 6bd13425 Thanks @​Andarist! - Fixed a parsing issue with & within nested functions in declaration values by updating the underlying parser (stylis).

  • Updated dependencies [6bd13425]:

    • @​emotion/babel-plugin@​11.10.8

@​emotion/styled@​11.10.6

Patch Changes

@​emotion/styled@​11.10.5

Patch Changes

@​emotion/styled@​11.10.4

... (truncated)

Commits

Updates @mdx-js/loader from 1.6.22 to 3.0.1

Release notes

Sourced from @​mdx-js/loader's releases.

3.0.1

Fix

Types

Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

3.0.0

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change

  • e08b7596 5afa48e6 Change to require Node 16
  • 5a13d73b Change to use export maps
  • cbc2822f Update unified, types, plugins, etc
  • 96b51f93 Remove inferral of development from NODE_ENV

Change (unlikely to affect you)

  • c961af80 Remove useDynamicImport option
  • 9cb26fd1 @mdx-js/register: remove package
  • 0d1558a3 @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce9 @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f924227 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb43 @mdx-js/react: remove deprecated MDXContext, withMDXComponents

Add

  • e12f3079 Add support for passing baseUrl when running
  • 2c511a40 Add support for baseUrl as a URL
  • 1863914c Add deprecation warning for classic runtime
  • a34177c3 Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9cac Add support for await in MDX
  • 3a7f1947 Add tableCellAlignToStyle option, to use align

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by wooorm, a new releaser for @​mdx-js/loader since your current version.


Updates @next/mdx from 12.0.9 to 14.2.3

Release notes

Sourced from @​next/mdx's releases.

v14.2.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix: resolve mixed re-exports module as cjs (#64681)
  • fix: mixing namespace import and named import client components (#64809)
  • Fix mixed exports in server component with barrel optimization (#64894)
  • Fix next/image usage in mdx(#64875)
  • fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • prevent erroneous route interception during lazy fetch (#64692)
  • fix root page revalidation when redirecting in a server action (#64730)
  • fix: remove traceparent from cachekey should not remove traceparent from original object (#64727)
  • Clean-up fetch metrics tracking (#64746)

Credits

Huge thanks to @​huozhi, @​samcx, @​ztanner, @​Jeffrey-Zutt, and @​ijjk for helping!

v14.2.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

... (truncated)

Commits

Updates @theme-ui/color from 0.13.1 to 0.16.2

Release notes

Sourced from @​theme-ui/color's releases.

v0.16.2

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arun Sathiya (@​arunsathiya)

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

❤️ Sam Marxz (@​sammarxz)

🐛 Bug Fix

🏠 Internal

Authors: 5

v0.16.2-develop.5

No release notes provided.

v0.16.2-develop.2

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

🐛 Bug Fix

🏠 Internal

... (truncated)

Changelog

Sourced from @​theme-ui/color's changelog.

v0.16.2 (Mon Feb 19 2024)

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arun Sathiya (@​arunsathiya)

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

❤️ Sam Marxz (@​sammarxz)

🐛 Bug Fix

👨‍💻 Minor changes

🏠 Internal

Authors: 5


v0.16.1 (Thu Sep 07 2023)

🐛 Bug Fix

👨‍💻 Minor changes

  • Add missing migration notes on 0.16 to docs (@​hasparus)

Authors: 1

... (truncated)

Commits
  • c0d521f Bump version to: 0.16.2 [skip ci]
  • c0b871a Update contributors [skip ci]
  • 9316e88 Update CHANGELOG.md [skip ci]
  • e2dfe11 Merge pull request #2481 from system-ui/dependabot/npm_and_yarn/auto-11.0.4
  • cf54bfb Bump versions to: 0.16.2-develop.5 [skip ci]
  • 1bdffce Bump versions to: 0.16.2-develop.3 [skip ci]
  • 379b548 Bump version
  • ead4400 fix(theme-ui): generate missing exports field
  • 82b0fdd chore(deps): bump auto from 10.46.0 to 11.0.4
  • 8cbc7ec chore(deps): bump @​auto-it/omit-commits from 10.46.0 to 11.0.4
  • Additional commits viewable in compare view

Updates next from 12.1.0 to 14.2.3

Release notes

Sourced from next's releases.

v14.2.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix: resolve mixed re-exports module as cjs (#64681)
  • fix: mixing namespace import and named import client components (#64809)
  • Fix mixed exports in server component with barrel optimization (#64894)
  • Fix next/image usage in mdx(#64875)
  • fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • prevent erroneous route interception during lazy fetch (#64692)
  • fix root page revalidation when redirecting in a server action (#64730)
  • fix: remove traceparent from cachekey should not remove traceparent from original object (#64727)
  • Clean-up fetch metrics tracking (#64746)

Credits

Huge thanks to @​huozhi, @​samcx, @​ztanner, @​Jeffrey-Zutt, and @​ijjk for helping!

v14.2.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

... (truncated)

Commits
  • 2e7a96a v14.2.3
  • a230be4 Clean-up fetch metrics tracking (#64746)
  • 73c2d63 fix: remove traceparent from cachekey should not remove traceparent from orig...
  • dd44191 fix root page revalidation when redirecting in a server action (#64730)
  • 8b4c234 prevent erroneous route interception during lazy fetch (#64692)
  • d6a7ca0 fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • 4a6b511 Fix next/image usage in mdx (#64875)
  • 04cc13c Fix mixed exports in server component with barrel optimization (#64894)
  • 8d01d49 fix: mixing namespace import and named import client components (#64809)
  • de84e3a Fix: resolve mixed re-exports module as cjs (#64681)
  • Additional commits viewable in compare view

Updates react from 17.0.2 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates react-dom from 17.0.2 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874

18.2.0 (June 14, 2022)

React DOM

  • Provide a component stack as a second argument to onRecoverableError. (@​gnoff in #24591)
  • Fix hydrating into document causing a blank page on mismatch. (@​gnoff in #24523)
  • Fix false positive hydration errors with Suspense. (@​gnoff in #24480 and @​acdlite in #24532)
  • Fix ignored setState in Safari when a...

    Description has been truncated

Bumps the npm-dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@carbonplan/components](https://github.com/carbonplan/components) | `11.1.4` | `12.6.1` |
| [@carbonplan/icons](https://github.com/carbonplan/icons) | `1.1.0` | `2.0.0` |
| [@carbonplan/prism](https://github.com/carbonplan/prism) | `1.0.4` | `2.0.0` |
| [@carbonplan/theme](https://github.com/carbonplan/theme) | `7.0.0` | `8.1.0` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.8.1` | `11.11.5` |
| [@mdx-js/loader](https://github.com/mdx-js/mdx/tree/HEAD/packages/loader) | `1.6.22` | `3.0.1` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `12.0.9` | `14.2.3` |
| [@theme-ui/color](https://github.com/system-ui/theme-ui) | `0.13.1` | `0.16.2` |
| [next](https://github.com/vercel/next.js) | `12.1.0` | `14.2.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `17.0.2` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `17.0.2` | `18.3.1` |
| [theme-ui](https://github.com/system-ui/theme-ui) | `0.13.1` | `0.16.2` |
| [prettier](https://github.com/prettier/prettier) | `2.4.1` | `3.3.0` |



Updates `@carbonplan/components` from 11.1.4 to 12.6.1
- [Commits](https://github.com/carbonplan/components/commits)

Updates `@carbonplan/icons` from 1.1.0 to 2.0.0
- [Commits](https://github.com/carbonplan/icons/commits)

Updates `@carbonplan/prism` from 1.0.4 to 2.0.0
- [Commits](https://github.com/carbonplan/prism/commits)

Updates `@carbonplan/theme` from 7.0.0 to 8.1.0
- [Commits](https://github.com/carbonplan/theme/commits)

Updates `@emotion/react` from 11.9.0 to 11.11.4
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.9.0...@emotion/react@11.11.4)

Updates `@emotion/styled` from 11.8.1 to 11.11.5
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.8.1...@emotion/styled@11.11.5)

Updates `@mdx-js/loader` from 1.6.22 to 3.0.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.0.1/packages/loader)

Updates `@next/mdx` from 12.0.9 to 14.2.3
- [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.3/packages/next-mdx)

Updates `@theme-ui/color` from 0.13.1 to 0.16.2
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.16.2/CHANGELOG.md)
- [Commits](system-ui/theme-ui@v0.13.1...v0.16.2)

Updates `next` from 12.1.0 to 14.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.1.0...v14.2.3)

Updates `react` from 17.0.2 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `react-dom` from 17.0.2 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `theme-ui` from 0.13.1 to 0.16.2
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.16.2/CHANGELOG.md)
- [Commits](system-ui/theme-ui@v0.13.1...v0.16.2)

Updates `prettier` from 2.4.1 to 3.3.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.4.1...3.3.0)

---
updated-dependencies:
- dependency-name: "@carbonplan/components"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@carbonplan/icons"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@carbonplan/prism"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@carbonplan/theme"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@mdx-js/loader"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@theme-ui/color"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: theme-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

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 Jun 1, 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