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): update all minor dependencies (minor) #1756

Merged
merged 1 commit into from
Apr 4, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2019

This PR contains the following updates:

Package Type Update Change References
@​babel/cli devDependencies minor 7.2.3 -> 7.4.3 homepage, source
@​babel/core devDependencies minor 7.3.4 -> 7.4.3 homepage, source
@​babel/preset-env devDependencies minor 7.3.4 -> 7.4.3 homepage, source
eslint devDependencies minor 5.14.1 -> 5.16.0 homepage, source
eslint-config-prettier devDependencies minor 4.0.0 -> 4.1.0 source
jest devDependencies minor 24.3.1 -> 24.7.1 homepage, source
puppeteer devDependencies minor 1.12.2 -> 1.14.0 source
ws devDependencies minor 6.1.4 -> 6.2.1 source

Release Notes

babel/babel

v7.4.3

Compare Source

👓 Spec Compliance
🚀 New Feature
  • babel-plugin-transform-runtime
🐛 Bug Fix
💅 Polish
  • babel-parser
  • babel-core, babel-plugin-transform-for-of
🏠 Internal
eslint/eslint

v5.16.0

Compare Source

  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#​11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#​11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#​11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#​11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#​11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#​11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#​11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#​11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#​11528) (Teddy Katz)

v5.15.3

Compare Source

v5.15.2

Compare Source

  • 29dbca7 Fix: implicit-arrow-linebreak adds extra characters (fixes #​11268) (#​11407) (Mark de Dios)
  • 5d2083f Upgrade: eslint-scope@4.0.3 (#​11513) (Teddy Katz)
  • a5dae7c Fix: Empty glob pattern incorrectly expands to "/**" (#​11476) (Ben Chauvette)
  • 448e8da Chore: improve crash reporting (fixes #​11304) (#​11463) (Alex Zherdev)
  • 0f56dc6 Chore: make config validator params more consistent (#​11435) (薛定谔的猫)
  • d6c1122 Docs: Add working groups to maintainer guide (#​11400) (Nicholas C. Zakas)
  • 5fdb4d3 Build: compile deps to ES5 when generating browser file (fixes #​11504) (#​11505) (Teddy Katz)
  • 06fa165 Build: update CI testing configuration (#​11500) (Reece Dunham)
  • 956e883 Docs: Fix example in no-restricted-modules docs (#​11454) (Paul O’Shannessy)
  • 2c7431d Docs: fix json schema example dead link (#​11498) (kazuya kawaguchi)
  • e7266c2 Docs: Fix invalid JSON in "Specifying Parser Options" (#​11492) (Mihira Jayasekera)
  • 6693161 Sponsors: Sync README with website (ESLint Jenkins)
  • 62fee4a Chore: eslint-config-eslint enable comma-dangle functions: "never" (#​11434) (薛定谔的猫)
  • 34a5382 Build: copy bundled espree to website directory (#​11478) (Pig Fang)
  • f078f9a Chore: use "file:" dependencies for internal rules/config (#​11465) (Teddy Katz)
  • 0756128 Docs: Add visualstudio to formatter list (#​11480) (Patrick Eriksson)
  • 44de9d7 Docs: Fix typo in func-name-matching rule docs (#​11484) (Iulian Onofrei)

v5.15.1

Compare Source

v5.15.0

Compare Source

prettier/eslint-config-prettier

v4.1.0

Compare Source

  • Added: [linebreak-style]. Use Prettier’s [end-of-line] option instead.
  • Added: [self-closing-comp]. Thanks to Gaurav Gupta (@​gaurav5430)!
facebook/jest

v24.7.1

Compare Source

Fixes
  • [@jest/config] Normalize testSequencer to its absolute path (#​8267)
  • [@jest/console] Print to stderr when calling console.error, console.warn or console.assert using the jest-runtime CLI (#​8261)

v24.7.0

Compare Source

Features
  • [@jest/core, @​jest/test-sequencer] Move testSequencer to individual package @jest/test-sequencer (#​8223)
  • [@jest/core, jest-cli, jest-config] Add option testSequencer allow user use custom sequencer. (#​8223)
Fixes
  • [expect] Add negative equality tests for iterables (#​8260)
  • [jest-haste-map] Resolve fs watcher EMFILE error (#​8258)
Chore & Maintenance
  • [expect] Remove repetition of matcherName and options in matchers (#​8224)
Performance

v24.6.0

Compare Source

Features
  • [expect]: Improve report when matcher fails, part 13 (#​8077)
  • [@jest/core] Filter API pre-filter setup hook (#​8142)
  • [jest-snapshot] Improve report when matcher fails, part 14 (#​8132)
  • [@jest/reporter] Display todo and skip test descriptions when verbose is true (#​8038)
  • [jest-runner] Support default exports for test environments (#​8163)
  • [pretty-format] Support React.Suspense (#​8180)
  • [jest-snapshot] Indent inline snapshots (#​8198)
  • [jest-config] Support colors in displayName configuration (#​8025)
Fixes
  • [jest-circus] Fix test retries with beforeAll/beforeEach failures (#​8227)
  • [expect] Fix circular references in iterable equality (#​8160)
  • [jest-changed-files] Change method of obtaining git root (#​8052)
  • [jest-each] Fix test function type (#​8145)
  • [jest-fake-timers] getTimerCount not taking immediates and ticks into account (#​8139)
  • [jest-runtime] Allow json file as manual mock (#​8159)
  • [pretty-format] Print BigInt as a readable number instead of {} (#​8138)
  • [jest-core] Fix ability to transform dependencies required from globalSetup script (#​8143)
  • [@jest/reporters] Fix Cannot read property converageData of null (#​8168)
  • [jest-worker] JEST_WORKER_ID starts at 1 (#​8205)
  • [jest-config] Use default cwd even if config contains a cwd property (#​7923)
  • [jest-resolve-dependencies]: Remove internal peer dependencies (#​8215)
  • [jest-resolve]: Remove internal peer dependencies (#​8215)
  • [jest-snapshot]: Remove internal peer dependencies (#​8215)
  • [jest-resolve] Fix requireActual with moduleNameMapper (#​8210)
  • [jest-haste-map] Fix haste map duplicate detection in watch mode (#​8237)
Chore & Maintenance
  • [*] Remove flow from code base (#​8061)
  • [*] Use property initializer syntax in Jest codebase (#​8117)
  • [*] Move @​types/node to the root package.json (#​8129)
  • [*] Add documentation and tests related to auto-mocking (#​8099)
  • [*] Add jest-watch-typeahead as a devDependency (#​6449)
  • [*] upgrade TS to 3.4.0-dev* for inceremental builds (#​8149)
  • [docs] Improve description of optional arguments in ExpectAPI.md (#​8126)
Performance
  • [jest-haste-map] Optimize haste map data structure for serialization/deserialization (#​8171)
  • [jest-haste-map] Avoid persisting haste map or processing files when not changed (#​8153)
  • [jest-core] Improve performance of SearchSource.findMatchingTests by 15% (#​8184)
  • [jest-resolve] Optimize internal cache lookup performance (#​8183)
  • [jest-core] Dramatically improve watch mode performance (#​8201)
  • [jest-transform] Cache regular expression instead of creating anew for every file in ScriptTransformer (#​8235)
  • [jest-core] Fix memory leak of source map info and minor performance improvements (#​8234)
  • [jest-console] Fix memory leak by releasing console output reference when printed to stdout (#​8233)
  • [jest-runtime] Use Map instead of Object for module registry (#​8232)

v24.5.0

Compare Source

Features
  • [jest-haste-map] Expose throwOnModuleCollision via config.haste (#​8113)
Chore & Maintenance
  • [expect] Export Matchers interface from expect (#​8093)

v24.4.0

Compare Source

Features
  • [jest-resolve] Now supports PnP environment without plugins (#​8094)
Fixes
  • [expect] Compare DOM nodes even if there are multiple Node classes (#​8064)
  • [jest-worker] worker.getStdout() can return null (#​8083)
  • [jest-worker] Re-attach stdout and stderr from new processes/threads created after retries (#​8087)
  • [jest-reporters/jest-runner] Serialize changedFiles passed to workers (#​8090)
Chore & Maintenance
  • [*] Make sure to include d.ts files in the tarball when building (#​8086)
GoogleChrome/puppeteer

v1.14.0

Compare Source

Big Changes

  • Chromium 75.0.3738.0 (r641577)

API changes

Added

No API changes.

Bug Fixes

  • #​4150 - pptr.dev elementHandle.$ API example throws Error: Node is either not visible or not an HTMLElement

Raw notes

fb8146e - chore: mark version v1.14.0
26d6e91 - docs(troubleshooting.md): Update Alpine example (#​4203)
72866e9 - test: Change cookies unsecure test title (#​4187)
0d0e620 - docs(api.md): update ElementHandle example (#​4169)
c6c3249 - feat(chromium): roll Chromium to r641577 (#​4178)
11afadc - fix: Respect the loglevel for logging (#​4014)
28bab53 - docs(troubleshooting.md): Add missing depencies (#​4182)
6056757 - test: make sure frames are reported from-inside shadow DOM (#​4167)
854b1c0 - feat(executioncontext): support bigints transferring (#​4016)
27cf859 - docs(api.md): add note regarding puppeteer.executablePath() (#​4092)
3511a35 - test: fix fixtures test when run with env DUMPIO=1 (#​4123)
808d1bb - docs(api.md): add links to CDP guide and pptr.dev (#​4159)
0c8ace2 - fix(types): add jsdoc for the DOMWorld on frames (#​4158)
26abcda - docs(troubleshooting): updated Lambda resources (#​4140)
6474b3f - test: ensure Page.setBypassCSP works with iFrames (#​4155)
e3a4f34 - feat(firefox): roll Firefox to 765beff (#​4156)
42351c7 - feat(firefox): Implement header overrides in request interception (#​4142)
5d6535c - test: Fix should fire for fetches test (#​4139)
87a8d74 - test: add a failing test that tries to click a fixed button in an iframe (#​4130)
1623bef - test: improve test coverage for Request.continue (#​4096)
f32d77e - test: check if the executable path is an exact match (#​4117)
7462bda - chore: bump version to v1.13.0-post (#​4115)

v1.13.0

Compare Source

Big Changes

  • Chromium 74.0.3723.0 (r637110)

API Changes

No API changes.

Bug Fixes

  • #​3762 - uploadFile in puppeteer-firefox
  • #​3889 - firefox: merge Puppeteer-Firefox tests with Puppeteer tests
  • #​4011 - Page.Content freezes without error after running 101 times
  • #​4102 - Firefox macOS installation fails

Raw Notes

ba5f94d - test: disable flaky cookies test (#​4112)
02b2451 - fix: check if async error has a stack (#​4017)
9db09fe - test: add test to validate redirecting in request.respond (#​4106)
c68df32 - test: add failing test for bad request interception (#​4108)
02859c3 - feat(chromium): roll Chromium to r637110 (#​4099)
bc28f3b - fix(firefox): fix executablePath() on OSX (#​4105)
c9f6a3d - chore(firefox): bump version to v0.5.0 (#​4089)
a6d8ecc - fix(firefox): keyboard tests (#​4082)
e8a4963 - test: cleanup tests (#​4078)
dae998e - fix(firefox): enable domains in a proper order (#​4077)
9ef23b1 - feat(firefox): implement cookies api (#​4076)
03d06f5 - feat(firefox): page.accessibility.snapshot() (#​4071)
f21486f - feat(firefox): implement Page.touchscreen (#​4070)
3541b89 - test: split out all chromium-specific tests into chromiumonly.spec.js (#​4068)
77a4ea5 - test: split out fixture tests and make them work with FF (#​4067)
d04a8d5 - refactor(firefox): split out DOMWorld (#​4066)
4ecbd91 - refactor(firefox): migrate onto ExecutionContext events (#​4064)
56dafd7 - feat: support Response.buffer(), Response.json() and Response.text() (#​4063)
3bea5d6 - feat(firefox): implement browserContext.overridePermissions (#​4060)
f1a14fe - feat(firefox): support elementHandle.uploadFile (#​4058)
1315dc8 - feat(firefox): support Page.emualteMedia (#​4056)
5c81836 - feat(firefox): implement page.exposeFunction (#​4052)
7d39aca - test: split out test for "text" option of ElementHandle.press (#​4051)
ed984ac - chore(firefox): kill original puppeteer-firefox tests (#​4047)
fbf91cc - test(firefox): move AX tests to Chrome-only (#​4042)
a0fd2ce - fix(firefox): enable more tests (#​4037)
03c542a - feat(firefox): implement missing launcher options (#​4036)
719ee5a - feat(firefox): support page.setExtraHTTPHeaders (#​4035)
c118b20 - feat(firefox): basic request interception support (#​4034)
3b18092 - refactor(firefox): migrate onto Juggler flatten protocol (#​4033)
4a4793a - feat(firefox): support Browser.target() (#​4028)
ea482c4 - fix(firefox): properly cleanup networkmanager (#​4024)
9782f9c - fix(firefox): add test to make sure remote browser can be closed (#​4023)
c35821a - feat(firefox): switch over to WebSocket and support multiclient (#​4022)
e0d4a5d - fix(firefox): track frame detachment in navigation watchdog (#​4008)
247733b - fix(firefox): enable more firefox tests (#​4007)
e8f044c - fix(firefox): enable a bunch of evaluation tests (#​4006)
6350cf0 - fix(firefox): report more console messages (including warnings) (#​4005)
0b40d04 - feat(firefox): support running beforeunload hooks when closing (#​4003)
e3b76b2 - feat(firefox): support consoleMessage.location() (#​4002)
2275c3c - fix(firefox): properly round clip when doing element screenshots (#​4001)
670d758 - feat(firefox): support "referer" option in Page.goto (#​4000)
fbf3643 - feat(firefox): support Request.postData (#​3999)
13224a7 - feat(firefox): support Response.securityDetails() (#​3997)
57e7f12 - test: split out tests for security details (#​3996)
31ae1d6 - feat(firefox) support Request.headers() & Response.headers() (#​3993)
89d0f1e - feat(firefox): implement frame.goto / frame.waitForNavigation (#​3992)
f0fba56 - test: split out Response.fromCache/fromServiceWorker (#​3990)
1890dc0 - feat(firefox): Page.waitForRequest/Page.waitForResponse (#​3989)
afb9355 - feat(firefox): basic support for Network (#​3988)
fb9d404 - test(mouse): add failing for test for mobile + cross process navigation (#​3951)
63ea805 - feat(chromium): roll Chromium to r630727 (#​3985)
b82cc15 - feat(firefox): support Page.setJavascriptEnabled (#​3970)
edb6f62 - feat(firefox): support page.setDefaultNavigationTimeout (#​3969)
fc18a79 - feat(firefox): support Page.setUserAgent method (#​3968)
1ce578b - chore(test): remove the server.EMPTY_PAGE2 asset (#​3967)
cfefd61 - feat(firefox): support target.opener() and page.on('popup') (#​3966)
0cf6ab6 - feat(firefox): support page.browserContext() (#​3965)
c64e02e - refactor(firefox): introduce FrameManager (#​3964)
2a7ed1a - fix(firefox): add ExecutionContext to api (#​3963)
a987535 - feat(firefox): implement execution contexts (#​3962)
5696096 - chore(testrunner): newline for toEqual matcher (#​3959)
0bb657c - chore(test): remove --firefox-status flag from tests (#​3956)
07b43ff - chore: remove Juggler from Puppeteer repository (#​3954)
72c0047 - refactor(firefox): introduce /lib/Events (#​3949)
6b18e8c - feat(firefox): introduce async stacks for Puppeteer-Firefox (#​3948)
9216056 - fix(testrunner): fix bad test counter (#​3947)
addd7f4 - chore(testrunner): introduce verbose mode (#​3946)
c33be4c - refactor(firefox): split out JSHandle into a separate file (#​3945)
76eecde - chore(test): remove stray console.log (#​3943)
609e763 - test(firefox): enable screenshot tests for Firefox (#​3942)
49e8704 - test(firefox): enable more tests on Puppeteer-Firefox (#​3937)
9679279 - chore(ci): enable firefox on travis (#​3935)
a762dbe - chore(ci): add Puppeteer-Firefox to CI (#​3932)
6887ad8 - chore: further unify Puppeteer-Firefox tests with Puppeteer (#​3931)
c3b6619 - chore(firefox): readme link to isready site (#​3930)
14fb3e3 - chore(firefox): mark all Puppeteer tests that are failing on FF (#​3924)
86783c2 - chore(firefox): run all tests without "UnhandledPromiseRejection" error (#​3922)
bc71e92 - chore(testrunner): nicer colors for test reporter (#​3921)
1676f99 - chore(firefox): move sources from //lib/firefox to //lib (#​3920)
a210dd7 - chore(testrunner): show 5 slowest tests on CI (#​3919)
00bcecb - chore: increase test timeout to 20 seconds on Appveyour (#​3918)
28087c2 - feat(firefox): support ElementHandle.contentFrame() (#​3917)
dd8bd6d - test(firefox): support Puppeteer-Firefox specific env variables (#​3907)
e100000 - docs(api.md): update versions (#​3916)
a760d79 - chore: bump version to v1.12.2-post (#​3915)

websockets/ws

v6.2.1

Compare Source

Bug fixes

  • Fixed a bug that, under certain circumstances, prevented the close timer from
    being set (aa1dcd5).

v6.2.0

Compare Source

Features

  • Added ability to follow redirects (#​1490).

Bug fixes

  • The opening handshake is now aborted if the Sec-WebSocket-Key header field
    value is invalid (160af45).

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added the renovate label Apr 3, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from a11b3bb to 0a69c1f Compare April 3, 2019 20:21
@codecov
Copy link

codecov bot commented Apr 3, 2019

Codecov Report

Merging #1756 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1756   +/-   ##
=======================================
  Coverage   86.85%   86.85%           
=======================================
  Files           9        9           
  Lines         578      578           
  Branches      170      170           
=======================================
  Hits          502      502           
  Misses         63       63           
  Partials       13       13

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b55110...7f4a550. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 0a69c1f to 7f4a550 Compare April 4, 2019 02:06
@alexander-akait alexander-akait merged commit 0429113 into master Apr 4, 2019
@alexander-akait alexander-akait deleted the renovate/all-minor-dependencies branch April 4, 2019 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants