-
Notifications
You must be signed in to change notification settings - Fork 506
chore(deps): update all non-major dependencies #347
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
October 2, 2023 15:49
72cbe25 to
2eb7b6a
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
October 8, 2023 19:26
1977c4a to
e717ab7
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
October 11, 2023 12:22
a550170 to
ff9c1d0
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 12, 2023 00:50
ff9c1d0 to
6200d34
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.
Mend Renovate
This PR contains the following updates:
^1.38.0->^1.39.0^8.44.2->^8.44.4^2.3.25->^2.3.26^18.17.17->^18.18.4^2.4.4->^2.4.6^4.3.4->^4.4.0^117.0.1->^117.0.3^13.2.0->^13.3.1^3.1.3->^3.2.1^6.0.6->^6.1.1^2.0.0->^2.0.1^4.4.9->^4.4.11^0.34.4->^0.34.6^4.2.4->^4.2.5^1.8.11->^1.8.19Release Notes
microsoft/playwright (@playwright/test)
v1.39.0Compare Source
Add custom matchers to your expect
You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object.
See the documentation for a full example.
Merge test fixtures
You can now merge test fixtures from multiple files or modules:
Merge custom expect matchers
You can now merge custom expect matchers from multiple files or modules:
Hide implementation details: box test steps
You can mark a
test.step()as "boxed" so that errors inside it point to the step call site.Error: Timed out 5000ms waiting for expect(locator).toBeVisible() ... error details omitted ... 14 | await page.goto('https://github.com/login'); > 15 | await login(page); | ^ 16 | });See
test.step()documentation for a full example.New APIs
expect(locator).toHaveAttribute(name)Browser Versions
This version was also tested against the following stable channels:
v1.38.1Compare Source
Highlights
https://github.com/microsoft/playwright/issues/27071 - expect(value).toMatchSnapshot() deprecation announcement on V1.38
https://github.com/microsoft/playwright/issues/27072 - [BUG] PWT trace viewer fails to load trace and throws TypeErrorhttps://github.com/microsoft/playwright/issues/270733 - [BUG] RangeError: Invalid time valuhttps://github.com/microsoft/playwright/issues/2708787 - [REGRESSION]: npx playwright test --list prints all tests twihttps://github.com/microsoft/playwright/issues/27113113 - [REGRESSION]: No longer able to extend PlaywrightTest.Matchers type for locators and pahttps://github.com/microsoft/playwright/issues/271447144 - [BUG]can not display thttps://github.com/microsoft/playwright/issues/2716327163 - [REGRESSION] Single Quote Wrongly Escaped by Locator When Using Unicodehttps://github.com/microsoft/playwright/issues/27181/27181 - [BUG] evaluate serializing fails at 1.38
Browser Versions
This version was also tested against the following stable channels:
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v4.4.0@ts-ignorewhen accessinglegacy?.buildSsrCjsExternalHeuristics(#255) (04c3b0b), closes #255giggio/node-chromedriver (chromedriver)
v117.0.3Compare Source
v117.0.2Compare Source
cypress-io/cypress (cypress)
v13.3.1Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-3-1
v13.3.0Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-3-0
nightwatchjs/nightwatch (nightwatch)
v3.2.1Compare Source
What's Changed
Full Changelog: nightwatchjs/nightwatch@v3.2.0...v3.2.1
v3.2.0Compare Source
What's Changed
New Features
Fixes
WebElementas a possible selector in type declarations. by @garg3133 in https://github.com/nightwatchjs/nightwatch/pull/3896Dependency Updates
TypeScript Improvements
Build Improvements
Full Changelog: nightwatchjs/nightwatch@v3.1.3...v3.2.0
bcomnes/npm-run-all2 (npm-run-all2)
v6.1.1Compare Source
Commits
e6dc017cfbd974v6.1.0Compare Source
Merged
#119Commits
a3ee6cd3df3708bahmutov/start-server-and-test (start-server-and-test)
v2.0.1Compare Source
Bug Fixes
vitejs/vite (vite)
v4.4.11Compare Source
Please refer to CHANGELOG.md for details.
v4.4.10Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest (vitest)
v0.34.6Compare Source
🐞 Bug Fixes
test.extendshould be init once time in all test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4168 (730b2)View changes on GitHub
v0.34.5Compare Source
🚀 Features
diffoption - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4063 (b50cf)coverage['100']to istanbul provider - by @marcelobotega in https://github.com/vitest-dev/vitest/issues/4109 (a7e09)vi.waitFormethod - by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4113 (d79cb)vi.waitUntilmethod - by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4129 (e0ac9)🐞 Bug Fixes
toThrow- by @Dunqing in https://github.com/vitest-dev/vitest/issues/3979 (725a0)testNamePattern- by @segrey in https://github.com/vitest-dev/vitest/issues/4103 and https://github.com/vitest-dev/vitest/issues/4104 (3c305)test.extenddoesn't work in hooks without test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4065 (175c7)SourceMapInputto fix CYCLIC_CROSS_CHUNK_REEXPORT - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4128 (ca70a)🏎 Performance
View changes on GitHub
vuejs/router (vue-router)
v4.2.5Compare Source
Please refer to CHANGELOG.md for details.
vuejs/language-tools (vue-tsc)
v1.8.19Compare Source
Full-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.18Compare Source
Upgrade required VSCode version to 1.82.0 (#3642)
v1.8.17Compare Source
definePropswork when reading a property fromdefineProps()(#3633) - thanks @so1vepropsfrom__VLS_ctx(#3636) - thanks @so1vedefineExpose(#3639) - thanks @so1veFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.16Compare Source
Volar.js 1.10.3 updates:
directoryExists()(https://github.com/volarjs/volar.js/issues/66) - thanks @Akryumv1.8.15Compare Source
$emitreturn type for Vue 2 (#3596)v1.8.14Compare Source
defineEmitnow able to infer event types with more than 4 overloads (#3379) (#1855)__VLS_ConstructorOverloadswhen emits type is not inlined (#3585) - thanks @so1veFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.13Compare Source
noPropertyAccessFromIndexSignatureis not enabled (#3575) - thanks @so1vev1.8.12Compare Source
vue-component-type-helperstrictTemplates: false(#3565) - thanks @so1veConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - 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 Mend Renovate. View repository job log here.