chore(deps): update all non-major dependencies #105
Closed
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:
^0.20.1->^0.20.3^0.20.0->^0.20.1^0.20.6->^0.20.7^12.4.1->^12.5.0^1.22.2->^1.23.0^2.6.2->^2.7.13.10.4-slim-buster->3.10.5-slim-buster==0.17.6->==0.18.2^0.5.3->^0.5.4^2.9.9->^2.9.13^1.8.4->^1.8.5^3.2.36->^3.2.37^3.5.4->^3.5.5Release Notes
codemirror/autocomplete
v0.20.3Compare Source
Bug fixes
Add an aria-label to the completion listbox.
Fix a regression that caused transactions generated for completion to not have a
userEventannotation.v0.20.2Compare Source
New features
The package now exports an
insertCompletionTexthelper that implements the default behavior for applying a completion.codemirror/state
v0.20.1Compare Source
New features
EditorView.phrasenow accepts additional arguments, which it will interpolate into the phrase in the place of$markers.codemirror/view
v0.20.7Compare Source
Bug fixes
Fix an issue on Chrome Android where the DOM could fail to display the actual document after backspace.
Avoid an issue on Chrome Android where DOM changes were sometimes inappropriately replace by a backspace key effect due to spurious beforeinput events.
Fix a problem where the content element's width didn't cover the width of the actual content.
Work around a bug in Chrome 102 which caused wheel scrolling of the editor to be interrupted every few lines.
okonet/lint-staged
v12.5.0Compare Source
Bug Fixes
--config <path>(641d1c2)--diffoption (d4da24d)Features
--diff-filteroption for overriding list of (staged) files (753ef72)--diffoption for overriding list of (staged) files (35fcce9)v12.4.3Compare Source
Bug Fixes
v12.4.2Compare Source
Bug Fixes
Microsoft/playwright
v1.23.0Compare Source
Network Replay
Now you can record network traffic into a HAR file and re-use the data in your tests.
To record network into HAR file:
Alternatively, you can record HAR programmatically:
Use the new methods
page.routeFromHAR()orbrowserContext.routeFromHAR()to serve matching responses from the HAR file:Read more in our documentation.
Advanced Routing
You can now use
route.fallback()to defer routing to other handlers.Consider the following example:
Note that the new methods
page.routeFromHAR()andbrowserContext.routeFromHAR()also participate in routing and could be deferred to.Web-First Assertions Update
expect(locator).toHaveValues()that asserts all selected values of<select multiple>element.expect(locator).toContainText()andexpect(locator).toHaveText()now acceptignoreCaseoption.Component Tests Update
@playwright/experimental-ct-vue2package..jsfiles.Read more about component testing with Playwright.
Miscellaneous
serviceWorkers:.zippath forrecordHarcontext option automatically zips the resulting HAR:"minimal"HAR recording modethat only records information that is essential for replaying:
mcr.microsoft.com/playwright:v1.23.0-focal.WebServer is now considered "ready" if request to the specified port has any of the following HTTP status codes:
200-299300-399(new)400,401,402,403(new)prettier/prettier
v2.7.1Compare Source
diff
Keep useful empty lines in description (#13013 by @chimurai)
v2.7.0Compare Source
"""
First line
Second Line
"""
type Person {
name: String
}
lukeed/uvu
v0.5.4Compare Source
Patches
(types) Correct
suite.runreturn type (#190):86725b4Thank you @andrew0~!
(types): support TS "Node16" module resolution (#209, #210):
b84b116Thank you @bgotink & @tom-sherman~!
vitejs/vite
v2.9.13Compare Source
Please refer to CHANGELOG.md for details.
v2.9.12Compare Source
v2.9.11Compare Source
v2.9.10Compare Source
configurePreviewServer(#7658) (#8437) (7b972bc), closes #7658 #8437?usedhack (fixes #6421, #8245) (#8278) (#8471) (8d7bac4), closes #6421 #8245 #8278 #8471antfu/vite-plugin-windicss
v1.8.5Compare Source
🐞 Bug Fixes
#298by @eugenesvkView changes on GitHub
vuejs/core
v3.2.37Compare Source
Bug Fixes
windicss/windicss
v3.5.5Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am 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.