chore(deps): update all non-major dependencies #191
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^26.5.2
->^26.6.3
^3.8.0
->^3.8.1
4.0.1
->4.0.2
^26.5.3
->^26.6.3
^6.15.3
->^6.15.4
^5.3.1
->^5.4.1
Release Notes
facebook/jest
v26.6.3
Compare Source
Fixes
[jest-resolve-dependencies]
Continue dependency resolution if mock dependency can't be found (#10779)v26.6.2
Compare Source
Features
[jest-core]
AddfindRelatedTests
andnonFlagArgs
in allowed config options forupdateConfigAndRun
in watch plugins (#10659)Fixes
[babel-plugin-jest-hoist]
Preserve order of hoisted mock nodes within containing block (#10536)[babel-plugin-jest-hoist]
Hoist pure constants to support experimental JSX transform in hoisted mocks (#10723)[babel-preset-jest]
Updatebabel-preset-current-node-syntax
to support top level await (#10747)[expect]
Revert "FixobjectContaining
to work recursively into sub-objects (#10508)" (#10766)[jest-circus, jest-jasmine2]
fix: don't assumestack
is always a string (#10697)[jest-config]
Fix bug introduced in watch mode by PR #10678 (#10692)[jest-config]
Throw correct error for missing preset modules (#10737)[jest-resolve-dependencies]
Resolve mocks as dependencies (#10713)[jest-runtime]
Handle file URLs in dynamic imports (#10744)[jest-runtime, babel-jest]
Pass more ESM options to@jest/transform
(#10752)[jest-runtime]
Properly injectextraGlobals
into the runtime (#10758)[jest-transform]
Link to ESM docs on syntax errors (#10748)Chore & Maintenance
[docs]
Add docs for using mocks in TypeScript (#10415)[eslint-config-fb-strict]
Move package from this repo tofbjs
repo (#10739)[examples]
Update TypeScript example to show use of newer Jest types (#10399)[jest-cli]
chore: standardize files and folder names (#10698)v26.6.1
Compare Source
Features
[jest-runtime]
Support named exports from CommonJS as named ES Module imports (#10673)[jest-validate]
Add support forrecursiveDenylist
option as an alternative torecursiveBlacklist
(#10236)Fixes
[expect]
FixobjectContaining
to work recursively into sub-objects (#10508)[jest-cli, jest-core, jest-config, jest-types]
Fix--onlyFailures
flag to work in non-watch mode (#10678)[jest-config]
Fix for thejest.config.ts
compiler to not interfere withtsconfig.json
files (#10675)[jest-message-util]
Update to work properly with Node 15 (#10660)[jest-mock]
Allow to mock methods in getters (TypeScript 3.9 export) (#10156)v26.6.0
Compare Source
Features
[jest-cli, jest-config]
Add support for thejest.config.ts
configuration file (#10564)Fixes
[jest-config]
Simplify transform RegExp (#10207)[jest-fake-timers]
Lazily instantiate mock timers (#10551)[jest-runtime]
require.main
is no longerundefined
when usingjest.resetModules
(#10626)[@jest/types]
Add missing values fortimers
(#10632)Chore & Maintenance
[docs]
Add step for fetchingbackers.json
file in website setup docs (#10631)[docs]
Add page detailing environment variables set by Jest (#10630)[jest-circus]
RefactorcallAsyncCircusFn
parameters (#10629)codecov/codecov-node
v3.8.1
Compare Source
Fixes
standard/eslint-plugin-standard
v4.0.2
Compare Source
nuxt-community/i18n-module
v6.15.4
Compare Source
puppeteer/puppeteer
v5.4.1
Compare Source
Bug fixes
fs.promises
would throw an error. See #6548 for the bug report and #6550 for the fix. We now run a CI build on Node 10.15 to ensure we don't cause similar regressions in the future.Raw notes
520cd90
- chore: mark version 5.4.18f4a79e
- docs(troubleshooting): update Alpine Chromium version (#6529)e45acce
- chore: run unit tests on node 10.15 + fix fs.promises access (#6550)a2175c6
- docs(queryhandler): fix link (#6543)d787865
- chore: bump version to v5.4.0-post (#6544)v5.4.0
Compare Source
Feature changes
Custom query handler API
The custom query handler support is no longer marked as experimental. The API has been updated to:
New built-in query handlers
Puppeteer now ships with two built-in handlers:
aria
andpierce
:aria
handler (#6307) allows querying elements based on the accessibility tree.pierce
handler (#6509) pierces shadow roots while querying for a CSS selector.Roll Chromium 87.0.4272.0 (r809590)
Behind the scenes
Raw notes
5e5fed1
- fix: ignore spurious bindingCalled events (#6538)e6b8c77
- chore: fix travis config (#6537)c756fb4
- fix(utils): typo fix (#6522)f63a123
- chore(agnostification): agnostify web socket connections (#6520)c2c2bb7
- chore(agnostification): common/helper.ts (#6515)637a1f7
- chore: gitignore new-docs (#6511)e655bb6
- chore(agnostification): split up root Puppeteer class (#6504)f3086d7
- fix(launcher): support relative userDataDir on headless Windows (#6506)8fabe32
- feat(queryhandler): add built-in pierce handler (#6509)f04bec5
- chore: update eslint & eslint plugins (#6487)4846b87
- chore(agnostification): split up launcher class (#6484)1ed38af
- chore(node): move install.ts into node/ (#6490)e94a1e8
- chore: bump misc dependencies (#6488)936ccdc
- chore: enforce Conventional Commits through commitlint (#6483)502ed8c
- chore(agnostify): Create Node and Web initializer. (#6477)3afe193
- feat(a11y-query): extend aria handler with waitFor (#6472)cc7f1fd
- docs(queryhandler): add custom query handler docs (#6476)70ed875
- fix(queryhandler) only expose custom handlers (#6475)950ae33
- feat(a11y-query): aria query handler sans waitfor (#6459)41ef3ee
- fix: update preferences in default Firefox profile (#6465)9275653
- docs(examples): update selector for search example (#6471)49f25e2
- feat(chromium) roll Chromium to r809590 (#6458)4cdbebe
- chore: disable firefox windows launcher test until Nov (#6451)75e3fb0
- docs(api): fix some outdated links (#6450)caa9a1c
- chore(agnostic): Remove use of util.promisify (#6446)96f3d43
- feat(console): expose stack trace for console messages (#6445)322cc96
- chore: remove npm run test-types call (#6447)72fe86f
- feat(a11y-query): introduce internal handlers (#6437)1396c9d
- chore: bump version to v5.3.1-post (#6440)11ab402
- fix: add mime dependency back to fix build (#6441)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 you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.