Skip to content

Bump jest from 24.9.0 to 25.1.0 #322

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

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jest from 24.9.0 to 25.1.0.

Changelog

Sourced from jest's changelog.

25.1.0

Features

  • [babel-plugin-jest-hoist] Show codeframe on static hoisting issues (#8865)
  • [babel-plugin-jest-hoist] Add BigInt to WHITELISTED_IDENTIFIERS (#8382)
  • [babel-preset-jest] Add @babel/plugin-syntax-bigint (#8382)
  • [expect] Add BigInt support to toBeGreaterThan, toBeGreaterThanOrEqual, toBeLessThan and toBeLessThanOrEqual (#8382)
  • [expect, jest-matcher-utils] Display change counts in annotation lines (#9035)
  • [expect, jest-snapshot] Support custom inline snapshot matchers (#9278)
  • [jest-config] Throw the full error message and stack when a Jest preset is missing a dependency (#8924)
  • [jest-config] [BREAKING] Set default display name color based on runner (#8689)
  • [jest-config] Merge preset globals with project globals (#9027)
  • [jest-config] Support .cjs config files (#9291)
  • [jest-config] [BREAKING] Support .mjs config files (#9431)
  • [jest-core] Support reporters as default exports (#9161)
  • [jest-core] Support --findRelatedTests paths case insensitivity on Windows (#8900)
  • [jest-diff] Add options for colors and symbols (#8841)
  • [jest-diff] [BREAKING] Export as ECMAScript module (#8873)
  • [jest-diff] Add includeChangeCounts and rename Indicator options (#8881)
  • [jest-diff] Add changeColor and patchColor options (#8911)
  • [jest-diff] Add trailingSpaceFormatter option and replace cyan with commonColor (#8927)
  • [jest-diff] Add firstOrLastEmptyLineReplacement option and export 3 diffLines functions (#8955)
  • [jest-environment] Add optional getVmContext next to runScript (#9252 & #9428)
  • [jest-environment-jsdom] Add fakeTimersLolex (#8925)
  • [jest-environment-node] Add fakeTimersLolex (#8925)
  • [jest-environment-node] Add queueMicrotask (#9140)
  • [jest-environment-node] Implement getVmContext (#9252 & #9428)
  • [@jest/fake-timers] Add Lolex as implementation of fake timers (#8897)
  • [jest-get-type] Add BigInt support. (#8382)
  • [jest-matcher-utils] Add BigInt support to ensureNumbers ensureActualIsNumber, ensureExpectedIsNumber (#8382)
  • [jest-matcher-utils] Ignore highlighting matched asymmetricMatcher in diffs (#9257)
  • [jest-reporters] Export utils for path formatting (#9162)
  • [jest-reporters] Provides global coverage thresholds as watermarks for istanbul (#9416)
  • [jest-runner] Warn if a worker had to be force exited (#8206)
  • [jest-runtime] [BREAKING] Do not export ScriptTransformer - it can be imported from @jest/transform instead (#9256)
  • [jest-runtime] Use JestEnvironment.getVmContext and vm.compileFunction if available to avoid the module wrapper (#9252 & #9428)
  • [jest-snapshot] Display change counts in annotation lines (#8982)
  • [jest-snapshot] [BREAKING] Improve report when the matcher has properties (#9104)
  • [jest-snapshot] Improve colors when snapshots are updatable (#9132)
  • [jest-snapshot] Ignore indentation for most serialized objects (#9203)
  • [jest-transform] Create createTranspilingRequire function for easy transpiling modules (#9194)
  • [jest-transform] [BREAKING] Return transformed code as a string, do not wrap in vm.Script (#9253)
  • [@jest/test-result] Create method to create empty TestResult (#8867)
  • [jest-worker] [BREAKING] Return a promise from end(), resolving with the information whether workers exited gracefully (#8206)
  • [jest-reporters] Transform file paths into hyperlinks (#8980)

Fixes

  • [expect] Display expectedDiff more carefully in toBeCloseTo (#8389)
... (truncated)
Commits
  • 5dcc480 Release 25.1.0
  • 170eee1 fix: expose vm context directly from test envs (#9428)
  • e818dca feat: add support for .mjs config (#9431)
  • 8236779 Fix: Prevent maintaining RegExp state between multiple tests (#9289)
  • f19adb1 chore: bump babel (#9427)
  • 2ece4f9 Do not highlight matched asymmetricMatcher in diffs (#9257)
  • 2839036 chore: sort entries in changelog
  • 7ee717d Fix pretty-format to respect displayName on forwardRef. (#9422)
  • abaea37 Normalize --findRelatedTests paths on win32 platforms (#8961)
  • c8c4c4e jest-snapshot: Fix regression in diff for jest-snapshot-seriali… (#9419)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by davidzilburg, a new releaser for jest since your current version.


Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 22, 2020
@Rishabh570 Rishabh570 merged commit 84dc307 into main Jan 23, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/jest-25.1.0 branch January 23, 2020 08:30
jywarren added a commit that referenced this pull request Oct 30, 2020
* Update README.md

* Update CODE_OF_CONDUCT.md as per new revision (#262)

update code of conduct to reflect changes on https://publiclab.org/conduct Aug, 28 2019 and standardize formatting with MK, LDI, Plots2

* Footer UI changes (#255)

* Footer UI change

* fixed the social media icons on mobile view

* Remove redundant function from community-toolbox.js #218 (#268)

* Added author thumbnail to issue display (#266)

* Update usage.md

* fixed UI bug: footer elements not centered (#273)

* Bump browserify from 16.3.0 to 16.5.0 (#250)

Bumps [browserify](https://github.com/browserify/browserify) from 16.3.0 to 16.5.0.
- [Release notes](https://github.com/browserify/browserify/releases)
- [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown)
- [Commits](browserify/browserify@v16.3.0...v16.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump node-snackbar from 0.1.15 to 0.1.16 (#286)

Bumps [node-snackbar](https://github.com/polonel/SnackBar) from 0.1.15 to 0.1.16.
- [Release notes](https://github.com/polonel/SnackBar/releases)
- [Commits](polonel/SnackBar@0.1.15...0.1.16)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump chart.js from 2.8.0 to 2.9.3 (#292)

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.8.0 to 2.9.3.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v2.8.0...v2.9.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Added a language attribute (#287)

Added it because the language attribute helps to specify the language of the element's content

* Bump tape from 4.11.0 to 4.12.0 (#303)

Bumps [tape](https://github.com/substack/tape) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](tape-testing/tape@v4.11.0...v4.12.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix header UI issue. (#307)

* Bump tape from 4.12.0 to 4.12.1 (#304)

Bumps [tape](https://github.com/substack/tape) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](tape-testing/tape@v4.12.0...v4.12.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* [Security] Bump handlebars from 4.1.2 to 4.5.3 (#305)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump tape from 4.12.1 to 4.13.0 (#312)

Bumps [tape](https://github.com/substack/tape) from 4.12.1 to 4.13.0.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](tape-testing/tape@v4.12.1...v4.13.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump http-server from 0.11.1 to 0.12.1 (#311)

Bumps [http-server](https://github.com/http-party/http-server) from 0.11.1 to 0.12.1.
- [Release notes](https://github.com/http-party/http-server/releases)
- [Commits](http-party/http-server@0.11.1...v0.12.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* sort dropdown made responsive (#313)

* fixed the stale issues which fixes issue #282 (#314)

* fixed the stale issues

* Fixed the stale issues

* Plugged the function and fixed the key-value pair

* Fixed the browser issue

* Fixed the index.html issue

Co-authored-by: Rishabh Rawat <[email protected]>

* Bump jest from 24.9.0 to 25.1.0 (#322)

Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v24.9.0...v25.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* JS code enhancement (#298)

* Fixed the hyperlink issue (Fixes issue #320) (#329)

* Fixed the hyperlink issue

* fixed the hyperlink issue

* Update getting_started.md (#327)

We start the the server with npm start so this we should  follow like we have  in other projects.

* Fix The Position Of Fork me Ribbon (#332)

* Fix The Position Of Fork me Ribbon

* fixed the indent issue

* Added the scrolling in-list (#336)

* Add a all repositories button to dropdown (#338)

* Show Github username over avatar (#340)

* Add gitter option in connect with us section (#342)

* Add gitter option in connect with us section

* fix the indentation

* Bump tape from 4.13.0 to 4.13.2 (#344)

Bumps [tape](https://github.com/substack/tape) from 4.13.0 to 4.13.2.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](tape-testing/tape@v4.13.0...v4.13.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.1.0 (#347)

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* [Security] Bump acorn from 6.0.4 to 6.4.1 (#346)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.4 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.0.4...6.4.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* updated installation instructions (#345)

* Bump jquery from 3.4.1 to 3.5.0 (#357)

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.4.1...3.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump browserify from 16.5.0 to 16.5.1 (#351)

Bumps [browserify](https://github.com/browserify/browserify) from 16.5.0 to 16.5.1.
- [Release notes](https://github.com/browserify/browserify/releases)
- [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown)
- [Commits](browserify/browserify@v16.5.0...v16.5.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 (#374)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. **This update includes a security fix.**
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](faye/websocket-extensions-node@0.1.3...0.1.4)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump moment from 2.24.0 to 2.27.0 (#375)

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.27.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.24.0...2.27.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump grunt from 1.1.0 to 1.2.0 (#377)

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG)
- [Commits](gruntjs/grunt@v1.1.0...v1.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump grunt from 1.2.0 to 1.2.1 (#378)

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG)
- [Commits](gruntjs/grunt@v1.2.0...v1.2.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump browserify from 16.5.1 to 16.5.2 (#383)

Bumps [browserify](https://github.com/browserify/browserify) from 16.5.1 to 16.5.2.
- [Release notes](https://github.com/browserify/browserify/releases)
- [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown)
- [Commits](browserify/browserify@v16.5.1...v16.5.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* [Security] Bump elliptic from 6.4.1 to 6.5.3 (#380)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.4.1...v6.5.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump grunt from 1.2.1 to 1.3.0 (#387)

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG)
- [Commits](gruntjs/grunt@v1.2.1...v1.3.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump moment from 2.27.0 to 2.28.0 (#391)

Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.27.0...2.28.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* [Security] Bump http-proxy from 1.18.0 to 1.18.1 (#390)

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. **This update includes a security fix.**
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](http-party/node-http-proxy@1.18.0...1.18.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump tape-run from 6.0.1 to 8.0.0 (#379)

Bumps [tape-run](https://github.com/juliangruber/tape-run) from 6.0.1 to 8.0.0.
- [Release notes](https://github.com/juliangruber/tape-run/releases)
- [Changelog](https://github.com/juliangruber/tape-run/blob/master/History.md)
- [Commits](tape-testing/tape-run@v6.0.1...v8.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump moment from 2.28.0 to 2.29.1 (#393)

Bumps [moment](https://github.com/moment/moment) from 2.28.0 to 2.29.1.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.28.0...2.29.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump tape from 4.13.2 to 5.0.1 (#372)

Bumps [tape](https://github.com/substack/tape) from 4.13.2 to 5.0.1.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](tape-testing/tape@v4.13.2...v5.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update demo.css to fix font links to League Spartan CDN via fontsource (#402)

re publiclab/image-sequencer#1741

* Bump browserify from 16.5.2 to 17.0.0 (#396)

Bumps [browserify](https://github.com/browserify/browserify) from 16.5.2 to 17.0.0.
- [Release notes](https://github.com/browserify/browserify/releases)
- [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown)
- [Commits](browserify/browserify@v16.5.2...v17.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump jquery from 3.5.0 to 3.5.1 (#369)

Bumps [jquery](https://github.com/jquery/jquery) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.5.0...3.5.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump http-server from 0.12.1 to 0.12.3 (#360)

Bumps [http-server](https://github.com/http-party/http-server) from 0.12.1 to 0.12.3.
- [Release notes](https://github.com/http-party/http-server/releases)
- [Commits](http-party/http-server@v0.12.1...v0.12.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump chart.js from 2.9.3 to 2.9.4 (#398)

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.3 to 2.9.4.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v2.9.3...v2.9.4)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

Co-authored-by: Sasha Boginsky <[email protected]>
Co-authored-by: Sudipto Ghosh <[email protected]>
Co-authored-by: mastal88 <[email protected]>
Co-authored-by: Samagra Gupta <[email protected]>
Co-authored-by: kay nguyen <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth  Owufuni Agada <[email protected]>
Co-authored-by: Rishabh Rawat <[email protected]>
Co-authored-by: rounak176 <[email protected]>
Co-authored-by: Devansh Agarwal <[email protected]>
Co-authored-by: somenath sarkar <[email protected]>
Co-authored-by: Devansh Agarwal <[email protected]>
Co-authored-by: Govind Goel <[email protected]>
TildaDares pushed a commit to TildaDares/community-toolbox that referenced this pull request Apr 28, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant