chore(deps): update all non-major dependencies #202
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:
^2.1.0
->^2.1.2
^2.0.4
->^2.0.5
^1.16.6
->^1.26.0
^2.0.1
->^2.1.0
^3.2.26
->^3.2.30
^27.4.7
->^27.5.0
^1.17.2
->^1.18.1
>=0.4.7
->>=0.4.8
>=1.10.1
->>=1.10.2
>=0.11.2
->>=0.11.3
^2.7.10
->^2.7.13
^3.2.26
->^3.2.30
Release Notes
iconify/iconify
v2.1.2
Compare Source
v2.1.1
Compare Source
vitejs/vite (@vitejs/plugin-vue)
v2.1.0
Compare Source
Bug Fixes
2.0.1 (2021-12-14)
Bug Fixes
vuejs/core
v3.2.30
Compare Source
Features
Performance Improvements
v3.2.29
Compare Source
Bug Fixes
v3.2.28
Compare Source
v3.2.27
Compare Source
Bug Fixes
Features
ExtractPropTypes
to avoid props JSDocs being removed (#5166) (a570b38)Performance Improvements
facebook/jest
v27.5.0
Compare Source
Features
[expect]
Add asymmetric matcherexpect.closeTo
(#12243)[jest-mock]
AddedmockFn.mock.lastCall
to retrieve last argument (#12285)Fixes
[expect]
Add a fix for.toHaveProperty('')
(#12251)[jest-each, @​jest/globals]
Allow passingReadonlyArray
type of a table todescribe.each
andtest.each
(#12297)[@jest/globals]
Add missingoptions
argument tojest.doMock
typing (#12292)[jest-environment-node]
Addatob
andbtoa
(#12269)[jest-matcher-utils]
Correct diff for expected asymmetric matchers (#12264)[jest-message-util]
Fix.getTopFrame()
(andtoMatchInlineSnapshot()
) withmjs
files (#12277)Chore & Maintenance
[*]
Updategraceful-fs
to^4.2.9
(#11749)Performance
[jest-resolve]
perf: skip error creation on not foundstat
calls (#11749)Microsoft/playwright
v1.18.1
Compare Source
Highlights
This patch includes improvements to the TypeScript support and the following bug fixes:
https://github.com/microsoft/playwright/issues/11550 - [REGRESSION]: Errors inside route handler does not lead to unhandled rejections anymorehttps://github.com/microsoft/playwright/issues/115522 - [BUG] Could not resolve "C:\repo\framework\utils" in file C:\repo\tests\test.ts.
Browser Versions
This version was also tested against the following stable channels:
v1.18.0
Compare Source
Locator Improvements
locator.dragTo(locator)
][locator.dragTo(locator)]expect(locator).toBeChecked({ checked })
][expect(locator).toBeChecked({ checked })]Testing API improvements
expect(response).toBeOK()
][expect(response).toBeOK()]testInfo.attach()
][testInfo.attach()]test.info()
][test.info()]Improved TypeScript Support
tsconfig.json
'sbaseUrl
andpaths
, so you can use aliasesPW_EXPERIMENTAL_TS_ESM
that allows importing ESM modules in your TS code, without the need for the compile step. Don't forget the.js
suffix when you are importing your esm modules. Run your tests as follows:Create Playwright
The
npm init playwright
command is now generally available for your use:This will scaffold everything needed to get started with Playwright Test: configuration file, optionally add examples, a GitHub Action workflow and a first test
example.spec.ts
.New APIs & changes
testCase.repeatEachIndex
][testCase.repeatEachIndex] APIacceptDownloads
][acceptDownloads] option now defaults totrue
Breaking change: custom config options
Custom config options are a convenient way to parametrize projects with different values. Learn more in the parametrization guide.
Previously, any fixture introduced through [
test.extend
][test.extend] could be overridden in the [testProject.use
][testProject.use] config section. For example,The proper way to make a fixture parametrized in the config file is to specify
option: true
when defining the fixture. For example,Browser Versions
This version was also tested against the following stable channels:
(
1.18.0-beta-1642620709000
)pytorch/ignite
v0.4.8
Compare Source
PyTorch-Ignite 0.4.8 - Release Notes
New Features
Engine.run
(#2369)Checkpoint.load_objects
can acceptstr
and load the checkpoint internally (#2305)Bug fixes
DeterministicEngine.state_dict()
(#2412)EMAHandler
warm-up behaviour (#2333)_compute_nproc_per_node
in case of bad dist configuration (#2288)EMAHandler
(#2326)StateParamScheduler.attach
method (#2316)ClearMLLogger
to retrieve current task before trying to create a new one (#2344)Housekeeping (docs, CI, examples, tests, etc)
Acknowledgments
🎉 Thanks to our community and all our contributors for the issues, PRs and 🌟 ⭐️ 🌟 !
💯 We really appreciate your implication into the project (in alphabetical order):
@Abo7atm, @DevPranjal, @Eunjnnn, @FarehaNousheen, @H4dr1en, @Ishan-Kumar2, @KickItLikeShika, @Priyansi, @bibhabasumohapatra, @fco-dv, @louis-she, @sandylaker, @sdesrozis, @trsvchn, @vfdev-5, @ydcjeff
pytorch/vision
v0.11.3
Compare Source
This is a minor release compatible with PyTorch 1.10.2 and a minor bug fix.
Highlights
Bug Fixes
vitejs/vite (vite)
v2.7.13
Compare Source
Please refer to CHANGELOG.md for details.
v2.7.12
Compare Source
Please refer to CHANGELOG.md for details.
v2.7.11
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 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.